summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-141-2/+82
|\ \
| * | tracing/samples: Update the trace-event-sample.h with TRACE_DEFINE_ENUM()Steven Rostedt (Red Hat)2015-04-081-1/+63
| * | tracing: Update trace-event-sample with TRACE_SYSTEM_VAR documentationSteven Rostedt (Red Hat)2015-04-081-1/+19
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-142-1/+7
|\ \
| | \
| | \
| *-. \ Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl...Jiri Kosina2015-04-1310-17/+510
| |\ \ \ | | | |/ | | |/|
| | | * HID: samples/hidraw: make it possible to select devicePavel Machek2015-03-152-1/+7
| | |/ | |/|
* | | samples/kobject: be explicit in the module licenseGreg Kroah-Hartman2015-03-252-2/+2
* | | samples/kobject: Use kstrtoint instead of sscanfRastislav Barlik2015-03-252-6/+22
| |/ |/|
* | samples/seccomp: improve label helperKees Cook2015-02-172-1/+9
* | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2015-02-122-14/+394
|\ \
| * | tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT()Steven Rostedt (Red Hat)2015-02-102-0/+88
| * | tracing: Add TRACE_EVENT_FN exampleSteven Rostedt (Red Hat)2015-02-102-0/+95
| * | tracing: Add TRACE_EVENT_CONDITION sampleSteven Rostedt (Red Hat)2015-02-092-0/+61
| * | tracing: Update the TRACE_EVENT fields available in the sample codeSteven Rostedt (Red Hat)2015-02-092-14/+150
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-114-1/+100
|\ \ \ | |_|/ |/| |
| * | livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf2015-02-042-3/+3
| * | livepatch: samples: fix usage example commentsJosh Poimboeuf2014-12-241-1/+5
| * | livepatch: samples: add sample live patching moduleSeth Jennings2014-12-224-1/+96
| |/
* / samples: bpf: relax test_maps checkAlexei Starovoitov2015-01-271-2/+2
|/
* samples: bpf: large eBPF program in CAlexei Starovoitov2014-12-063-0/+263
* samples: bpf: trivial eBPF program in CAlexei Starovoitov2014-12-064-1/+89
* samples: bpf: elf_bpf file loaderAlexei Starovoitov2014-12-063-0/+267
* samples: bpf: example of stateful socket filteringAlexei Starovoitov2014-12-064-0/+144
* bpf: remove test map scaffolding and user proper typesAlexei Starovoitov2014-11-181-7/+7
* bpf: add a testsuite for eBPF mapsAlexei Starovoitov2014-11-184-3/+296
* samples: bpf: add a verifier test and summary lineAlexei Starovoitov2014-10-301-1/+45
* bpf: fix bug in eBPF verifierAlexei Starovoitov2014-10-221-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-094-0/+956
|\
| * bpf: add tests to verifier testsuiteAlexei Starovoitov2014-10-021-0/+130
| * bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov2014-09-264-0/+826
* | kprobes: update jprobe_example.c for do_fork() changeMichael Ellerman2014-09-261-5/+4Star
|/
* tracing: Change trace event sample to use strlcpy instead of strncpyZhao Hongjiang2014-07-011-1/+1
* tracing: Add __field_struct macro for TRACE_EVENT()Steven Rostedt2014-06-211-1/+2
* samples/kobject/: avoid world-writable sysfs files.Rusty Russell2014-05-142-6/+8
* samples/seccomp/Makefile: do not build tests if cross-compiling for MIPSMarkos Chandras2014-04-041-4/+10
* kobject: fix kset sample error pathBjorn Helgaas2013-12-031-0/+1
* kfifo API type safetyStefani Seibold2013-11-153-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2013-09-061-0/+9
|\
| * tile: support kprobes on tilegxTony Lu2013-08-301-0/+9
| |
| \
*-. \ Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'f...Jiri Kosina2013-09-062-20/+104
|\ \ \ | |_|/ |/| |
| | * HID: samples/hidraw: add .gitignore filePaul Gortmaker2013-08-201-0/+1
| |/ |/|
| * HID: uhid: improve uhid example clientDavid Herrmann2013-09-041-20/+103
|/
* HID: hidraw: warn if userspace headers are outdatedJiri Kosina2013-03-271-2/+1Star
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-207-182/+1Star
|\
| * tracing: Remove tracepoint sample codeSteven Rostedt2013-01-257-182/+1Star
* | samples/seccomp: be less stupid about cross compilingArnd Bergmann2013-02-051-0/+2
|/
* misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
* samples/seccomp: fix 31 bit build on s390Heiko Carstens2012-09-121-8/+16
* Merge tag 'v3.6-rc2' into nextJames Morris2012-08-172-0/+391
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-242-0/+391
| |\