summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1466-382/+398
|\
| * arm: add support for memtestVladimir Murzin2015-04-141-0/+3
| * arm64: add support for memtestVladimir Murzin2015-04-141-0/+2
| * mm: move memtest under mmVladimir Murzin2015-04-144-139/+0
| * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-147-22/+1
| * mm: split ET_DYN ASLR from mmap ASLRKees Cook2015-04-147-16/+2
| * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook2015-04-142-12/+7
| * mm: expose arch_mmap_rnd when availableKees Cook2015-04-1413-14/+27
| * s390: standardize mmap_rnd() usageKees Cook2015-04-141-11/+23
| * powerpc: standardize mmap_rnd() usageKees Cook2015-04-141-11/+15
| * mips: extract logic for mmap_rnd()Kees Cook2015-04-141-8/+16
| * arm64: standardize mmap_rnd() usageKees Cook2015-04-142-8/+11
| * x86: standardize mmap_rnd() usageKees Cook2015-04-141-16/+20
| * arm: factor out mmap ASLR into mmap_rndKees Cook2015-04-141-4/+12
| * x86, mm: support huge KVA mappings on x86Toshi Kani2015-04-142-0/+66
| * x86, mm: support huge I/O mapping capability I/FToshi Kani2015-04-142-2/+23
| * lib/ioremap.c: add huge I/O map capability interfacesToshi Kani2015-04-141-0/+3
| * sparc: clarify __GFP_NOFAIL allocationMichal Hocko2015-04-141-11/+11
| * mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov2015-04-141-0/+4
| * x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-1412-39/+41
| * um: expose number of page table levelsKirill A. Shutemov2015-04-141-0/+5
| * tile: expose number of page table levelsKirill A. Shutemov2015-04-141-0/+5
| * sparc: expose number of page table levelsKirill A. Shutemov2015-04-141-0/+4
| * sh: expose number of page table levelsKirill A. Shutemov2015-04-141-0/+4
| * s390: expose number of page table levelsKirill A. Shutemov2015-04-141-0/+5
| * powerpc: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-0/+6
| * parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-146-15/+18
| * mips: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-0/+5
| * m68k: mark PMD folded and expose number of page table levelsKirill A. Shutemov2015-04-141-0/+4
| * ia64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-146-31/+23
| * arm: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-0/+5
| * arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-149-32/+32
| * alpha: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-0/+4
| * watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell2015-04-141-1/+1
| * arch/sh/kernel/dwarf.c: use mempool_create_slab_pool()David Rientjes2015-04-141-8/+4
| * arch/sh/kernel/dwarf.c: destroy mempools on cleanupDavid Rientjes2015-04-141-1/+5
* | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-1413-30/+1
|\ \
| * \ Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+1
| |\ \
| | * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
| * | | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-116-21/+0
| * | | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro2015-04-116-8/+0
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-1422-241/+4653
|\ \ \ \
| * | | | perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init()Ingo Molnar2015-04-121-23/+30
| * | | | perf/x86/intel/pt: Fix the 32-bit buildIngo Molnar2015-04-022-3/+3
| * | | | perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRsAndi Kleen2015-04-021-2/+4
| * | | | perf/x86/intel: Streamline LBR MSR handling in PMIAndi Kleen2015-04-023-10/+27
| * | | | perf/x86: Only dump PEBS register when PEBS has been detectedAndi Kleen2015-04-021-2/+4
| * | | | perf/x86: Dump DEBUGCTL in PMU dumpAndi Kleen2015-04-021-1/+5
| * | | | perf/x86/intel: Reset more state in PMU resetAndi Kleen2015-04-021-0/+12
| * | | | perf/x86/intel: Make the HT bug workaround conditional on HT enabledStephane Eranian2015-04-022-21/+79