1. a0b0d1c fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table by Danilo Krummrich · 7 years ago
  2. 21dae0a proc: use set_puts() at /proc/*/wchan by Alexey Dobriyan · 7 years ago
  3. 24b2ec2 proc: check permissions earlier for /proc/*/wchan by Alexey Dobriyan · 7 years ago
  4. d0f0223 proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status by Andrei Vagin · 7 years ago
  5. 48dffbf proc: optimize single-symbol delimiters to spead up seq_put_decimal_ull by Andrei Vagin · 7 years ago
  6. f664066 proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  7. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  8. 2acddbe proc: account "struct pde_opener" by Alexey Dobriyan · 7 years ago
  9. 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 7 years ago
  10. a9fabc3 proc: randomize "struct pde_opener" by Alexey Dobriyan · 7 years ago
  11. e7a6e29 proc: faster open/close of files without ->release hook by Alexey Dobriyan · 7 years ago
  12. e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 7 years ago
  13. 2f89742 proc: do less stuff under ->pde_unload_lock by Alexey Dobriyan · 7 years ago
  14. 68c3411 proc: get rid of task lock/unlock pair to read umask for the "status" file by Mateusz Guzik · 7 years ago
  15. 8cfa67b4 procfs: optimize seq_pad() to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  16. 0e3dc01 procfs: add seq_put_hex_ll to speed up /proc/pid/maps by Andrei Vagin · 7 years ago
  17. 69ca372 kasan: prevent compiler from optimizing away memset in tests by Andrey Konovalov · 7 years ago
  18. 91c93ed kasan: fix invalid-free test crashing the kernel by Andrey Konovalov · 7 years ago
  19. c389539 kasan, slub: fix handling of kasan_slab_free hook by Andrey Konovalov · 7 years ago
  20. b7d349c mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving by Joonsoo Kim · 7 years ago
  21. 3d2054a ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=y by Joonsoo Kim · 7 years ago
  22. 1d47a3e mm/cma: remove ALLOC_CMA by Joonsoo Kim · 7 years ago
  23. bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
  24. d3cda23 mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request by Joonsoo Kim · 7 years ago
  25. 94723aa mm: unclutter THP migration by Michal Hocko · 7 years ago
  26. 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
  27. a49bd4d mm, numa: rework do_pages_move by Michal Hocko · 7 years ago
  28. bfc6b1c mm/swapfile.c: make pointer swap_avail_heads static by Colin Ian King · 7 years ago
  29. 4eaf431 memcg: fix per_node_info cleanup by Michal Hocko · 7 years ago
  30. a06ad63 swap: divide-by-zero when zero length swap file on ssd by Tom Abraham · 7 years ago
  31. e27be24 mm: memcg: make sure memory.events is uptodate when waking pollers by Johannes Weiner · 7 years ago
  32. a38c015 mm/ksm.c: fix inconsistent accounting of zero pages by Claudio Imbrenda · 7 years ago
  33. 8a97ea54 mm/z3fold.c: use gfpflags_allow_blocking by Matthew Wilcox · 7 years ago
  34. 1ec6995 z3fold: fix memory leak by Xidong Wang · 7 years ago
  35. 2a70f6a memcg, thp: do not invoke oom killer on thp charges by Michal Hocko · 7 years ago
  36. 0770712 mm/migrate: properly preserve write attribute in special migrate entry by Ralph Campbell · 7 years ago
  37. bc8755b mm: check __highest_present_section_nr directly in memory_dev_init() by Wei Yang · 7 years ago
  38. 09a913a sched/numa: avoid trapping faults and attempting migration of file-backed dirty pages by Mel Gorman · 7 years ago
  39. e8eddfd Documentation/vm/hmm.txt: typos and syntaxes fixes by Jérôme Glisse · 7 years ago
  40. 9d8a463 mm/hmm: fix header file if/else/endif maze, again by Arnd Bergmann · 7 years ago
  41. 18be460 mm/hmm.c: remove superfluous RCU protection around radix tree lookup by Tejun Heo · 7 years ago
  42. f88a1e9 mm/hmm: use device driver encoding for HMM pfn by Jérôme Glisse · 7 years ago
  43. 2aee09d mm/hmm: change hmm_vma_fault() to allow write fault on page basis by Jérôme Glisse · 7 years ago
  44. 53f5c3f mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd() by Jérôme Glisse · 7 years ago
  45. 33cd47d mm/hmm: move hmm_pfns_clear() closer to where it is used by Jérôme Glisse · 7 years ago
  46. b274411 mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE by Jérôme Glisse · 7 years ago
  47. 5504ed2 mm/hmm: do not differentiate between empty entry or missing directory by Jérôme Glisse · 7 years ago
  48. 855ce7d mm/hmm: cleanup special vma handling (VM_SPECIAL) by Jérôme Glisse · 7 years ago
  49. ff05c0c mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong by Jérôme Glisse · 7 years ago
  50. 86586a4 mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture by Jérôme Glisse · 7 years ago
  51. 08232a4 mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters by Jérôme Glisse · 7 years ago
  52. c719547 mm/hmm: hmm_pfns_bad() was accessing wrong struct by Jérôme Glisse · 7 years ago
  53. c01cbba mm/hmm: unregister mmu_notifier when last HMM client quit by Jérôme Glisse · 7 years ago
  54. e140151 mm/hmm: HMM should have a callback before MM is destroyed by Ralph Campbell · 7 years ago
  55. b28b08d mm/hmm: fix header file if/else/endif maze by Jérôme Glisse · 7 years ago
  56. 76ea470 mm/hmm: documentation editorial update to HMM documentation by Ralph Campbell · 7 years ago
  57. d51d1e6 mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event by Steven Rostedt · 7 years ago
  58. e3c1ac5 mm/vmscan: don't mess with pgdat->flags in memcg reclaim by Andrey Ryabinin · 7 years ago
  59. d108c77 mm/vmscan: don't change pgdat state on base of a single LRU list state by Andrey Ryabinin · 7 years ago
  60. c4fd4fa mm/vmscan: remove redundant current_may_throttle() check by Andrey Ryabinin · 7 years ago
  61. 894befe mm/vmscan: update stale comments by Andrey Ryabinin · 7 years ago
  62. d79f7aa mm: treat indirectly reclaimable memory as free in overcommit logic by Roman Gushchin · 7 years ago
  63. f1782c9 dcache: account external names as indirectly reclaimable memory by Roman Gushchin · 7 years ago
  64. 034ebf6 mm: treat indirectly reclaimable memory as available in MemAvailable by Roman Gushchin · 7 years ago
  65. eb59254 mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES by Roman Gushchin · 7 years ago
  66. f77cfbe Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 7 years ago
  67. 948869f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  68. 2a56bb5 Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  69. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  70. fbe173e Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 7 years ago
  71. 5e630af Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  72. 7aa1cf2 Merge tag 'sound-fix-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  73. d362600 Merge tag 'media/v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  74. 85fa2cc c6x: pass endianness info to sparse by Luc Van Oostenryck · 7 years ago
  75. 319938b c6x: fix platforms/plldata.c get_coreid build error by Randy Dunlap · 7 years ago
  76. f5ad907 c6x: remove unused KTHREAD_SIZE definition by Jérémy Lefaure · 7 years ago
  77. 71219b3 Merge tag 'hwmon-for-linus-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 7 years ago
  78. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  79. fd3b36d Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  80. 8ea4a5d Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 7 years ago
  81. 190f2ac Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  82. fd40ffc selinux: fix missing dput() before selinuxfs unmount by Stephen Smalley · 7 years ago
  83. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  84. e13e75b Merge branch 'for-4.17/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
  85. 1ed41b5 Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-next by Dan Williams · 7 years ago
  86. e9092d0 Fix subtle macro variable shadowing in min_not_zero() by Linus Torvalds · 7 years ago
  87. 7886e8a Merge branch 'for-linus-sa1100' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  88. 4a1e005 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  89. 2025fef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 7 years ago
  90. 5148408 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 7 years ago
  91. 291717b libnvdimm, of_pmem: workaround OF_NUMA=n build error by Dan Williams · 7 years ago
  92. becdce1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  93. e1a3a98 ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() error by Takashi Iwai · 7 years ago
  94. a2ac999 vhost-net: set packet weight of tx polling to 2 * vq size by haibinzhang(张海斌) · 7 years ago
  95. 9b5c4df net: thunderx: rework mac addresses list to u64 array by Vadim Lomovtsev · 7 years ago
  96. b6a37e5 inetpeer: fix uninit-value in inet_getpeer by Eric Dumazet · 7 years ago
  97. 9178caf Merge branches 'devel-stable' and 'misc' into for-linus by Russell King · 7 years ago
  98. 76327a3 dp83640: Ensure against premature access to PHY registers after reset by Esben Haabendal · 7 years ago
  99. 1f1cba7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  100. 4c7c12e Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 7 years ago