summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-098-80/+73
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-048-80/+73
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-081-2/+2
|\ \
| * | samples: bpf: Allow for -ENETDOWN in xdpsockMaciej Fijalkowski2020-02-051-1/+2
| * | samples: bpf: Drop doubled variable declaration in xdpsockMaciej Fijalkowski2020-02-051-1/+0
* | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-18/+15
| |/ |/|
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-302-17/+1
|\ \
| * \ Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-204-6/+21
| |\ \
| * \ \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-172-17/+1
| |\ \ \
| | * | | samples: vfio-mdev: constify fb opsJani Nikula2019-12-101-1/+1
| | * | | sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map supportDaniel Vetter2019-11-251-16/+0
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-291-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | objtool: Skip samples subdirectoryJosh Poimboeuf2020-01-221-0/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2883-175/+620
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-2383-119/+116
| |\ \ \ \
| | * | | | samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-2083-113/+112
| | * | | | samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen2020-01-201-1/+1
| | * | | | devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer2020-01-161-5/+3
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-2712-56/+504
| |\ \ \ \
| | * | | | samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer2019-12-201-4/+55
| | * | | | samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan2019-12-201-4/+9
| | * | | | samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan2019-12-201-11/+265
| | * | | | samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan2019-12-201-14/+59
| | * | | | samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan2019-12-201-23/+29
| | * | | | samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan2019-12-201-2/+7
| | * | | | samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan2019-12-201-2/+35
| | * | | | samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen2019-12-1611-12/+58
| | * | | | samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen2019-12-161-0/+1
| | * | | | samples/bpf: Add missing -lz to TPROGS_LDLIBSToke Høiland-Jørgensen2019-12-161-1/+1
| | * | | | samples/bpf: Reintroduce missed build targetsPrashant Bhole2019-12-161-0/+2
| | | |/ / | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-01-273-17/+30
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | livepatch: Handle allocation failure in the sample of shadow variable APIPetr Mladek2020-01-171-6/+16
| * | | | livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek2020-01-171-3/+6
| * | | | livepatch/sample: Use the right type for the leaking data pointerPetr Mladek2020-01-173-10/+10
* | | | | samples/seccomp: Zero out members based on seccomp_notif_sizesSargun Dhillon2020-01-021-2/+2
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-222-4/+18
|\ \ \ \
| * | | | samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee2019-12-111-2/+16
| * | | | samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee2019-12-111-2/+2
| | |/ / | |/| |
* | | | samples/trace_printk: Wait for IRQ work to finishSven Schnelle2019-12-211-0/+1
|/ / /
* | | samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer2019-12-041-3/+3
* | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-278-0/+424
|\ \ \
| * | | tracing: Sample module to demonstrate kernel access to Ftrace instances.Divya Indi2019-11-225-0/+226
| * | | ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Colin Ian King2019-11-151-1/+1
| * | | ftrace/samples: Add a sample module that implements modify_ftrace_direct()Steven Rostedt (VMware)2019-11-142-0/+89
| * | | ftrace: Add another example of register_ftrace_direct() use caseSteven Rostedt (VMware)2019-11-132-0/+52
| * | | ftrace: Add sample module that uses register_ftrace_direct()Steven Rostedt (VMware)2019-11-134-0/+57
| | |/ | |/|
* | | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-273-6/+14
|\ \ \
| * \ \ Merge 5.4-rc7 into char-misc-nextGreg Kroah-Hartman2019-11-111-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-272-1/+13
| |\ \ \ | | | |/ | | |/|
OpenPOWER on IntegriCloud