summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin2017-11-053-197/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0455-0/+55
| |\ \ \
| * | | | samples/pktgen: remove remaining old pktgen sample scriptsJesper Dangaard Brouer2017-11-023-192/+0
| * | | | samples/pktgen: update sample03, no need for clones when burstingJesper Dangaard Brouer2017-11-021-1/+1
| * | | | samples/pktgen: add script pktgen_sample06_numa_awared_queue_irq_affinity.shRobert Hoo2017-11-021-0/+97
| * | | | samples/pktgen: Add some helper functionsRobert Hoo2017-11-021-0/+43
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+1
| |\ \ \ \
| * | | | | samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirect_mapTushar Dave2017-10-291-0/+7
| * | | | | samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1Tushar Dave2017-10-291-0/+8
| * | | | | bpf: add a test case to test single tp multiple bpf attachmentYonghong Song2017-10-251-13/+53
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-4/+12
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | bpf: create samples/bpf/tcp_bpf.readmeLawrence Brakmo2017-10-221-0/+26
| * | | | | bpf: sample BPF_SOCKET_OPS_BASE_RTT programLawrence Brakmo2017-10-222-0/+79
| * | | | | samples/bpf: add cpumap sample program xdp_redirect_cpuJesper Dangaard Brouer2017-10-183-0/+1310
| * | | | | bpf: Add -target to clang switch while cross compiling.Abhijit Ayarekar2017-10-161-2/+3
| * | | | | bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-072-5/+18
| * | | | | bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-072-1/+38
| * | | | | samples/bpf: xdp_monitor increase memory rlimitJesper Dangaard Brouer2017-10-061-2/+9
| * | | | | samples/bpf: xdp_monitor also record xdp_exception tracepointJesper Dangaard Brouer2017-10-062-25/+121
| * | | | | samples/bpf: xdp_monitor first 8 bytes are not accessible by bpfJesper Dangaard Brouer2017-10-061-13/+9
| * | | | | samples/bpf: use bpf_prog_query() interfaceAlexei Starovoitov2017-10-041-0/+36
| * | | | | samples/bpf: add multi-prog cgroup test caseAlexei Starovoitov2017-10-042-7/+185
| * | | | | samples/bpf: fix warnings in xdp_monitor_userStephen Hemminger2017-10-011-2/+2
| * | | | | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-292-0/+3
| * | | | | samples/bpf: Add documentation on cross compilationJoel Fernandes2017-09-211-0/+10
| * | | | | samples/bpf: Fix pt_regs issues when cross-compilingJoel Fernandes2017-09-211-1/+1
| * | | | | samples/bpf: Enable cross compiler supportJoel Fernandes2017-09-211-0/+5
| * | | | | samples/bpf: Use getppid instead of getpgrp for array map stressJoel Fernandes2017-09-212-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-158-3/+932
|\ \ \ \ \
| * | | | | livepatch: add (un)patch callbacksJoe Lawrence2017-10-194-0/+362
| * | | | | livepatch: introduce shadow variable APIJoe Lawrence2017-09-145-3/+570
* | | | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-5/+5
|\ \ \ \ \ \
| * | | | | | tracing: Fix doc mistakes in trace sampleJeremy Linton2017-10-121-5/+5
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-11-141-1/+1
|\ \ \ \ \ \
| * | | | | | vfio-mdev/samples: make mdev_fops const and staticBhumika Goyal2017-10-021-1/+1
| |/ / / / /
* | | | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-4/+4
|\ \ \ \ \ \
| * | | | | | configfs: make config_item_type constBhumika Goyal2017-10-191-4/+4
| |/ / / / /
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-132-68/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-0759-1/+59
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-271-1/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | kprobes: Remove the jprobes sample codeMasami Hiramatsu2017-10-202-68/+1
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-3/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0759-1/+59
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | locking/atomics, samples/mic/mpssd/mpssd.c: Convert ACCESS_ONCE() to READ_ONC...Mark Rutland2017-10-251-3/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-131-0/+8
|\ \ \ \ \ \ \
| * | | | | | | samples/kprobes: Add s390 case in kprobe example moduleJohannes Thumshirn2017-09-281-0/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds2017-11-131-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | samples: Convert timers to use timer_setup()Kees Cook2017-10-191-3/+3
| |/ / / / /
* | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0258-0/+58
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0258-0/+58
| | |/ / / | |/| | |
OpenPOWER on IntegriCloud