aboutsummaryrefslogtreecommitdiffstats
path: root/samples (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-17samples/seccomp: improve label helperKees Cook2-1/+9
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-14/+394
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds4-1/+100
2015-02-09tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT()Steven Rostedt (Red Hat)2-0/+88
2015-02-09tracing: Add TRACE_EVENT_FN exampleSteven Rostedt (Red Hat)2-0/+95
2015-02-09tracing: Add TRACE_EVENT_CONDITION sampleSteven Rostedt (Red Hat)2-0/+61
2015-02-09tracing: Update the TRACE_EVENT fields available in the sample codeSteven Rostedt (Red Hat)2-14/+150
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf2-3/+3
2015-01-26samples: bpf: relax test_maps checkAlexei Starovoitov1-2/+2
2014-12-24livepatch: samples: fix usage example commentsJosh Poimboeuf1-1/+5
2014-12-22livepatch: samples: add sample live patching moduleSeth Jennings4-1/+96
2014-12-05samples: bpf: large eBPF program in CAlexei Starovoitov3-0/+263
2014-12-05samples: bpf: trivial eBPF program in CAlexei Starovoitov4-1/+89
2014-12-05samples: bpf: elf_bpf file loaderAlexei Starovoitov3-0/+267
2014-12-05samples: bpf: example of stateful socket filteringAlexei Starovoitov4-0/+144
2014-11-18bpf: remove test map scaffolding and user proper typesAlexei Starovoitov1-7/+7
2014-11-18bpf: add a testsuite for eBPF mapsAlexei Starovoitov4-3/+296
2014-10-30samples: bpf: add a verifier test and summary lineAlexei Starovoitov1-1/+45
2014-10-21bpf: fix bug in eBPF verifierAlexei Starovoitov1-0/+11
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-0/+956
2014-10-01bpf: add tests to verifier testsuiteAlexei Starovoitov1-0/+130
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov4-0/+826
2014-09-26kprobes: update jprobe_example.c for do_fork() changeMichael Ellerman1-5/+4
2014-07-01tracing: Change trace event sample to use strlcpy instead of strncpyZhao Hongjiang1-1/+1
2014-06-21tracing: Add __field_struct macro for TRACE_EVENT()Steven Rostedt1-1/+2
2014-05-14samples/kobject/: avoid world-writable sysfs files.Rusty Russell2-6/+8
2014-04-03samples/seccomp/Makefile: do not build tests if cross-compiling for MIPSMarkos Chandras1-4/+10
2013-12-03kobject: fix kset sample error pathBjorn Helgaas1-0/+1
2013-11-15kfifo API type safetyStefani Seibold3-5/+5
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+9
2013-09-06Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linusJiri Kosina2-20/+104
2013-09-04HID: uhid: improve uhid example clientDavid Herrmann1-20/+103
2013-08-30tile: support kprobes on tilegxTony Lu1-0/+9
2013-08-20HID: samples/hidraw: add .gitignore filePaul Gortmaker1-0/+1
2013-03-27HID: hidraw: warn if userspace headers are outdatedJiri Kosina1-2/+1
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-182/+1
2013-02-05samples/seccomp: be less stupid about cross compilingArnd Bergmann1-0/+2
2013-01-25tracing: Remove tracepoint sample codeSteven Rostedt7-182/+1
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-09-12samples/seccomp: fix 31 bit build on s390Heiko Carstens1-8/+16
2012-08-17Merge tag 'v3.6-rc2' into nextJames Morris2-0/+391
2012-08-03samples/seccomp: fix endianness bug in LO_ARG defineHeiko Carstens1-5/+10
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds2-0/+391
2012-06-29samples: seccomp: add .gitignore for untracked executablesChad Williamson1-0/+3
2012-06-18HID: uhid: add example programDavid Herrmann2-0/+391
2012-04-19samples/seccomp: fix dependencies on arch macrosWill Drewry2-11/+19
2012-04-14Documentation: prctl/seccomp_filterWill Drewry7-1/+712
2012-02-08samples/rpmsg: add an rpmsg driver sampleOhad Ben-Cohen4-1/+110
2011-10-31samples: drop unused Kconfig symbolPaul Bolle1-6/+0
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+1