1. 17b0573 prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable by Michal Hocko · 8 years ago
  2. f268dfe exec: make exec path waiting for mmap_sem killable by Michal Hocko · 8 years ago
  3. 013373e aio: make aio_setup_ring killable by Michal Hocko · 8 years ago
  4. 4136c26 coredump: make coredump_wait wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  5. 6904817 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  6. 91f4f94 ipc, shm: make shmem attach/detach wait for mmap_sem killable by Michal Hocko · 8 years ago
  7. 7c05126 mm, fork: make dup_mmap wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  8. 4e80153 mm, proc: make clear_refs killable by Michal Hocko · 8 years ago
  9. 2d6c928 mm: make vm_brk killable by Michal Hocko · 8 years ago
  10. ecc2bc8 mm, elf: handle vm_brk error by Michal Hocko · 8 years ago
  11. 864778b mm, aout: handle vm_brk failures by Michal Hocko · 8 years ago
  12. ae79878 mm: make vm_munmap killable by Michal Hocko · 8 years ago
  13. 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 8 years ago
  14. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 8 years ago
  15. e10af13 MAINTAINERS: add co-maintainer for scripts/gdb by Kieran Bingham · 8 years ago
  16. b3b0842 scripts/gdb: decode bytestream on dmesg for Python3 by Kieran Bingham · 8 years ago
  17. d21d5b9eb scripts/gdb: fix issue with dmesg.py and python 3.X by Dom Cote · 8 years ago
  18. 321958d scripts/gdb: improve types abstraction for gdb python scripts by Dom Cote · 8 years ago
  19. 9f66dee scripts/gdb: add lx_thread_info_by_pid helper by Kieran Bingham · 8 years ago
  20. 9b55803 scripts/gdb: add documentation example for radix tree by Kieran Bingham · 8 years ago
  21. e127a73 scripts/gdb: add a Radix Tree Parser by Kieran Bingham · 8 years ago
  22. 4bc393d scripts/gdb: cast CPU numbers to integer by Jan Kiszka · 8 years ago
  23. b150393 scripts/gdb: add cpu iterators by Kieran Bingham · 8 years ago
  24. c1a1539 scripts/gdb: add mount point list command by Kieran Bingham · 8 years ago
  25. e7165a2 scripts/gdb: add io resource readers by Kieran Bingham · 8 years ago
  26. 74627cf scripts/gdb: provide a dentry_name VFS path helper by Kieran Bingham · 8 years ago
  27. 958ef8a scripts/gdb: support !CONFIG_MODULES gracefully by Kieran Bingham · 8 years ago
  28. e78f3d7 scripts/gdb: provide exception catching parser by Kieran Bingham · 8 years ago
  29. 619ccaf scripts/gdb: convert modules usage to lists functions by Kieran Bingham · 8 years ago
  30. a84be61 scripts/gdb: provide kernel list item generators by Kieran Bingham · 8 years ago
  31. f197d75 scripts/gdb: provide linux constants by Kieran Bingham · 8 years ago
  32. 0c22fde scripts/gdb: Adjust module reference counter reported by lx-lsmod by Jan Kiszka · 8 years ago
  33. 7efb2a7 arch/defconfig: remove CONFIG_RESOURCE_COUNTERS by Konstantin Khlebnikov · 8 years ago
  34. de6cdcb drivers/memstick/core/mspro_block: use kmemdup by Muhammad Falak R Wani · 8 years ago
  35. a831979 rtsx_usb_ms: use schedule_timeout_idle() in polling loop by Oleksandr Natalenko · 8 years ago
  36. a0c20de kdump: fix gdb macros work work with newer and 64-bit kernels by Corey Minyard · 8 years ago
  37. 7a0058e s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres() by Xunlei Pang · 8 years ago
  38. 0eea086 kexec: do a cleanup for function kexec_load by Minfei Huang · 8 years ago
  39. 917a356 kexec: make a pair of map/unmap reserved pages in error path by Minfei Huang · 8 years ago
  40. 1e5768a kexec: provide arch_kexec_protect(unprotect)_crashkres() by Xunlei Pang · 8 years ago
  41. 9b492cf kexec: introduce a protection mechanism for the crashkernel reserved memory by Xunlei Pang · 8 years ago
  42. 9eb8a65 exec: remove the no longer needed remove_arg_zero()->free_arg_page() by Oleg Nesterov · 8 years ago
  43. 725fc62 kernek/fork.c: allocate idle task for a CPU always on its local node by Andi Kleen · 8 years ago
  44. 5c8ccef signal: move the "sig < SIGRTMIN" check into siginmask(sig) by Oleg Nesterov · 8 years ago
  45. 747800e kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Wang Xiaoqiang · 8 years ago
  46. c96fc2d signal: make oom_flags a bool by Tetsuo Handa · 8 years ago
  47. 91c4e8e wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL by Oleg Nesterov · 8 years ago
  48. bf95993 wait/ptrace: assume __WALL if the child is traced by Oleg Nesterov · 8 years ago
  49. 076a378 nilfs2: fix block comments by Ryusuke Konishi · 8 years ago
  50. 80d6505 nilfs2: remove loops of single statement macros by Ryusuke Konishi · 8 years ago
  51. 7f00184 nilfs2: remove unnecessary else after return or break by Ryusuke Konishi · 8 years ago
  52. 0c6c44c nilfs2: avoid bare use of 'unsigned' by Ryusuke Konishi · 8 years ago
  53. 7592ecd nilfs2: fix code indent coding style issue by Ryusuke Konishi · 8 years ago
  54. c9cb9b5 nilfs2: remove space before semicolon by Ryusuke Konishi · 8 years ago
  55. 06f4abf nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error() by Ryusuke Konishi · 8 years ago
  56. facb9ec nilfs2: clean trailing semicolons in macros by Ryusuke Konishi · 8 years ago
  57. 4ad364c nilfs2: add missing line spacing by Ryusuke Konishi · 8 years ago
  58. e7a142a nilfs2: replace __attribute__((packed)) with __packed by Ryusuke Konishi · 8 years ago
  59. 2d19961 nilfs2: move cleanup code of metadata file from inode routines by Ryusuke Konishi · 8 years ago
  60. 24e20ea nilfs2: get rid of nilfs_mdt_mark_block_dirty() by Ryusuke Konishi · 8 years ago
  61. 756cbdb nilfs2: clarify permission to replicate the design by Ryusuke Konishi · 8 years ago
  62. 9e92e51 MAINTAINERS: add web link for nilfs project by Ryusuke Konishi · 8 years ago
  63. 4b420ab nilfs2: clean up old e-mail addresses by Ryusuke Konishi · 8 years ago
  64. 5726d0b nilfs2: remove FSF mailing address from GPL notices by Ryusuke Konishi · 8 years ago
  65. f19e78d nilfs2: remove space before comma by Ryusuke Konishi · 8 years ago
  66. 8fa7c32 nilfs2: fix white space issue in nilfs_mount() by Ryusuke Konishi · 8 years ago
  67. 1c613cb nilfs2: constify nilfs_sc_operations structures by Julia Lawall · 8 years ago
  68. a46d8c3 fs/befs/io.c:befs_bread(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  69. 77169af fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  70. d6e0203 fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULL by Salah Triki · 8 years ago
  71. 44ad809 fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULL by Salah Triki · 8 years ago
  72. e4c7f5b fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  73. c940876 fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  74. 6c8da24 fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializations to NULL by Salah Triki · 8 years ago
  75. 3080ea9 fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  76. ff2fe0a fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  77. 1383399 mm: memcontrol: fix possible css ref leak on oom by Vladimir Davydov · 8 years ago
  78. f43edca ELF/MIPS build fix by Ralf Baechle · 8 years ago
  79. ededb49 m32r: fix build failure by Sudip Mukherjee · 8 years ago
  80. 7639dad Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  81. 77ed402 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 8 years ago
  82. 21f9deb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  83. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 8 years ago
  84. 5b09c3e x86: remove pointless uaccess_32.h complexity by Linus Torvalds · 8 years ago
  85. f6c658d Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  86. 07be133 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  87. 63d222b Merge tag 'rtc-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  88. 10cd715 Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  89. 51e68d0 x86 isa: add back X86_32 dependency on CONFIG_ISA by Linus Torvalds · 8 years ago
  90. b9ba1eb rtc: tps6586x: rename so module can be autoloaded by Nicolas Chauvet · 8 years ago
  91. 814db2b rtc: rv3029: hide unused i2c device table by Arnd Bergmann · 8 years ago
  92. a9dbe55 rtc: rs5c372: r2025: fix check for 'oscillator halted' condition by Thomas Koeller · 14 years ago
  93. 0ddc5b8 rtc: rv3029: add alarm IRQ by Mylène Josserand · 8 years ago
  94. 38201ca rtc: rv3029: fix set_time function by Mylène Josserand · 8 years ago
  95. dc492e8 rtc: rv3029: fix alarm support by Mylène Josserand · 8 years ago
  96. abe2f55 rtc: rv3029: Remove some checks and warnings by Mylène Josserand · 8 years ago
  97. c2a1c14 rtc: rv3029: Add support of RV3049 by Mylène Josserand · 8 years ago
  98. e6e3808 rtc: rv3029: convert to use regmap by Mylène Josserand · 8 years ago
  99. 4e7f1a6 rtc: rv3029: remove 'i2c' in functions names by Mylène Josserand · 8 years ago
  100. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago