1. f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
  2. 570203e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  3. 01af08b Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  4. 8380ce4 mm: fork: fix kernel_stack memcg stats for various stack implementations by Roman Gushchin · 4 years, 9 months ago
  5. a0ba26f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 9 months ago
  6. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  7. 1b649e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  8. 763802b5 x86/mm: split vmalloc_sync_all() by Joerg Roedel · 4 years, 10 months ago
  9. df81dfc genirq: Fix reference leaks on irq affinity notifiers by Edward Cree · 4 years, 10 months ago
  10. 5c6f258 bpf: Explicitly memset some bpf info structures declared on the stack by Greg Kroah-Hartman · 4 years, 10 months ago
  11. 8096f22 bpf: Explicitly memset the bpf_attr structure by Greg Kroah-Hartman · 4 years, 10 months ago
  12. 8e7ae25 bpf: Sanitize the bpf_struct_ops tcp-cc name by Martin KaFai Lau · 4 years, 10 months ago
  13. 34d5a4b Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  14. ffe6da9 Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  15. 44ef976 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  16. dcce11d bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit() by Jules Irenge · 4 years, 10 months ago
  17. 7ac88eb bpf: Remove bpf_image tree by Jiri Olsa · 4 years, 10 months ago
  18. 517b75e bpf: Add dispatchers to kallsyms by Jiri Olsa · 4 years, 10 months ago
  19. a108f7d bpf: Add trampolines to kallsyms by Jiri Olsa · 4 years, 10 months ago
  20. dba122f bpf: Add bpf_ksym_add/del functions by Jiri Olsa · 4 years, 10 months ago
  21. cbd76f8 bpf: Add prog flag to struct bpf_ksym object by Jiri Olsa · 4 years, 10 months ago
  22. eda0c92 bpf: Add bpf_ksym_find function by Jiri Olsa · 4 years, 10 months ago
  23. ca4424c bpf: Move ksym_tnode to bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  24. ecb60d1 bpf: Move lnode list node to struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  25. bfea9a8 bpf: Add name to struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  26. 535911c bpf: Add struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  27. 9886866 bpf: Abstract away entire bpf_link clean up procedure by Andrii Nakryiko · 4 years, 10 months ago
  28. 242a6df Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 10 months ago
  29. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  30. d831ee8 bpf: Add bpf_xdp_output() helper by Eelco Chaudron · 4 years, 10 months ago
  31. b4490c5 bpf: Added new helper bpf_get_ns_current_pid_tgid by Carlos Neira · 4 years, 10 months ago
  32. 1b51f69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  33. addcb1d Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 10 months ago
  34. 36feb99 Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 10 months ago
  35. d9815bf ftrace: Return the first found result in lookup_rec() by Artem Savkov · 4 years, 10 months ago
  36. babf316 bpf: Add bpf_link_new_file that doesn't install FD by Andrii Nakryiko · 4 years, 10 months ago
  37. e876ecc cgroup: memcg: net: do not associate sock with unrelated cgroup by Shakeel Butt · 4 years, 10 months ago
  38. e941484 Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 10 months ago
  39. 2c1aca4 Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 4 years, 10 months ago
  40. da6c7fa bpf/btf: Fix BTF verification of enum members in struct/union by Yoshiki Komachi · 4 years, 10 months ago
  41. aa202f1 workqueue: don't use wq_select_unbound_cpu() for bound works by Hillf Danton · 5 years ago
  42. 1d8006a bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory by Andrii Nakryiko · 4 years, 10 months ago
  43. 62039c3 bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer by Andrii Nakryiko · 4 years, 10 months ago
  44. 10dab84 pid: make ENOMEM return value more obvious by Christian Brauner · 4 years, 10 months ago
  45. 8d67743 futex: Unbreak futex hashing by Thomas Gleixner · 4 years, 10 months ago
  46. b26ebfe pid: Fix error return value in some cases by Corey Minyard · 4 years, 10 months ago
  47. 5dfcc13 Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
  48. fa883d6a Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 10 months ago
  49. 8019ad1 futex: Fix inode life-time issue by Peter Zijlstra · 4 years, 10 months ago
  50. 3e7c67d bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET by KP Singh · 4 years, 10 months ago
  51. 6919175 bpf: Remove unnecessary CAP_MAC_ADMIN check by KP Singh · 4 years, 10 months ago
  52. 849b4d9 bpf: Do not allow map_freeze in struct_ops map by Martin KaFai Lau · 4 years, 10 months ago
  53. 8e5290e bpf: Return better error value in delete_elem for struct_ops map by Martin KaFai Lau · 4 years, 10 months ago
  54. 1bc7896 bpf: Fix deadlock with rq_lock in bpf_send_signal() by Yonghong Song · 4 years, 10 months ago
  55. 153031a blktrace: fix dereference after null check by Cengiz Can · 4 years, 10 months ago
  56. da00d2f bpf: Add test ops for BPF_PROG_TYPE_TRACING by KP Singh · 4 years, 10 months ago
  57. 6ba43b7 bpf: Attachment verification for BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
  58. ae24082 bpf: Introduce BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
  59. 88fd9e5 bpf: Refactor trampoline update code by KP Singh · 4 years, 10 months ago
  60. 2e5383d cgroup1: don't call release_agent when it is "" by Tycho Andersen · 4 years, 11 months ago
  61. 190ecb1 cgroup: fix psi_show() crash on 32bit ino archs by Qian Cai · 4 years, 10 months ago
  62. ecc421e sys/sysinfo: Respect boottime inside time namespace by Cyril Hrubis · 4 years, 10 months ago
  63. 70ed506 bpf: Introduce pinnable bpf_link abstraction by Andrii Nakryiko · 4 years, 10 months ago
  64. c105df5 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  65. 9f0ca0c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  66. 2edc78b Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
  67. 3642859 Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 10 months ago
  68. 22a34c6f exit: Fix Sparse errors and warnings by Madhuparna Bhowmik · 5 years ago
  69. 0c282b0 fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer() by Madhuparna Bhowmik · 5 years ago
  70. 189c696 Merge branches 'pm-sleep' and 'pm-devfreq' by Rafael J. Wysocki · 4 years, 10 months ago
  71. 1ed4d92 bpf: INET_DIAG support in bpf_sk_storage by Martin KaFai Lau · 4 years, 10 months ago
  72. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  73. d7f10df bpf: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  74. ed5fa55 Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 4 years, 10 months ago
  75. 289de35 sched/fair: Fix statistics for find_idlest_group() by Vincent Guittot · 4 years, 11 months ago
  76. 91ad64a Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 10 months ago
  77. fda31c5 signal: avoid double atomic counter increments for user accounting by Linus Torvalds · 4 years, 10 months ago
  78. 2910b5a bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue by Masami Hiramatsu · 4 years, 10 months ago
  79. c780e86 blktrace: Protect q->blk_trace with RCU by Jan Kara · 5 years ago
  80. 099bfaa bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled by David Miller · 4 years, 10 months ago
  81. 66150d0d bpf, lpm: Make locking RT friendly by Thomas Gleixner · 4 years, 10 months ago
  82. 7f805d1 bpf: Prepare hashtab locking for PREEMPT_RT by Thomas Gleixner · 4 years, 10 months ago
  83. d01f9b1 bpf: Factor out hashtab bucket lock operations by Thomas Gleixner · 4 years, 10 months ago
  84. b6e5dae bpf: Replace open coded recursion prevention in sys_bpf() by Thomas Gleixner · 4 years, 10 months ago
  85. 085fee1 bpf: Use recursion prevention helpers in hashtab code by Thomas Gleixner · 4 years, 10 months ago
  86. 02ad059 bpf: Use migrate_disable/enabe() in trampoline code. by David Miller · 4 years, 10 months ago
  87. 3d9f773c bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites. by David Miller · 4 years, 10 months ago
  88. 569de905 bpf: Dont iterate over possible CPUs with interrupts disabled by Thomas Gleixner · 4 years, 10 months ago
  89. 8a37963 bpf: Remove recursion prevention from rcu free callback by Thomas Gleixner · 4 years, 10 months ago
  90. 1d7bf6b perf/bpf: Remove preempt disable around BPF invocation by Thomas Gleixner · 4 years, 10 months ago
  91. b0a81b9 bpf/trace: Remove redundant preempt_disable from trace_call_bpf() by Thomas Gleixner · 4 years, 10 months ago
  92. 70ed070 bpf: disable preemption for bpf progs attached to uprobe by Alexei Starovoitov · 4 years, 10 months ago
  93. 1b7a51a bpf/trace: Remove EXPORT from trace_call_bpf() by Thomas Gleixner · 4 years, 10 months ago
  94. f03efe4 bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run() by Thomas Gleixner · 4 years, 10 months ago
  95. dbca151 bpf: Update locking comment in hashtab code by Thomas Gleixner · 4 years, 10 months ago
  96. 2ed905c bpf: Enforce preallocation for instrumentation programs on RT by Thomas Gleixner · 4 years, 10 months ago
  97. 94dacdb bpf: Tighten the requirements for preallocated hash maps by Thomas Gleixner · 4 years, 10 months ago
  98. 7561252 audit: always check the netlink payload length in audit_receive_msg() by Paul Moore · 4 years, 10 months ago
  99. 2ad3e17 audit: fix error handling in audit_data_to_entry() by Paul Moore · 4 years, 10 months ago
  100. f3cc249 Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago