- ef6900a Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 1 month ago
- 983df5f samples/ftrace: Mark my_tramp[12]? global by Sami Tolvanen · 4 years, 2 months ago
- 86bbf01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
- 80ade22c misc: mic: remove the MIC drivers by Sudeep Dutt · 4 years, 2 months ago
- c66dca9 samples/bpf: Set rlimit for memlock to infinity in all samples by Toke Høiland-Jørgensen · 4 years, 2 months ago
- 3652c9a bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static by Daniel Borkmann · 4 years, 2 months ago
- 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 2 months ago
- ca5387e Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 4 years, 2 months ago
- 93b694d Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 2 months ago
- 726eb70 Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 2 months ago
- 612e7a4 Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 3 months ago
- 1abbef4 mm,kmemleak-test.c: move kmemleak-test.c to samples dir by Hui Su · 4 years, 3 months ago
- 50d2283 Merge tag 'docs-5.10' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 3 months ago
- 321f632 samples: bpf: Refactor XDP kern program maps with BTF-defined map by Daniel T. Lee · 4 years, 3 months ago
- 151936b samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu by Daniel T. Lee · 4 years, 3 months ago
- 8ac91df samples: bpf: Refactor xdp_monitor with libbpf by Daniel T. Lee · 4 years, 3 months ago
- 76ecfcb08 samples: configfs: prefer pr_err() over bare printk(KERN_ERR by Bartosz Golaszewski · 4 years, 3 months ago
- 288f295 samples: configfs: don't use spaces before tabs by Bartosz Golaszewski · 4 years, 3 months ago
- 4e415a8 samples: configfs: consolidate local variables of the same type by Bartosz Golaszewski · 4 years, 3 months ago
- 91aad62 samples: configfs: don't reinitialize variables which are already zeroed by Bartosz Golaszewski · 4 years, 3 months ago
- b86ff67 samples: configfs: replace simple_strtoul() with kstrtoint() by Bartosz Golaszewski · 4 years, 3 months ago
- 1b0d36e samples: configfs: fix alignment in item struct by Bartosz Golaszewski · 4 years, 3 months ago
- e0ee1fd samples: configfs: drop unnecessary ternary operators by Bartosz Golaszewski · 4 years, 3 months ago
- 4472437 samples: configfs: remove redundant newlines by Bartosz Golaszewski · 4 years, 3 months ago
- 67ed375 samples: bpf: Driver interrupt statistics in xdpsock by Ciara Loftus · 4 years, 3 months ago
- 60dc609 samples: bpf: Count syscalls in xdpsock by Ciara Loftus · 4 years, 3 months ago
- 2e8806f samples: bpf: Split xdpsock stats into new struct by Ciara Loftus · 4 years, 3 months ago
- 544d6ad samples/bpf: Fix a compilation error with fallthrough marking by Yonghong Song · 4 years, 3 months ago
- 9618bde samples/bpf: Change Makefile to cope with latest llvm by Yonghong Song · 4 years, 3 months ago
- cc1a267 misc: vop: add round_up(x,4) for vring_size to avoid kernel panic by Sherry Sun · 4 years, 3 months ago
- b31de43 samples: mpssd: fix the build errors when enable DEBUG in mpssd.c by Sherry Sun · 4 years, 3 months ago
- faef26f bpf, selftests: Use bpf_tail_call_static where appropriate by Daniel Borkmann · 4 years, 3 months ago
- 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
- acc4229 nitro_enclaves: Add sample for ioctl interface usage by Andra Paraschiv · 4 years, 3 months ago
- f55f4c3 samples/bpf: Fix test_map_in_map on s390 by Ilya Leoshkevich · 4 years, 3 months ago
- b40be05 Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next by Dave Airlie · 4 years, 3 months ago
- 74e0067 samples/bpf: Add quiet option to xdpsock by Magnus Karlsson · 4 years, 4 months ago
- 5a2a0dd samples/bpf: Fix possible deadlock in xdpsock by Magnus Karlsson · 4 years, 4 months ago
- 3131cf6 samples/bpf: Fix one packet sending in xdpsock by Magnus Karlsson · 4 years, 4 months ago
- 7f9a235 docs: trace: fix the location of kprobes.rst by Mauro Carvalho Chehab · 4 years, 4 months ago
- be0704b samples: vfio-mdev/mbochs: fix common struct sg_table related issues by Marek Szyprowski · 4 years, 8 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
- f9bec5d samples, bpf: Add xsk_fwd test file to .gitignore by Daniel T. Lee · 4 years, 4 months ago
- 698584d samples, bpf: Replace bpf_program__title() with bpf_program__section_name() by Daniel T. Lee · 4 years, 4 months ago
- b69e56c samples/bpf: Fix to xdpsock to avoid recycling frames by Weqaar Janjua · 4 years, 4 months ago
- c8a039a samples/bpf: Optimize l2fwd performance in xdpsock by Magnus Karlsson · 4 years, 4 months ago
- 35149b2 samples/bpf: Add new sample xsk_fwd.c by Cristian Dumitrescu · 4 years, 4 months ago
- f0c328f samples: bpf: Refactor tracepoint tracing programs with libbpf by Daniel T. Lee · 4 years, 4 months ago
- 3677d0a samples: bpf: Refactor kprobe tracing programs with libbpf by Daniel T. Lee · 4 years, 4 months ago
- 35a8b6d samples: bpf: Cleanup bpf_load.o from Makefile by Daniel T. Lee · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- eea1128 tracing: switch to kernel_clone() by Christian Brauner · 4 years, 4 months ago
- 25239fd kprobes: switch to kernel_clone() by Christian Brauner · 4 years, 4 months ago
- 2bf8c7e samples: bpf: Fix broken bpf programs due to removed symbol by Daniel T. Lee · 4 years, 4 months ago
- fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
- faabed2 kbuild: introduce hostprogs-always-y and userprogs-always-y by Masahiro Yamada · 4 years, 5 months ago
- 049eb09 Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 5 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
- e4d9c23 samples/bpf, selftests/bpf: Use bpf_probe_read_kernel by Ilya Leoshkevich · 4 years, 5 months ago
- ce4dade samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap by Lorenzo Bianconi · 4 years, 6 months ago
- a4e76f1 samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop by Lorenzo Bianconi · 4 years, 6 months ago
- 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- b36c320 samples: bpf: Add an option for printing extra statistics in xdpsock by Ciara Loftus · 4 years, 6 months ago
- eef8a42d bpf: Fix fds_example SIGSEGV error by Wenbo Zhang · 4 years, 6 months ago
- 2575b2f PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h by Huacai Chen · 4 years, 6 months ago
- cc7f641 samples: bpf: Refactor BPF map performance test with libbpf by Daniel T. Lee · 4 years, 6 months ago
- 88795b4 samples: bpf: Refactor BPF map in map test with libbpf by Daniel T. Lee · 4 years, 6 months ago
- af9bd3e samples: bpf: Fix bpf programs with kprobe/sys_connect event by Daniel T. Lee · 4 years, 6 months ago
- c3eeaae samples/vfs: avoid warning in statx override by Kees Cook · 4 years, 6 months ago
- 4a21185 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
- be9160a Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 6 months ago
- 214377e samples: watch_queue: build sample program for target architecture by Masahiro Yamada · 4 years, 6 months ago
- 8b6ddd1 Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 6 months ago
- 8e2a46a docs: move remaining stuff under Documentation/*.txt to Documentation/staging by Mauro Carvalho Chehab · 4 years, 7 months ago
- b9d37bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 6 months ago
- 9fbc01c sample-trace-array: Remove trace_array 'sample-instance' by Kefeng Wang · 4 years, 7 months ago
- e9b7b1c sample-trace-array: Fix sleeping function called from invalid context by Kefeng Wang · 4 years, 7 months ago
- 6903cda bpf, xdp, samples: Fix null pointer dereference in *_user code by Gaurav Singh · 4 years, 7 months ago
- f2baaff2 samples: mei: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 7 months ago
- 4f9b3a3 binderfs: add gitignore for generated sample program by Linus Torvalds · 4 years, 7 months ago
- 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- 298ce0f watch_queue: add gitignore for generated sample program by Linus Torvalds · 4 years, 7 months ago
- 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
- fca5e94 samples: binderfs: really compile this sample and fix build issues by Masahiro Yamada · 4 years, 7 months ago
- cff11ab Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- f359287 Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
- 69fc06f Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 0bd957e Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 9d907f1 samples/ftrace: Fix asm function ELF annotations by Josh Poimboeuf · 4 years, 8 months ago
- 59929cd samples, bpf: Refactor kprobe, tail call kern progs map definition by Daniel T. Lee · 4 years, 8 months ago
- 14846dd samples, bpf: Add tracex7 test file to .gitignore by Daniel T. Lee · 4 years, 8 months ago
- bc1a859 samples, bpf: Refactor tail call user progs with libbpf by Daniel T. Lee · 4 years, 8 months ago
- 63841bc samples, bpf: Refactor kprobe tracing user progs with libbpf by Daniel T. Lee · 4 years, 8 months ago
- 0efdcef samples, bpf: Refactor pointer error check with libbpf by Daniel T. Lee · 4 years, 8 months ago
- e7d553d pipe: Add notification lossage handling by David Howells · 5 years ago
- 8cfba76 pipe: Allow buffers to be marked read-whole-or-error for notifications by David Howells · 5 years ago
- f5b5a16 Add sample notification program by David Howells · 5 years ago