Age | Commit message (Expand) | Author | Files | Lines |
2015-04-16 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 44 | -409/+741 |
2015-04-16 | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 234 | -9345/+7189 |
2015-04-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 12 | -358/+343 |
2015-04-16 | s390: remove use of seq_printf return value | Joe Perches | 1 | -2/+4 |
2015-04-16 | cris fasttimer: remove use of seq_printf return value | Joe Perches | 2 | -92/+78 |
2015-04-16 | cris: remove use of seq_printf return value | Joe Perches | 2 | -58/+62 |
2015-04-16 | openrisc: remove use of seq_printf return value | Joe Perches | 1 | -24/+26 |
2015-04-16 | ARM: plat-pxa: remove use of seq_printf return value | Joe Perches | 1 | -58/+53 |
2015-04-16 | nios2: cpuinfo: remove use of seq_printf return value | Joe Perches | 1 | -39/+38 |
2015-04-16 | microblaze: mb: remove use of seq_printf return value | Joe Perches | 1 | -76/+73 |
2015-04-16 | x86: mtrr: if: remove use of seq_printf return value | Joe Perches | 1 | -7/+5 |
2015-04-16 | powerpc/powernv: reboot when requested by firmware | Joel Stanley | 1 | -2/+3 |
2015-04-16 | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 1 | -0/+1 |
2015-04-16 | Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -2/+1 |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 80 | -488/+84 |
2015-04-15 | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw... | Linus Torvalds | 56 | -1997/+246 |
2015-04-15 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+0 |
2015-04-15 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 6 | -8/+8 |
2015-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 68 | -1129/+10913 |
2015-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 19 | -80/+168 |
2015-04-15 | powerpc/powermac: Fix build error seen with powermac smp builds | Guenter Roeck | 1 | -6/+4 |
2015-04-15 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 89 | -572/+2372 |
2015-04-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 106 | -7095/+1328 |
2015-04-15 | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 14 | -18/+170 |
2015-04-15 | powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVE | Alexey Kardashevskiy | 1 | -0/+13 |
2015-04-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 66 | -382/+398 |
2015-04-15 | arm: add support for memtest | Vladimir Murzin | 1 | -0/+3 |
2015-04-15 | arm64: add support for memtest | Vladimir Murzin | 1 | -0/+2 |
2015-04-15 | mm: move memtest under mm | Vladimir Murzin | 4 | -139/+0 |
2015-04-15 | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE | Kees Cook | 7 | -22/+1 |
2015-04-15 | mm: split ET_DYN ASLR from mmap ASLR | Kees Cook | 7 | -16/+2 |
2015-04-15 | s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE | Kees Cook | 2 | -12/+7 |
2015-04-15 | mm: expose arch_mmap_rnd when available | Kees Cook | 13 | -14/+27 |
2015-04-15 | s390: standardize mmap_rnd() usage | Kees Cook | 1 | -11/+23 |
2015-04-15 | powerpc: standardize mmap_rnd() usage | Kees Cook | 1 | -11/+15 |
2015-04-15 | mips: extract logic for mmap_rnd() | Kees Cook | 1 | -8/+16 |
2015-04-15 | arm64: standardize mmap_rnd() usage | Kees Cook | 2 | -8/+11 |
2015-04-15 | x86: standardize mmap_rnd() usage | Kees Cook | 1 | -16/+20 |
2015-04-15 | arm: factor out mmap ASLR into mmap_rnd | Kees Cook | 1 | -4/+12 |
2015-04-15 | x86, mm: support huge KVA mappings on x86 | Toshi Kani | 2 | -0/+66 |
2015-04-15 | x86, mm: support huge I/O mapping capability I/F | Toshi Kani | 2 | -2/+23 |
2015-04-15 | lib/ioremap.c: add huge I/O map capability interfaces | Toshi Kani | 1 | -0/+3 |
2015-04-15 | sparc: clarify __GFP_NOFAIL allocation | Michal Hocko | 1 | -11/+11 |
2015-04-15 | mm: define default PGTABLE_LEVELS to two | Kirill A. Shutemov | 1 | -0/+4 |
2015-04-15 | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 12 | -39/+41 |
2015-04-15 | um: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+5 |
2015-04-15 | tile: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+5 |
2015-04-15 | sparc: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+4 |
2015-04-15 | sh: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+4 |
2015-04-15 | s390: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+5 |