1. 37cd057 userfaultfd: add UFFD_USER_MODE_ONLY by Lokesh Gidra · 4 years, 1 month ago
  2. f289041 mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO by Vlastimil Babka · 4 years, 1 month ago
  3. 03b6c9a kernel/power: allow hibernation with page_poison sanity checking by Vlastimil Babka · 4 years, 1 month ago
  4. 8db26a3 mm, page_poison: use static key more efficiently by Vlastimil Babka · 4 years, 1 month ago
  5. 0401351 mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters by Vlastimil Babka · 4 years, 1 month ago
  6. 236c32e mm: migrate: clean up migrate_prep{_local} by Yang Shi · 4 years, 1 month ago
  7. 0060ef3 mm: support THPs in zero_user_segments by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  8. 2271b01 mm/compaction: make defer_compaction and compaction_deferred static by Hui Su · 4 years, 1 month ago
  9. ebfe1b8 include/linux/huge_mm.h: remove extern keyword by Ralph Campbell · 4 years, 1 month ago
  10. 3b12da6 mm/page-flags: fix comment by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  11. 2ee0871 include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivate by Miaohe Lin · 4 years, 1 month ago
  12. 952eaf8 mm, page_alloc: cache pageset high and batch in struct zone by Vlastimil Babka · 4 years, 1 month ago
  13. 32a0de8 arch, mm: make kernel_page_present() always available by Mike Rapoport · 4 years, 1 month ago
  14. 5d6ad66 arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC by Mike Rapoport · 4 years, 1 month ago
  15. 2abf962 PM: hibernate: make direct map manipulations more explicit by Mike Rapoport · 4 years, 1 month ago
  16. 77bc7fd mm: introduce debug_pagealloc_{map,unmap}_pages() helpers by Mike Rapoport · 4 years, 1 month ago
  17. 5e545df arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL by Mike Rapoport · 4 years, 1 month ago
  18. 03e92a5 ia64: remove custom __early_pfn_to_nid() by Mike Rapoport · 4 years, 1 month ago
  19. 96e2db4 mm/vmalloc: rework the drain logic by Uladzislau Rezki (Sony) · 4 years, 1 month ago
  20. 95d6c70 mm: extract might_alloc() debug check by Daniel Vetter · 4 years, 1 month ago
  21. dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years, 1 month ago
  22. cd544fd mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio by Dmitry Safonov · 4 years, 1 month ago
  23. 0966aeb mm: move free_unref_page to mm/internal.h by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  24. 2b5067a mm: mmap_lock: add tracepoints around lock acquisition by Axel Rasmussen · 4 years, 1 month ago
  25. d3f5ffc mm: cleanup: remove unused tsk arg from __access_remote_vm by John Hubbard · 4 years, 1 month ago
  26. f0c0c11 mm: memcontrol: account pagetables per node by Shakeel Butt · 4 years, 1 month ago
  27. c47d503 mm: move lruvec stats update functions to vmstat.h by Shakeel Butt · 4 years, 1 month ago
  28. da3ceef mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state by Muchun Song · 4 years, 1 month ago
  29. 9d9d341 cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy by Roman Gushchin · 4 years, 1 month ago
  30. bef8620 mm: memcg: deprecate the non-hierarchical mode by Roman Gushchin · 4 years, 1 month ago
  31. a7cb874 mm: memcg: fix obsolete code comments by Roman Gushchin · 4 years, 1 month ago
  32. 013339d mm/rmap: always do TTU_IGNORE_ACCESS by Shakeel Butt · 4 years, 1 month ago
  33. 1a984c4 mm: memcontrol: remove unused mod_memcg_obj_state() by Muchun Song · 4 years, 1 month ago
  34. 30e6a51 mm/shmem.c: make shmem_mapping() inline by Hui Su · 4 years, 1 month ago
  35. 4626809 mm: remove pagevec_lookup_range_nr_tag() by Jeff Layton · 4 years, 1 month ago
  36. 52650c8 mm/gup: remove the vma allocation from gup_longterm_locked() by Jason Gunthorpe · 4 years, 1 month ago
  37. 57efa1f mm/gup: prevent gup_fast from racing with COW during fork by Jason Gunthorpe · 4 years, 1 month ago
  38. 7fb7ab6 mm: fix page_owner initializing issue for arm32 by Zhenhua Huang · 4 years, 1 month ago
  39. f0dbd2b mm: slab: provide krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  40. a85cbe6 uapi: move constants from <linux/kernel.h> to <linux/const.h> by Petr Vorel · 4 years, 1 month ago
  41. f630c7c kthread: add kthread_work tracepoints by Rob Clark · 4 years, 1 month ago
  42. b53966f Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 1 month ago
  43. b7906b7 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers by Andrii Nakryiko · 4 years, 1 month ago
  44. 6e7b64b9 elfcore: fix building with clang by Arnd Bergmann · 4 years, 1 month ago
  45. 14dc398 kbuild: avoid static_assert for genksyms by Arnd Bergmann · 4 years, 1 month ago
  46. 197c61c Merge tag 'fixes-v5.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 4 years, 1 month ago
  47. 6840a3d Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 1 month ago
  48. 4d31058 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
  49. d9838b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 1 month ago
  50. b7e4ba9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 1 month ago
  51. 998f172 xdp: Remove the xdp_attachment_flags_ok() callback by Toke Høiland-Jørgensen · 4 years, 1 month ago
  52. ee32f32 xen: don't use page->lru for ZONE_DEVICE memory by Juergen Gross · 4 years, 1 month ago
  53. ca33479 xen: add helpers for caching grant mapping pages by Juergen Gross · 4 years, 1 month ago
  54. f119cc9 net: stmmac: overwrite the dma_cap.addr64 according to HW design by Fugang Duan · 4 years, 1 month ago
  55. 917d80d netfilter: nft_dynset: fix timeouts later than 23 days by Pablo Neira Ayuso · 4 years, 1 month ago
  56. 007ab53 bonding: fix feature flag setting at init time by Jarod Wilson · 4 years, 1 month ago
  57. cc00bca netfilter: x_tables: Switch synchronization to RCU by Subash Abhinov Kasiviswanathan · 4 years, 2 months ago
  58. d49248e Merge tag 'tty-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 1 month ago
  59. 592d9a0 Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  60. e91d8d7 mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING by Minchan Kim · 4 years, 1 month ago
  61. edd2410 net: mscc: ocelot: fix dropping of unknown IPv4 multicast on Seville by Vladimir Oltean · 4 years, 1 month ago
  62. 8762340 Merge tag 'for-5.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 1 month ago
  63. ed9b25d [SECURITY] fix namespaced fscaps when !CONFIG_SECURITY by Serge Hallyn · 4 years, 2 months ago
  64. 65f33b3 block: fix incorrect branching in blk_max_size_offset() by Mike Snitzer · 4 years, 1 month ago
  65. b329850 Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 1 month ago
  66. 3ee16db dm: fix IO splitting by Mike Snitzer · 4 years, 2 months ago
  67. c8bcd9c tty: Fix ->session locking by Jann Horn · 4 years, 2 months ago
  68. bbe2ba0 Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
  69. d421e46 net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering by Yevgeny Kliteynik · 4 years, 2 months ago
  70. 72d1249 uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT by Eric Sandeen · 4 years, 2 months ago
  71. 2867e1e inet_ecn: Fix endianness of checksum update when setting ECT(1) by Toke Høiland-Jørgensen · 4 years, 2 months ago
  72. ef6900a Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  73. 63e2fff pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabled by Trond Myklebust · 4 years, 2 months ago
  74. bb4c691 genirq/irqdomain: Add an irq_create_mapping_affinity() function by Laurent Vivier · 4 years, 2 months ago
  75. bd2d5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 2 months ago
  76. 3771b82 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
  77. c84e1ef Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 2 months ago
  78. 303bc93 Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 2 months ago
  79. 79c0c1f Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
  80. 69929d4 net: openvswitch: fix TTL decrement action netlink message format by Eelco Chaudron · 4 years, 2 months ago
  81. 5b4049d Merge tag 'writeback_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 2 months ago
  82. 454a079 Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Arnd Bergmann · 4 years, 2 months ago
  83. a5d45bc netfilter: nftables_offload: build mask based from the matching bytes by Pablo Neira Ayuso · 4 years, 2 months ago
  84. 3c78e9e netfilter: nftables_offload: set address type in control dissector by Pablo Neira Ayuso · 4 years, 2 months ago
  85. 4df9106 mm: memcg: relayout structure mem_cgroup to avoid cache interference by Feng Tang · 4 years, 2 months ago
  86. 025cc2f net/tls: Protect from calling tls_dev_del for TLS RX twice by Maxim Mikityanskiy · 4 years, 2 months ago
  87. fdeb17c trace: fix potenial dangerous pointer by Hui Su · 4 years, 2 months ago
  88. 36ccdf8 net, xsk: Avoid taking multiple skbuff references by Björn Töpel · 4 years, 2 months ago
  89. 5204bb6 devlink: Fix reload stats structure by Moshe Shemesh · 4 years, 2 months ago
  90. acfdd18 firmware: xilinx: Use hash-table for api feature check by Amit Sunil Dhamne · 4 years, 2 months ago
  91. d549699 net/packet: fix packet receive on L3 devices without visible hard header by Eyal Birger · 4 years, 2 months ago
  92. 01770a1 tcp: fix race condition when creating child sockets from syncookies by Ricardo Dias · 4 years, 2 months ago
  93. f4b936f Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  94. 4a51c60 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 2 months ago
  95. a7f07fc Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 2 months ago
  96. 4349a83 mm: fix readahead_page_batch for retry entries by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  97. a927bd6 mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports by Dan Williams · 4 years, 2 months ago
  98. bc2dc44 compiler-clang: remove version check for BPF Tracing by Nick Desaulniers · 4 years, 2 months ago
  99. b9ad3e9 bonding: wait for sysfs kobject destruction before freeing struct slave by Jamie Iles · 4 years, 2 months ago
  100. 27bba9c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 2 months ago