1. 1b4e3f2 mm: vmscan: Reduce throttling due to a failure to make progress by Mel Gorman · 3 years, 1 month ago
  2. 74c78b4 Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  3. a8ad9a2 Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi by Linus Torvalds · 3 years ago
  4. 79b69a8 nfc: uapi: use kernel size_t to fix user-space builds by Krzysztof Kozlowski · 3 years ago
  5. 7175f02 uapi: fix linux/nfc.h userspace compilation errors by Dmitry V. Levin · 3 years ago
  6. 2afa90b Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  7. d0cc67b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  8. 595ec19 mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nid by Thibaut Sautereau · 3 years ago
  9. 94ab10d mm: delete unsafe BUG from page_cache_add_speculative() by Hugh Dickins · 3 years ago
  10. 5ec7d18 sctp: use call_rcu to free endpoint by Xin Long · 3 years ago
  11. 76657ea Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  12. c8cc50a Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  13. bc491fb Merge tag 'fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 3 years ago
  14. d7f5547 memblock: fix memblock_phys_alloc() section mismatch error by Jackie Liu · 3 years ago
  15. dcce50e compiler.h: Fix annotation macro misplacement with Clang by Josh Poimboeuf · 3 years, 2 months ago
  16. cb8747b uapi: Fix undefined __always_inline on non-glibc systems by Ismael Luceno · 3 years, 1 month ago
  17. 1ed1d59 net: skip virtio_net_hdr_set_proto if protocol already set by Willem de Bruijn · 3 years ago
  18. 7e5cced net: accept UFOv6 packages in virtio_net_hdr_to_skb by Willem de Bruijn · 3 years ago
  19. 8f905c0 inet: fully convert sk->sk_rx_dst to RCU rules by Eric Dumazet · 3 years ago
  20. 59b3f94 Merge branch 'xsa' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years ago
  21. 635d448 net: openvswitch: Fix matching zone id for invalid conns arriving from tc by Paul Blakey · 3 years ago
  22. 3849595 net/sched: flow_dissector: Fix matching on zone id for invalid conns by Paul Blakey · 3 years ago
  23. ec624fe net/sched: Extend qdisc control block with tc control block by Paul Blakey · 3 years ago
  24. a6a4768 Merge tag 'fixes-for-v5.16' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes by Arnd Bergmann · 3 years ago
  25. b62e331 net: fix typo in a comment by Xiang wangx · 3 years ago
  26. 180f3bc Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  27. dfd0743 tee: handle lookup of shm with reference count 0 by Jens Wiklander · 3 years, 1 month ago
  28. fe41518 xen/console: harden hvc_xen against event channel storms by Juergen Gross · 3 years ago
  29. 6813b19 mptcp: add missing documented NL params by Matthieu Baerts · 3 years ago
  30. 4bc5e64 efi: Move efifb_setup_from_dmi() prototype from arch headers by Javier Martinez Canillas · 3 years, 1 month ago
  31. 8d7ed10 Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 1 month ago
  32. 8f97a35 Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 1 month ago
  33. df442a4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
  34. e477901 timers: implement usleep_idle_range() by SeongJae Park · 3 years, 1 month ago
  35. 9dcc38e Increase default MLOCK_LIMIT to 8 MiB by Drew DeVault · 3 years, 1 month ago
  36. d46bca6 Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 1 month ago
  37. 0d21e66 Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux by Linus Torvalds · 3 years, 1 month ago
  38. a4f1192 percpu_ref: Replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 1 month ago
  39. ded746b Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
  40. 03090cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 3 years, 1 month ago
  41. 50252e4 aio: fix use-after-free due to missing POLLFREE handling by Eric Biggers · 3 years, 1 month ago
  42. 42288cb wait: add wake_up_pollfree() by Eric Biggers · 3 years, 1 month ago
  43. cab2d3f bus: mhi: core: Add support for forced PM resume by Loic Poulain · 3 years, 1 month ago
  44. fd31cb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years, 1 month ago
  45. 6efcdad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
  46. 444dd87 PM: runtime: Fix pm_runtime_active() kerneldoc comment by Rafael J. Wysocki · 3 years, 1 month ago
  47. a97770c net: phy: Remove unnecessary indentation in the comments of phy_device by Yanteng Si · 3 years, 1 month ago
  48. 802a7dc netfilter: conntrack: annotate data-races around ct->timeout by Eric Dumazet · 3 years, 1 month ago
  49. b806bec Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 3 years, 1 month ago
  50. 1d21376 Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  51. 8581fd4 treewide: Add missing includes masked by cgroup -> bpf dependency by Jakub Kicinski · 3 years, 1 month ago
  52. dac8e00 bonding: make tx_rebalance_counter an atomic by Eric Dumazet · 3 years, 1 month ago
  53. 03cfda4f tcp: fix another uninit-value (sk_rx_queue_mapping) by Eric Dumazet · 3 years, 1 month ago
  54. 5f58da2 Merge tag 'drm-fixes-2021-12-03-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 1 month ago
  55. d9847eb bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
  56. 1152b16 Merge tag 'drm-misc-fixes-2021-12-02' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 3 years, 1 month ago
  57. a51e3ac Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
  58. 2b2c0f2 Merge tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 1 month ago
  59. f83baa0 HID: add hid_is_usb() function to make it simpler for USB detection by Greg Kroah-Hartman · 3 years, 1 month ago
  60. e7f2be1 sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full by Frederic Weisbecker · 3 years, 2 months ago
  61. 72f6a45 Fix Comment of ETH_P_802_3_MIN by Xiayu Zhang · 3 years, 1 month ago
  62. 213f5f8 ipv4: convert fib_num_tclassid_users to atomic_t by Eric Dumazet · 3 years, 1 month ago
  63. a37a0ee net: avoid uninit-value from tcp_conn_request by Eric Dumazet · 3 years, 1 month ago
  64. 7a10d8c net: annotate data-races on txq->xmit_lock_owner by Eric Dumazet · 3 years, 1 month ago
  65. 6bbfa44 kprobes: Limit max data_size of the kretprobe instances by Masami Hiramatsu · 3 years, 1 month ago
  66. 4536579 Merge tag 'sound-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 1 month ago
  67. 502e82b net/mlx5: Fix access to a non-supported register by Aya Levin · 3 years, 2 months ago
  68. 7936403 bpf: Make sure bpf_disable_instrumentation() is safe vs preemption. by Sebastian Andrzej Siewior · 3 years, 1 month ago
  69. f7e5b9b siphash: use _unaligned version by default by Arnd Bergmann · 3 years, 1 month ago
  70. 20ae1d6 wireguard: device: reset peer src endpoint when netns exits by Jason A. Donenfeld · 3 years, 1 month ago
  71. cdef485 ipv6: fix memory leak in fib6_rule_suppress by msizanoen1 · 3 years, 1 month ago
  72. dacb5d8 tcp: fix page frag corruption on page fault by Paolo Abeni · 3 years, 1 month ago
  73. 7e78781 drm/virtgpu api: define a dummy fence signaled event by Gurchetan Singh · 3 years, 1 month ago
  74. d06c942 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 1 month ago
  75. 7413927 Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 1 month ago
  76. c5c1754 Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
  77. 5367cf1 Merge tag 'acpi-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 1 month ago
  78. ec15bae net: ptp: add a definition for the UDP port for IEEE 1588 general messages by Vladimir Oltean · 3 years, 1 month ago
  79. 95706be net: mscc: ocelot: create a function that replaces an existing VCAP filter by Vladimir Oltean · 3 years, 1 month ago
  80. 6b54698 Merge tag 'for-linus-5.16c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 1 month ago
  81. 7994149 Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 1 month ago
  82. dcd46eb Merge tag 'asoc-fix-v5.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 3 years, 1 month ago
  83. 48a78f5 Merge tag 'ieee802154-for-net-2021-11-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by Jakub Kicinski · 3 years, 1 month ago
  84. f124034 Revert "virtio_ring: validate used buffer length" by Michael S. Tsirkin · 3 years, 1 month ago
  85. 740bebf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 3 years, 1 month ago
  86. 37a72b0 xen: add "not_essential" flag to struct xenbus_driver by Juergen Gross · 3 years, 2 months ago
  87. 985e9ec ACPI: Make acpi_node_get_parent() local by Sakari Ailus · 3 years, 1 month ago
  88. 8837cbb net: ipv6: add fib6_nh_release_dsts stub by Nikolay Aleksandrov · 3 years, 1 month ago
  89. 28c916a ASoC: soc-acpi: Set mach->id field on comp_ids matches by Hans de Goede · 3 years, 1 month ago
  90. 923dcc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
  91. b100274 Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 3 years, 1 month ago
  92. afe041c hugetlb: fix hugetlb cgroup refcounting during mremap by Bui Quang Minh · 3 years, 1 month ago
  93. 85b6d246 shm: extend forced shm destroy to support objects from several IPC nses by Alexander Mikhalitsyn · 3 years, 1 month ago
  94. 7af959b Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 1 month ago
  95. a8b5f8f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 1 month ago
  96. fcb116b signal: Replace force_fatal_sig with force_exit_sig when in doubt by Eric W. Biederman · 3 years, 1 month ago
  97. 8d0112a Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
  98. c035713 mm: Add functions to zero portions of a folio by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  99. c46e8ec Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 1 month ago
  100. 7d5775d Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 1 month ago