summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)Author
2020-08-19samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee
2020-08-19bpf: Fix fds_example SIGSEGV errorWenbo Zhang
2020-07-03samples/vfs: avoid warning in statx overrideKees Cook
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-22samples: watch_queue: build sample program for target architectureMasahiro Yamada
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-16sample-trace-array: Remove trace_array 'sample-instance'Kefeng Wang
2020-06-16sample-trace-array: Fix sleeping function called from invalid contextKefeng Wang
2020-06-16bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh
2020-06-15samples: mei: Replace zero-length array with flexible-arrayGustavo A. R. Silva
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