aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-10-14x86: use optimized ioresource lookup in ioremap functionGravatar Mike Travis 1-4/+16
2014-10-14kexec-bzimage64: fix sparse warningsGravatar Vivek Goyal 1-7/+8
2014-10-14kexec: check if crashk_res_low exists when exclude it from crash mem rangesGravatar Baoquan He 1-4/+6
2014-10-14arch/x86/purgatory/Makefile: try to use automatic variable in kexec purgatory...Gravatar Baoquan He 1-1/+2
2014-10-14ARM: dts: fix wrong compatible string of Exynos3250 RTC dt nodeGravatar Chanwoo Choi 1-1/+1
2014-10-13Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-11/+12
2014-10-13Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-17/+12
2014-10-13Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-6/+2
2014-10-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-80/+51
2014-10-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-68/+61
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-29/+54
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 12-3638/+4588
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-177/+2
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 30-2172/+1462
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-29/+15
2014-10-12parisc: Reduce SIGRTMIN from 37 to 32 to behave like other Linux architecturesGravatar Helge Deller 1-10/+6
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-2/+31
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 39-754/+1117
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Gravatar Linus Torvalds 198-1551/+3177
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 16-167/+426
2014-10-11Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcGravatar Linus Torvalds 3-6/+2
2014-10-10Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Gravatar Linus Torvalds 3-30/+22
2014-10-10Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-8/+7
2014-10-10sparc64: Fix lockdep warnings on reboot on Ultra-5Gravatar David S. Miller 1-3/+4
2014-10-10dtb: Add 10GbE node to APM X-Gene SoC device treeGravatar Iyappan Subramanian 2-2/+31
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-1/+1
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 5-10/+5
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Gravatar Linus Torvalds 46-322/+401
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Gravatar Geert Uytterhoeven 11-31/+8
2014-10-09alpha: use Kbuild logic to include <asm-generic/sections.h>Gravatar Geert Uytterhoeven 2-7/+1
2014-10-09frv: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 4-8/+6
2014-10-09frv: remove unused cpuinfo_frv and friends to fix future build errorGravatar Geert Uytterhoeven 2-18/+0
2014-10-09m68k: call find_vma with the mmap_sem held in sys_cacheflush()Gravatar Davidlohr Bueso 1-8/+13
2014-10-09arm64: mm: enable RCU fast_gupGravatar Steve Capper 3-1/+39
2014-10-09arm64: mm: enable HAVE_RCU_TABLE_FREE logicGravatar Steve Capper 2-3/+18
2014-10-09arm: mm: enable RCU fast_gupGravatar Steve Capper 3-0/+27
2014-10-09arm: mm: enable HAVE_RCU_TABLE_FREE logicGravatar Steve Capper 2-2/+37
2014-10-09arm: mm: introduce special ptes for LPAEGravatar Steve Capper 3-4/+11
2014-10-09ARM: mm: don't limit default CMA region only to low memoryGravatar Marek Szyprowski 1-1/+1
2014-10-09arm64: add atomic pool for non-coherent and CMA allocationsGravatar Laura Abbott 2-19/+146
2014-10-09arm: use genalloc for the atomic poolGravatar Laura Abbott 2-104/+50
2014-10-09common: dma-mapping: introduce common remapping functionsGravatar Laura Abbott 1-48/+9
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEGravatar Mel Gorman 4-46/+31
2014-10-09score: use Kbuild logic to include <asm-generic/sections.h>Gravatar Geert Uytterhoeven 2-6/+1
2014-10-09m32r: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+0
2014-10-09m32r: use Kbuild logic to include <asm-generic/sections.h>Gravatar Geert Uytterhoeven 2-7/+1
2014-10-09cris: use Kbuild logic to include <asm-generic/sections.h>Gravatar Geert Uytterhoeven 2-7/+1
2014-10-09mn10300: use Kbuild logic to include <asm-generic/sections.h>Gravatar Geert Uytterhoeven 2-1/+1
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 25-115/+35
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 29-187/+424