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