summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2025-06-04samples/bpf: Fix compilation failure for samples/bpf on LoongArch FedoraHaoran Jiang
2025-05-22tracing: samples: Initialize trace_array_printk() with the correct functionSteven Rostedt
2025-05-02tracing: Verify event formats that have "%*p.."Steven Rostedt
2025-05-02tracing: Add __print_dynamic_array() helperSteven Rostedt
2025-05-02tracing: Add __string_len() exampleSteven Rostedt (Google)
2025-05-02tracing: Fix cpumask() example typoSteven Rostedt (Google)
2025-05-02tracing: Add __cpumask to denote a trace event field that is a cpumask_tSteven Rostedt (Google)
2025-02-21samples/landlock: Fix possible NULL dereference in parse_path()Zichen Xie
2024-12-14samples/bpf: Fix a resource leakZhu Jun
2024-12-14bpf: Fix the xdp_adjust_tail sample prog issueYuan Chen
2024-11-22samples: pktgen: correct dev to DEVWei Fang
2024-08-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2023-10-25fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2023-09-23samples/hw_breakpoint: fix building without module unloadingArnd Bergmann
2023-09-23samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000'Rong Tao
2023-09-13samples/bpf: fix broken map lookup probeDaniel T. Lee
2023-09-13samples/bpf: fix bio latency check with tracepointDaniel T. Lee
2023-07-23samples: ftrace: Save required argument registers in sample trampolinesFlorent Revest
2023-07-19samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60Jesper Dangaard Brouer
2023-07-19samples/bpf: Fix buffer overflow in tcp_baserttPengcheng Yang
2023-05-24samples/bpf: Fix fout leak in hbm's run_bpf_progHao Zeng
2023-02-01ftrace: Export ftrace_free_filter() to modulesMark Rutland
2022-12-31samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Shang XiaoJing
2022-12-31samples/bpf: Fix MAC address swapping in xdp2_kernGerhard Engleder
2022-12-31samples/bpf: Fix map iteration in xdp1_userGerhard Engleder
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-04Merge tag 'landlock-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig
2022-09-30samples/bpf: Fix typo in xdp_router_ipv4 sampleDeming Wang
2022-09-29samples/landlock: Print hints about ABI versionsMickaël Salaün
2022-09-29tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave
2022-09-28samples: add first Rust examplesMiguel Ojeda
2022-09-21vfio/mbochs: Use the new device life cycle helpersYi Liu
2022-09-21vfio/mtty: Use the new device life cycle helpersYi Liu
2022-09-21vfio/mdpy: Use the new device life cycle helpersYi Liu
2022-09-20samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov
2022-08-29soc: qcom: qmi: use const for struct qmi_elem_infoJeff Johnson
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds