summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)AuthorLines
2020-06-13binderfs: add gitignore for generated sample programLinus Torvalds-0/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-8/+6
2020-06-13watch_queue: add gitignore for generated sample programLinus Torvalds-0/+1
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+201
2020-06-11samples: binderfs: really compile this sample and fix build issuesMasahiro Yamada-8/+6
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-116/+59
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-222/+479
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+1
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-2/+6
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+8
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+6
2020-05-20samples/ftrace: Fix asm function ELF annotationsJosh Poimboeuf-0/+8
2020-05-19samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee-91/+93
2020-05-19samples, bpf: Add tracex7 test file to .gitignoreDaniel T. Lee-0/+1
2020-05-19samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee-31/+103
2020-05-19samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee-64/+252
2020-05-19samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee-15/+6
2020-05-19pipe: Add notification lossage handlingDavid Howells-0/+3
2020-05-19pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells-1/+1
2020-05-19Add sample notification programDavid Howells-0/+197
2020-05-17samples: watchdog: use 'userprogs' syntaxMasahiro Yamada-8/+6
2020-05-17samples: timers: use 'userprogs' syntaxMasahiro Yamada-14/+8
2020-05-17samples: auxdisplay: use 'userprogs' syntaxMasahiro Yamada-9/+7
2020-05-17samples: mei: build sample program for target architectureMasahiro Yamada-6/+4
2020-05-17samples: pidfd: build sample program for target architectureMasahiro Yamada-5/+5
2020-05-17samples: vfs: build sample programs for target architectureMasahiro Yamada-9/+4
2020-05-17samples: connector: build sample program for target architectureMasahiro Yamada-9/+3
2020-05-17samples: hidraw: build sample program for target architectureMasahiro Yamada-7/+4
2020-05-17samples: uhid: build sample program for target architectureMasahiro Yamada-6/+12
2020-05-17samples: uhid: fix warnings in uhid-exampleSam Ravnborg-2/+2
2020-05-17samples: seccomp: build sample programs for target architectureMasahiro Yamada-40/+4
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-2/+0
2020-05-14samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSLorenzo Bianconi-14/+17
2020-05-14samples: bpf: Fix build errorMatteo Croce-2/+0
2020-05-14uapi: deprecate STATX_ALLMiklos Szeredi-1/+1
2020-05-13samples/bpf: Remove compiler warningsYonghong Song-6/+6
2020-05-12samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.Masami Hiramatsu-2/+6
2020-05-12Revert "objtool: Skip samples subdirectory"Masahiro Yamada-1/+0
2020-05-07tracing: Fix doc mistakes in trace sampleWei Yang-1/+1
2020-05-05samples: fix binderfs sampleArnd Bergmann-2/+6
2020-04-30docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab-1/+1
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn-1/+1
2020-04-07samples/hw_breakpoint: drop use of kallsyms_lookup_name()Will Deacon-2/+7
2020-04-07samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writesWill Deacon-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+11
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-105/+163
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+11
2020-03-23samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee-82/+159
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee-23/+4