1. cedc5b6 kernel.h: documentation for roundup() vs round_up() by Kees Cook · 6 years ago
  2. 96c6a32 include/asm-generic/bug.h: clarify valid uses of WARN() by Dmitry Vyukov · 6 years ago
  3. 23c8509 proc/kcore: add vmcoreinfo note to /proc/kcore by Omar Sandoval · 6 years ago
  4. eff4345 crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dir by Omar Sandoval · 6 years ago
  5. bf991c2 proc/kcore: optimize multiple page reads by Omar Sandoval · 6 years ago
  6. 37e949b proc/kcore: clean up ELF header generation by Omar Sandoval · 6 years ago
  7. 3673fb0 proc/kcore: hold lock during read by Omar Sandoval · 6 years ago
  8. b66fb00 proc/kcore: fix memory hotplug vs multiple opens race by Omar Sandoval · 6 years ago
  9. 0b172f8 proc/kcore: replace kclist_lock rwlock with rwsem by Omar Sandoval · 6 years ago
  10. bf53183 proc/kcore: don't grab lock for memory hotplug notifier by Omar Sandoval · 6 years ago
  11. a8dd9c4 proc/kcore: don't grab lock for kclist_add() by Omar Sandoval · 6 years ago
  12. df865e8 fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries by James Morse · 6 years ago
  13. 36f0620 fs/proc/vmcore.c: use new typedef vm_fault_t by Souptick Joarder · 6 years ago
  14. 9a27e97 proc: use "unsigned int" in /proc/stat hook by Alexey Dobriyan · 6 years ago
  15. 891ae71 proc: spread "const" a bit by Alexey Dobriyan · 6 years ago
  16. f6d2f58 proc: use macro in /proc/latency hook by Alexey Dobriyan · 6 years ago
  17. 41089b6 proc: save 2 atomic ops on write to "/proc/*/attr/*" by Alexey Dobriyan · 6 years ago
  18. a44937f proc: put task earlier in /proc/*/fail-nth by Alexey Dobriyan · 6 years ago
  19. 8d48b2e proc: smaller readlock section in readdir("/proc") by Alexey Dobriyan · 6 years ago
  20. 2cd36fb proc: test /proc/thread-self symlink by Alexey Dobriyan · 6 years ago
  21. 61d47c4 proc: test /proc/self symlink by Alexey Dobriyan · 6 years ago
  22. bdf228a fs/proc/uptime.c: use ktime_get_boottime_ts64 by Arnd Bergmann · 6 years ago
  23. 2d6e4e8 proc: fixup PDE allocation bloat by Alexey Dobriyan · 6 years ago
  24. 5df66d3 mm: fix comment for NODEMASK_ALLOC by Oscar Salvador · 6 years ago
  25. c8bd134 drivers/block/zram/zram_drv.c: fix bug storing backing_dev by Peter Kalauskas · 6 years ago
  26. 7e8a630 /proc/meminfo: add percpu populated pages count by Dennis Zhou (Facebook) · 6 years ago
  27. 3d8b38e mm, oom: introduce memory.oom.group by Roman Gushchin · 6 years ago
  28. 5989ad7 mm, oom: refactor oom_kill_process() by Roman Gushchin · 6 years ago
  29. 1caed86 tools/testing/selftests/vm/: add MAP_POPULATE test by Dmitry Safonov · 6 years ago
  30. 03e85f9 mm/page_alloc: Introduce free_area_init_core_hotplug by Oscar Salvador · 6 years ago
  31. 0188dc9 mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT by Oscar Salvador · 6 years ago
  32. 7cc2a95 mm: remove __paginginit by Pavel Tatashin · 6 years ago
  33. c1093b7 mm: access zone->node via zone_to_nid() and zone_set_nid() by Pavel Tatashin · 6 years ago
  34. ace1db3 mm/page_alloc.c: move ifdefery out of free_area_init_core by Oscar Salvador · 6 years ago
  35. 8969670 mm: remove zone_id() and make use of zone_idx() in is_dev_zone() by Oscar Salvador · 6 years ago
  36. 85f237a Documentation/sysctl/vm.txt: update __vm_enough_memory()'s path by juviliu · 6 years ago
  37. 8de7ecc6 memcg: reduce memcg tree traversals for stats collection by Shakeel Butt · 6 years ago
  38. 1c4c3b9 mm: fix page_freeze_refs and page_unfreeze_refs in comments by Jiang Biao · 6 years ago
  39. 8c9a134 mm: clarify CONFIG_PAGE_POISONING and usage by Kees Cook · 6 years ago
  40. a670468 mm: zero out the vma in vma_init() by Andrew Morton · 6 years ago
  41. a3bf6ce mm/mempool.c: add missing parameter description by Mike Rapoport · 6 years ago
  42. 258f669 mm: /proc/pid/smaps_rollup: convert to single value seq_file by Vlastimil Babka · 6 years ago
  43. f154795 mm: /proc/pid/smaps: factor out common stats printing by Vlastimil Babka · 6 years ago
  44. 8e68d68 mm: /proc/pid/smaps: factor out mem stats gathering by Vlastimil Babka · 6 years ago
  45. 871305b mm: /proc/pid/*maps remove is_pid and related wrappers by Vlastimil Babka · 6 years ago
  46. 431f42fd mm/oom_kill.c: clean up oom_reap_task_mm() by Michal Hocko · 6 years ago
  47. c3b78b1 mm, oom: describe task memory unit, larger PID pad by Rodrigo Freire · 6 years ago
  48. af5679f mm, oom: remove oom_lock from oom_reaper by Michal Hocko · 6 years ago
  49. 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 6 years ago
  50. c2343d2 mm/swapfile.c: put_swap_page: share more between huge/normal code path by Huang Ying · 6 years ago
  51. b32d5f3 mm/swapfile.c: add __swap_entry_free_locked() by Huang Ying · 6 years ago
  52. 5d5e8f1 mm, swap, get_swap_pages: use entry_size instead of cluster in parameter by Huang Ying · 6 years ago
  53. a448f2d mm/swapfile.c: unify normal/huge code path in put_swap_page() by Huang Ying · 6 years ago
  54. 33ee011 mm/swapfile.c: unify normal/huge code path in swap_page_trans_huge_swapped() by Huang Ying · 6 years ago
  55. afa4711 mm/swapfile.c: use swap_count() in swap_page_trans_huge_swapped() by Huang Ying · 6 years ago
  56. fe5266d mm/swapfile.c: replace some #ifdef with IS_ENABLED() by Huang Ying · 6 years ago
  57. 59d98bf mm: swap: add comments to lock_cluster_or_swap_info() by Huang Ying · 6 years ago
  58. e50ef89 mm: struct shrinker: make flags of unsigned type by Kirill Tkhai · 6 years ago
  59. 92be775 mm: struct shrink_control: keep int fields together by Kirill Tkhai · 6 years ago
  60. 8df4a44 mm: check shrinker is memcg-aware in register_shrinker_prepared() by Kirill Tkhai · 6 years ago
  61. 0633da4 autofs: fix autofs_sbi() does not check super block type by Ian Kent · 6 years ago
  62. 7b6924d fs/quota: Fix spectre gadget in do_quotactl by Jeremy Cline · 6 years ago
  63. 64d9d13 fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTAS by Jeremy Cline · 6 years ago
  64. 87915ad workqueue: re-add lockdep dependencies for flushing by Johannes Berg · 6 years ago
  65. d6e8978 workqueue: skip lockdep wq dependency in cancel_work_sync() by Johannes Berg · 6 years ago
  66. 2d17f46 ata: ahci_platform: enable to get and control reset by Kunihiko Hayashi · 6 years ago
  67. 9d2ab99 ata: libahci_platform: add reset control support by Kunihiko Hayashi · 6 years ago
  68. 16af2d6 ata: add an extra argument to ahci_platform_get_resources() by Kunihiko Hayashi · 6 years ago
  69. ce32d59 arm: dts: am4372: setup rtc as system-power-controller by Keerthy · 6 years ago
  70. f4efa74 ARM: dts: omap4-droid4: fix vibrations on Droid 4 by Pavel Machek · 6 years ago
  71. 4f3530f bus: ti-sysc: Fix no_console_suspend handling by Tony Lindgren · 6 years ago
  72. 0027ff2 KVM: VMX: fixes for vmentry_l1d_flush module parameter by Paolo Bonzini · 6 years ago
  73. 3b4cd0f kvm: selftest: add dirty logging test by Peter Xu · 6 years ago
  74. aee41be kvm: selftest: pass in extra memory when create vm by Peter Xu · 6 years ago
  75. bc8eb2f kvm: selftest: include the tools headers by Peter Xu · 6 years ago
  76. 4e18bccc kvm: selftest: unify the guest port macros by Peter Xu · 6 years ago
  77. 07a262c tools: introduce test_and_clear_bit by Peter Xu · 6 years ago
  78. 024d83c KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled by Thomas Gleixner · 6 years ago
  79. 0b665d3 KVM: vmx: Inject #UD for SGX ENCLS instruction in guest by Sean Christopherson · 6 years ago
  80. 802ec46 KVM: vmx: Add defines for SGX ENCLS exiting by Sean Christopherson · 6 years ago
  81. d806afa x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush() by Yi Wang · 6 years ago
  82. 7288bde x86: kvm: avoid unused variable warning by Arnd Bergmann · 6 years ago
  83. df2def4 Merge tag 'acpi-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  84. dfec4a8 Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  85. 159127e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 6 years ago
  86. 9617ba3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 6 years ago
  87. f6f57a4 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ by Masahiro Yamada · 6 years ago
  88. 7953002 vmlinux.lds.h: remove stale <linux/export.h> include by Masahiro Yamada · 6 years ago
  89. c4df32c export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() by Masahiro Yamada · 6 years ago
  90. 6fbd856 Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.cocci by zhong jiang · 6 years ago
  91. f55f232 kbuild: make sorting initramfs contents independent of locale by Andrzej Pietrasiewicz · 6 years ago
  92. dd5806e kbuild: remove "rpm" target, which is alias of "rpm-pkg" by Masahiro Yamada · 6 years ago
  93. c86b1f9 kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt by Michal Suchanek · 6 years ago
  94. 9a9ddcf kconfig: suppress "configuration written to .config" for syncconfig by Masahiro Yamada · 6 years ago
  95. 98a4afb kconfig: fix "Can't open ..." in parallel build by Masahiro Yamada · 6 years ago
  96. b5f8cb9 kbuild: Add a space after `!` to prevent parsing as file pattern by Michael Forney · 6 years ago
  97. 1f3aa90 scripts: modpost: check memory allocation results by Randy Dunlap · 6 years ago
  98. f498926 kconfig: improve the recursive dependency report by Masahiro Yamada · 6 years ago
  99. 5e8c529 kconfig: report recursive dependency involving 'imply' by Masahiro Yamada · 6 years ago
  100. f157559 kconfig: error out when seeing recursive dependency by Masahiro Yamada · 6 years ago