aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 14-116/+59
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 26-222/+479
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+6
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-0/+8
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+6
2020-05-20samples/ftrace: Fix asm function ELF annotationsGravatar Josh Poimboeuf 3-0/+8
2020-05-19samples, bpf: Refactor kprobe, tail call kern progs map definitionGravatar Daniel T. Lee 8-91/+93
2020-05-19samples, bpf: Add tracex7 test file to .gitignoreGravatar Daniel T. Lee 1-0/+1
2020-05-19samples, bpf: Refactor tail call user progs with libbpfGravatar Daniel T. Lee 3-31/+103
2020-05-19samples, bpf: Refactor kprobe tracing user progs with libbpfGravatar Daniel T. Lee 9-64/+252
2020-05-19samples, bpf: Refactor pointer error check with libbpfGravatar Daniel T. Lee 3-15/+6
2020-05-17samples: watchdog: use 'userprogs' syntaxGravatar Masahiro Yamada 3-8/+6
2020-05-17samples: timers: use 'userprogs' syntaxGravatar Masahiro Yamada 3-14/+8
2020-05-17samples: auxdisplay: use 'userprogs' syntaxGravatar Masahiro Yamada 3-9/+7
2020-05-17samples: mei: build sample program for target architectureGravatar Masahiro Yamada 2-6/+4
2020-05-17samples: pidfd: build sample program for target architectureGravatar Masahiro Yamada 2-5/+5
2020-05-17samples: vfs: build sample programs for target architectureGravatar Masahiro Yamada 2-9/+4
2020-05-17samples: connector: build sample program for target architectureGravatar Masahiro Yamada 1-9/+3
2020-05-17samples: hidraw: build sample program for target architectureGravatar Masahiro Yamada 2-7/+4
2020-05-17samples: uhid: build sample program for target architectureGravatar Masahiro Yamada 4-6/+12
2020-05-17samples: uhid: fix warnings in uhid-exampleGravatar Sam Ravnborg 1-2/+2
2020-05-17samples: seccomp: build sample programs for target architectureGravatar Masahiro Yamada 2-40/+4
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-3/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-2/+0
2020-05-14samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSGravatar Lorenzo Bianconi 2-14/+17
2020-05-14samples: bpf: Fix build errorGravatar Matteo Croce 1-2/+0
2020-05-14uapi: deprecate STATX_ALLGravatar Miklos Szeredi 1-1/+1
2020-05-13samples/bpf: Remove compiler warningsGravatar Yonghong Song 3-6/+6
2020-05-12samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.Gravatar Masami Hiramatsu 2-2/+6
2020-05-12Revert "objtool: Skip samples subdirectory"Gravatar Masahiro Yamada 1-1/+0
2020-05-07tracing: Fix doc mistakes in trace sampleGravatar Wei Yang 1-1/+1
2020-05-05samples: fix binderfs sampleGravatar Arnd Bergmann 2-2/+6
2020-04-30docs: networking: convert pktgen.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksGravatar Jann Horn 1-1/+1
2020-04-07samples/hw_breakpoint: drop use of kallsyms_lookup_name()Gravatar Will Deacon 1-2/+7
2020-04-07samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writesGravatar Will Deacon 1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 11-0/+11
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 7-105/+163
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 11-0/+11
2020-03-23samples, bpf: Refactor perf_event user program with libbpf bpf_linkGravatar Daniel T. Lee 3-82/+159
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersGravatar Daniel T. Lee 5-23/+4
2020-02-24media: rename VFL_TYPE_GRABBER to _VIDEOGravatar Hans Verkuil 1-1/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 8-80/+73
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-2/+2
2020-02-05samples: bpf: Allow for -ENETDOWN in xdpsockGravatar Maciej Fijalkowski 1-1/+2
2020-02-05samples: bpf: Drop doubled variable declaration in xdpsockGravatar Maciej Fijalkowski 1-1/+0
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 3-18/+15
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 8-80/+73
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-17/+1