index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
bpf: Disasm support for addr_space_cast instruction.
Alexei Starovoitov
3
-0
/
+18
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
9
-2
/
+635
2024-03-11
selftests/bpf: Add fexit and kretprobe triggering benchmarks
Andrii Nakryiko
3
-0
/
+50
2024-03-11
mm: Introduce vmap_page_range() to map pages in PCI address space
Alexei Starovoitov
7
-18
/
+32
2024-03-09
arm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline
Puranjay Mohan
1
-9
/
+46
2024-03-07
bpf: Fix stackmap overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-3
/
+6
2024-03-07
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-5
/
+9
2024-03-07
bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-5
/
+6
2024-03-07
bpf: Tell bpf programs kernel's PAGE_SIZE
Alexei Starovoitov
1
-1
/
+6
2024-03-07
bpftool: rename is_internal_mmapable_map into is_mmapable_map
Andrii Nakryiko
1
-9
/
+9
2024-03-07
libbpf: Allow specifying 64-bit integers in map BTF.
Alexei Starovoitov
2
-2
/
+43
2024-03-07
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
2
-0
/
+19
2024-03-07
bpf: Recognize '__map' suffix in kfunc arguments
Alexei Starovoitov
1
-0
/
+16
2024-03-07
bpf: Allow kfuncs return 'void *'
Alexei Starovoitov
1
-0
/
+3
2024-03-06
bpf, riscv64/cfi: Support kCFI + BPF on riscv64
Puranjay Mohan
6
-7
/
+90
2024-03-06
selftests/bpf: Test cases for '?' in BTF names
Eduard Zingerman
1
-0
/
+29
2024-03-06
bpf: Allow all printable characters in BTF DATASEC names
Eduard Zingerman
1
-1
/
+15
2024-03-06
selftests/bpf: Test case for SEC("?.struct_ops")
Eduard Zingerman
2
-6
/
+56
2024-03-06
libbpf: Rewrite btf datasec names starting from '?'
Eduard Zingerman
3
-2
/
+41
2024-03-06
libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")
Eduard Zingerman
1
-1
/
+14
2024-03-06
libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type
Eduard Zingerman
1
-29
/
+32
2024-03-06
selftests/bpf: Verify struct_ops autoload/autocreate sync
Eduard Zingerman
4
-4
/
+125
2024-03-06
libbpf: Sync progs autoload with maps autocreate for struct_ops maps
Eduard Zingerman
1
-0
/
+43
2024-03-06
selftests/bpf: Test autocreate behavior for struct_ops maps
Eduard Zingerman
2
-0
/
+118
2024-03-06
selftests/bpf: Bad_struct_ops test
Eduard Zingerman
4
-0
/
+88
2024-03-06
selftests/bpf: Utility functions to capture libbpf log in test_progs
Eduard Zingerman
2
-0
/
+62
2024-03-06
selftests/bpf: Test struct_ops map definition with type suffix
Eduard Zingerman
3
-10
/
+46
2024-03-06
libbpf: Honor autocreate flag for struct_ops maps
Eduard Zingerman
1
-3
/
+15
2024-03-06
libbpf: Tie struct_ops programs to kernel BTF ids, not to local ids
Eduard Zingerman
1
-23
/
+26
2024-03-06
libbpf: Allow version suffixes (___smth) for struct_ops types
Eduard Zingerman
1
-1
/
+5
2024-03-06
selftests/bpf: Test may_goto
Alexei Starovoitov
2
-3
/
+101
2024-03-06
bpf: Add cond_break macro
Alexei Starovoitov
1
-0
/
+12
2024-03-06
bpf: Recognize that two registers are safe when their ranges match
Alexei Starovoitov
1
-21
/
+30
2024-03-06
bpf: Introduce may_goto instruction
Alexei Starovoitov
6
-30
/
+150
2024-03-06
mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().
Alexei Starovoitov
2
-2
/
+62
2024-03-06
mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.
Alexei Starovoitov
1
-0
/
+13
2024-03-04
selftests/bpf: Test struct_ops maps with a large number of struct_ops program.
Kui-Feng Lee
3
-0
/
+176
2024-03-04
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
3
-50
/
+96
2024-03-04
bpf, net: validate struct_ops when updating value.
Kui-Feng Lee
2
-10
/
+7
2024-03-04
selftests/bpf: xdp_hw_metadata reduce sleep interval
Song Yoong Siang
1
-1
/
+1
2024-03-04
selftests/bpf: Extend uprobe/uretprobe triggering benchmarks
Andrii Nakryiko
4
-46
/
+103
2024-03-04
libbpf: Correct debug message in btf__load_vmlinux_btf
Chen Shen
1
-1
/
+1
2024-03-04
bpf, docs: Rename legacy conformance group to packet
Dave Thaler
1
-2
/
+2
2024-03-02
bpf, docs: Use IETF format for field definitions in instruction-set.rst
Dave Thaler
1
-241
/
+290
2024-03-01
inet: use xa_array iterator to implement inet_dump_ifaddr()
Eric Dumazet
1
-58
/
+37
2024-03-01
inet: prepare inet_base_seq() to run without RTNL
Eric Dumazet
2
-3
/
+4
2024-03-01
inet: annotate data-races around ifa->ifa_flags
Eric Dumazet
1
-9
/
+13
2024-03-01
inet: annotate data-races around ifa->ifa_preferred_lft
Eric Dumazet
1
-8
/
+8
2024-03-01
inet: annotate data-races around ifa->ifa_valid_lft
Eric Dumazet
1
-8
/
+8
2024-03-01
inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstamp
Eric Dumazet
1
-10
/
+13
[next]