aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-1/+271
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 4-1/+271
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperGravatar Ingo Molnar 1-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-0/+79
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-53/+72
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+8
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-7/+67
2017-02-13samples/bpf: Reset global variablesGravatar Mickaël Salaün 1-0/+5
2017-02-13samples/bpf: Ignore already processed ELF sectionsGravatar Mickaël Salaün 1-0/+2
2017-02-13samples/bpf: Add missing headerGravatar Mickaël Salaün 1-0/+1
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagGravatar Alexei Starovoitov 4-7/+67
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-0/+2
2017-01-23samples/bpf: add lpm-trie benchmarkGravatar David Herrmann 2-0/+79
2017-01-20bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAMEGravatar Jesper Dangaard Brouer 2-0/+2
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+1
2017-01-11vfio-mdev: remove some dead codeGravatar Dan Carpenter 1-3/+0
2017-01-11vfio-mdev: buffer overflow in ioctl()Gravatar Dan Carpenter 1-2/+5
2017-01-11vfio-mdev: return -EFAULT if copy_to_user() failsGravatar Dan Carpenter 1-3/+12
2017-01-09samples/seccomp: fix 64-bit comparison macrosGravatar Mathias Svensson 1-53/+72
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Gravatar Ingo Molnar 2-2/+1
2017-01-04vfio-mdev: fix some error codes in the sample codeGravatar Dan Carpenter 1-1/+3
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesGravatar Alex Williamson 1-11/+13
2016-12-30vfio-mdev: Make mdev_parent privateGravatar Alex Williamson 1-1/+1
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsGravatar Alex Williamson 1-1/+1
2016-12-30vfio-mdev: Fix mtty sample driver buildingGravatar Alex Williamson 3-14/+10
2016-12-28samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeGravatar Arnaldo Carvalho de Melo 1-1/+0
2016-12-27samples/bpf sock_example: Avoid getting ethhdr from two includesGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 33-334/+216
2016-12-20samples/bpf: Move open_raw_sock to separate headerGravatar Joe Stringer 8-6/+7
2016-12-20samples/bpf: Remove perf_event_open() declarationGravatar Joe Stringer 8-18/+15
2016-12-20samples/bpf: Be consistent with bpf_load_program bpf_insn parameterGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Gravatar Joe Stringer 2-24/+0
2016-12-20samples/bpf: Switch over to libbpfGravatar Joe Stringer 10-168/+52
2016-12-20samples/bpf: Make perf_event_read() staticGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 2-3/+3
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-2/+3
2016-12-15samples/bpf: Make samples more libbpf-centricGravatar Joe Stringer 30-109/+133
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 3-23/+26
2016-12-13Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-0/+1516
2016-12-11make use of make variable CURDIR instead of calling pwdGravatar Uwe Kleine-König 2-3/+3
2016-12-09tracing: Have the reg function allow to failGravatar Steven Rostedt (Red Hat) 2-2/+3
2016-12-08bpf: xdp: Add XDP example for head adjustmentGravatar Martin KaFai Lau 8-93/+630
2016-12-03samples, bpf: Add automated test for cgroup filter attachmentsGravatar Sargun Dhillon 2-0/+134
2016-12-03samples, bpf: Refactor test_current_task_under_cgroup - separate out helpersGravatar Sargun Dhillon 4-85/+218
2016-12-03samples/bpf: silence compiler warningsGravatar Alexei Starovoitov 1-0/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-3/+3
2016-12-02samples/bpf: add userspace example for prohibiting socketsGravatar David Ahern 4-0/+195
2016-12-02samples/bpf: Update bpf loader for cgroup section namesGravatar David Ahern 2-3/+12
2016-12-02samples: bpf: add userspace example for modifying sk_bound_dev_ifGravatar David Ahern 3-0/+132
2016-12-02bpf: Add tests and samples for LWT-BPFGravatar Thomas Graf 7-0/+855