- 441e8c6 bpf: Return target info when a tracing bpf_link is queried by Toke Høiland-Jørgensen · 3 years, 9 months ago
- 957dca3 bpf, inode: Remove second initialization of the bpf_preload_lock by Muhammad Usama Anjum · 3 years, 9 months ago
- 2ec9898 bpf: Remove unused parameter from ___bpf_prog_run by He Fengqing · 3 years, 9 months ago
- c2bcb4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
- a7ba455 sock_map: Introduce BPF_SK_SKB_VERDICT by Cong Wang · 3 years, 9 months ago
- 235fc0e bpf: Remove redundant assignment of variable id by Colin Ian King · 3 years, 9 months ago
- e6ac245 bpf: Support bpf program calling kernel function by Martin KaFai Lau · 3 years, 9 months ago
- 34747c4 bpf: Refactor btf_check_func_arg_match by Martin KaFai Lau · 3 years, 9 months ago
- e16301f bpf: Simplify freeing logic in linfo and jited_linfo by Martin KaFai Lau · 3 years, 9 months ago
- f56387c bpf: Add support for batched ops in LPM trie maps by Pedro Tammela · 3 years, 10 months ago
- b910eaa bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper by Yonghong Song · 3 years, 10 months ago
- cb94441 sysctl: add proc_dou8vec_minmax() by Eric Dumazet · 3 years, 9 months ago
- 80847a7 bpf: Undo ptr_to_map_key alu sanitation for now by Daniel Borkmann · 3 years, 9 months ago
- 241949e Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
- efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 9 months ago
- 0023224 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
- 60bcf72 gcov: fix clang-11+ support by Nick Desaulniers · 3 years, 9 months ago
- e138138 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 9 months ago
- e2c69f3 bpf: Avoid old-style declaration warnings by Arnd Bergmann · 3 years, 10 months ago
- 2c41fab Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 5ee96fa Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
- 5ba33b4 Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
- 5e3ddf9 Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
- 4db4b1a signal: don't allow STOP on PF_IO_WORKER threads by Eric W. Biederman · 3 years, 10 months ago
- 5be28c8 signal: don't allow sending any signals to PF_IO_WORKER threads by Jens Axboe · 3 years, 10 months ago
- 81e2073 genirq: Disable interrupts for force threaded handlers by Thomas Gleixner · 3 years, 10 months ago
- 0ada2dad Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 9ef0528 bpf: Remove insn_buf[] declaration in inner block by Jianlin Lv · 3 years, 10 months ago
- f60a85c bpf: Fix umd memory leak in copy_process() by Zqiang · 3 years, 10 months ago
- 38c9358 static_call: Fix static_call_update() sanity check by Peter Zijlstra · 3 years, 10 months ago
- 698bace static_call: Align static_call_is_init() patching condition by Peter Zijlstra · 3 years, 10 months ago
- 68b1edd static_call: Fix static_call_set_init() by Peter Zijlstra · 3 years, 10 months ago
- 9d3fcb2 Revert "PM: ACPI: reboot: Use S5 for reboot" by Josef Bacik · 3 years, 10 months ago
- fdc1397 bpf, devmap: Move drop error path to devmap for XDP_REDIRECT by Lorenzo Bianconi · 3 years, 10 months ago
- e21aa34 bpf: Fix fexit trampoline. by Alexei Starovoitov · 3 years, 10 months ago
- 1b1597e bpf: Add sanity check for upper ptr_limit by Piotr Krysiuk · 3 years, 10 months ago
- b5871dc bpf: Simplify alu_limit masking for pointer arithmetic by Piotr Krysiuk · 3 years, 10 months ago
- 10d2bb2 bpf: Fix off-by-one for area size in creating mask to left by Piotr Krysiuk · 3 years, 10 months ago
- f232326 bpf: Prohibit alu ops for pointer types not defining ptr_limit by Piotr Krysiuk · 3 years, 10 months ago
- 5de2055 locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling by Waiman Long · 3 years, 10 months ago
- 8a141dd ftrace: Fix modify_ftrace_direct. by Alexei Starovoitov · 3 years, 10 months ago
- 5abbe51 kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() by Oleg Nesterov · 4 years ago
- 4d0b938 bpf: Make symbol 'bpf_task_storage_busy' static by Wei Yongjun · 3 years, 10 months ago
- 6bd45f2 kernel/bpf/: Fix misspellings using codespell tool by Liu xuzhi · 3 years, 10 months ago
- ef4cb70 genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode) by Andy Shevchenko · 3 years, 10 months ago
- c995f12 prctl: fix PR_SET_MM_AUXV kernel stack leak by Alexey Dobriyan · 3 years, 10 months ago
- 70404fe Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
- 802b31c Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
- c72cbc9 Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
- fa509ff Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
- 75013c6 Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
- 50eb842 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 10 months ago
- 82e69a1 mm/fork: clear PASID for new mm by Fenghua Yu · 3 years, 10 months ago
- 16efa4f io_uring: allow IO worker threads to be frozen by Jens Axboe · 3 years, 10 months ago
- 15b2219 kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing by Jens Axboe · 3 years, 10 months ago
- 9278be9 Merge tag 'io_uring-5.12-2021-03-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 547fd08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 10 months ago
- e22bc9b kernel: make IO threads unfreezable by default by Jens Axboe · 3 years, 10 months ago
- c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
- 05a59d7 Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 10 months ago
- ee75aef bpf, xdp: Restructure redirect actions by Björn Töpel · 3 years, 10 months ago
- e6a4750 bpf, xdp: Make bpf_redirect_map() a map operation by Björn Töpel · 3 years, 10 months ago
- 69dd450 irqdomain: Remove debugfs_file from struct irq_domain by Greg Kroah-Hartman · 3 years, 11 months ago
- 769c18b bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF by Tal Lossos · 3 years, 10 months ago
- 350a5c4 bpf: Dont allow vmlinux BTF to be used in map_create and prog_load. by Alexei Starovoitov · 3 years, 10 months ago
- 46eb170 hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event() by Anna-Maria Behnsen · 3 years, 10 months ago
- a5398bf perf/core: Flush PMU internal buffers for per-CPU events by Kan Liang · 4 years, 1 month ago
- 50bf808 static_call: Fix the module key fixup by Peter Zijlstra · 3 years, 10 months ago
- ce29ddc sched/membarrier: fix missing local execution of ipi_sync_rq_state() by Mathieu Desnoyers · 3 years, 11 months ago
- 50caf9c sched: Simplify set_affinity_pending refcounts by Peter Zijlstra · 3 years, 10 months ago
- 9e81889 sched: Fix affine_move_task() self-concurrency by Peter Zijlstra · 3 years, 10 months ago
- 3f1bc11 sched: Optimize migration_cpu_stop() by Peter Zijlstra · 3 years, 10 months ago
- 58b1a45 sched: Collate affine_move_task() stoppers by Peter Zijlstra · 3 years, 10 months ago
- c20cf06 sched: Simplify migration_cpu_stop() by Peter Zijlstra · 3 years, 10 months ago
- 8a6edb5 sched: Fix migration_cpu_stop() requeueing by Peter Zijlstra · 3 years, 11 months ago
- f292e87 Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 3949186 bpf: Explicitly zero-extend R0 after 32-bit cmpxchg by Brendan Jackman · 3 years, 10 months ago
- b1828f0 bpf: Add BTF_KIND_FLOAT support by Ilya Leoshkevich · 3 years, 10 months ago
- cc440e8 kernel: provide create_io_thread() helper by Jens Axboe · 3 years, 10 months ago
- 83a2881 bpf: Account for BPF_FETCH in insn_has_def32() by Ilya Leoshkevich · 3 years, 10 months ago
- ee666a1 tracing: Skip selftests if tracing is disabled by Steven Rostedt (VMware) · 3 years, 10 months ago
- f40fc79 tracing: Fix memory leak in __create_synth_event() by Vamshi K Sthambamkadi · 3 years, 10 months ago
- 6549de1 ring-buffer: Add a little more information and a WARN when time stamp going backwards is detected by Steven Rostedt (VMware) · 3 years, 10 months ago
- 6f6be60 ring-buffer: Force before_stamp and write_stamp to be different on discard by Steven Rostedt (VMware) · 3 years, 10 months ago
- 6926809 tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig by Rolf Eike Beer · 3 years, 10 months ago
- 70d443d tracing: Remove duplicate declaration from trace.h by Yordan Karadzhov (VMware) · 3 years, 10 months ago
- 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 5695e51 Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 5ceabb6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
- ef9856a Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 3 years, 10 months ago
- 06dcdcd bpf: Add arraymap support for bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 10 months ago
- 314ee05 bpf: Add hashtab support for bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 10 months ago
- 69c087b bpf: Add bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 10 months ago
- 282a0f4 bpf: Change return value of verifier function add_subprog() by Yonghong Song · 3 years, 10 months ago
- 1435137 bpf: Refactor check_func_call() to allow callback function by Yonghong Song · 3 years, 10 months ago
- bc2591d bpf: Factor out verbose_invalid_scalar() by Yonghong Song · 3 years, 10 months ago
- efdb22d bpf: Factor out visit_func_call_insn() in check_cfg() by Yonghong Song · 3 years, 10 months ago
- 9e8e714 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 10 months ago
- e6ac593 bpf: Rename fixup_bpf_calls and add some comments by Brendan Jackman · 3 years, 11 months ago
- 523a4cf bpf: Use MAX_BPF_FUNC_REG_ARGS macro by Dmitrii Banshchikov · 3 years, 10 months ago