1. 820c12d fallocate: create FAN_MODIFY and IN_MODIFY events by Heinrich Schuchardt · 10 years ago
  2. 620951e mm/cma: make kmemleak ignore CMA regions by Thierry Reding · 10 years ago
  3. dee2f8a slub: fix cpuset check in get_any_partial by Vladimir Davydov · 10 years ago
  4. 061d7074 slab: fix cpuset check in fallback_alloc by Vladimir Davydov · 10 years ago
  5. 07a46ed shmdt: use i_size_read() instead of ->i_size by Dave Hansen · 10 years ago
  6. d3c9790 ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments by Dave Hansen · 10 years ago
  7. 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 10 years ago
  8. e843e7d ipc/sem.c: increase SEMMSL, SEMMNI, SEMOPM by Manfred Spraul · 10 years ago
  9. 2e094ab ipc/sem.c: change memory barrier in sem_lock() to smp_rmb() by Manfred Spraul · 10 years ago
  10. a060bfe lib/decompress.c: consistency of compress formats for kernel image by Haesung Kim · 10 years ago
  11. b5c8afe decompress_bunzip2: off by one in get_next_block() by Dan Carpenter · 10 years ago
  12. ec72c66 usr/Kconfig: make initrd compression algorithm selection not expert by Andi Kleen · 10 years ago
  13. 6adc4a2 fault-inject: add ratelimit option by Dmitry Monakhov · 10 years ago
  14. 89e3f90 ratelimit: add initialization macro by Dmitry Monakhov · 10 years ago
  15. 92cab82 fs/affs/file.c: remove obsolete pagesize check by Fabian Frederick · 10 years ago
  16. 9abb408 fs/affs/file.c: add support to O_DIRECT by Fabian Frederick · 10 years ago
  17. 1ee54b0 fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf by Fabian Frederick · 10 years ago
  18. 7633978 fs/affs/file.c: forward declaration clean-up by Fabian Frederick · 10 years ago
  19. 957e3fa gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs by Riku Voipio · 10 years ago
  20. d539395 kexec: remove unnecessary KERN_ERR from kexec.c by Masanari Iida · 10 years ago
  21. 38351a3 sparc: hook up execveat system call by David Drysdale · 10 years ago
  22. c9b26b8 syscalls: add selftest for execveat(2) by David Drysdale · 10 years ago
  23. 27d6ec7 x86: hook up execveat system call by David Drysdale · 10 years ago
  24. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  25. c0ef0cc fat: fix data past EOF resulting from fsx testsuite by Namjae Jeon · 10 years ago
  26. f441ada befs: remove dead code by Jan Kara · 10 years ago
  27. 1dd61aa mm/zbud: init user ops only when it is needed by Heesub Shin · 10 years ago
  28. 442cc43 mm/zswap: delete unnecessary check before calling free_percpu() by Markus Elfring · 10 years ago
  29. dd01d7d mm/zswap: add __init to some functions in zswap by Mahendran Ganesh · 10 years ago
  30. 083914e zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute by Ganesh Mahendran · 10 years ago
  31. 1813665 mm/zsmalloc: allocate exactly size of struct zs_pool by Ganesh Mahendran · 10 years ago
  32. df8b5bb mm/zsmalloc: avoid duplicate assignment of prev_class by Ganesh Mahendran · 10 years ago
  33. d49b1c2 mm/zram: correct ZRAM_ZERO flag bit position by Mahendran Ganesh · 10 years ago
  34. 40f9fb8 mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZE by Mahendran Ganesh · 10 years ago
  35. af4ee5e zsmalloc: correct fragile [kmap|kunmap]_atomic use by Minchan Kim · 10 years ago
  36. b1b00a5 zsmalloc: fix zs_init cpu notifier error handling by Sergey Senozhatsky · 10 years ago
  37. 8c7f010 zram: implement rw_page operation of zram by karam.lee · 10 years ago
  38. 54850e7 zram: change parameter from vaild_io_request() by karam.lee · 10 years ago
  39. b627cff zram: remove bio parameter from zram_bvec_rw() by karam.lee · 10 years ago
  40. 9eec4cd zsmalloc: merge size_class to reduce fragmentation by Joonsoo Kim · 10 years ago
  41. 70bc068 mm/memcontrol.c: remove unused mem_cgroup_lru_names_not_uptodate() by Rickard Strandqvist · 10 years ago
  42. 8135be5 memcg: fix possible use-after-free in memcg_kmem_get_cache() by Vladimir Davydov · 10 years ago
  43. ae6e71d mm/memcontrol.c: fix defined but not used compiler warning by Michele Curti · 10 years ago
  44. 441c228 mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pages by Mel Gorman · 10 years ago
  45. 7e5b528 mm/vmalloc.c: fix memory ordering bug by Dmitry Vyukov · 10 years ago
  46. 6a2d567 oom: kill the insufficient and no longer needed PT_TRACE_EXIT check by Oleg Nesterov · 10 years ago
  47. d003f37 oom: don't assume that a coredumping thread will exit soon by Oleg Nesterov · 10 years ago
  48. ba914f4 mm: remove the highmem zones' memmap in the highmem zone by Zhong Hongbo · 10 years ago
  49. 2ebba6b mm: unmapped page migration avoid unmap+remap overhead by Hugh Dickins · 10 years ago
  50. 5cec38a fs, seq_file: fallback to vmalloc instead of oom kill processes by David Rientjes · 10 years ago
  51. 6b4f779 mm: vmscan: invoke slab shrinkers from shrink_zone() by Johannes Weiner · 10 years ago
  52. f5f302e mm,vmacache: count number of system-wide flushes by Davidlohr Bueso · 10 years ago
  53. 16a7ade Documentation: add new page_owner document by Joonsoo Kim · 10 years ago
  54. 61cf5fe mm/page_owner: correct owner information for early allocated pages by Joonsoo Kim · 10 years ago
  55. 48c96a3 mm/page_owner: keep track of page owners by Joonsoo Kim · 10 years ago
  56. 9a92a6c stacktrace: introduce snprint_stack_trace for buffer output by Joonsoo Kim · 10 years ago
  57. dbc8358 mm/nommu: use alloc_pages_exact() rather than its own implementation by Joonsoo Kim · 10 years ago
  58. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  59. e30825f mm/debug-pagealloc: prepare boottime configurable on/off by Joonsoo Kim · 10 years ago
  60. eefa864b mm/page_ext: resurrect struct page extending code for debugging by Joonsoo Kim · 10 years ago
  61. 2d48366 mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLE by Jianyu Zhan · 10 years ago
  62. 66f2ca7 include/linux/kmemleak.h: needs slab.h by Andrew Morton · 10 years ago
  63. 056b7cc mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache() by Zhang Zhen · 10 years ago
  64. bd6dace mm: move swp_entry_t definition to include/linux/mm_types.h by Tejun Heo · 10 years ago
  65. 71fbd55 memory-hotplug: remove redundant call of page_to_pfn by Zhang Zhen · 10 years ago
  66. 9dc00f4 iommu/amd: use handle_mm_fault directly by Jesse Barnes · 10 years ago
  67. e1d6d01 mm: export find_extend_vma() and handle_mm_fault() for driver use by Jesse Barnes · 10 years ago
  68. 7d9ca00 hugetlb: hugetlb_register_all_nodes(): add __init marker by Luiz Capitulino · 10 years ago
  69. df994ea hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED() by Luiz Capitulino · 10 years ago
  70. 27ec26e hugetlb: fix hugepages= entry in kernel-parameters.txt by Luiz Capitulino · 10 years ago
  71. 6f185c2 memcg: turn memcg_kmem_skip_account into a bit field by Vladimir Davydov · 10 years ago
  72. 4e701d7 memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cache by Vladimir Davydov · 10 years ago
  73. 900a38f memcg: zap kmem_account_flags by Vladimir Davydov · 10 years ago
  74. c313dc5d mm: mincore: add hwpoison page handle by Weijie Yang · 10 years ago
  75. b258d86 mm/rmap: calculate page offset when needed by Davidlohr Bueso · 10 years ago
  76. 2847cf9 mm/debug-pagealloc: cleanup page guard code by Joonsoo Kim · 10 years ago
  77. 4308ce1 mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUG by Tony Luck · 10 years ago
  78. 95fc3c5 memcg: do not abuse memcg_kmem_skip_account by Vladimir Davydov · 10 years ago
  79. 9d100c5 memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge} by Vladimir Davydov · 10 years ago
  80. bfda7e8 memcg: __mem_cgroup_free: remove stale disarm_static_keys comment by Vladimir Davydov · 10 years ago
  81. b5be83e mm: cma: align to physical address, not CMA region position by Gregory Fong · 10 years ago
  82. 5e19b01 lib: bitmap: add alignment offset for bitmap_find_next_zero_area() by Michal Nazarewicz · 10 years ago
  83. c8475d1 mm/memory.c: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  84. 1acf2e0 mm/nommu: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  85. d28eb9c mm/memory-failure: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  86. 874bfca mm/xip: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  87. 4a23717a uprobes: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  88. 3dec0ba mm/rmap: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  89. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  90. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  91. 8b28f62 mm,fs: introduce helpers around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  92. b4b9829 MAINTAINERS: update Xiubo's email address by Xiubo Li · 10 years ago
  93. 88221c3 rtc: snvs: fix build with CONFIG_PM_SLEEP disabled by Guenter Roeck · 10 years ago
  94. 6ce4436 Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 10 years ago
  95. bdeb03c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  96. 0349678 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  97. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  98. ccb5a49 Merge tag 'upstream-3.19-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  99. c05e14f Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  100. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago