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