1. 9f0ca0c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  2. 1ed4d92 bpf: INET_DIAG support in bpf_sk_storage by Martin KaFai Lau · 4 years, 11 months ago
  3. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  4. d7f10df bpf: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  5. 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
  6. 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, 11 months ago
  7. fda31c5 signal: avoid double atomic counter increments for user accounting by Linus Torvalds · 4 years, 11 months ago
  8. 2910b5a bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue by Masami Hiramatsu · 4 years, 11 months ago
  9. 099bfaa bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled by David Miller · 4 years, 11 months ago
  10. 66150d0d bpf, lpm: Make locking RT friendly by Thomas Gleixner · 4 years, 11 months ago
  11. 7f805d1 bpf: Prepare hashtab locking for PREEMPT_RT by Thomas Gleixner · 4 years, 11 months ago
  12. d01f9b1 bpf: Factor out hashtab bucket lock operations by Thomas Gleixner · 4 years, 11 months ago
  13. b6e5dae bpf: Replace open coded recursion prevention in sys_bpf() by Thomas Gleixner · 4 years, 11 months ago
  14. 085fee1 bpf: Use recursion prevention helpers in hashtab code by Thomas Gleixner · 4 years, 11 months ago
  15. 02ad059 bpf: Use migrate_disable/enabe() in trampoline code. by David Miller · 4 years, 11 months ago
  16. 3d9f773c bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites. by David Miller · 4 years, 11 months ago
  17. 569de905 bpf: Dont iterate over possible CPUs with interrupts disabled by Thomas Gleixner · 4 years, 11 months ago
  18. 8a37963 bpf: Remove recursion prevention from rcu free callback by Thomas Gleixner · 4 years, 11 months ago
  19. 1d7bf6b perf/bpf: Remove preempt disable around BPF invocation by Thomas Gleixner · 4 years, 11 months ago
  20. b0a81b9 bpf/trace: Remove redundant preempt_disable from trace_call_bpf() by Thomas Gleixner · 4 years, 11 months ago
  21. 70ed070 bpf: disable preemption for bpf progs attached to uprobe by Alexei Starovoitov · 4 years, 11 months ago
  22. 1b7a51a bpf/trace: Remove EXPORT from trace_call_bpf() by Thomas Gleixner · 4 years, 11 months ago
  23. f03efe4 bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run() by Thomas Gleixner · 4 years, 11 months ago
  24. dbca151 bpf: Update locking comment in hashtab code by Thomas Gleixner · 4 years, 11 months ago
  25. 2ed905c bpf: Enforce preallocation for instrumentation programs on RT by Thomas Gleixner · 4 years, 11 months ago
  26. 94dacdb bpf: Tighten the requirements for preallocated hash maps by Thomas Gleixner · 4 years, 11 months ago
  27. 7561252 audit: always check the netlink payload length in audit_receive_msg() by Paul Moore · 4 years, 11 months ago
  28. 2ad3e17 audit: fix error handling in audit_data_to_entry() by Paul Moore · 4 years, 11 months ago
  29. 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, 11 months ago
  30. 591dd4c Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 11 months ago
  31. b105e8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 11 months ago
  32. 035ff35 net: Generate reuseport group ID on group creation by Jakub Sitnicki · 4 years, 11 months ago
  33. 9fed900 bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH by Jakub Sitnicki · 4 years, 11 months ago
  34. 3dc55dba Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 11 months ago
  35. 412c53a y2038: remove unused time32 interfaces by Arnd Bergmann · 4 years, 11 months ago
  36. d8a953d bootconfig: Set CONFIG_BOOT_CONFIG=n by default by Masami Hiramatsu · 4 years, 11 months ago
  37. 7ab215f tracing: Clear trace_state when starting trace by Masami Hiramatsu · 4 years, 11 months ago
  38. 78041c0 tracing: Disable trace_printk() on post poned tests by Steven Rostedt (VMware) · 4 years, 11 months ago
  39. 3c18a9b tracing: Have synthetic event test use raw_smp_processor_id() by Steven Rostedt (VMware) · 4 years, 11 months ago
  40. 784bd08 tracing: Fix number printing bug in print_synth_event() by Tom Zanussi · 5 years ago
  41. 3843083 tracing: Check that number of vals matches number of synth event fields by Tom Zanussi · 5 years ago
  42. 1d9d4c9 tracing: Make synth_event trace functions endian-correct by Tom Zanussi · 5 years ago
  43. 279eef0 tracing: Make sure synth_event_trace() example always uses u64 by Tom Zanussi · 5 years ago
  44. 41f57cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 11 months ago
  45. b9aff38 bpf: Fix a potential deadlock with bpf_map_do_batch by Yonghong Song · 4 years, 11 months ago
  46. 492e0d0 bpf: Do not grab the bucket spinlock by default on htab batch ops by Brian Vazquez · 4 years, 11 months ago
  47. fff7b64 bpf: Add bpf_read_branch_records() helper by Daniel Xu · 4 years, 11 months ago
  48. 140588b s390: remove obsolete ieee_emulation_warnings by Stephen Kitt · 5 years ago
  49. 0a44cac Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 11 months ago
  50. b80b033 bpf: Allow bpf_perf_event_read_value in all BPF programs by Song Liu · 5 years ago
  51. e20d3a0 bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill by Johannes Krude · 5 years ago
  52. ef78e5b7d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  53. 4e03e4e Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  54. cba6437 genirq/proc: Reject invalid affinity masks (again) by Thomas Gleixner · 5 years ago
  55. 61a7595 Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  56. e9f5490 sched/fair: Fix kernel-doc warning in attach_entity_load_avg() by Randy Dunlap · 5 years ago
  57. 4104a56 sched/core: Annotate curr pointer in rq with __rcu by Madhuparna Bhowmik · 5 years ago
  58. 6fcca0f sched/psi: Fix OOB write when writing 0 bytes to PSI files by Suren Baghdasaryan · 5 years ago
  59. e3728b5 ACPI: PM: s2idle: Avoid possible race related to the EC GPE by Rafael J. Wysocki · 5 years ago
  60. 7276531 tracing: Consolidate trace() functions by Tom Zanussi · 5 years ago
  61. 0c62f6c tracing: Don't return -EINVAL when tracing soft disabled synth events by Tom Zanussi · 5 years ago
  62. d090409 tracing: Add missing nest end to synth_event_trace_start() error case by Tom Zanussi · 5 years ago
  63. 0a679e1 Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  64. 2bf0eb9 bpf: Make btf_check_func_type_match() static by Hongbo Yao · 5 years ago
  65. 10f129c tracing/kprobe: Fix uninitialized variable bug by Gustavo A. R. Silva · 5 years ago
  66. 52262ee sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, to fix XFS performance regression by Mel Gorman · 5 years ago
  67. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  68. 1a2a76c Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  69. f413776 Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  70. ca21b9b Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  71. 2fbc23c Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  72. f06bed8 Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  73. 291abfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  74. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  75. 2696e11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  76. f9f21ce genirq: Clarify that irq wake state is orthogonal to enable/disable by Stephen Boyd · 5 years ago
  77. 58c025f cgroup1: switch to use of errorfc() et.al. by Al Viro · 5 years ago
  78. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  79. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  80. fbc2d16 get rid of cg_invalf() by Al Viro · 5 years ago
  81. 1e474b2 smp/up: Make smp_call_function_single() match SMP semantics by Paul E. McKenney · 5 years ago
  82. d854b2d Merge tag 'kgdb-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 5 years ago
  83. fcf2736 Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no regs" by Daniel Thompson · 5 years ago
  84. e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  85. 54a16ff ftrace: Protect ftrace_graph_hash with ftrace_sync by Steven Rostedt (VMware) · 5 years ago
  86. 16052dd ftrace: Add comment to why rcu_dereference_sched() is open coded by Steven Rostedt (VMware) · 5 years ago
  87. fd0e685 tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu by Amol Grover · 5 years ago
  88. 24a9729 tracing: Annotate ftrace_graph_hash pointer with __rcu by Amol Grover · 5 years ago
  89. 75467ee dma-direct: improve DMA mask overflow reporting by Christoph Hellwig · 5 years ago
  90. 4a47cba dma-direct: improve swiotlb error reporting by Christoph Hellwig · 5 years ago
  91. 91ef26f dma-direct: relax addressability checks in dma_direct_supported by Christoph Hellwig · 5 years ago
  92. fdff7c2 Merge branch 'linus' into perf/urgent, to synchronize with upstream by Ingo Molnar · 5 years ago
  93. 72f582f Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  94. cde26a6 kallsyms: fix type of kallsyms_token_table[] by Masahiro Yamada · 5 years ago
  95. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  96. 257af63 bpf: Fix modifier skipping logic by Alexei Starovoitov · 5 years ago
  97. e17ac02 Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 5 years ago
  98. 2b90927 tracing: Use seq_buf for building dynevent_cmd string by Tom Zanussi · 5 years ago
  99. e9260f6 tracing: Remove useless code in dynevent_arg_pair_add() by Tom Zanussi · 5 years ago
  100. 74403b6 tracing: Remove check_arg() callbacks from dynevent args by Tom Zanussi · 5 years ago