Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | tracing: Acquire buffer from temparary trace sequence | Linyu Yuan | 2023-02-07 | 1 | -0/+23 | |
| * | | | | | | | | | | | | | | | | tracing/osnoise: No need for schedule_hrtimeout range | Davidlohr Bueso | 2023-02-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | tracing/histogram: Add simple tests for stacktrace usage of synthetic events | Steven Rostedt (Google) | 2023-01-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | tracing/histogram: Add stacktrace type | Steven Rostedt (Google) | 2023-01-25 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | tracing: Allow synthetic events to pass around stacktraces | Steven Rostedt (Google) | 2023-01-25 | 4 | -5/+87 | |
| * | | | | | | | | | | | | | | | | tracing: Allow stacktraces to be saved as histogram variables | Steven Rostedt (Google) | 2023-01-25 | 1 | -10/+42 | |
| * | | | | | | | | | | | | | | | | tracing: Simplify calculating entry size using struct_size() | Steven Rostedt (Google) | 2023-01-25 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | tracing: Add NULL checks for buffer in ring_buffer_free_read_page() | Jia-Ju Bai | 2023-01-25 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | | | tracing: Add a way to filter function addresses to function names | Steven Rostedt (Google) | 2023-01-25 | 2 | -2/+93 | |
* | | | | | | | | | | | | | | | | | Merge tag 'trace-v6.2-rc7-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-02-23 | 1 | -32/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | ring-buffer: Handle race between rb_move_tail and rb_check_pages | Mukesh Ojha | 2023-02-15 | 1 | -32/+10 | |
* | | | | | | | | | | | | | | | | | | bpf: add missing header file include | Linus Torvalds | 2023-02-22 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-02-21 | 25 | -674/+3007 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-02-20 | 8 | -178/+795 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | bpf: Fix global subprog context argument resolution logic | Andrii Nakryiko | 2023-02-17 | 1 | -2/+11 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Zeroing allocated object from slab in bpf memory allocator | Hou Tao | 2023-02-15 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | bpf: BPF_ST with variable offset should preserve STACK_ZERO marks | Eduard Zingerman | 2023-02-15 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | bpf: track immediate values written to stack by BPF_ST instruction | Eduard Zingerman | 2023-02-15 | 1 | -2/+16 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Special verifier handling for bpf_rbtree_{remove, first} | Dave Marchevsky | 2023-02-13 | 2 | -12/+55 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Add callback validation to kfunc verifier logic | Dave Marchevsky | 2023-02-13 | 1 | -5/+129 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args | Dave Marchevsky | 2023-02-13 | 1 | -35/+203 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Add bpf_rbtree_{add,remove,first} kfuncs | Dave Marchevsky | 2023-02-13 | 2 | -1/+67 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Add basic bpf_rb_{root,node} support | Dave Marchevsky | 2023-02-13 | 4 | -66/+169 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Migrate release_on_unlock logic to non-owning ref semantics | Dave Marchevsky | 2023-02-13 | 1 | -49/+119 | |
| | * | | | | | | | | | | | | | | | | | | bpf: allow to disable bpf prog memory accounting | Yafang Shao | 2023-02-10 | 1 | -6/+7 | |
| | * | | | | | | | | | | | | | | | | | | bpf: allow to disable bpf map memory accounting | Yafang Shao | 2023-02-10 | 2 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | | bpf: use bpf_map_kvcalloc in bpf_local_storage | Yafang Shao | 2023-02-10 | 2 | -2/+17 | |
| * | | | | | | | | | | | | | | | | | | | sched/topology: fix KASAN warning in hop_cmp() | Yury Norov | 2023-02-20 | 1 | -3/+8 | |
| * | | | | | | | | | | | | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2023-02-17 | 4 | -12/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | / / / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Daniel Borkmann says: | Jakub Kicinski | 2023-02-10 | 14 | -85/+530 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | bpf: devmap: check XDP features in __xdp_enqueue routine | Lorenzo Bianconi | 2023-02-02 | 1 | -3/+13 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Drop always true do_idr_lock parameter to bpf_map_free_id | Tobias Klauser | 2023-02-02 | 2 | -18/+7 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Add __bpf_kfunc tag to all kfuncs | David Vernet | 2023-02-02 | 5 | -56/+57 | |
| | * | | | | | | | | | | | | | | | | | | bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag | Ilya Leoshkevich | 2023-01-28 | 1 | -1/+15 | |
| | * | | | | | | | | | | | | | | | | | | bpf: iterators: Split iterators.lskel.h into little- and big- endian versions | Ilya Leoshkevich | 2023-01-28 | 5 | -7/+435 | |
| | * | | | | | | | | | | | | | | | | | | bpf: Build-time assert that cpumask offset is zero | David Vernet | 2023-01-28 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | net: skbuff: drop the word head from skb cache | Jakub Kicinski | 2023-02-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-09 | 4 | -35/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | sched/topology: Introduce sched_numa_hop_mask() | Valentin Schneider | 2023-02-07 | 1 | -0/+33 | |
| * | | | | | | | | | | | | | | | | | | | | sched: add sched_numa_find_nth_cpu() | Yury Norov | 2023-02-07 | 1 | -0/+57 | |
| * | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-02 | 17 | -30/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-01-28 | 11 | -304/+1460 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | bpf: Pass const struct bpf_prog * to .check_member | David Vernet | 2023-01-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable | David Vernet | 2023-01-25 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf/docs: Document cpumask kfuncs in a new file | David Vernet | 2023-01-25 | 1 | -0/+208 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf: Enable cpumasks to be queried and used as kptrs | David Vernet | 2023-01-25 | 2 | -0/+269 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf: Disallow NULLable pointers for trusted kfuncs | David Vernet | 2023-01-25 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf: Allow trusted args to walk struct when checking BTF IDs | David Vernet | 2023-01-24 | 2 | -1/+90 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf: Enable annotating trusted nested pointers | David Vernet | 2023-01-24 | 2 | -3/+90 | |
| | * | | | | | | | | | | | | | | | | | | | | bpf: Support consuming XDP HW metadata from fext programs | Toke Høiland-Jørgensen | 2023-01-23 | 3 | -32/+92 |