Age | Commit message (Expand) | Author | Files | Lines |
2015-04-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 66 | -382/+398 |
2015-04-14 | arm: add support for memtest | Vladimir Murzin | 1 | -0/+3 |
2015-04-14 | arm64: add support for memtest | Vladimir Murzin | 1 | -0/+2 |
2015-04-14 | mm: move memtest under mm | Vladimir Murzin | 4 | -139/+0 |
2015-04-14 | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE | Kees Cook | 7 | -22/+1 |
2015-04-14 | mm: split ET_DYN ASLR from mmap ASLR | Kees Cook | 7 | -16/+2 |
2015-04-14 | s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE | Kees Cook | 2 | -12/+7 |
2015-04-14 | mm: expose arch_mmap_rnd when available | Kees Cook | 13 | -14/+27 |
2015-04-14 | s390: standardize mmap_rnd() usage | Kees Cook | 1 | -11/+23 |
2015-04-14 | powerpc: standardize mmap_rnd() usage | Kees Cook | 1 | -11/+15 |
2015-04-14 | mips: extract logic for mmap_rnd() | Kees Cook | 1 | -8/+16 |
2015-04-14 | arm64: standardize mmap_rnd() usage | Kees Cook | 2 | -8/+11 |
2015-04-14 | x86: standardize mmap_rnd() usage | Kees Cook | 1 | -16/+20 |
2015-04-14 | arm: factor out mmap ASLR into mmap_rnd | Kees Cook | 1 | -4/+12 |
2015-04-14 | x86, mm: support huge KVA mappings on x86 | Toshi Kani | 2 | -0/+66 |
2015-04-14 | x86, mm: support huge I/O mapping capability I/F | Toshi Kani | 2 | -2/+23 |
2015-04-14 | lib/ioremap.c: add huge I/O map capability interfaces | Toshi Kani | 1 | -0/+3 |
2015-04-14 | sparc: clarify __GFP_NOFAIL allocation | Michal Hocko | 1 | -11/+11 |
2015-04-14 | mm: define default PGTABLE_LEVELS to two | Kirill A. Shutemov | 1 | -0/+4 |
2015-04-14 | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 12 | -39/+41 |
2015-04-14 | um: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+5 |
2015-04-14 | tile: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+5 |
2015-04-14 | sparc: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+4 |
2015-04-14 | sh: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+4 |
2015-04-14 | s390: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+5 |
2015-04-14 | powerpc: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -0/+6 |
2015-04-14 | parisc: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 6 | -15/+18 |
2015-04-14 | mips: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -0/+5 |
2015-04-14 | m68k: mark PMD folded and expose number of page table levels | Kirill A. Shutemov | 1 | -0/+4 |
2015-04-14 | ia64: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 6 | -31/+23 |
2015-04-14 | arm: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -0/+5 |
2015-04-14 | arm64: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 9 | -32/+32 |
2015-04-14 | alpha: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -0/+4 |
2015-04-14 | watchdog: introduce the hardlockup_detector_disable() function | Ulrich Obergfell | 1 | -1/+1 |
2015-04-14 | arch/sh/kernel/dwarf.c: use mempool_create_slab_pool() | David Rientjes | 1 | -8/+4 |
2015-04-14 | arch/sh/kernel/dwarf.c: destroy mempools on cleanup | David Rientjes | 1 | -1/+5 |
2015-04-14 | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 13 | -30/+1 |
2015-04-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 22 | -241/+4653 |
2015-04-14 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -5/+1 |
2015-04-14 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -52/+48 |
2015-04-14 | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -0/+7 |
2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -2/+48 |
2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 6 | -7/+7 |
2015-04-13 | Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+2 |
2015-04-13 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 41 | -365/+410 |
2015-04-13 | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 22 | -82/+126 |
2015-04-13 | Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 3 | -5/+7 |
2015-04-13 | Merge tag 'mmc-v4.1' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds | 1 | -8/+25 |
2015-04-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 1 | -1/+1 |
2015-04-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 24 | -63/+48 |