1. 619a908 checkpatch: add error on use of attribute((weak)) or __weak declarations by Joe Perches · 10 years ago
  2. 2381097 checkpatch: add an error test for no space before comma by Joe Perches · 10 years ago
  3. 69c953c lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n by Rasmus Villemoes · 10 years ago
  4. 74a5fef lib/lcm.c: ensure correct result whenever it fits by Rasmus Villemoes · 10 years ago
  5. 7b212ed MAINTAINERS: update ivtv mailing lists as subscriber-only by Joe Perches · 10 years ago
  6. f099755 printk: drop logbuf_cpu volatile qualifier by Alex Elder · 10 years ago
  7. a39d4a8 printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents by Joe Perches · 10 years ago
  8. f80e696 tile: use pr_warn instead of pr_warning by Joe Perches · 10 years ago
  9. 4b3ed614 tile: neaten early_printk uses by Joe Perches · 10 years ago
  10. 1dc6244 printk: remove used-once early_vprintk by Joe Perches · 10 years ago
  11. 9e3961a kernel: add panic_on_warn by Prarit Bhargava · 10 years ago
  12. f938612 include/linux/file.h: remove get_unused_fd() macro by Yann Droneaud · 10 years ago
  13. 8d10a03 fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
  14. c6cb898 binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
  15. 6b9cdf3 ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
  16. aeb682d ia64: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
  17. 7c8bd23 exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent() by Oleg Nesterov · 10 years ago
  18. 2831096 exit: reparent: cleanup the usage of reparent_leader() by Oleg Nesterov · 10 years ago
  19. 57a0591 exit: reparent: cleanup the changing of ->parent by Oleg Nesterov · 10 years ago
  20. dc2fd4b exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasks by Oleg Nesterov · 10 years ago
  21. a90e984 sched_show_task: fix unsafe usage of ->real_parent by Oleg Nesterov · 10 years ago
  22. abdba6e proc: task_state: ptrace_parent() doesn't need pid_alive() check by Oleg Nesterov · 10 years ago
  23. b0fafc1 proc: task_state: move the main seq_printf() outside of rcu_read_lock() by Oleg Nesterov · 10 years ago
  24. 0f4a0d5 proc: task_state: deuglify the max_fds calculation by Oleg Nesterov · 10 years ago
  25. 4af1036 proc: task_state: read cred->group_info outside of task_lock() by Oleg Nesterov · 10 years ago
  26. 2fc1e94 fs/proc.c: use rb_entry_safe() instead of rb_entry() by Nicolas Dichtel · 10 years ago
  27. b208d54 procfs: fix error handling of proc_register() by Debabrata Banerjee · 10 years ago
  28. 710585d fs/proc: use a rb tree for the directory entries by Nicolas Dichtel · 10 years ago
  29. 9edad6e mm: move page->mem_cgroup bad page handling into generic code by Johannes Weiner · 10 years ago
  30. 5d1ea48 mm: page_cgroup: rename file to mm/swap_cgroup.c by Johannes Weiner · 10 years ago
  31. 1306a85 mm: embed the memcg pointer directly into struct page by Johannes Weiner · 10 years ago
  32. 22811c6 mm: memcontrol: remove stale page_cgroup_lock comment by Johannes Weiner · 10 years ago
  33. a1ad289 mm/frontswap.c: fix the condition in BUG_ON by Li Haifeng · 10 years ago
  34. 26086de mm: fix a spelling mistake by Wei Yuan · 10 years ago
  35. 569f48b8 mm: hugetlb: fix __unmap_hugepage_range() by Hillf Danton · 10 years ago
  36. e4bd6a0 mm, memcg: fix potential undefined behaviour in page stat accounting by Michal Hocko · 10 years ago
  37. c164e03 mm: fix huge zero page accounting in smaps report by Kirill A. Shutemov · 10 years ago
  38. 2314b42 mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() by Johannes Weiner · 10 years ago
  39. 413918b mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree() by Johannes Weiner · 10 years ago
  40. c01f46c mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task() by Johannes Weiner · 10 years ago
  41. 312722c mm: memcontrol: shorten the page statistics update slowpath by Johannes Weiner · 10 years ago
  42. e544a4e thp: do not mark zero-page pmd write-protected explicitly by Kirill A. Shutemov · 10 years ago
  43. b047501 memcg: use generic slab iterators for showing slabinfo by Vladimir Davydov · 10 years ago
  44. 4ef461e memcg: remove mem_cgroup_reclaimable check from soft reclaim by Vladimir Davydov · 10 years ago
  45. 97ad2be mm, hugetlb: correct bit shift in hstate_sizelog() by Sasha Levin · 10 years ago
  46. 247b144 mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move() by Johannes Weiner · 10 years ago
  47. 4e2f245 mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move() by Johannes Weiner · 10 years ago
  48. 354a478 mm: memcontrol: inline memcg->move_lock locking by Johannes Weiner · 10 years ago
  49. 2983331 mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flag by Johannes Weiner · 10 years ago
  50. f4aaa8b mm: memcontrol: remove unnecessary PCG_MEM memory charge flag by Johannes Weiner · 10 years ago
  51. 18eca2e mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flag by Johannes Weiner · 10 years ago
  52. 7bdd143c mm: memcontrol: uncharge pages on swapout by Johannes Weiner · 10 years ago
  53. b9982f8 mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup() by Michal Hocko · 10 years ago
  54. 8c0145b memcg: remove activate_kmem_mutex by Vladimir Davydov · 10 years ago
  55. 7d5e324 mm: memcontrol: clarify migration where old page is uncharged by Johannes Weiner · 10 years ago
  56. dfe0e77 mm: memcontrol: update mem_cgroup_page_lruvec() documentation by Johannes Weiner · 10 years ago
  57. bc2f2e7 memcg: simplify unreclaimable groups handling in soft limit reclaim by Vladimir Davydov · 10 years ago
  58. 6f7c97e mm/numa balancing: rearrange Kconfig entry by Aneesh Kumar K.V · 10 years ago
  59. fdaf7f5 mm, compaction: more focused lru and pcplists draining by Vlastimil Babka · 10 years ago
  60. 6bace09 mm, compaction: always update cached scanner positions by Vlastimil Babka · 10 years ago
  61. f866979 mm, compaction: defer only on COMPACT_COMPLETE by Vlastimil Babka · 10 years ago
  62. 97d47a6 mm, compaction: simplify deferred compaction by Vlastimil Babka · 10 years ago
  63. ebff398 mm, compaction: pass classzone_idx and alloc_flags to watermark checking by Vlastimil Babka · 10 years ago
  64. 1da58ee mm: vmscan: count only dirty pages as congested by Jamie Liu · 10 years ago
  65. ab1f306 mm: verify compound order when freeing a page by Yu Zhao · 10 years ago
  66. d7be003 cma: make default CMA area size zero for x86 by Akinobu Mita · 10 years ago
  67. c055432 mm, memory_hotplug/failure: drain single zone pcplists by Vlastimil Babka · 10 years ago
  68. 510f550 mm, cma: drain single zone pcplists by Vlastimil Babka · 10 years ago
  69. ec25af8 mm, page_isolation: drain single zone pcplists by Vlastimil Babka · 10 years ago
  70. 93481ff mm: introduce single zone pcplists drain by Vlastimil Babka · 10 years ago
  71. 8612c66 mm/vmscan.c: replace printk with pr_err by Pintu Kumar · 10 years ago
  72. 0cbc853 mm/vmalloc.c: replace printk with pr_warn by Pintu Kumar · 10 years ago
  73. f88dfff mm/page_alloc.c: convert boot printks without log level to pr_info by Anton Blanchard · 10 years ago
  74. 6d3d6aa mm: memcontrol: remove synchronous stock draining code by Johannes Weiner · 10 years ago
  75. b205256 mm: memcontrol: continue cache reclaim from offlined groups by Johannes Weiner · 10 years ago
  76. 64f2199 mm: memcontrol: remove obsolete kmemcg pinning tricks by Johannes Weiner · 10 years ago
  77. e8ea14c mm: memcontrol: take a css reference for each charged page by Johannes Weiner · 10 years ago
  78. 5ac8fb3 mm: memcontrol: convert reclaim iterator to simple css refcounting by Johannes Weiner · 10 years ago
  79. 5b1efc0 kernel: res_counter: remove the unused API by Johannes Weiner · 10 years ago
  80. 71f87bee mm: hugetlb_cgroup: convert to lockless page counters by Johannes Weiner · 10 years ago
  81. 3e32cb2 mm: memcontrol: lockless page counters by Johannes Weiner · 10 years ago
  82. 8df0c2d slab: replace smp_read_barrier_depends() with lockless_dereference() by Pranith Kumar · 10 years ago
  83. c871ac4 slab: improve checking for invalid gfp_flags by Andrew Morton · 10 years ago
  84. f6edde9 mm: slub: fix format mismatches in slab_err() callers by Andrey Ryabinin · 10 years ago
  85. 5436205 mm/slab: reverse iteration on find_mergeable() by Joonsoo Kim · 10 years ago
  86. 1df3b26 slab: print slabinfo header in seq show by Vladimir Davydov · 10 years ago
  87. b455def mm: slab/slub: coding style: whitespaces and tabs mixture by LQYMGT · 10 years ago
  88. e2ab879 fs/char_dev.c: remove pointless assignment from __register_chrdev_region() by Jan Kara · 10 years ago
  89. b3e3e5a ocfs2: remove unneeded NULL check by Dan Carpenter · 10 years ago
  90. 88d69b9 ocfs2: remove bogus NULL check in ocfs2_move_extents() by Dan Carpenter · 10 years ago
  91. 61fb9ea ocfs2: do not set filesystem readonly if link down by jiangyiwen · 10 years ago
  92. d1e78238 ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not be granted at once by Xue jiufei · 10 years ago
  93. dc17158 ocfs2: fix error handling when creating debugfs root in ocfs2_init() by Jan Kara · 10 years ago
  94. 86b9c6f ocfs2: remove filesize checks for sync I/O journal commit by Goldwyn Rodrigues · 10 years ago
  95. 196fe71 ocfs2: o2net: fix connect expired by Junxiao Bi · 10 years ago
  96. cb79662 ocfs2: o2dlm: fix a race between purge and master query by Srinivas Eeda · 10 years ago
  97. f5425fc ocfs2: report error from o2hb_do_disk_heartbeat() to user by Jan Kara · 10 years ago
  98. 4a635a1 ocfs2: remove bogus test from ocfs2_read_locked_inode() by Jan Kara · 10 years ago
  99. 2b69300 ocfs2: Fix xattr check in ocfs2_get_xattr_nolock() by Jan Kara · 10 years ago
  100. 519a286 ocfs2: fix an off-by-one BUG_ON() statement by Dan Carpenter · 10 years ago