summaryrefslogtreecommitdiff
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-3/+0
|\
| * virt: acrn: Mark the uuid field as unusedAndy Shevchenko2022-11-231-3/+0
* | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-12-152-9/+27
|\ \
| * | tracing: Fix cpumask() example typoSteven Rostedt (Google)2022-12-141-1/+1
| * | tracing: Add __cpumask to denote a trace event field that is a cpumask_tSteven Rostedt (Google)2022-11-232-9/+27
| |/
* | Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-12-154-13/+19
|\ \
| * | samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Shang XiaoJing2022-12-121-1/+7
| * | vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson2022-12-053-9/+12
| * | vfio: Remove vfio_free_deviceEric Farman2022-11-103-3/+0
| |/
* | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-145-0/+12
|\ \
| * | x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-175-0/+12
| |/
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1311-66/+79
|\ \
| * \ Daniel Borkmann says:Jakub Kicinski2022-11-282-2/+2
| |\ \
| | * | samples/bpf: Fix wrong allocation size in xdp_router_ipv4_userRong Tao2022-11-251-1/+1
| | * | bpf, samples: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-181-1/+1
| * | | samples: pktgen: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-221-1/+1
| |/ /
| * | samples/bpf: Fix sockex3 error: Missing BPF prog typeRong Tao2022-11-072-55/+63
| * | samples/bpf: Fix tracex2 error: No such file or directoryRong Tao2022-11-042-3/+4
| * | samples/bpf: Fix typo in READMEKang Minchul2022-11-011-1/+1
| * | samples/bpf: Fix typos in READMEDaniel Müller2022-10-191-2/+2
| * | samples/bpf: Fix double word in commentsShaomin Deng2022-10-191-1/+1
| * | samples/bpf: Fix MAC address swapping in xdp2_kernGerhard Engleder2022-10-191-0/+4
| * | samples/bpf: Fix map iteration in xdp1_userGerhard Engleder2022-10-191-1/+1
| |/
* | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-4/+25
|\ \
| * | samples/landlock: Document best-effort approach for LANDLOCK_ACCESS_FS_REFERGünther Noack2022-11-071-1/+16
| * | samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATEGünther Noack2022-10-191-3/+9
| |/
* | rust: macros: take string literals in `module!`Gary Guo2022-12-042-8/+8
* | rust: samples: add `rust_print` exampleMiguel Ojeda2022-12-013-0/+65
|/
* Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-123-297/+217
|\
| * vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-041-18/+4
| * vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-042-18/+4
| * vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-043-26/+9
| * vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-043-46/+13
| * vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-043-25/+3
| * vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-043-95/+72
| * vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-043-6/+10
| * vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-043-4/+0
| * vfio/mbochs: Use the new device life cycle helpersYi Liu2022-09-211-27/+46
| * vfio/mtty: Use the new device life cycle helpersYi Liu2022-09-211-28/+39
| * vfio/mdpy: Use the new device life cycle helpersYi Liu2022-09-211-34/+47
* | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-10-101-7/+18
|\ \
| * | tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave2022-09-291-7/+18
| |/
* | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-5/+5
|\ \
| * | soc: qcom: qmi: use const for struct qmi_elem_infoJeff Johnson2022-08-291-5/+5
| |/
* | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-046-21/+33
|\ \
| * | samples/bpf: Fix typo in xdp_router_ipv4 sampleDeming Wang2022-09-301-1/+1
| * | samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao2022-09-203-3/+3
| * | samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov2022-09-052-17/+29
| |/
* | Merge tag 'landlock-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-041-8/+29
|\ \
| * | samples/landlock: Print hints about ABI versionsMickaël Salaün2022-09-291-8/+29
| |/