summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_hwlat.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-06selftests/bpf: Add testcase for bpf_task_under_cgroupFeng Zhou3-0/+105
2023-05-06bpf: Add bpf_task_under_cgroup() kfuncFeng Zhou1-0/+17
2023-05-05samples/bpf: Fix buffer overflow in tcp_baserttPengcheng Yang1-1/+1
2023-05-05bpf, docs: Update llvm_relocs.rst with typo fixesWill Hawkins1-8/+10
2023-05-05selftests/bpf: revert iter test subprog precision workaroundAndrii Nakryiko1-15/+11
2023-05-05selftests/bpf: add precision propagation tests in the presence of subprogsAndrii Nakryiko3-0/+542
2023-05-05bpf: support precision propagation in the presence of subprogsAndrii Nakryiko1-20/+143
2023-05-05bpf: fix mark_all_scalars_precise use in mark_chain_precisionAndrii Nakryiko2-7/+18
2023-05-05bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko1-30/+35
2023-05-05bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko2-56/+62
2023-05-05bpf: improve precision backtrack loggingAndrii Nakryiko3-63/+128
2023-05-05bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko2-67/+196
2023-05-05bpf: mark relevant stack slots scratched for register read instructionsAndrii Nakryiko1-0/+3
2023-05-05veristat: add -t flag for adding BPF_F_TEST_STATE_FREQ program flagAndrii Nakryiko1-0/+9
2023-05-05libbpf: Fix comment about arc and riscv arch in bpf_tracing.hKenjiro Nakayama1-1/+2
2023-05-03bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee1-1/+2
2023-05-03bpf: Emit struct bpf_tcp_sock type in vmlinux BTFYonghong Song1-0/+2
2023-05-02selftests/bpf: Test_progs can read test lists from fileStephen Veiss4-10/+132
2023-05-02selftests/bpf: Extract insert_test from parse_test_listStephen Veiss2-65/+108
2023-05-01libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIE...Martin KaFai Lau1-3/+19
2023-04-28selftests/bpf: Add fexit_sleep to DENYLIST.aarch64Martin KaFai Lau1-0/+1
2023-04-27selftests/bpf: Fix selftest test_global_funcs/global_func1 failure with lates...Yonghong Song1-0/+2
2023-04-27bpftool: Dump map id instead of value for map_of_maps typesXueming Feng1-2/+10
2023-04-27xsk: Use pool->dma_pages to check for DMAKal Conley2-4/+5
2023-04-27selftests/bpf: Update the aarch64 tests deny listFlorent Revest1-77/+4
2023-04-27selftests/bpf: xdp_hw_metadata track more timestampsJesper Dangaard Brouer3-6/+46
2023-04-27igc: Add XDP hints kfuncs for RX timestampJesper Dangaard Brouer2-0/+17
2023-04-27igc: Add XDP hints kfuncs for RX hashJesper Dangaard Brouer2-0/+54
2023-04-27igc: Add igc_xdp_buff wrapper for xdp_buff in driverJesper Dangaard Brouer2-7/+14
2023-04-27igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer2-4/+55
2023-04-27bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee1-2/+8
2023-04-27docs/bpf: Add LRU internals description and graphJoe Stringer2-0/+214
2023-04-27docs/bpf: Add table to describe LRU propertiesJoe Stringer1-1/+10
2023-04-27selftests/bpf: Add test case to assert precise scalar path pruningDaniel Borkmann1-0/+36
2023-04-27selftests/bpf: Add tests for dynptr convenience helpersJoanne Koong4-0/+597
2023-04-27bpf: Add bpf_dynptr_cloneJoanne Koong2-20/+97
2023-04-27bpf: Add bpf_dynptr_sizeJoanne Koong3-6/+15
2023-04-27bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonlyJoanne Koong1-4/+19
2023-04-27bpf: Add bpf_dynptr_adjustJoanne Koong1-0/+26
2023-04-26net: phy: hide the PHYLIB_LEDS knobPaolo Abeni1-3/+1
2023-04-25gfs2: gfs2_ail_empty_gl no log flush on errorBob Peterson1-2/+3
2023-04-25gfs2: Issue message when revokes cannot be writtenBob Peterson1-1/+3
2023-04-25gfs2: Perform second log flush in gfs2_make_fs_roBob Peterson1-0/+9
2023-04-25gfs2: return errors from gfs2_ail_empty_glBob Peterson1-3/+5
2023-04-25net: phy: marvell-88x2222: remove unnecessary (void*) conversionswuych1-2/+2
2023-04-25tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima1-0/+3
2023-04-25net: amd: Fix link leak when verifying config failedGencen Gan1-1/+1
2023-04-25media: ov5670: Fix probe on ACPISakari Ailus1-1/+1
2023-04-25net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi1-4/+4
2023-04-25lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur3-23/+28