summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)Author
2020-06-04vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-05-15samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen
2020-05-04samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer
2020-05-04samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen
2020-04-12samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer
2020-03-20samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee
2020-03-20samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee
2020-03-20samples/trace_printk: Wait for IRQ work to finishSven Schnelle
2020-03-20samples/seccomp: Zero out members based on seccomp_notif_sizesSargun Dhillon
2020-02-24samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee
2020-01-19samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel
2019-06-24samples: make pidfd-metadata fail gracefully on older kernelsDmitry V. Levin
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 465Thomas Gleixner
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-06-05samples: fix pidfd-metadata compilationGuenter Roeck
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-21samples, bpf: suppress compiler warningMatteo Croce
2019-05-21samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-18samples: guard sub-directories with CONFIG optionsMasahiro Yamada
2019-05-14Add gitignore file for samples/vfs/ generated filesLinus Torvalds
2019-05-10samples: add .gitignore for pidfd-metadataChristian Brauner
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-07samples: show race-free pidfd metadata accessChristian Brauner
2019-05-03samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become yMasahiro Yamada
2019-05-03samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool optionMasahiro Yamada
2019-05-03kbuild: move samples/ to KBUILD_VMLINUX_OBJSMasahiro Yamada
2019-04-25samples: bpf: add hbm sample to .gitignoreDaniel T. Lee
2019-04-25samples/kobject: Replace foo_ktype's default_attrs field with groupsKimberly Brown
2019-04-05samples/bpf: fix build with new clangAlexei Starovoitov
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee
2019-03-27BPF: Add sample code for new ib_umad tracepointIra Weiny
2019-03-21samples: bpf: add xdp_sample_pkts to .gitignoreDaniel T. Lee