summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-04-15mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook7-22/+1
2015-04-15mm: split ET_DYN ASLR from mmap ASLRKees Cook7-16/+2
2015-04-15s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook2-12/+7
2015-04-15mm: expose arch_mmap_rnd when availableKees Cook13-14/+27
2015-04-15s390: standardize mmap_rnd() usageKees Cook1-11/+23
2015-04-15powerpc: standardize mmap_rnd() usageKees Cook1-11/+15
2015-04-15mips: extract logic for mmap_rnd()Kees Cook1-8/+16
2015-04-15arm64: standardize mmap_rnd() usageKees Cook2-8/+11
2015-04-15x86: standardize mmap_rnd() usageKees Cook1-16/+20
2015-04-15arm: factor out mmap ASLR into mmap_rndKees Cook1-4/+12
2015-04-15x86, mm: support huge KVA mappings on x86Toshi Kani2-0/+66
2015-04-15x86, mm: support huge I/O mapping capability I/FToshi Kani2-2/+23
2015-04-15lib/ioremap.c: add huge I/O map capability interfacesToshi Kani1-0/+3
2015-04-15sparc: clarify __GFP_NOFAIL allocationMichal Hocko1-11/+11
2015-04-15mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov1-0/+4
2015-04-15x86: expose number of page table levels on Kconfig levelKirill A. Shutemov12-39/+41
2015-04-15um: expose number of page table levelsKirill A. Shutemov1-0/+5
2015-04-15tile: expose number of page table levelsKirill A. Shutemov1-0/+5
2015-04-15sparc: expose number of page table levelsKirill A. Shutemov1-0/+4
2015-04-15sh: expose number of page table levelsKirill A. Shutemov1-0/+4
2015-04-15s390: expose number of page table levelsKirill A. Shutemov1-0/+5
2015-04-15powerpc: expose number of page table levels on Kconfig levelKirill A. Shutemov1-0/+6
2015-04-15parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov6-15/+18
2015-04-15mips: expose number of page table levels on Kconfig levelKirill A. Shutemov1-0/+5
2015-04-15m68k: mark PMD folded and expose number of page table levelsKirill A. Shutemov1-0/+4
2015-04-15ia64: expose number of page table levels on Kconfig levelKirill A. Shutemov6-31/+23
2015-04-15arm: expose number of page table levels on Kconfig levelKirill A. Shutemov1-0/+5
2015-04-15arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov9-32/+32
2015-04-15alpha: expose number of page table levels on Kconfig levelKirill A. Shutemov1-0/+4
2015-04-15watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell1-1/+1
2015-04-15arch/sh/kernel/dwarf.c: use mempool_create_slab_pool()David Rientjes1-8/+4
2015-04-15arch/sh/kernel/dwarf.c: destroy mempools on cleanupDavid Rientjes1-1/+5
2015-04-14Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2015-04-14Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds41-365/+410
2015-04-14Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-82/+126
2015-04-14Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6Linus Torvalds3-5/+7
2015-04-14Merge tag 'mmc-v4.1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-8/+25
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-1/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds24-63/+48
2015-04-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+2
2015-04-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+9
2015-04-13Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-107/+214
2015-04-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+9
2015-04-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-80/+160
2015-04-13Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-274/+259
2015-04-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-131/+117
2015-04-13Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-12/+19
2015-04-13Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-517/+198
2015-04-13Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-30/+31
2015-04-13Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-24/+16