- 2518f22 Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 2 years, 10 months ago
- 7e062cd Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 10 months ago
- cb44e4f Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux by Linus Torvalds · 2 years, 10 months ago
- 1ef0736 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 2 years, 10 months ago
- 76b902f samples/landlock: Add support for file reparenting by Mickaël Salaün · 2 years, 10 months ago
- 81709f3d samples/landlock: Format with clang-format by Mickaël Salaün · 2 years, 10 months ago
- 9805a72 samples/landlock: Add clang-format exceptions by Mickaël Salaün · 2 years, 10 months ago
- d7e6f58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
- 9c2136b sched/tracing: Append prev_state to tp args instead by Delyan Kratunov · 2 years, 10 months ago
- ec24704 samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is provided by Jerome Marchand · 2 years, 10 months ago
- d1c5743 samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_user by Zhengchao Shao · 2 years, 11 months ago
- 6b42f49 vfio/mdev: Remove mdev_parent_ops by Jason Gunthorpe · 2 years, 11 months ago
- e648693 vfio/mdev: Remove mdev_parent_ops dev_attr_groups by Jason Gunthorpe · 2 years, 11 months ago
- db69264 samples/bpf: Reduce the sampling interval in xdp1_user by Zhengchao Shao · 2 years, 11 months ago
- b25acda samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK by Yafang Shao · 2 years, 11 months ago
- 587323c samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated thread by Lorenzo Bianconi · 3 years ago
- fc843cc samples: bpf: Fix linking xdp_router_ipv4 after migration by Alexander Lobakin · 3 years ago
- 35f91d1 sample: bpf: syscall_tp_user: Print result of verify_map by Song Chen · 3 years ago
- 85bf1f5 samples: bpf: Convert xdp_router_ipv4 to XDP samples helper by Lorenzo Bianconi · 3 years ago
- 9ae2a14 Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 3 years ago
- d111c9f Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years ago
- 266d17a Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years ago
- 29cbaa3 Merge tag 'landlock-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux by Linus Torvalds · 3 years ago
- 7001052 Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- 169e777 Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
- 1bc1910 Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years ago
- 5e6ded2 livepatch: Reorder to use before freeing a pointer by Tom Rix · 3 years ago
- 5a242d8 samples/kobject: Use sysfs_emit instead of sprintf by Nguyen Dinh Phi · 3 years ago
- 6ee64cc fprobe: Add sample program for fprobe by Masami Hiramatsu · 3 years ago
- 8fa42d7 samples/bpf, xdpsock: Fix race when running for fix duration of time by Niklas Söderlund · 3 years ago
- 0aec21c x86/ibt,ftrace: Add ENDBR to samples/ftrace by Peter Zijlstra · 3 years ago
- 3a73333 tracing: Add TRACE_CUSTOM_EVENT() macro by Steven Rostedt (Google) · 3 years ago
- 953c2f0 tracing: Add sample code for custom trace events by Steven Rostedt (Google) · 3 years ago
- fba0909 media: v4l2-pci-skeleton: Remove usage of the deprecated "pci-dma-compat.h" API by Christophe JAILLET · 3 years, 2 months ago
- 6b5567b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- c57eb47 user_events: Add sample code for typical usage by Beau Belgrave · 3 years, 2 months ago
- eed09ad samples/seccomp: Adjust sample to also provide kill option by Kees Cook · 3 years, 1 month ago
- 66b513b samples/landlock: Fix path_list memory leak by Tom Rix · 3 years, 11 months ago
- 1e4edb6 samples/bpf: Get rid of bpf_prog_load_xattr() use by Andrii Nakryiko · 3 years, 1 month ago
- 8bab532 samples/bpf: Update cpumap/devmap sec_name by Lorenzo Bianconi · 3 years, 1 month ago
- 61afd3d samples/bpf: use preferred getters/setters instead of deprecated ones by Andrii Nakryiko · 3 years, 1 month ago
- caaba96 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
- d4e34bf samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIs by Andrii Nakryiko · 3 years, 2 months ago
- f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- d068144 samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm by Yafang Shao · 3 years, 2 months ago
- 4d66020 Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
- 3bad80d Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 2 months ago
- ecbe794 tracing: Fix mismatched comment in __string_len by Geliang Tang · 3 years, 3 months ago
- 76acfce samples/bpf: Stop using bpf_map__def() API by Christy Lee · 3 years, 2 months ago
- 64ad946 Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- 8efd0d9 Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
- eb68db4 samples/bpf: xdpsock: Add timestamp for Tx-only operation by Ong Boon Leong · 3 years, 2 months ago
- 8121e78 samples/bpf: xdpsock: Add time-out for cleaning Tx by Ong Boon Leong · 3 years, 2 months ago
- fa24d0b samples/bpf: xdpsock: Add sched policy and priority support by Ong Boon Leong · 3 years, 2 months ago
- fa0d27a1 samples/bpf: xdpsock: Add cyclic TX operation capability by Ong Boon Leong · 3 years, 2 months ago
- 5a38825 samples/bpf: xdpsock: Add clockid selection support by Ong Boon Leong · 3 years, 2 months ago
- 6440a6c samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operation by Ong Boon Leong · 3 years, 2 months ago
- 2741a04 samples/bpf: xdpsock: Add VLAN support for Tx-only operation by Ong Boon Leong · 3 years, 2 months ago
- 0daf5cb ftrace/samples: Add missing prototypes direct functions by Jiri Olsa · 3 years, 3 months ago
- e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 2 months ago
- fdcee30 Merge tag 'coresight-next-v5.17' of gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux into char-misc-next by Greg Kroah-Hartman · 3 years, 3 months ago
- 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
- 7490d59 samples/bpf: Stop using bpf_object__find_program_by_title API. by Kui-Feng Lee · 3 years, 3 months ago
- be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 3 months ago
- e1067a0 ftrace/samples: Add module to test multi direct modify interface by Jiri Olsa · 3 years, 3 months ago
- ac55b3f samples/bpf: Remove unneeded variable by Minghao Chi · 3 years, 3 months ago
- b17c2ba x86: Prepare inline-asm for straight-line-speculation by Peter Zijlstra · 3 years, 3 months ago
- 6f670d0 samples: bpf: Fix 'unknown warning group' build warning on Clang by Alexander Lobakin · 3 years, 3 months ago
- e64fbca samples: bpf: Fix xdp_sample_user.o linking with Clang by Alexander Lobakin · 3 years, 3 months ago
- b466b13 samples/trace_event: Add '__rel_loc' using sample event by Masami Hiramatsu · 3 years, 4 months ago
- c58f981 samples/bpf: Get rid of deprecated libbpf API uses by Andrii Nakryiko · 3 years, 3 months ago
- 527024f samples/bpf: Clean up samples/bpf build failes by Andrii Nakryiko · 3 years, 3 months ago
- 64b5b97 samples: bpf: Fix conflicting types in fds_example by Alexander Lobakin · 3 years, 3 months ago
- ede5bab coresight: syscfg: Example CoreSight configuration loadable module by Mike Leach · 3 years, 4 months ago
- 6b38e2f Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 4 months ago
- 890e3dc ftrace/samples: add s390 support for ftrace direct multi sample by Heiko Carstens · 3 years, 4 months ago
- 503e451 ftrace/samples: add missing Kconfig option for ftrace direct multi sample by Heiko Carstens · 3 years, 4 months ago
- 6060a6c samples/bpf: Fix build error due to -isystem removal by Alexander Lobakin · 3 years, 4 months ago
- 2453afe samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
- dc14ca4 samples/bpf: Fix summary per-sec stats in xdp_sample_user by Alexander Lobakin · 3 years, 4 months ago
- c107fb9 Add gitignore file for samples/fanotify/ subdirectory by Linus Torvalds · 3 years, 4 months ago
- 2acda75 Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 4 months ago
- 0b707e5 Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 4 months ago
- 5c904c6 Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 4 months ago
- d4ec3d5 Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 4 months ago
- e1fd0b2 Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
- fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 4 months ago
- 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
- b7b98f8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
- 67d4f6e ftrace/samples: Add missing prototype for my_direct_func by Jiri Olsa · 3 years, 4 months ago
- 15c7266 samples: remove duplicate include in fs-monitor.c by Zhang Mingyu · 3 years, 4 months ago
- b7eccf7 samples: Fix warning in fsnotify sample by Jan Kara · 3 years, 4 months ago
- 8fc70b3 samples: Make fs-monitor depend on libc and headers by Gabriel Krisman Bertazi · 3 years, 4 months ago
- 5451093 samples: Add fs error monitoring example by Gabriel Krisman Bertazi · 3 years, 5 months ago
- f76fbbb samples/kretprobes: Fix return value if register_kretprobe() failed by Tiezhu Yang · 3 years, 5 months ago
- 14e6cac samples: seccomp: Use __BYTE_ORDER__ by Ilya Leoshkevich · 3 years, 5 months ago
- 16b0314 dma-buf: move dma-buf symbols into the DMA_BUF module namespace by Greg Kroah-Hartman · 3 years, 5 months ago
- 44ce0ac samples: bpf: Suppress readelf stderr when probing for BTF support by Pu Lehui · 3 years, 5 months ago
- 5fae941 ftrace/samples: Add multi direct interface test module by Jiri Olsa · 3 years, 5 months ago
- b599015 samples/bpf: Fix application of sizeof to pointer by David Yang · 3 years, 5 months ago