1. 8eb68bf x86: switch to using asm-generic for seccomp.h by Kees Cook · 10 years ago
  2. d0f138b sparc: switch to using asm-generic for seccomp.h by Kees Cook · 10 years ago
  3. 1a3aff9 powerpc: switch to using asm-generic for seccomp.h by Kees Cook · 10 years ago
  4. cf7a71b parisc: switch to using asm-generic for seccomp.h by Kees Cook · 10 years ago
  5. 97247fd mips: switch to using asm-generic for seccomp.h by Kees Cook · 10 years ago
  6. cc2d316 microblaze: use asm-generic for seccomp.h by Kees Cook · 10 years ago
  7. 6bcf4e9 arm: use asm-generic for seccomp.h by Kees Cook · 10 years ago
  8. be2a7fc arc: do not export symbols in troubleshoot.c by Davidlohr Bueso · 10 years ago
  9. 396ada6 alpha: forward declare struct pt_regs in processor.h by Richard Weinberger · 10 years ago
  10. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  11. c2f0b61 s390: remove use of seq_printf return value by Joe Perches · 10 years ago
  12. dc640a8 cris fasttimer: remove use of seq_printf return value by Joe Perches · 10 years ago
  13. 1336d42 cris: remove use of seq_printf return value by Joe Perches · 10 years ago
  14. 58a1aa7 openrisc: remove use of seq_printf return value by Joe Perches · 10 years ago
  15. cd2b293 ARM: plat-pxa: remove use of seq_printf return value by Joe Perches · 10 years ago
  16. 4122669 nios2: cpuinfo: remove use of seq_printf return value by Joe Perches · 10 years ago
  17. 81f0cd9 microblaze: mb: remove use of seq_printf return value by Joe Perches · 10 years ago
  18. 3ac62bc x86: mtrr: if: remove use of seq_printf return value by Joe Perches · 10 years ago
  19. e243304 powerpc/powernv: reboot when requested by firmware by Joel Stanley · 10 years ago
  20. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
  21. d0a3997 Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  22. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  23. e44740c Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  24. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  25. b422b75 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  26. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  27. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  28. bb0fd7a Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  29. bdfa54d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  30. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  31. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  32. d30eae4 arm: add support for memtest by Vladimir Murzin · 10 years ago
  33. 36dd908 arm64: add support for memtest by Vladimir Murzin · 10 years ago
  34. 4a20799 mm: move memtest under mm by Vladimir Murzin · 10 years ago
  35. 204db6e mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE by Kees Cook · 10 years ago
  36. d1fd836 mm: split ET_DYN ASLR from mmap ASLR by Kees Cook · 10 years ago
  37. c6f5b00 s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE by Kees Cook · 10 years ago
  38. 2b68f6c mm: expose arch_mmap_rnd when available by Kees Cook · 10 years ago
  39. 8e89a35 s390: standardize mmap_rnd() usage by Kees Cook · 10 years ago
  40. ed63227 powerpc: standardize mmap_rnd() usage by Kees Cook · 10 years ago
  41. 1f0569d mips: extract logic for mmap_rnd() by Kees Cook · 10 years ago
  42. dd04cff arm64: standardize mmap_rnd() usage by Kees Cook · 10 years ago
  43. 8216814 x86: standardize mmap_rnd() usage by Kees Cook · 10 years ago
  44. fbbc400 arm: factor out mmap ASLR into mmap_rnd by Kees Cook · 10 years ago
  45. 6b63783 x86, mm: support huge KVA mappings on x86 by Toshi Kani · 10 years ago
  46. 5d72b4f x86, mm: support huge I/O mapping capability I/F by Toshi Kani · 10 years ago
  47. 0ddab1d lib/ioremap.c: add huge I/O map capability interfaces by Toshi Kani · 10 years ago
  48. f91e8d6 sparc: clarify __GFP_NOFAIL allocation by Michal Hocko · 10 years ago
  49. 235a8f0 mm: define default PGTABLE_LEVELS to two by Kirill A. Shutemov · 10 years ago
  50. 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  51. 6b8ce2a um: expose number of page table levels by Kirill A. Shutemov · 10 years ago
  52. 909d45e tile: expose number of page table levels by Kirill A. Shutemov · 10 years ago
  53. 81a2936 sparc: expose number of page table levels by Kirill A. Shutemov · 10 years ago
  54. 69543d6 sh: expose number of page table levels by Kirill A. Shutemov · 10 years ago
  55. c81956c s390: expose number of page table levels by Kirill A. Shutemov · 10 years ago
  56. 06ef42a powerpc: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  57. f24ffde parisc: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  58. a728ab5 mips: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  59. 980d5b7 m68k: mark PMD folded and expose number of page table levels by Kirill A. Shutemov · 10 years ago
  60. 4d66bcc ia64: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  61. 1bcad26 arm: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  62. 9f25e6a arm64: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  63. f5d4547 alpha: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  64. 692297d watchdog: introduce the hardlockup_detector_disable() function by Ulrich Obergfell · 10 years ago
  65. 1cf370c arch/sh/kernel/dwarf.c: use mempool_create_slab_pool() by David Rientjes · 10 years ago
  66. 7b4b425 arch/sh/kernel/dwarf.c: destroy mempools on cleanup by David Rientjes · 10 years ago
  67. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  68. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. 4b2f883 Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  70. c848791 Merge branches 'misc', 'vdso' and 'fixes' into for-next by Russell King · 10 years ago
  71. 79403cd ARM: update errata 430973 documentation to cover Cortex A8 r1p* by Russell King · 10 years ago
  72. 57ca654 ARM: ensure delay timer has sufficient accuracy for delays by Russell King · 10 years ago
  73. 37463be ARM: switch to use the generic show_mem() implementation by Russell King · 10 years ago
  74. a6d74678 ARM: proc-v7: avoid errata 430973 workaround for non-Cortex A8 CPUs by Russell King · 10 years ago
  75. e5a5de4 ARM: enable ARM errata 643719 workaround by default by Russell King · 10 years ago
  76. aaf4b5d ARM: cache-v7: optimise test for Cortex A9 r0pX devices by Russell King · 10 years ago
  77. d3cd451 ARM: cache-v7: optimise branches in v7_flush_cache_louis by Russell King · 10 years ago
  78. cd8b24d ARM: cache-v7: consolidate initialisation of cache level index by Russell King · 10 years ago
  79. 47b8484 ARM: cache-v7: shift CLIDR to extract appropriate field before masking by Russell King · 10 years ago
  80. 5aca3708 ARM: cache-v7: use movw/movt instructions by Russell King · 10 years ago
  81. 89c6bc5 ARM: allow 16-bit instructions in ALT_UP() by Russell King · 10 years ago
  82. e95e7f6 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  83. 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  85. 9497d738 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago
  86. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  87. 42e3a58 Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  88. 8954672 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  89. 3be1b98 Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  90. a21c1ea Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 10 years ago
  91. 8d9095c Merge tag 'mmc-v4.1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  92. cb0fc55 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 10 years ago
  93. 5142ef1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 10 years ago
  94. 6a16dda Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. ec1bc8e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. 07f2d8c Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. ee799f4 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 6cf78d4b Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  99. 0ad5c6b Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  100. 421ec90 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago