1. f85c159 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 8 months ago
  2. b2a5212 bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier by Daniel Borkmann · 4 years, 8 months ago
  3. 47cc0ed bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range by Daniel Borkmann · 4 years, 8 months ago
  4. 0ebeea8 bpf: Restrict bpf_probe_read{, str}() only to archs where they work by Daniel Borkmann · 4 years, 8 months ago
  5. e92888c7 bpf: Enforce returning 0 for fentry/fexit progs by Yonghong Song · 4 years, 8 months ago
  6. 333291c bpf: Fix bug in mmap() implementation for BPF array map by Andrii Nakryiko · 4 years, 8 months ago
  7. 8c1684b Merge tag 'for-linus-2020-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 8 months ago
  8. f44d5c4 Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 8 months ago
  9. da4d401 ring-buffer: Remove all BUG() calls by Steven Rostedt (VMware) · 4 years, 8 months ago
  10. 3d2353d ring-buffer: Don't deactivate the ring buffer on failed iterator reads by Steven Rostedt (VMware) · 4 years, 8 months ago
  11. 59566b0 x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot up by Steven Rostedt (VMware) · 4 years, 9 months ago
  12. 24085f7 Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 8 months ago
  13. 8b1fac2 tracing: Wait for preempt irq delay thread to execute by Steven Rostedt (VMware) · 4 years, 8 months ago
  14. 78a5255 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 8 months ago
  15. db80303 umh: fix memory leak on execve failure by Vincent Minet · 4 years, 9 months ago
  16. 14d8f74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 8 months ago
  17. c61529f6 Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 8 months ago
  18. af38553 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  19. 3f2c788 fork: prevent accidental access to clone3 features by Christian Brauner · 4 years, 9 months ago
  20. 324cfb1 kernel/kcov.c: fix typos in kcov_remote_start documentation by Maciej Grochowski · 4 years, 9 months ago
  21. 192ffb75 Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 9 months ago
  22. 192b799 tracing: Make tracing_snapshot_instance_cond() static by Zou Wei · 4 years, 9 months ago
  23. 11f5efc tracing: Add a vmalloc_sync_mappings() for safe measure by Steven Rostedt (VMware) · 4 years, 9 months ago
  24. d16a8c3 tracing: Wait for preempt irq delay thread to finish by Steven Rostedt (VMware) · 4 years, 9 months ago
  25. 5b4dcd2 tracing/kprobes: Reject new event if loc is NULL by Masami Hiramatsu · 4 years, 9 months ago
  26. da0f1f4 tracing/boottime: Fix kprobe event API usage by Masami Hiramatsu · 4 years, 9 months ago
  27. dcbd21c tracing/kprobes: Fix a double initialization typo by Masami Hiramatsu · 4 years, 9 months ago
  28. 7f64546 bpf: Fix error return code in map_lookup_and_delete_elem() by Wei Yongjun · 4 years, 9 months ago
  29. 3740d93 coredump: fix crash when umh is disabled by Luis Chamberlain · 4 years, 9 months ago
  30. 2351f8d PM: hibernate: Freeze kernel threads in software_resume() by Dexuan Cui · 4 years, 9 months ago
  31. b2768df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  32. 05db498 Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  33. e185880 Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  34. ab51cac Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  35. 6f302bf bpf: Make bpf_link_fops static by Zou Wei · 4 years, 9 months ago
  36. 03f87c0 bpf: Propagate expected_attach_type when verifying freplace programs by Toke Høiland-Jørgensen · 4 years, 9 months ago
  37. 4adb7a4 bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd by Andrii Nakryiko · 4 years, 9 months ago
  38. 6ade99e proc: Put thread_pid in release_task not proc_flush_pid by Eric W. Biederman · 4 years, 9 months ago
  39. da5de55 Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 9 months ago
  40. b4f6332 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  41. d013496 tracing: Convert local functions in tracing_map.c to static by Jason Yan · 4 years, 9 months ago
  42. 353da87 ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_direct() by Steven Rostedt (VMware) · 4 years, 9 months ago
  43. 9da7397 tracing: Fix memory leaks in trace_events_hist.c by Vamshi K Sthambamkadi · 4 years, 9 months ago
  44. f3bed55 perf/core: fix parent pid/tid in task exit events by Ian Rogers · 4 years, 9 months ago
  45. eaf5a92 sched/core: Fix reset-on-fork from RT with uclamp by Quentin Perret · 4 years, 9 months ago
  46. 61e713b signal: Avoid corrupting si_pid and si_uid in do_notify_parent by Eric W. Biederman · 4 years, 9 months ago
  47. 8ff3571 bpf: Fix handling of XADD on BTF memory by Jann Horn · 4 years, 9 months ago
  48. 6e7e63c bpf: Forbid XADD on spilled pointers for unprivileged users by Jann Horn · 4 years, 9 months ago
  49. bc23d0e cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled by Toke Høiland-Jørgensen · 4 years, 9 months ago
  50. 763dafc audit: check the length of userspace generated audit records by Paul Moore · 4 years, 9 months ago
  51. 3e0dea5 Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  52. 80ade29 Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  53. 08dd387 Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  54. 5e7de58 Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  55. 774acb2 Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 9 months ago
  56. c837266 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  57. 94d440d proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets by Andrei Vagin · 4 years, 9 months ago
  58. e0d648f sched/vtime: Work around an unitialized variable warning by Borislav Petkov · 4 years, 10 months ago
  59. 3662daf sched/isolation: Allow "isolcpus=" to skip unknown sub-parameters by Peter Xu · 4 years, 10 months ago
  60. a966dcf clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks by Eugene Syromiatnikov · 4 years, 9 months ago
  61. 6217387 clone3: add a check for the user struct size if CLONE_INTO_CGROUP is set by Eugene Syromiatnikov · 4 years, 9 months ago
  62. e82a118 clone3: fix cgroup argument sanity check by Eugene Syromiatnikov · 4 years, 9 months ago
  63. 0bbe7f7 tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation by Xiao Yang · 4 years, 9 months ago
  64. 89f33dc bpf: remove unneeded conversion to bool in __mark_reg_unknown by Zou Wei · 4 years, 9 months ago
  65. 1f6cb19 bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping by Andrii Nakryiko · 4 years, 9 months ago
  66. 07d8350 genirq: Remove setup_irq() and remove_irq() by afzal mohammed · 4 years, 10 months ago
  67. 40e7d7b Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 4 years, 9 months ago
  68. 3075afd signal: use kill_proc_info instead of kill_pid_info in kill_something_info by Zhiqiang Liu · 4 years, 10 months ago
  69. eaec2b0 signal: check sig before setting info in kill_pid_usb_asyncio by Zhiqiang Liu · 4 years, 10 months ago
  70. 0785249 Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  71. 590680d Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  72. 20e2aa8 Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  73. 652fa53 Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  74. 75e7188 Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 9 months ago
  75. 5b8b9d0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  76. f4d74ef kernel/gcov/fs.c: gcov_seq_next() should increase position index by Vasily Averin · 4 years, 9 months ago
  77. d7d27cf kmod: make request_module() return an error when autoloading is disabled by Eric Biggers · 4 years, 9 months ago
  78. ab6f762 printk: queue wake_up_klogd irq_work only if per-CPU areas are ready by Sergey Senozhatsky · 4 years, 11 months ago
  79. 87ad46e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  80. bbec2a2 Merge tag 'pm-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 9 months ago
  81. 40fc7ad Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 9 months ago
  82. c0cc271 Merge tag 'modules-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 9 months ago
  83. 63f818f proc: Use a dedicated lock in struct pid by Eric W. Biederman · 4 years, 10 months ago
  84. 9bb50ed dma-debug: fix displaying of dma allocation type by Grygorii Strashko · 4 years, 9 months ago
  85. cdcda0d dma-direct: fix data truncation in dma_direct_get_required_mask() by Kishon Vijay Abraham I · 4 years, 10 months ago
  86. 9a019db locking/lockdep: Improve 'invalid wait context' splat by Peter Zijlstra · 4 years, 10 months ago
  87. d22cc7f locking/percpu-rwsem: Fix a task_struct refcount by Qian Cai · 4 years, 10 months ago
  88. 96e74eb sched/debug: Add task uclamp values to SCHED_DEBUG procfs by Valentin Schneider · 5 years ago
  89. 9e3bf94 sched/debug: Factor out printing formats into common macros by Valentin Schneider · 5 years ago
  90. c745a62 sched/debug: Remove redundant macro define by Valentin Schneider · 5 years ago
  91. 275b2f6 sched/core: Remove unused rq::last_load_update_tick by Vincent Donnefort · 4 years, 10 months ago
  92. 62849a9 workqueue: Remove the warning in wq_worker_sleeping() by Sebastian Andrzej Siewior · 4 years, 10 months ago
  93. 111688c sched/fair: Fix negative imbalance in imbalance calculation by Aubrey Li · 4 years, 10 months ago
  94. 26a8b12 sched/fair: Fix race between runtime distribution and assignment by Huaixin Chang · 4 years, 10 months ago
  95. d76343c sched/fair: Align rq->avg_idle and rq->avg_scan_cost by Valentin Schneider · 4 years, 10 months ago
  96. d3296fb perf/core: Disable page faults when getting phys address by Jiri Olsa · 4 years, 10 months ago
  97. 24fb6b8 perf/cgroup: Correct indirection in perf_less_group_idx() by Ian Rogers · 4 years, 10 months ago
  98. 33238c5 perf/core: Fix event cgroup tracking by Peter Zijlstra · 4 years, 10 months ago
  99. 0f538e3 ucount: Make sure ucounts in /proc/sys/user don't regress again by Jan Kara · 4 years, 10 months ago
  100. 6524d79 kernel/gcov/fs.c: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago