1. dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
  2. 6016bf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 11 months ago
  3. e88b2c6 bpf: Fix 32 bit src register truncation on div/mod by Daniel Borkmann · 3 years, 11 months ago
  4. fd67518 bpf: Fix verifier jmp32 pruning decision logic by Daniel Borkmann · 3 years, 11 months ago
  5. ee114dd bpf: Fix verifier jsgt branch analysis on max bound by Daniel Borkmann · 3 years, 11 months ago
  6. e0756cf Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 11 months ago
  7. ff92acb Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 3 years, 11 months ago
  8. fc6c0ae Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  9. c6792d4 Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  10. 814daad Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  11. 36a6c84 entry: Use different define for selector variable in SUD by Gabriel Krisman Bertazi · 3 years, 11 months ago
  12. 6342adc entry: Ensure trap after single-step on system call return by Gabriel Krisman Bertazi · 3 years, 11 months ago
  13. 256cfdd6 tracing: Do not count ftrace events in top level enable output by Steven Rostedt (VMware) · 3 years, 11 months ago
  14. 55b6f763 init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov by Johannes Berg · 3 years, 11 months ago
  15. 24c242e ntp: Use freezable workqueue for RTC synchronization by Geert Uytterhoeven · 4 years ago
  16. 9f5f8ec dma-mapping: benchmark: use u8 for reserved field in uAPI structure by Barry Song · 3 years, 11 months ago
  17. 6183f4d bpf: Check for integer overflow when using roundup_pow_of_two() by Bui Quang Minh · 4 years ago
  18. dbc15d2 Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 11 months ago
  19. 548f119 bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3 by Alexei Starovoitov · 4 years ago
  20. d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  21. 7d36ccd Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years ago
  22. a992562 Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
  23. f7ea44c Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  24. 4c457e8 genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set by Marc Zyngier · 4 years ago
  25. 0188b87 kretprobe: Avoid re-registration of the same kretprobe earlier by Wang ShaoBo · 4 years ago
  26. 32b0c41 Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years ago
  27. 97c753e tracing/kprobe: Fix to support kretprobe events on unloaded modules by Masami Hiramatsu · 4 years ago
  28. da7f84c tracing: Use pause-on-trace with the latency tracers by Viktor Rosendahl · 4 years ago
  29. 7e0a922 fgraph: Initialize tracing_graph_pause at task creation by Steven Rostedt (VMware) · 4 years ago
  30. 06cc6e5 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years ago
  31. c358f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  32. 41c1a06 entry: Unbreak single step reporting behaviour by Yuxuan Shui · 4 years ago
  33. d17405d dma-mapping: benchmark: fix kernel crash when dma_map_single fails by Barry Song · 4 years ago
  34. 150a273 bpf, preload: Fix build when $(O) points to a relative path by Quentin Monnet · 4 years ago
  35. 7803138 bpf: Drop disabled LSM hooks from the sleepable set by Mikko Ylinen · 4 years ago
  36. 34b1a1c futex: Handle faults correctly for PI futexes by Thomas Gleixner · 4 years ago
  37. f2dac39 futex: Simplify fixup_pi_state_owner() by Thomas Gleixner · 4 years ago
  38. 6ccc84f futex: Use pi_state_update_owner() in put_pi_state() by Thomas Gleixner · 4 years ago
  39. 2156ac1 rtmutex: Remove unused argument from rt_mutex_proxy_unlock() by Thomas Gleixner · 4 years ago
  40. c5cade2 futex: Provide and use pi_state_update_owner() by Thomas Gleixner · 4 years ago
  41. 04b79c5 futex: Replace pointless printk in fixup_owner() by Thomas Gleixner · 4 years ago
  42. 12bb3f7 futex: Ensure the correct return value from futex_lock_pi() by Thomas Gleixner · 4 years ago
  43. 007ad27 Merge tag 'printk-for-5.11-urgent-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years ago
  44. fef9c8d PM: hibernate: flush swap writer after marking by Laurent Badel · 4 years ago
  45. 56c91a1 kernel: kexec: remove the lock operation of system_transition_mutex by Baoquan He · 4 years ago
  46. 61bb17d Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years ago
  47. 08d60e5 printk: fix string termination for record_print_text() by John Ogness · 4 years ago
  48. e680613 Merge tag 'irq_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  49. 24c56ee Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  50. 025929f Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  51. 17b6c49 Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  52. c509ce2 Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  53. b9557ca bpf, inode_storage: Put file handler if no storage was found by Pan Bian · 4 years ago
  54. f4a2da7 bpf, cgroup: Fix problematic bounds check by Loris Reiff · 4 years ago
  55. bb8b81e bpf, cgroup: Fix optlen WARN_ON_ONCE toctou by Loris Reiff · 4 years ago
  56. 741ba80 sched: Relax the set_cpus_allowed_ptr() semantics by Peter Zijlstra · 4 years ago
  57. 5ba2ffba sched: Fix CPU hotplug / tighten is_per_cpu_kthread() by Peter Zijlstra · 4 years ago
  58. 975707f sched: Prepare to use balance_push in ttwu() by Peter Zijlstra · 4 years ago
  59. 640f17c workqueue: Restrict affinity change to rescuer by Peter Zijlstra · 4 years ago
  60. 5c25b5f workqueue: Tag bound workers with KTHREAD_IS_PER_CPU by Peter Zijlstra · 4 years ago
  61. ac687e6 kthread: Extract KTHREAD_IS_PER_CPU by Peter Zijlstra · 4 years ago
  62. 22f667c sched: Don't run cpu-online with balance_push() enabled by Peter Zijlstra · 4 years ago
  63. 547a77d workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinity by Lai Jiangshan · 4 years ago
  64. 36c6e17 sched/core: Print out straggler tasks in sched_cpu_dying() by Valentin Schneider · 4 years ago
  65. 2561bbb Merge tag 'printk-for-5.11-printk-rework-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years ago
  66. 535b6a1 Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years ago
  67. 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  68. 75439bc Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
  69. bc895e8 bpf: Fix signed_{sub,add32}_overflows type handling by Daniel Borkmann · 4 years ago
  70. 45dfb8a Merge tag 'task_work-2021-01-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  71. 301a33d bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback by Mircea Cirjaliu · 4 years ago
  72. f0e386e printk: fix buffer overflow potential for print_text() by John Ogness · 4 years ago
  73. 2d9116b Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years ago
  74. e23a8d0 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years ago
  75. 89ccf18 printk: fix kmsg_dump_get_buffer length calulations by John Ogness · 4 years ago
  76. 668af87 printk: ringbuffer: fix line counting by John Ogness · 4 years ago
  77. 88a16a1 perf: Add build id data in mmap2 event by Jiri Olsa · 4 years ago
  78. 921f88f bpf: Add size arg to build_id_parse function by Jiri Olsa · 4 years ago
  79. bd7525d bpf: Move stack_map_get_build_id into lib by Jiri Olsa · 4 years ago
  80. 981f94c bpf: Add bitwise atomic instructions by Brendan Jackman · 4 years ago
  81. 4629106 bpf: Pull out a macro for interpreting atomic ALU operations by Brendan Jackman · 4 years ago
  82. 5ffa255 bpf: Add instructions for atomic_[cmp]xchg by Brendan Jackman · 4 years ago
  83. 5ca419f bpf: Add BPF_FETCH field / create atomic_fetch_add instruction by Brendan Jackman · 4 years ago
  84. c5bcb5e bpf: Move BPF_STX reserved field check into BPF_STX verifier code by Brendan Jackman · 4 years ago
  85. 91c960b bpf: Rename BPF_XADD and prepare to encode other atomics in .imm by Brendan Jackman · 4 years ago
  86. 744ea4e bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling by Gilad Reti · 4 years ago
  87. ce09ccc genirq: Export irq_check_status_bit() by Thomas Gleixner · 4 years ago
  88. 541c3ba bpf: Support BPF ksym variables in kernel modules by Andrii Nakryiko · 4 years ago
  89. 28a8add bpf: Fix a verifier message for alloc size helper arg by Brendan Jackman · 4 years ago
  90. 4bae052 Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 4 years ago
  91. e3fab2f ntp: Fix RTC synchronization on 32-bit platforms by Geert Uytterhoeven · 4 years ago
  92. aba428a timekeeping: Remove unused get_seconds() by Chunguang Xu · 4 years, 1 month ago
  93. bcc5e61 bpf: Allow empty module BTFs by Andrii Nakryiko · 4 years ago
  94. 77ca93a locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP by Peter Zijlstra · 4 years ago
  95. 0afda3a locking/lockdep: Cure noinstr fail by Peter Zijlstra · 4 years ago
  96. 4be34f3 bpf: Don't leak memory in bpf getsockopt when optlen == 0 by Stanislav Fomichev · 4 years ago
  97. 84d571d bpf: Fix typo in bpf_inode_storage.c by KP Singh · 4 years ago
  98. 1a9c72a bpf: Local storage helpers should check nullness of owner ptr passed by KP Singh · 4 years ago
  99. 5541075 bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach by Jiri Olsa · 4 years ago
  100. a0d54b4 Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years ago