1. 27f28b9 mm/mmap.c: change __install_special_mapping() args order by Chen Gang · 9 years ago
  2. c9427bc mm/nommu.c: drop unlikely inside BUG_ON() by Geliang Tang · 9 years ago
  3. 1e3ee14 mm/mmap.c: do not initialize retval in mmap_pgoff() by Chen Gang · 9 years ago
  4. e6ee219 mm/mmap.c: remove redundant statement "error = -ENOMEM" by Chen Gang · 9 years ago
  5. 3ca65c1 mm: optimize PageHighMem() check by Vineet Gupta · 9 years ago
  6. 4d7b339 mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process() by Oleg Nesterov · 9 years ago
  7. c319025 mm/oom_kill: cleanup the "kill sharing same memory" loop by Oleg Nesterov · 9 years ago
  8. 0c1b2d7 mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process() by Oleg Nesterov · 9 years ago
  9. 0935781 mm: add the "struct mm_struct *mm" local into by Oleg Nesterov · 9 years ago
  10. 87e8827 mm: fix the racy mm->locked_vm change in by Oleg Nesterov · 9 years ago
  11. 9fd745d mm: fix overflow in find_zone_movable_pfns_for_nodes() by Xishi Qiu · 9 years ago
  12. d031a15 mm/vmscan.c: fix types of some locals by Alexandru Moise · 9 years ago
  13. da39da3 mm, oom: remove task_lock protecting comm printing by David Rientjes · 9 years ago
  14. 2d1e104 mm, compaction: distinguish contended status in tracepoints by Vlastimil Babka · 9 years ago
  15. 1743d05 mm, compaction: export tracepoints zone names to userspace by Vlastimil Babka · 9 years ago
  16. fa6c7b4 mm, compaction: export tracepoints status strings to userspace by Vlastimil Babka · 9 years ago
  17. 840807a mm/oom_kill.c: suppress unnecessary "sharing same memory" message by Tetsuo Handa · 9 years ago
  18. 880b768 mm/oom_kill.c: fix potentially killing unrelated process by Tetsuo Handa · 9 years ago
  19. 426fb5e mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILL by Tetsuo Handa · 9 years ago
  20. 13308ca mm/memcontrol: make mem_cgroup_inactive_anon_is_low() return bool by Yaowei Bai · 9 years ago
  21. 42e2e45 mm/vmscan: make inactive_anon/file_is_low return bool by Yaowei Bai · 9 years ago
  22. 80f73b4 Documentation/vm/transhuge.txt: add information about max_ptes_swap by Ebru Akagunduz · 9 years ago
  23. 3608de0 mm/memcontrol.c: fix order calculation in try_charge() by Jerome Marchand · 9 years ago
  24. a5f6510 mm: hwpoison: ratelimit messages from unpoison_memory() by Naoya Horiguchi · 9 years ago
  25. aa750fd mm/filemap.c: make global sync not clear error status of individual inodes by Junichi Nomura · 9 years ago
  26. 21c527a mm/compaction.c: add an is_via_compact_memory() helper by Yaowei Bai · 9 years ago
  27. 29d06bb mm/vmscan: make inactive_anon_is_low_global return directly by Yaowei Bai · 9 years ago
  28. 5d317b2 mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status by Naoya Horiguchi · 9 years ago
  29. 25ee01a mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smaps by Naoya Horiguchi · 9 years ago
  30. 600e19a mm: use only per-device readahead limit by Roman Gushchin · 9 years ago
  31. b171e40 mm/page_alloc: remove unused parameter in init_currently_empty_zone() by Yaowei Bai · 9 years ago
  32. f2f81fb mm, migrate: count pages failing all retries in vmstat and tracepoint by Vlastimil Babka · 9 years ago
  33. 35bd16a mm/memblock: make memblock_remove_range() static by Alexander Kuleshov · 9 years ago
  34. f19cb11 mm/mremap: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  35. de1741a mm/mmap: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  36. 891c49a mm/vmalloc: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  37. 8fd9e48 mm/mlock: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  38. ea53cde mm/util: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  39. f09f124 mm/percpu: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  40. 5d57b01 mm/early_ioremap: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  41. e7bbdd0 mm/mincore: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  42. 1824cb7 mm/nommu: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  43. b0d61c7 mm/msync: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  44. c118baf arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodes by Raghavendra K T · 9 years ago
  45. 145949a mm/list_lru.c: replace nr_node_ids for loop with for_each_node() by Raghavendra K T · 9 years ago
  46. 61f9ec1 mm: fix docbook comment for get_vaddr_frames() by Jonathan Corbet · 9 years ago
  47. 7f822c2 memcg: drop unnecessary cold-path tests from __memcg_kmem_bypass() by Tejun Heo · 9 years ago
  48. 10d53c7 memcg: ratify and consolidate over-charge handling by Tejun Heo · 9 years ago
  49. cbfb479 memcg: collect kmem bypass conditions into __memcg_kmem_bypass() by Tejun Heo · 9 years ago
  50. b23afb9 memcg: punt high overage reclaim to return-to-userland path by Tejun Heo · 9 years ago
  51. 626ebc4 memcg: flatten task_struct->memcg_oom by Tejun Heo · 9 years ago
  52. 55e1cea mm/mmap.c: remove useless statement "vma = NULL" in find_vma() by Chen Gang · 9 years ago
  53. 0ab32b6 uaccess: reimplement probe_kernel_address() using probe_kernel_read() by Andrew Morton · 9 years ago
  54. 86d2adc mm/mlock.c: reorganize mlockall() return values and remove goto-out label by Alexey Klimov · 9 years ago
  55. 9fbed25 mm/kmemleak.c: remove unneeded initialization of object to NULL by Alexey Klimov · 9 years ago
  56. d4322d8 mm: slab: only move management objects off-slab for sizes larger than KMALLOC_MIN_SIZE by Catalin Marinas · 9 years ago
  57. 9f83570 mm/slub: calculate start order with reserved in consideration by Wei Yang · 9 years ago
  58. 033fd1b mm/slub: use get_order() instead of fls() by Wei Yang · 9 years ago
  59. 422ff4d mm/slub: correct the comment in calculate_order() by Wei Yang · 9 years ago
  60. 40911a7 mm/slab_common.c: initialize kmem_cache pointer to NULL by Alexandru Moise · 9 years ago
  61. 76f8ec7 Doc/slub: document slabinfo-gnuplot.sh script by Sergey Senozhatsky · 9 years ago
  62. 4a981ab tools/vm/slabinfo: gnuplot slabifo extended stat by Sergey Senozhatsky · 9 years ago
  63. 2cee611 tools/vm/slabinfo: cosmetic globals cleanup by Sergey Senozhatsky · 9 years ago
  64. a8ea0bf tools/vm/slabinfo: output sizes in bytes by Sergey Senozhatsky · 9 years ago
  65. 016c6cd tools/vm/slabinfo: introduce extended totals mode by Sergey Senozhatsky · 9 years ago
  66. 0d00bf5 tools/vm/slabinfo: fix alternate opts names by Sergey Senozhatsky · 9 years ago
  67. 2651f6e tools/vm/slabinfo: sort slabs by loss by Sergey Senozhatsky · 9 years ago
  68. 4980a96 tools/vm/slabinfo: limit the number of reported slabs by Sergey Senozhatsky · 9 years ago
  69. 2b10075 tools/vm/slabinfo: use getopt no_argument/optional_argument by Sergey Senozhatsky · 9 years ago
  70. cd918c5 mm/slab_common.c: do not warn that cache is busy on destroy more than once by Vladimir Davydov · 9 years ago
  71. d60fdcc mm/slab_common.c: clear pointers to per memcg caches on destroy by Vladimir Davydov · 9 years ago
  72. c9a77a7 mm/slab_common.c: rename cache create/destroy helpers by Vladimir Davydov · 9 years ago
  73. 8748dd5 include/linux/compiler-gcc.h: hide assume_aligned attribute from sparse by Rasmus Villemoes · 9 years ago
  74. a744fd1 compiler.h: add support for function attribute assume_aligned by Rasmus Villemoes · 9 years ago
  75. fda9012 slab: convert slab_is_available() to boolean by Denis Kirjanov · 9 years ago
  76. 39d2da2 kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer_fn() by Ulrich Obergfell · 9 years ago
  77. a2a45b8 kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}_threads() by Ulrich Obergfell · 9 years ago
  78. 8614dde kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug by Ulrich Obergfell · 9 years ago
  79. ee89e71 kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU hotplug by Ulrich Obergfell · 9 years ago
  80. ac1f591 kernel/watchdog.c: add sysctl knob hardlockup_panic by Don Zickus · 9 years ago
  81. 5553787 kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup by Jiri Kosina · 9 years ago
  82. ee7fed5 watchdog: do not unpark threads in watchdog_park_threads() on error by Ulrich Obergfell · 9 years ago
  83. c993590 watchdog: implement error handling in lockup_detector_suspend() by Ulrich Obergfell · 9 years ago
  84. b43cb43 watchdog: implement error handling in update_watchdog_all_cpus() and callers by Ulrich Obergfell · 9 years ago
  85. 58cf690 watchdog: move watchdog_disable_all_cpus() outside of ifdef by Ulrich Obergfell · 9 years ago
  86. d283c64 watchdog: fix error handling in proc_watchdog_thresh() by Ulrich Obergfell · 9 years ago
  87. 451637e kernel/watchdog.c: is_hardlockup can be boolean by Yaowei Bai · 9 years ago
  88. b647874 9p: do not overwrite return code when locking fails by Dominique Martinet · 9 years ago
  89. 720abae rcu: force alignment on struct callback_head/rcu_head by Kirill A. Shutemov · 9 years ago
  90. 262d8a8 ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page() by Joseph Qi · 9 years ago
  91. 5afc44e ocfs2: add uuid to ocfs2 thread name for problem analysis by Joseph Qi · 9 years ago
  92. b1529a4 ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an error by alex chen · 9 years ago
  93. 0986fe9b ocfs2: fix race between mount and delete node/cluster by Joseph Qi · 9 years ago
  94. 93d911f ocfs2: only take lock if dio entry when recover orphans by Joseph Qi · 9 years ago
  95. 30edc43 ocfs2: do not include dio entry in case of orphan scan by Joseph Qi · 9 years ago
  96. 1d1aff8 ocfs2: improve performance for localalloc by Joseph Qi · 9 years ago
  97. 4e357b9 ocfs2: fill in the unused portion of the block with zeros by dio_zero_block() by jiangyiwen · 9 years ago
  98. d162eaa ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error code by Norton.Zhu · 9 years ago
  99. ce4f2fd logfs: fix build warning by Sudip Mukherjee · 9 years ago
  100. d30e2c0 inotify: actually check for invalid bits in sys_inotify_add_watch() by Dave Hansen · 9 years ago