summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2022-07-25x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra3-4/+4
2022-04-08samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund1-2/+3
2022-01-11ftrace/samples: Add missing prototypes direct functionsJiri Olsa3-0/+8
2021-11-18samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang1-1/+1
2021-09-18samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang2-0/+6
2021-09-15samples: pktgen: add missing IPv6 option to pktgen scriptsJuhee Kang2-10/+14
2021-09-15bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstringMatthew Cover1-1/+1
2021-07-14samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai1-1/+1
2021-07-14samples/bpf: Fix Segmentation fault for xdp_redirect commandWang Hai1-1/+1
2021-06-10samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun1-4/+9
2021-06-03samples/bpf: Consider frame size in tx_only of xdpsock sampleMagnus Karlsson1-1/+1
2021-05-19samples/bpf: Fix broken tracex1 due to kprobe argument changeYaqi Chen1-2/+2
2021-05-14kfifo: fix ternary sign extension bugsDan Carpenter3-6/+18
2021-03-17samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski1-0/+2
2021-03-04watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi2-2/+2
2020-12-30samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson1-0/+2
2020-12-30samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2-0/+2
2020-12-02Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+4
2020-12-01samples/ftrace: Mark my_tramp[12]? globalSami Tolvanen3-0/+4
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-5/+5
2020-10-28misc: mic: remove the MIC driversSudeep Dutt7-2376/+0
2020-10-28samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen5-5/+5
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann1-4/+4
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds33-476/+2148
2020-10-16Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-40/+19
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+2
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-12/+913
2020-10-15Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+5
2020-10-14mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su3-0/+103
2020-10-13Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2020-10-11samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee3-39/+36
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee2-82/+73
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee2-40/+121
2020-10-07samples: configfs: prefer pr_err() over bare printk(KERN_ERRBartosz Golaszewski1-3/+2
2020-10-07samples: configfs: don't use spaces before tabsBartosz Golaszewski1-1/+1
2020-10-07samples: configfs: consolidate local variables of the same typeBartosz Golaszewski1-2/+1
2020-10-07samples: configfs: don't reinitialize variables which are already zeroedBartosz Golaszewski1-2/+0
2020-10-07samples: configfs: replace simple_strtoul() with kstrtoint()Bartosz Golaszewski1-20/+9
2020-10-07samples: configfs: fix alignment in item structBartosz Golaszewski1-1/+1
2020-10-07samples: configfs: drop unnecessary ternary operatorsBartosz Golaszewski1-5/+5
2020-10-07samples: configfs: remove redundant newlinesBartosz Golaszewski1-6/+0
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus1-1/+119
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus1-10/+103
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus1-54/+69
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song1-1/+2
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song1-1/+10
2020-10-02misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun1-2/+2
2020-10-02samples: mpssd: fix the build errors when enable DEBUG in mpssd.cSherry Sun1-10/+10
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann1-9/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-19/+37