1. d4ef8d3 clang-format: add configuration file by Miguel Ojeda · 6 years ago
  2. 3ea056c uts: create "struct uts_namespace" from kmem_cache by Alexey Dobriyan · 6 years ago
  3. bc4f2f5 taint: add taint for randstruct by Kees Cook · 6 years ago
  4. 9c4560e taint: consolidate documentation by Kees Cook · 6 years ago
  5. 47d4b26 taint: convert to indexed initialization by Kees Cook · 6 years ago
  6. 1f5bd05 proc: selftests: test /proc/uptime by Alexey Dobriyan · 6 years ago
  7. 4f11343 proc: use slower rb_first() by Alexey Dobriyan · 6 years ago
  8. 05c3f29 proc: selftests: shotgun testing of read/readdir/readlink/write by Alexey Dobriyan · 6 years ago
  9. 9cdd83e proc: switch struct proc_dir_entry::count to refcount by Alexey Dobriyan · 6 years ago
  10. b77d70d proc: reject "." and ".." as filenames by Alexey Dobriyan · 6 years ago
  11. 5de3d40 proc: add selftest for last field of /proc/loadavg by Alexey Dobriyan · 6 years ago
  12. fe079a5 proc: do mmput ASAP for /proc/*/map_files by Alexey Dobriyan · 6 years ago
  13. 58c501a proc: faster /proc/cmdline by Alexey Dobriyan · 6 years ago
  14. 1539d58 proc: register filesystem last by Alexey Dobriyan · 6 years ago
  15. 35318db proc: fix /proc/*/map_files lookup some more by Alexey Dobriyan · 6 years ago
  16. b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 6 years ago
  17. c4219ed proc: test /proc/self/syscall by Alexey Dobriyan · 6 years ago
  18. 9cd6565 proc: test /proc/self/wchan by Alexey Dobriyan · 6 years ago
  19. 835b94e fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() by Danilo Krummrich · 6 years ago
  20. a0b0d1c fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table by Danilo Krummrich · 6 years ago
  21. 21dae0a proc: use set_puts() at /proc/*/wchan by Alexey Dobriyan · 6 years ago
  22. 24b2ec2 proc: check permissions earlier for /proc/*/wchan by Alexey Dobriyan · 6 years ago
  23. d0f0223 proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status by Andrei Vagin · 6 years ago
  24. 48dffbf proc: optimize single-symbol delimiters to spead up seq_put_decimal_ull by Andrei Vagin · 6 years ago
  25. f664066 proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps by Andrei Vagin · 6 years ago
  26. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 6 years ago
  27. 2acddbe proc: account "struct pde_opener" by Alexey Dobriyan · 6 years ago
  28. 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 6 years ago
  29. a9fabc3 proc: randomize "struct pde_opener" by Alexey Dobriyan · 6 years ago
  30. e7a6e29 proc: faster open/close of files without ->release hook by Alexey Dobriyan · 6 years ago
  31. e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 6 years ago
  32. 2f89742 proc: do less stuff under ->pde_unload_lock by Alexey Dobriyan · 6 years ago
  33. 68c3411 proc: get rid of task lock/unlock pair to read umask for the "status" file by Mateusz Guzik · 6 years ago
  34. 8cfa67b procfs: optimize seq_pad() to speed up /proc/pid/maps by Andrei Vagin · 6 years ago
  35. 0e3dc01 procfs: add seq_put_hex_ll to speed up /proc/pid/maps by Andrei Vagin · 6 years ago
  36. 69ca372 kasan: prevent compiler from optimizing away memset in tests by Andrey Konovalov · 6 years ago
  37. 91c93ed kasan: fix invalid-free test crashing the kernel by Andrey Konovalov · 6 years ago
  38. c389539 kasan, slub: fix handling of kasan_slab_free hook by Andrey Konovalov · 6 years ago
  39. b7d349c mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving by Joonsoo Kim · 6 years ago
  40. 3d2054a ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=y by Joonsoo Kim · 6 years ago
  41. 1d47a3e mm/cma: remove ALLOC_CMA by Joonsoo Kim · 6 years ago
  42. bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 6 years ago
  43. d3cda23 mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request by Joonsoo Kim · 6 years ago
  44. 94723aa mm: unclutter THP migration by Michal Hocko · 6 years ago
  45. 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 6 years ago
  46. a49bd4d mm, numa: rework do_pages_move by Michal Hocko · 6 years ago
  47. bfc6b1c mm/swapfile.c: make pointer swap_avail_heads static by Colin Ian King · 6 years ago
  48. 4eaf431 memcg: fix per_node_info cleanup by Michal Hocko · 6 years ago
  49. a06ad63 swap: divide-by-zero when zero length swap file on ssd by Tom Abraham · 6 years ago
  50. e27be24 mm: memcg: make sure memory.events is uptodate when waking pollers by Johannes Weiner · 6 years ago
  51. a38c015 mm/ksm.c: fix inconsistent accounting of zero pages by Claudio Imbrenda · 6 years ago
  52. 8a97ea5 mm/z3fold.c: use gfpflags_allow_blocking by Matthew Wilcox · 6 years ago
  53. 1ec6995 z3fold: fix memory leak by Xidong Wang · 6 years ago
  54. 2a70f6a memcg, thp: do not invoke oom killer on thp charges by Michal Hocko · 6 years ago
  55. 0770712 mm/migrate: properly preserve write attribute in special migrate entry by Ralph Campbell · 6 years ago
  56. bc8755b mm: check __highest_present_section_nr directly in memory_dev_init() by Wei Yang · 6 years ago
  57. 09a913a sched/numa: avoid trapping faults and attempting migration of file-backed dirty pages by Mel Gorman · 6 years ago
  58. e8eddfd Documentation/vm/hmm.txt: typos and syntaxes fixes by Jérôme Glisse · 6 years ago
  59. 9d8a463 mm/hmm: fix header file if/else/endif maze, again by Arnd Bergmann · 6 years ago
  60. 18be460 mm/hmm.c: remove superfluous RCU protection around radix tree lookup by Tejun Heo · 6 years ago
  61. f88a1e9 mm/hmm: use device driver encoding for HMM pfn by Jérôme Glisse · 6 years ago
  62. 2aee09d mm/hmm: change hmm_vma_fault() to allow write fault on page basis by Jérôme Glisse · 6 years ago
  63. 53f5c3f mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd() by Jérôme Glisse · 6 years ago
  64. 33cd47d mm/hmm: move hmm_pfns_clear() closer to where it is used by Jérôme Glisse · 6 years ago
  65. b274411 mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE by Jérôme Glisse · 6 years ago
  66. 5504ed2 mm/hmm: do not differentiate between empty entry or missing directory by Jérôme Glisse · 6 years ago
  67. 855ce7d mm/hmm: cleanup special vma handling (VM_SPECIAL) by Jérôme Glisse · 6 years ago
  68. ff05c0c mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong by Jérôme Glisse · 6 years ago
  69. 86586a4 mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture by Jérôme Glisse · 6 years ago
  70. 08232a4 mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters by Jérôme Glisse · 6 years ago
  71. c719547 mm/hmm: hmm_pfns_bad() was accessing wrong struct by Jérôme Glisse · 6 years ago
  72. c01cbba mm/hmm: unregister mmu_notifier when last HMM client quit by Jérôme Glisse · 6 years ago
  73. e140151 mm/hmm: HMM should have a callback before MM is destroyed by Ralph Campbell · 6 years ago
  74. b28b08d mm/hmm: fix header file if/else/endif maze by Jérôme Glisse · 6 years ago
  75. 76ea470 mm/hmm: documentation editorial update to HMM documentation by Ralph Campbell · 6 years ago
  76. d51d1e6 mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event by Steven Rostedt · 6 years ago
  77. e3c1ac5 mm/vmscan: don't mess with pgdat->flags in memcg reclaim by Andrey Ryabinin · 6 years ago
  78. d108c77 mm/vmscan: don't change pgdat state on base of a single LRU list state by Andrey Ryabinin · 6 years ago
  79. c4fd4fa mm/vmscan: remove redundant current_may_throttle() check by Andrey Ryabinin · 6 years ago
  80. 894befe mm/vmscan: update stale comments by Andrey Ryabinin · 6 years ago
  81. d79f7aa mm: treat indirectly reclaimable memory as free in overcommit logic by Roman Gushchin · 6 years ago
  82. f1782c9 dcache: account external names as indirectly reclaimable memory by Roman Gushchin · 6 years ago
  83. 034ebf6 mm: treat indirectly reclaimable memory as available in MemAvailable by Roman Gushchin · 6 years ago
  84. eb59254 mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES by Roman Gushchin · 6 years ago
  85. f77cfbe Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 6 years ago
  86. 948869f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 6 years ago
  87. 2a56bb5 Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  88. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  89. fbe173e Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 6 years ago
  90. 5e630af Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  91. 7aa1cf2 Merge tag 'sound-fix-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  92. d362600 Merge tag 'media/v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 6 years ago
  93. 85fa2cc c6x: pass endianness info to sparse by Luc Van Oostenryck · 7 years ago
  94. 319938b c6x: fix platforms/plldata.c get_coreid build error by Randy Dunlap · 7 years ago
  95. f5ad907 c6x: remove unused KTHREAD_SIZE definition by Jérémy Lefaure · 7 years ago
  96. 71219b3 Merge tag 'hwmon-for-linus-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 6 years ago
  97. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  98. fd3b36d Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  99. 8ea4a5d Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 6 years ago
  100. 190f2ac Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago