summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0326-222/+479
|\
| * samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee2020-05-198-91/+93
| * samples, bpf: Add tracex7 test file to .gitignoreDaniel T. Lee2020-05-191-0/+1
| * samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee2020-05-193-31/+103
| * samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee2020-05-199-64/+252
| * samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee2020-05-193-15/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-3/+1
| |\
| * | samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSLorenzo Bianconi2020-05-142-14/+17
| * | samples/bpf: Remove compiler warningsYonghong Song2020-05-133-6/+6
| * | docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* | | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-1/+1
|\ \ \
| * | | uapi: deprecate STATX_ALLMiklos Szeredi2020-05-141-1/+1
| |/ /
* | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-012-2/+6
|\ \ \
| * | | samples: fix binderfs sampleArnd Bergmann2020-05-052-2/+6
* | | | Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-013-0/+8
|\ \ \ \
| * | | | samples/ftrace: Fix asm function ELF annotationsJosh Poimboeuf2020-05-203-0/+8
| | |_|/ | |/| |
* | | | Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-012-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.Masami Hiramatsu2020-05-122-2/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-151-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | samples: bpf: Fix build errorMatteo Croce2020-05-141-2/+0
| | |/ | |/|
* / | tracing: Fix doc mistakes in trace sampleWei Yang2020-05-071-1/+1
|/ /
* / vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-211-1/+1
|/
* samples/hw_breakpoint: drop use of kallsyms_lookup_name()Will Deacon2020-04-071-2/+7
* samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writesWill Deacon2020-04-071-1/+1
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-0311-0/+11
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-2511-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-317-105/+163
|\ \
| * | samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee2020-03-233-82/+159
| * | samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee2020-03-235-23/+4
| |/
* / media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
|/
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-098-80/+73
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-048-80/+73
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-081-2/+2
|\ \
| * | samples: bpf: Allow for -ENETDOWN in xdpsockMaciej Fijalkowski2020-02-051-1/+2
| * | samples: bpf: Drop doubled variable declaration in xdpsockMaciej Fijalkowski2020-02-051-1/+0
* | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-18/+15
| |/ |/|
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-302-17/+1
|\ \
| * \ Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-204-6/+21
| |\ \
| * \ \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-172-17/+1
| |\ \ \
| | * | | samples: vfio-mdev: constify fb opsJani Nikula2019-12-101-1/+1
| | * | | sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map supportDaniel Vetter2019-11-251-16/+0
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-291-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | objtool: Skip samples subdirectoryJosh Poimboeuf2020-01-221-0/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2883-175/+620
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-2383-119/+116
| |\ \ \ \
| | * | | | samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-2083-113/+112
| | * | | | samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen2020-01-201-1/+1
| | * | | | devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer2020-01-161-5/+3
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-2712-56/+504
| |\ \ \ \