summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-06-06powerpc/mm: Check paca psize is up to date for huge mappingsMichael Ellerman1-11/+20
2014-06-06Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds11-141/+9
2014-06-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds131-1536/+2192
2014-06-06ARM: keystone: Drop use of meminfo since its not available anymoreSantosh Shilimkar1-3/+3
2014-06-06Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-18/+858
2014-06-06Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin1-0/+3
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-179/+67
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds34-578/+700
2014-06-05Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds12-41/+381
2014-06-05Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2014-06-05Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2-20/+19
2014-06-05x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2-79/+47
2014-06-05x86/smpboot: Log error on secondary CPU wakeup failure at ERR levelIgor Mammedov1-1/+1
2014-06-05x86: Fix list/memory corruption on CPU hotplugIgor Mammedov1-3/+0
2014-06-05uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updatesOleg Nesterov2-20/+19
2014-06-05Merge branch 'devel-stable' into for-nextRussell King2-3/+26
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King129-1455/+2073
2014-06-05microblaze: Fix typo in head.S s/substract/subtract/Antonio Ospite1-1/+1
2014-06-05perf/x86: Add conditional branch filtering supportAnshuman Khandual1-0/+5
2014-06-05perf/x86: Use common PMU interrupt disabled codeVince Weaver1-9/+9
2014-06-05perf/ARM: Use common PMU interrupt disabled codeVince Weaver2-3/+7
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie224-1199/+2002
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar22-174/+195
2014-06-05Merge branch 'perf/uprobes' into perf/coreIngo Molnar5-283/+351
2014-06-05powerpc/powernv: Pass buffer size to OPAL validate flash callVasant Hegde1-1/+2
2014-06-05powerpc/pseries: hcall functions are exported to modules, need _GLOBAL_TOC()Anton Blanchard1-3/+3
2014-06-05powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL...Anton Blanchard2-2/+2
2014-06-05powerpc/powernv: Set memory_block_size_bytes to 256MBAnton Blanchard1-0/+10
2014-06-05powerpc: Allow ppc_md platform hook to override memory_block_size_bytesAnton Blanchard5-14/+21
2014-06-05powerpc/powernv: Fix endian issues in memory error handling codeAnton Blanchard2-9/+9
2014-06-05powerpc/eeh: Skip eeh sysfs when eeh is disabledWei Yang1-0/+3
2014-06-05powerpc: 64bit sendfile is capped at 2GBAnton Blanchard1-1/+1
2014-06-05powerpc/powernv: Provide debugfs access to the LPC bus via OPALBenjamin Herrenschmidt1-0/+150
2014-06-05powerpc/serial: Use saner flags when creating legacy portsBenjamin Herrenschmidt1-6/+9
2014-06-05powerpc/xmon: Fix up xmon format stringsMichael Ellerman1-13/+13
2014-06-05powerpc/powernv: Add calls to support little endian hostBenjamin Herrenschmidt3-0/+30
2014-06-05Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds52-244/+165
2014-06-05kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2-2/+2
2014-06-05sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick12-12/+0
2014-06-05hwpoison: remove unused global variable in do_machine_check()Chen Yucong2-7/+0
2014-06-05mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-06-05arch/x86/mm/numa.c: use for_each_memblock()Emil Medve1-3/+3
2014-06-05mm: x86 pgtable: require X86_64 for soft-dirty trackerCyrill Gorcunov3-50/+6
2014-06-05mm: x86 pgtable: drop unneeded preprocessor ifdefCyrill Gorcunov2-18/+0
2014-06-05arc: call find_vma with the mmap_sem heldDavidlohr Bueso1-4/+6
2014-06-05mm: disable zone_reclaim_mode by defaultMel Gorman2-7/+4
2014-06-05arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C...Akinobu Mita1-1/+6
2014-06-05cma: add placement specifier for "cma=" kernel parameterAkinobu Mita1-1/+1
2014-06-05x86: enable DMA CMA with swiotlbAkinobu Mita5-9/+17
2014-06-05x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita1-2/+2