Age | Commit message (Expand) | Author | Files | Lines |
2023-05-11 | tracing/user_events: Ensure write index cannot be negative | Beau Belgrave | 1 | -0/+5 |
2023-05-11 | Revert "objtool: Support addition to set CFA base" | Josh Poimboeuf | 1 | -11/+0 |
2023-05-11 | selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_samp... | Kajol Jain | 1 | -2/+2 |
2023-05-11 | net/sched: sch_fq: fix integer overflow of "credit" | Davide Caratti | 1 | -0/+22 |
2023-05-11 | selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach | Song Liu | 1 | -0/+1 |
2023-05-11 | selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap | Song Liu | 4 | -16/+24 |
2023-05-11 | bpftool: Fix bug for long instructions in program CFG dumps | Quentin Monnet | 1 | -0/+7 |
2023-05-11 | selftests/bpf: Wait for receive in cg_storage_multi test | YiFei Zhu | 1 | -2/+6 |
2023-05-11 | selftests: xsk: Deflakify STATS_RX_DROPPED test | Kal Conley | 1 | -2/+8 |
2023-05-11 | selftests: xsk: Disable IPv6 on VETH1 | Kal Conley | 1 | -0/+1 |
2023-05-11 | selftests: xsk: Use correct UMEM size in testapp_invalid_desc | Kal Conley | 2 | -5/+5 |
2023-05-11 | bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation | Daniel Borkmann | 1 | -2/+2 |
2023-05-11 | libbpf: Fix ld_imm64 copy logic for ksym in light skeleton. | Alexei Starovoitov | 1 | -4/+6 |
2023-05-11 | selftests/bpf: Fix a fd leak in an error path in network_helpers.c | Martin KaFai Lau | 1 | -1/+1 |
2023-05-11 | tools: bpftool: Remove invalid \' json escape | Luis Gerhorst | 1 | -3/+0 |
2023-05-11 | tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007 | Terry Bowman | 1 | -2/+2 |
2023-05-11 | selftests/resctrl: Check for return value after write_schemata() | Ilpo Järvinen | 1 | -1/+6 |
2023-05-11 | selftests/resctrl: Allow ->setup() to return errors | Ilpo Järvinen | 7 | -6/+12 |
2023-05-11 | selftests/resctrl: Move ->setup() call outside of test specific branches | Ilpo Järvinen | 1 | -13/+6 |
2023-05-11 | selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem | Ilpo Järvinen | 1 | -0/+2 |
2023-05-11 | selftests mount: Fix mount_setattr_test builds failed | Anh Tuan Phan | 1 | -0/+1 |
2023-04-26 | tools/mm/page_owner_sort.c: fix TGID output when cull=tg is used | Steve Chou | 1 | -1/+1 |
2023-04-26 | selftests: sigaltstack: fix -Wuninitialized | Nick Desaulniers | 2 | -6/+24 |
2023-04-20 | maple_tree: fix write memory barrier of nodes once dead for RCU mode | Liam R. Howlett | 1 | -0/+16 |
2023-04-20 | x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments" | Sean Christopherson | 2 | -3/+3 |
2023-04-20 | KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments | Sean Christopherson | 2 | -3/+5 |
2023-04-20 | KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h | Sean Christopherson | 2 | -18/+17 |
2023-04-20 | x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h | Sean Christopherson | 1 | -3/+3 |
2023-04-20 | selftests/bpf: Fix progs/find_vma_fail1.c build error. | Alexei Starovoitov | 1 | -0/+1 |
2023-04-20 | libbpf: Fix single-line struct definition output in btf_dump | Andrii Nakryiko | 1 | -2/+5 |
2023-04-20 | selftests: openvswitch: adjust datapath NL message declaration | Aaron Conole | 1 | -1/+1 |
2023-04-13 | bpftool: Print newline before '}' for struct with padding only fields | Eduard Zingerman | 1 | -1/+5 |
2023-04-13 | maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk() | Liam R. Howlett | 1 | -9/+9 |
2023-04-06 | libbpf: Fix btf_dump's packed struct determination | Andrii Nakryiko | 2 | -27/+25 |
2023-04-06 | selftests/bpf: Add few corner cases to test padding handling of btf_dump | Andrii Nakryiko | 2 | -1/+164 |
2023-04-06 | libbpf: Fix BTF-to-C converter's padding logic | Andrii Nakryiko | 3 | -65/+164 |
2023-04-06 | selftests/bpf: Test btf dump for struct with padding only fields | Eduard Zingerman | 1 | -0/+9 |
2023-04-06 | tools/power turbostat: fix decoding of HWP_STATUS | Antti Laakso | 1 | -1/+1 |
2023-04-06 | tools/power turbostat: Fix /dev/cpu_dma_latency warnings | Prarit Bhargava | 2 | -1/+3 |
2023-04-06 | ACPI: tools: pfrut: Check if the input of level and type is in the right nume... | Chen Yu | 1 | -3/+15 |
2023-03-30 | selftests/x86/amx: Add a ptrace test | Chang S. Bae | 1 | -3/+105 |
2023-03-30 | act_mirred: use the backlog for nested calls to mirred ingress | Davide Caratti | 1 | -1/+48 |
2023-03-30 | selftests/bpf: check that modifier resolves after pointer | Lorenz Bauer | 1 | -0/+28 |
2023-03-30 | bootconfig: Fix testcase to increase max node | Masami Hiramatsu (Google) | 1 | -4/+8 |
2023-03-22 | selftests: net: devlink_port_split.py: skip test if no suitable device available | Po-Hsu Lin | 1 | -5/+31 |
2023-03-22 | selftests: fix LLVM build for i386 and x86_64 | Guillaume Tucker | 1 | -0/+2 |
2023-03-17 | Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES" | Martin KaFai Lau | 1 | -4/+3 |
2023-03-17 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin | 1 | -3/+4 |
2023-03-17 | perf stat: Fix counting when initial delay configured | Changbin Du | 4 | -16/+18 |
2023-03-17 | selftests: nft_nat: ensuring the listening side is up before starting the client | Hangbin Liu | 1 | -0/+2 |