summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-08-25ARM: at91: Remove rstc and shdwc headersMaxime Ripard12-113/+0
2014-08-25ARM: at91: Remove rstc and shdwnc global base addressesMaxime Ripard7-34/+0
2014-08-25ARM: at91/pm: Remove show_reset_status functionMaxime Ripard1-72/+0
2014-08-25ARM: at91: Remove poweroff codeMaxime Ripard1-6/+0
2014-08-25ARM: at91: Register the poweroff driverMaxime Ripard5-0/+75
2014-08-25ARM: at91: Remove poweroff DT probingMaxime Ripard1-77/+0
2014-08-25ARM: at91: Remove reset code from the machine codeMaxime Ripard10-102/+0
2014-08-25ARM: at91: Call at91_register_devices in the board filesMaxime Ripard11-0/+22
2014-08-25ARM: at91: Probe the reset driverMaxime Ripard5-0/+135
2014-08-25ARM: at91/soc: Introduce register_devices callbackMaxime Ripard3-0/+8
2014-08-25ARM: at91: Remove the old-style reset probingMaxime Ripard1-29/+0
2014-08-25ARM: at91: Rework ramc mapping codeMaxime Ripard1-12/+14
2014-08-25ARM: at91: setup: Switch to pr_fmtMaxime Ripard1-20/+22
2014-08-25Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Nicolas Ferre2-0/+5
2014-08-25Merge branches 'at91-3.18-cleanup' and 'at91-3.18-dt' into at91-3.18-driversNicolas Ferre14-331/+77
2014-08-19Merge tag 'at91-dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Nicolas Ferre5-6/+32
2014-08-19ARM: at91: remove old irq materialBoris BREZILLON1-264/+6
2014-08-19ARM: at91: make use of the new AIC driver for dt enabled boardsBoris BREZILLON4-42/+3
2014-08-19ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocksBoris BREZILLON2-13/+22
2014-08-19ARM: at91: introduce OLD_IRQ_AT91 Kconfig optionBoris BREZILLON3-9/+17
2014-08-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+3
2014-08-15intel_idle: Disable Baytrail Core and Module C6 auto-demotionLen Brown1-0/+3
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+6
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-5/+71
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2014-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds28-223/+387
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds9-93/+14
2014-08-14Merge tag 'stable/for-linus-3.17-b-rc0-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-11/+6
2014-08-13sparc: Hook up memfd_create system call.David S. Miller3-4/+5
2014-08-13sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-13sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-13sparc64: Expand PCI bridge probing debug logging.David S. Miller1-1/+23
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+31
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds8-9/+15
2014-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-1076/+912
2014-08-13Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2014-08-13Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-70/+309
2014-08-13Merge tag 'metag-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2014-08-13powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V2-0/+10
2014-08-13powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V1-5/+25
2014-08-13powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V1-1/+3
2014-08-13powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V1-16/+7
2014-08-13powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V3-5/+13
2014-08-13powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V1-9/+70
2014-08-13powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V4-43/+26
2014-08-13powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V1-1/+4
2014-08-13powerpc: reorder per-cpu NUMA information's initializationNishanth Aravamudan2-9/+15
2014-08-13powerpc/perf/hv-24x7: Use kmem_cache_freeHimangi Saraogi1-1/+1
2014-08-13powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_infoThomas Falcon1-2/+2
2014-08-13powerpc: Hard disable interrupts in xmonAnton Blanchard1-0/+3