summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2023-02-16Merge tag 'v5.10.165' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2023-01-14samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Shang XiaoJing
2022-09-07Merge tag 'v5.10.140' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-07-25x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra
2022-06-04Merge tag 'v5.10.115' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-04-08samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund
2022-02-15Merge tag 'v5.10.100' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-01-11ftrace/samples: Add missing prototypes direct functionsJiri Olsa
2021-12-17Merge tag 'v5.10.80' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Vignesh Raghavendra
2021-11-18samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang
2021-09-30Merge tag 'v5.10.65' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Vignesh Raghavendra
2021-09-18samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang
2021-09-15samples: pktgen: add missing IPv6 option to pktgen scriptsJuhee Kang
2021-09-15bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstringMatthew Cover
2021-08-26Merge tag 'v5.10.59' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Vignesh Raghavendra
2021-07-14samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai
2021-07-14samples/bpf: Fix Segmentation fault for xdp_redirect commandWang Hai
2021-06-10samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun
2021-06-09Merge tag 'v5.10.41' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Minas Hambardzumyan
2021-06-03samples/bpf: Consider frame size in tx_only of xdpsock sampleMagnus Karlsson
2021-05-19samples/bpf: Fix broken tracex1 due to kprobe argument changeYaqi Chen
2021-05-14kfifo: fix ternary sign extension bugsDan Carpenter
2021-04-28Merge tag 'v5.10.30' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Aparna Balasubramanian
2021-03-17samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski
2021-03-12Merge branch 'rpmsg-ti-linux-5.10.y' of git://git.ti.com/rpmsg/rpmsg into rpm...Suman Anna
2021-03-08TEMP: samples/rpmsg: add compatible to support PDK IPC firmware imagesSuman Anna
2021-03-04watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi
2020-12-30samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson
2020-12-30samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-30samples/ftrace: Mark my_tramp[12]? globalSami Tolvanen
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-10-28misc: mic: remove the MIC driversSudeep Dutt
2020-10-27samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-13mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds
2020-10-11samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee
2020-10-07samples: configfs: prefer pr_err() over bare printk(KERN_ERRBartosz Golaszewski
2020-10-07samples: configfs: don't use spaces before tabsBartosz Golaszewski
2020-10-07samples: configfs: consolidate local variables of the same typeBartosz Golaszewski
2020-10-07samples: configfs: don't reinitialize variables which are already zeroedBartosz Golaszewski
2020-10-07samples: configfs: replace simple_strtoul() with kstrtoint()Bartosz Golaszewski