summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-031-4/+8
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-034-1/+271
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-024-1/+271
* | sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-0/+79
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-164-7/+67
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-0/+2
| |\ \
| * | | samples/bpf: add lpm-trie benchmarkDavid Herrmann2017-01-232-0/+79
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-211-53/+72
|\ \ \ \
| * | | | samples/seccomp: fix 64-bit comparison macrosMathias Svensson2017-01-091-53/+72
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-202-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | samples/bpf: Reset global variablesMickaël Salaün2017-02-131-0/+5
| * | | | samples/bpf: Ignore already processed ELF sectionsMickaël Salaün2017-02-131-0/+2
| * | | | samples/bpf: Add missing headerMickaël Salaün2017-02-131-0/+1
| | |_|/ | |/| |
* / | | bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-124-7/+67
|/ / /
* | / bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAMEJesper Dangaard Brouer2017-01-202-0/+2
| |/ |/|
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-152-2/+1
|\ \
| * \ Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-052-2/+1
| |\ \
| | * | samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeArnaldo Carvalho de Melo2016-12-281-1/+0
| | * | samples/bpf sock_example: Avoid getting ethhdr from two includesArnaldo Carvalho de Melo2016-12-271-1/+1
* | | | vfio-mdev: remove some dead codeDan Carpenter2017-01-111-3/+0
* | | | vfio-mdev: buffer overflow in ioctl()Dan Carpenter2017-01-111-2/+5
* | | | vfio-mdev: return -EFAULT if copy_to_user() failsDan Carpenter2017-01-111-3/+12
| |_|/ |/| |
* | | vfio-mdev: fix some error codes in the sample codeDan Carpenter2017-01-041-1/+3
* | | vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-301-11/+13
* | | vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-301-1/+1
* | | vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-1/+1
* | | vfio-mdev: Fix mtty sample driver buildingAlex Williamson2016-12-303-14/+10
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2333-334/+216
|\|
| * samples/bpf: Move open_raw_sock to separate headerJoe Stringer2016-12-208-6/+7
| * samples/bpf: Remove perf_event_open() declarationJoe Stringer2016-12-208-18/+15
| * samples/bpf: Be consistent with bpf_load_program bpf_insn parameterArnaldo Carvalho de Melo2016-12-201-1/+1
| * tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2016-12-202-24/+0
| * samples/bpf: Switch over to libbpfJoe Stringer2016-12-2010-168/+52
| * samples/bpf: Make perf_event_read() staticArnaldo Carvalho de Melo2016-12-201-1/+1
| * samples/bpf: Make samples more libbpf-centricJoe Stringer2016-12-1530-109/+133
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-172-3/+3
|\ \
| * | make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-112-3/+3
* | | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-152-2/+3
|\ \ \
| * | | tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-092-2/+3
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-143-23/+26
|\ \ \ \
| * | | | Merge commit 'v4.9-rc5' into nextJames Morris2016-11-146-0/+6
| |\| | |
| * | | | samples/seccomp: Support programs with >256 instructionsRicky Zhou2016-11-011-19/+19
| * | | | samples/seccomp: Enable PR_SET_NO_NEW_PRIVS in dropperRicky Zhou2016-11-011-2/+5
| * | | | samples/seccomp: Fix hostprogs variableRicky Zhou2016-11-011-2/+2
| | |/ / | |/| |
* | | | Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-12-132-0/+1516
|\ \ \ \ | |_|_|/ |/| | |
| * | | docs: Sample driver to demonstrate how to use Mediated device framework.Kirti Wankhede2016-11-172-0/+1516
| | |/ | |/|
* | | bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau2016-12-088-93/+630
* | | samples, bpf: Add automated test for cgroup filter attachmentsSargun Dhillon2016-12-032-0/+134
* | | samples, bpf: Refactor test_current_task_under_cgroup - separate out helpersSargun Dhillon2016-12-034-85/+218