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