summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)Author
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-14samples: bpf: Fix build errorMatteo Croce
2020-05-07tracing: Fix doc mistakes in trace sampleWei Yang
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-04-07samples/hw_breakpoint: drop use of kallsyms_lookup_name()Will Deacon
2020-04-07samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writesWill Deacon
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-23samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee
2020-02-24media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-02-05samples: bpf: Allow for -ENETDOWN in xdpsockMaciej Fijalkowski
2020-02-05samples: bpf: Drop doubled variable declaration in xdpsockMaciej Fijalkowski
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-29Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-22objtool: Skip samples subdirectoryJosh Poimboeuf
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen
2020-01-20samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie
2020-01-17livepatch: Handle allocation failure in the sample of shadow variable APIPetr Mladek
2020-01-17livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek
2020-01-17livepatch/sample: Use the right type for the leaking data pointerPetr Mladek
2020-01-16devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-02samples/seccomp: Zero out members based on seccomp_notif_sizesSargun Dhillon
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-21samples/trace_printk: Wait for IRQ work to finishSven Schnelle
2019-12-20samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer
2019-12-20samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-16samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen
2019-12-16samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen
2019-12-16samples/bpf: Add missing -lz to TPROGS_LDLIBSToke Høiland-Jørgensen
2019-12-16samples/bpf: Reintroduce missed build targetsPrashant Bhole
2019-12-11samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee
2019-12-11samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee