aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2017-04-19Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell
2017-04-17bpf: lru: Add map-in-map LRU exampleMartin KaFai Lau
2017-04-17bpf: Allow bpf sample programs (*_user.c) to change bpf_map_defMartin KaFai Lau
2017-04-17bpf: lru: Refactor LRU map tests in map_perf_testMartin KaFai Lau
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-08Sample program using SO_COOKIEChenbo Feng
2017-04-03statx: Include a mask for stx_attributes in struct statxDavid Howells
2017-03-23A Sample of using socket cookie and uid for traffic monitoringChenbo Feng
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau
2017-03-16samples/bpf: add map_lookup microbenchmarkAlexei Starovoitov
2017-03-08livepatch: allow removal of a disabled patchJosh Poimboeuf
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-13samples/bpf: Reset global variablesperf-core-for-mingo-4.11-20170213Mickaël Salaün
2017-02-13samples/bpf: Ignore already processed ELF sectionsMickaël Salaün
2017-02-13samples/bpf: Add missing headerMickaël Salaün
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-23samples/bpf: add lpm-trie benchmarkDavid Herrmann
2017-01-20bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAMEJesper Dangaard Brouer
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-01-11vfio-mdev: remove some dead codeDan Carpenter
2017-01-11vfio-mdev: buffer overflow in ioctl()Dan Carpenter
2017-01-11vfio-mdev: return -EFAULT if copy_to_user() failsDan Carpenter
2017-01-09samples/seccomp: fix 64-bit comparison macrosMathias Svensson
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar
2017-01-04vfio-mdev: fix some error codes in the sample codeDan Carpenter
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson
2016-12-30vfio-mdev: Fix mtty sample driver buildingAlex Williamson
2016-12-28samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeArnaldo Carvalho de Melo
2016-12-27samples/bpf sock_example: Avoid getting ethhdr from two includesArnaldo Carvalho de Melo
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-20samples/bpf: Move open_raw_sock to separate headerperf-core-for-mingo-20161220Joe Stringer
2016-12-20samples/bpf: Remove perf_event_open() declarationJoe Stringer
2016-12-20samples/bpf: Be consistent with bpf_load_program bpf_insn parameterArnaldo Carvalho de Melo
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer
2016-12-20samples/bpf: Switch over to libbpfJoe Stringer
2016-12-20samples/bpf: Make perf_event_read() staticArnaldo Carvalho de Melo
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-15samples/bpf: Make samples more libbpf-centricJoe Stringer
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds