1. bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
  2. d3cda23 mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request by Joonsoo Kim · 7 years ago
  3. 94723aa mm: unclutter THP migration by Michal Hocko · 7 years ago
  4. 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
  5. a49bd4d mm, numa: rework do_pages_move by Michal Hocko · 7 years ago
  6. bfc6b1c mm/swapfile.c: make pointer swap_avail_heads static by Colin Ian King · 7 years ago
  7. 4eaf431 memcg: fix per_node_info cleanup by Michal Hocko · 7 years ago
  8. a06ad63 swap: divide-by-zero when zero length swap file on ssd by Tom Abraham · 7 years ago
  9. e27be24 mm: memcg: make sure memory.events is uptodate when waking pollers by Johannes Weiner · 7 years ago
  10. a38c015 mm/ksm.c: fix inconsistent accounting of zero pages by Claudio Imbrenda · 7 years ago
  11. 8a97ea5 mm/z3fold.c: use gfpflags_allow_blocking by Matthew Wilcox · 7 years ago
  12. 1ec6995 z3fold: fix memory leak by Xidong Wang · 7 years ago
  13. 2a70f6a memcg, thp: do not invoke oom killer on thp charges by Michal Hocko · 7 years ago
  14. 0770712 mm/migrate: properly preserve write attribute in special migrate entry by Ralph Campbell · 7 years ago
  15. bc8755b mm: check __highest_present_section_nr directly in memory_dev_init() by Wei Yang · 7 years ago
  16. 09a913a sched/numa: avoid trapping faults and attempting migration of file-backed dirty pages by Mel Gorman · 7 years ago
  17. e8eddfd Documentation/vm/hmm.txt: typos and syntaxes fixes by Jérôme Glisse · 7 years ago
  18. 9d8a463 mm/hmm: fix header file if/else/endif maze, again by Arnd Bergmann · 7 years ago
  19. 18be460 mm/hmm.c: remove superfluous RCU protection around radix tree lookup by Tejun Heo · 7 years ago
  20. f88a1e9 mm/hmm: use device driver encoding for HMM pfn by Jérôme Glisse · 7 years ago
  21. 2aee09d mm/hmm: change hmm_vma_fault() to allow write fault on page basis by Jérôme Glisse · 7 years ago
  22. 53f5c3f mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd() by Jérôme Glisse · 7 years ago
  23. 33cd47d mm/hmm: move hmm_pfns_clear() closer to where it is used by Jérôme Glisse · 7 years ago
  24. b274411 mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE by Jérôme Glisse · 7 years ago
  25. 5504ed2 mm/hmm: do not differentiate between empty entry or missing directory by Jérôme Glisse · 7 years ago
  26. 855ce7d mm/hmm: cleanup special vma handling (VM_SPECIAL) by Jérôme Glisse · 7 years ago
  27. 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
  28. 86586a4 mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture by Jérôme Glisse · 7 years ago
  29. 08232a4 mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters by Jérôme Glisse · 7 years ago
  30. c719547 mm/hmm: hmm_pfns_bad() was accessing wrong struct by Jérôme Glisse · 7 years ago
  31. c01cbba mm/hmm: unregister mmu_notifier when last HMM client quit by Jérôme Glisse · 7 years ago
  32. e140151 mm/hmm: HMM should have a callback before MM is destroyed by Ralph Campbell · 7 years ago
  33. b28b08d mm/hmm: fix header file if/else/endif maze by Jérôme Glisse · 7 years ago
  34. 76ea470 mm/hmm: documentation editorial update to HMM documentation by Ralph Campbell · 7 years ago
  35. d51d1e6 mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event by Steven Rostedt · 7 years ago
  36. e3c1ac5 mm/vmscan: don't mess with pgdat->flags in memcg reclaim by Andrey Ryabinin · 7 years ago
  37. d108c77 mm/vmscan: don't change pgdat state on base of a single LRU list state by Andrey Ryabinin · 7 years ago
  38. c4fd4fa mm/vmscan: remove redundant current_may_throttle() check by Andrey Ryabinin · 7 years ago
  39. 894befe mm/vmscan: update stale comments by Andrey Ryabinin · 7 years ago
  40. d79f7aa mm: treat indirectly reclaimable memory as free in overcommit logic by Roman Gushchin · 7 years ago
  41. f1782c9 dcache: account external names as indirectly reclaimable memory by Roman Gushchin · 7 years ago
  42. 034ebf6 mm: treat indirectly reclaimable memory as available in MemAvailable by Roman Gushchin · 7 years ago
  43. eb59254 mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES by Roman Gushchin · 7 years ago
  44. f77cfbe Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 7 years ago
  45. 948869f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  46. 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
  47. 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
  48. fbe173e Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 7 years ago
  49. 5e630af Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  50. 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
  51. 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
  52. 85fa2cc c6x: pass endianness info to sparse by Luc Van Oostenryck · 7 years ago
  53. 319938b c6x: fix platforms/plldata.c get_coreid build error by Randy Dunlap · 7 years ago
  54. f5ad907 c6x: remove unused KTHREAD_SIZE definition by Jérémy Lefaure · 7 years ago
  55. 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
  56. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  57. fd3b36d Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  58. 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
  59. 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
  60. fd40ffc selinux: fix missing dput() before selinuxfs unmount by Stephen Smalley · 7 years ago
  61. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  62. e13e75b Merge branch 'for-4.17/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
  63. 1ed41b5 Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-next by Dan Williams · 7 years ago
  64. e9092d0 Fix subtle macro variable shadowing in min_not_zero() by Linus Torvalds · 7 years ago
  65. 7886e8a Merge branch 'for-linus-sa1100' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  66. 4a1e005 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  67. 2025fef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 7 years ago
  68. 5148408 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 7 years ago
  69. 291717b libnvdimm, of_pmem: workaround OF_NUMA=n build error by Dan Williams · 7 years ago
  70. becdce1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  71. e1a3a98 ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() error by Takashi Iwai · 7 years ago
  72. a2ac999 vhost-net: set packet weight of tx polling to 2 * vq size by haibinzhang(张海斌) · 7 years ago
  73. 9b5c4df net: thunderx: rework mac addresses list to u64 array by Vadim Lomovtsev · 7 years ago
  74. b6a37e5 inetpeer: fix uninit-value in inet_getpeer by Eric Dumazet · 7 years ago
  75. 9178caf Merge branches 'devel-stable' and 'misc' into for-linus by Russell King · 7 years ago
  76. 76327a3 dp83640: Ensure against premature access to PHY registers after reset by Esben Haabendal · 7 years ago
  77. 1f1cba7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  78. 4c7c12e Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 7 years ago
  79. fc56be4 devlink: convert occ_get op to separate registration by Jiri Pirko · 7 years ago
  80. 5571196 ARM: dts: ls1021a: Specify TBIPA register address by Esben Haabendal · 7 years ago
  81. 2148118 net/fsl_pq_mdio: Allow explicit speficition of TBIPA address by Esben Haabendal · 7 years ago
  82. 4e31a68 Merge branch 'ibmvnic-Fix-driver-reset-and-DMA-bugs' by David S. Miller · 7 years ago
  83. 30f7962 ibmvnic: Do not reset CRQ for Mobility driver resets by Nathan Fontenot · 7 years ago
  84. 5a18e1e ibmvnic: Fix failover case for non-redundant configuration by Thomas Falcon · 7 years ago
  85. af894d2 ibmvnic: Fix reset scheduler error handling by Thomas Falcon · 7 years ago
  86. 41f7146 ibmvnic: Zero used TX descriptor counter on reset by Thomas Falcon · 7 years ago
  87. 37e40fa ibmvnic: Fix DMA mapping mistakes by Thomas Falcon · 7 years ago
  88. e41f054 tipc: use the right skb in tipc_sk_fill_sock_diag() by Cong Wang · 7 years ago
  89. 81e9837 sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 by Eric Dumazet · 7 years ago
  90. 30ce4d1 getname_kernel() needs to make sure that ->name != ->iname in long case by Al Viro · 7 years ago
  91. fc5f337 net: dsa: Discard frames from unused ports by Andrew Lunn · 7 years ago
  92. 6780db2 sctp: do not leak kernel memory to user space by Eric Dumazet · 7 years ago
  93. ccb48e8 Merge branch 'net-fix-uninit-values-in-networking-stack' by David S. Miller · 7 years ago
  94. 3099a52 soreuseport: initialise timewait reuseport field by Eric Dumazet · 7 years ago
  95. d0ea2b1 ipv4: fix uninit-value in ip_route_output_key_hash_rcu() by Eric Dumazet · 7 years ago
  96. b855ff8 dccp: initialize ireq->ir_mark by Eric Dumazet · 7 years ago
  97. 77d3639 net: fix uninit-value in __hw_addr_add_ex() by Eric Dumazet · 7 years ago
  98. b13dda9 net: initialize skb->peeked when cloning by Eric Dumazet · 7 years ago
  99. b1993a2 net: fix rtnh_ok() by Eric Dumazet · 7 years ago
  100. 6091f09 netlink: fix uninit-value in netlink_sendmsg by Eric Dumazet · 7 years ago