linux-block.git
2024-03-11 Alexei Starovoitovselftests/bpf: Add bpf_arena_htab test.
2024-03-11 Alexei Starovoitovselftests/bpf: Add bpf_arena_list test.
2024-03-11 Alexei Starovoitovselftests/bpf: Add unit tests for bpf_arena_alloc/free_...
2024-03-11 Alexei Starovoitovbpf: Add helper macro bpf_addr_space_cast()
2024-03-11 Andrii Nakryikolibbpf: Recognize __arena global variables.
2024-03-11 Alexei Starovoitovbpftool: Recognize arena map type
2024-03-11 Alexei Starovoitovlibbpf: Add support for bpf_arena.
2024-03-11 Alexei Starovoitovlibbpf: Add __arg_arena to bpf_helpers.h
2024-03-11 Alexei Starovoitovbpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
2024-03-11 Alexei Starovoitovbpf: Recognize addr_space_cast instruction in the verifier.
2024-03-11 Alexei Starovoitovbpf: Add x86-64 JIT support for bpf_addr_space_cast...
2024-03-11 Alexei Starovoitovbpf: Add x86-64 JIT support for PROBE_MEM32 pseudo...
2024-03-11 Alexei Starovoitovbpf: Disasm support for addr_space_cast instruction.
2024-03-11 Alexei Starovoitovbpf: Introduce bpf_arena.
2024-03-11 Andrii Nakryikoselftests/bpf: Add fexit and kretprobe triggering bench...
2024-03-11 Alexei Starovoitovmm: Introduce vmap_page_range() to map pages in PCI...
2024-03-09 Puranjay Mohanarm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline
2024-03-08 Alexei StarovoitovMerge branch 'fix-hash-bucket-overflow-checks-for-32...
2024-03-08 Toke Høiland... bpf: Fix stackmap overflow check on 32-bit arches
2024-03-08 Toke Høiland... bpf: Fix hashtab overflow check on 32-bit arches
2024-03-08 Toke Høiland... bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
2024-03-07 Martin KaFai LauMerge branch 'bpf: arena prerequisites'
2024-03-07 Alexei Starovoitovbpf: Tell bpf programs kernel's PAGE_SIZE
2024-03-07 Andrii Nakryikobpftool: rename is_internal_mmapable_map into is_mmapab...
2024-03-07 Alexei Starovoitovlibbpf: Allow specifying 64-bit integers in map BTF.
2024-03-07 Alexei Starovoitovbpf: Plumb get_unmapped_area() callback into bpf_map_ops
2024-03-07 Alexei Starovoitovbpf: Recognize '__map' suffix in kfunc arguments
2024-03-07 Alexei Starovoitovbpf: Allow kfuncs return 'void *'
2024-03-06 Puranjay Mohanbpf, riscv64/cfi: Support kCFI + BPF on riscv64
2024-03-06 Andrii NakryikoMerge branch 'libbpf-type-suffixes-and-autocreate-flag...
2024-03-06 Eduard Zingermanselftests/bpf: Test cases for '?' in BTF names
2024-03-06 Eduard Zingermanbpf: Allow all printable characters in BTF DATASEC...
2024-03-06 Eduard Zingermanselftests/bpf: Test case for SEC("?.struct_ops")
2024-03-06 Eduard Zingermanlibbpf: Rewrite btf datasec names starting from '?'
2024-03-06 Eduard Zingermanlibbpf: Struct_ops in SEC("?.struct_ops") / SEC("?...
2024-03-06 Eduard Zingermanlibbpf: Replace elf_state->st_ops_* fields with SEC_ST_...
2024-03-06 Eduard Zingermanselftests/bpf: Verify struct_ops autoload/autocreate...
2024-03-06 Eduard Zingermanlibbpf: Sync progs autoload with maps autocreate for...
2024-03-06 Eduard Zingermanselftests/bpf: Test autocreate behavior for struct_ops...
2024-03-06 Eduard Zingermanselftests/bpf: Bad_struct_ops test
2024-03-06 Eduard Zingermanselftests/bpf: Utility functions to capture libbpf...
2024-03-06 Eduard Zingermanselftests/bpf: Test struct_ops map definition with...
2024-03-06 Eduard Zingermanlibbpf: Honor autocreate flag for struct_ops maps
2024-03-06 Eduard Zingermanlibbpf: Tie struct_ops programs to kernel BTF ids,...
2024-03-06 Eduard Zingermanlibbpf: Allow version suffixes (___smth) for struct_ops...
2024-03-06 Andrii NakryikoMerge branch 'bpf-introduce-may_goto-and-cond_break'
2024-03-06 Alexei Starovoitovselftests/bpf: Test may_goto
2024-03-06 Alexei Starovoitovbpf: Add cond_break macro
2024-03-06 Alexei Starovoitovbpf: Recognize that two registers are safe when their...
2024-03-06 Andrii NakryikoMerge branch 'mm-enforce-ioremap-address-space-and...
2024-03-06 Alexei Starovoitovbpf: Introduce may_goto instruction
2024-03-06 Alexei Starovoitovmm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().
2024-03-06 Alexei Starovoitovmm: Enforce VM_IOREMAP flag and range in ioremap_page_r...
2024-03-04 Martin KaFai LauMerge branch 'Allow struct_ops maps with a large number...
2024-03-04 Kui-Feng Leeselftests/bpf: Test struct_ops maps with a large number...
2024-03-04 Kui-Feng Leebpf: struct_ops supports more than one page for trampol...
2024-03-04 Kui-Feng Leebpf, net: validate struct_ops when updating value.
2024-03-04 Song Yoong... selftests/bpf: xdp_hw_metadata reduce sleep interval
2024-03-04 Andrii Nakryikoselftests/bpf: Extend uprobe/uretprobe triggering bench...
2024-03-04 Chen Shenlibbpf: Correct debug message in btf__load_vmlinux_btf
2024-03-04 Dave Thalerbpf, docs: Rename legacy conformance group to packet
2024-03-03 Dave Thalerbpf, docs: Use IETF format for field definitions in...
2024-03-03 Jakub KicinskiMerge tag 'for-netdev' of https://git./linux/kernel...
2024-03-01 David S. MillerMerge branch 'inet_dump_ifaddr-no-rtnl'
2024-03-01 Eric Dumazetinet: use xa_array iterator to implement inet_dump_ifaddr()
2024-03-01 Eric Dumazetinet: prepare inet_base_seq() to run without RTNL
2024-03-01 Eric Dumazetinet: annotate data-races around ifa->ifa_flags
2024-03-01 Eric Dumazetinet: annotate data-races around ifa->ifa_preferred_lft
2024-03-01 Eric Dumazetinet: annotate data-races around ifa->ifa_valid_lft
2024-03-01 Eric Dumazetinet: annotate data-races around ifa->ifa_tstamp and...
2024-03-01 David S. MillerMerge branch 'netdevsim-link'
2024-03-01 David Weinetdevsim: fix rtnetlink.sh selftest
2024-03-01 David Weinetdevsim: add selftest for forwarding skb between...
2024-03-01 David Weinetdevsim: add ndo_get_iflink() implementation
2024-03-01 David Weinetdevsim: forward skbs from one connected port to...
2024-03-01 David Weinetdevsim: allow two netdevsim ports to be connected
2024-03-01 David S. MillerMerge branch 'selftests-xfail'
2024-03-01 Jakub Kicinskiselftests: ip_local_port_range: use XFAIL instead of...
2024-03-01 Jakub Kicinskiselftests: kselftest_harness: support using xfail
2024-03-01 Jakub Kicinskiselftests: kselftest_harness: let PASS / FAIL provide...
2024-03-01 Jakub Kicinskiselftests: kselftest_harness: separate diagnostic messa...
2024-03-01 Jakub Kicinskiselftests: kselftest_harness: print test name for SKIP
2024-03-01 Jakub Kicinskiselftests: kselftest: add ksft_test_result_code(),...
2024-03-01 Jakub Kicinskiselftests: kselftest_harness: use exit code to store...
2024-03-01 Jakub Kicinskiselftests: kselftest_harness: save full exit code in...
2024-03-01 Jakub Kicinskiselftests: kselftest_harness: generate test name once
2024-03-01 Jakub Kicinskiselftests: kselftest_harness: use KSFT_* exit codes
2024-03-01 Mickaël Salaünselftests/harness: Merge TEST_F_FORK() into TEST_F()
2024-03-01 Mickaël Salaünselftests/landlock: Redefine TEST_F() as TEST_F_FORK()
2024-03-01 David S. MillerMerge branch 'net-asp22-optimizations'
2024-03-01 Justin Chennet: bcmasp: Add support for PHY interrupts
2024-03-01 Justin Chennet: bcmasp: Keep buffers through power management
2024-03-01 Justin Chennet: phy: mdio-bcm-unimac: Add asp v2.2 support
2024-03-01 Justin Chennet: bcmasp: Add support for ASP 2.2
2024-03-01 Justin Chendt-bindings: net: brcm,asp-v2.0: Add asp-v2.2
2024-03-01 Justin Chendt-bindings: net: brcm,unimac-mdio: Add asp-v2.2
2024-03-01 David S. MillerMerge branch 'qcom-phy-possible'
2024-03-01 Robert Markonet: phy: qcom: qca808x: fill in possible_interfaces
2024-03-01 Robert Markonet: phy: qcom: qca808x: add helper for checking for...
2024-03-01 Geert UytterhoevenSimplify net_dbg_ratelimited() dummy
next