1. a8d0143 mm: page_alloc: generalize the dirty balance reserve by Johannes Weiner · 8 years ago
  2. c20cd45 mm: allow GFP_{FS,IO} for page_cache_read page cache allocation by Michal Hocko · 8 years ago
  3. fec4eb2 mm/compaction: improve comment for compact_memory tunable knob handler by Yaowei Bai · 8 years ago
  4. 9e08f57 x86: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 8 years ago
  5. 8f0d3aa arm64: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 8 years ago
  6. e0c25d9 arm: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 8 years ago
  7. d07e225 mm: mmap: add new /proc tunable for mmap_base ASLR by Daniel Cashman · 8 years ago
  8. bc36f70 mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region by Piotr Kwapulinski · 8 years ago
  9. 9f6c399 mm, vmscan: consider isolated pages in zone_reclaimable_pages by Michal Hocko · 8 years ago
  10. b832861 fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO) by Andrew Morton · 8 years ago
  11. 9ee11ba memcg: do not allow to disable tcp accounting after limit is set by Vladimir Davydov · 8 years ago
  12. 316bda0 vmscan: do not force-scan file lru if its absolute size is small by Vladimir Davydov · 8 years ago
  13. 244d63e mm, vmalloc: remove VM_VPAGES by David Rientjes · 8 years ago
  14. 1466934 mm, thp: use list_first_entry_or_null() by Geliang Tang · 8 years ago
  15. 8cee852 mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status by Jerome Marchand · 8 years ago
  16. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 8 years ago
  17. 48131e0 mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings by Vlastimil Babka · 8 years ago
  18. 6a15a37 mm, proc: reduce cost of /proc/pid/smaps for shmem mappings by Vlastimil Babka · 8 years ago
  19. c261e7d mm, proc: account for shmem swap in /proc/pid/smaps by Vlastimil Babka · 8 years ago
  20. bf9683d mm, documentation: clarify /proc/pid/status VmSwap limitations for shmem by Vlastimil Babka · 8 years ago
  21. 5b80287 mm/mmzone.c: memmap_valid_within() can be boolean by Yaowei Bai · 8 years ago
  22. 6219c2a mm/vmalloc.c: use list_{next,first}_entry by Geliang Tang · 8 years ago
  23. 33d5310 mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaim by Michal Hocko · 8 years ago
  24. fde82aa mm/page_alloc.c: get rid of __alloc_pages_high_priority() by Michal Hocko · 8 years ago
  25. c00eb15 mm/zonelist: enumerate zonelists array index by Yaowei Bai · 8 years ago
  26. 0664029 include/linux/mmzone.h: remove unused is_unevictable_lru() by Yaowei Bai · 8 years ago
  27. b4ad0c7 mm/memblock.c: memblock_is_memory()/reserved() can be boolean by Yaowei Bai · 8 years ago
  28. 719ff32 include/linux/hugetlb.h: is_file_hugepages() can be boolean by Yaowei Bai · 8 years ago
  29. ba5e957 mm: change mm_vmscan_lru_shrink_inactive() proto types by yalin wang · 8 years ago
  30. 8ef5849 mm/cma: always check which page caused allocation failure by Joonsoo Kim · 8 years ago
  31. 0f0848e mm/page_isolation.c: add new tracepoint, test_pages_isolated by Joonsoo Kim · 8 years ago
  32. fea85cf mm/page_isolation.c: return last tested pfn rather than failure indicator by Joonsoo Kim · 8 years ago
  33. 4a8c7bb mm/mempolicy.c: convert the shared_policy lock to a rwlock by Nathan Zimmer · 8 years ago
  34. 8f235d1 mm: add PHYS_PFN, use it in __phys_to_pfn() by Chen Gang · 8 years ago
  35. 3aa2385 mm/vmscan.c: change trace_mm_vmscan_writepage() proto type by yalin wang · 8 years ago
  36. 0b57d6b mm/mmap.c: remove redundant local variables for may_expand_vm() by Chen Gang · 8 years ago
  37. ab7a5af mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() by Alexey Klimov · 8 years ago
  38. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  39. 37f08dd vmalloc: allow to account vmalloc to memcg by Vladimir Davydov · 8 years ago
  40. 230e9fc slab: add SLAB_ACCOUNT flag by Vladimir Davydov · 8 years ago
  41. a9bb7e6 memcg: only account kmem allocations marked as __GFP_ACCOUNT by Vladimir Davydov · 8 years ago
  42. 20b5c30 Revert "gfp: add __GFP_NOACCOUNT" by Vladimir Davydov · 8 years ago
  43. b2a209f Revert "kernfs: do not account ino_ida allocations to memcg" by Vladimir Davydov · 8 years ago
  44. 7aa0d22 mm/slab.c: add a helper function get_first_slab by Geliang Tang · 8 years ago
  45. 73c0219 mm/slab.c: use list_for_each_entry in cache_flusharray by Geliang Tang · 8 years ago
  46. d8ad47d mm/slab.c use list_first_entry_or_null() by Geliang Tang · 8 years ago
  47. 2bd03e4 include/linux/dcache.h: remove semicolons from HASH_LEN_DECLARE by Andrew Morton · 8 years ago
  48. 3c973b0 ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h by Joseph Qi · 8 years ago
  49. 98e141f ocfs2: dlm: remove redundant code by Junxiao Bi · 8 years ago
  50. 074a6c6 ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del by Joseph Qi · 8 years ago
  51. 32e4932 ocfs2/dlm: do not insert a new mle when another process is already migrating by xuejiufei · 8 years ago
  52. bef5502 ocfs2/dlm: ignore cleaning the migration mle that is inuse by xuejiufei · 8 years ago
  53. 1cce4df ocfs2: do not lock/unlock() inode DLM lock by Goldwyn Rodrigues · 8 years ago
  54. 1247017 ocfs2: fix slot overwritten if storage link down during mount by jiangyiwen · 8 years ago
  55. c372f21 ocfs2/dlm: return appropriate value when dlm_grab() returns NULL by Xue jiufei · 8 years ago
  56. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 8 years ago
  57. b556014 ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_worker by jiangyiwen · 8 years ago
  58. 9e62dc0 ocfs2: constify ocfs2_extent_tree_operations structures by Julia Lawall · 8 years ago
  59. 30bee89 ocfs2/dlm: fix a race between purge and migration by Xue jiufei · 8 years ago
  60. a84ac33 ocfs2: o2hb: increase unsteady iterations by Junxiao Bi · 8 years ago
  61. d636462 ocfs2: return non-zero st_blocks for inline data by John Haxby · 8 years ago
  62. 3eb5bdf ocfs2: optimize bad declarations and redundant assignment by Norton.Zhu · 8 years ago
  63. 2886357b logfs: fix logfs build errors and dependencies by Arnd Bergmann · 8 years ago
  64. 2f63236 modpost: don't add a trailing wildcard for OF module aliases by Javier Martinez Canillas · 8 years ago
  65. c510eff fsnotify: destroy marks with call_srcu instead of dedicated thread by Jeff Layton · 8 years ago
  66. 1deaf9d fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodes by Geliang Tang · 8 years ago
  67. 72214a2 scripts/bloat-o-meter: fix python3 syntax error by Sergey Senozhatsky · 8 years ago
  68. ea535e4 dma-debug: switch check from _text to _stext by Laura Abbott · 8 years ago
  69. 601f1db m32r: fix m32104ut_defconfig build fail by Sudip Mukherjee · 8 years ago
  70. e8ecde2 Make sure that highmem pages are not added to symlink page cache by Al Viro · 8 years ago
  71. 6e8b50d nfsd: add new io class tracepoint by Jeff Layton · 9 years ago
  72. 36beca6 sparc64: Fix numa node distance initialization by Nitin Gupta · 8 years ago
  73. 5d19c61 fsl/fman: Delete one function call "put_device" in dtsec_config() by Markus Elfring · 8 years ago
  74. 10a0c0f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. dcd1bfd Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  76. 747a9b0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. 32250e4 Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  78. 5339f9d Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  79. cf8d7e3 Merge tag 'mfd-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 8 years ago
  80. 5c43019 Merge tag 'for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 8 years ago
  81. c25949d Merge tag 'hsi-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 8 years ago
  82. b14bf63 Merge tag 'backlight-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 8 years ago
  83. 525fd5a sparc64: fix incorrect sign extension in sys_sparc64_personality by Dmitry V. Levin · 8 years ago
  84. 83f1bfd Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/container-of-cleanups', 'for-4.5/core', 'for-4.5/i2c-hid', 'for-4.5/logitech', 'for-4.5/multitouch', 'for-4.5/sony', 'for-4.5/upstream' and 'for-4.5/wacom' into for-linus by Jiri Kosina · 8 years ago
  85. 7030a7e x86/cpu/amd: Remove an unneeded condition in srat_detect_node() by Dan Carpenter · 8 years ago
  86. 9fb4116 mfd: davinci_voicecodec: Remove pointless 'out of memory' error message by Lee Jones · 9 years ago
  87. 997eea4 mfd: da9052-irq: Fix trivial 'space before comma' error by Lee Jones · 9 years ago
  88. 5b7b2ac mfd: da9052-i2c: Fix tabbing/whitespace issue by Lee Jones · 9 years ago
  89. 8b27757 mfd: da903x: Fix white space and split string issues by Lee Jones · 9 years ago
  90. 740c1989 mfd: cs5535-mfd: Add missing line spacing and make local array static by Lee Jones · 9 years ago
  91. 8827a64 mfd: cros_ec_spi: Repair comparison ordering issue by Lee Jones · 9 years ago
  92. 2756db6 mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue. by Lee Jones · 9 years ago
  93. d43c429 mfd: asic3: Fix a plethora of Checkpatch errors and warnings by Lee Jones · 9 years ago
  94. ae487ae mfd: as3711: Repair OOM and 'line over 80 chars' formatting warnings by Lee Jones · 9 years ago
  95. 9f6e872 mfd: arizona-i2c: Add blank line formatting after declaration by Lee Jones · 9 years ago
  96. b79a980 mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range() instead by Lee Jones · 9 years ago
  97. 3103d44 mfd: adp5520: Some trivial 'no space before tab' fixes by Lee Jones · 9 years ago
  98. 63b4fd7 mfd: ab8500-sysctrl: Fix Constify, printk => pr_info and formatting issues by Lee Jones · 9 years ago
  99. df36442 mfd: ab8500-gpadc: Squash a whole bunch of Checkpatch warnings and one error by Lee Jones · 9 years ago
  100. de6a769 mfd: ab8500-debugfs: Clean-up non-conforming commenting and print formatting by Lee Jones · 9 years ago