| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gitignore file for samples/fanotify/ subdirectory | Linus Torvalds | 2021-11-07 | 1 | -0/+1 |
* | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-11-07 | 4 | -0/+157 |
|\ |
|
| * | samples: remove duplicate include in fs-monitor.c | Zhang Mingyu | 2021-11-01 | 1 | -1/+0 |
| * | samples: Fix warning in fsnotify sample | Jan Kara | 2021-11-01 | 1 | -1/+2 |
| * | samples: Make fs-monitor depend on libc and headers | Gabriel Krisman Bertazi | 2021-11-01 | 1 | -1/+1 |
| * | samples: Add fs error monitoring example | Gabriel Krisman Bertazi | 2021-10-27 | 4 | -0/+157 |
* | | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-11-06 | 6 | -2/+109 |
|\ \ |
|
| * | | samples: add s390 support for ftrace direct call samples | Heiko Carstens | 2021-10-19 | 3 | -0/+100 |
| * | | samples: add HAVE_SAMPLE_FTRACE_DIRECT config option | Heiko Carstens | 2021-10-19 | 1 | -1/+4 |
* | | | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-11-04 | 5 | -22/+22 |
|\ \ \ |
|
| * | | | dma-buf: move dma-buf symbols into the DMA_BUF module namespace | Greg Kroah-Hartman | 2021-10-25 | 1 | -0/+1 |
| * | | | Merge 5.15-rc6 into char-misc-next | Greg Kroah-Hartman | 2021-10-18 | 3 | -15/+9 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | samples/kfifo: Rename read_lock/write_lock | Sebastian Andrzej Siewior | 2021-10-13 | 3 | -18/+18 |
| * | | | nitro_enclaves: Add fixes for checkpatch blank line reports | Andra Paraschiv | 2021-09-14 | 1 | -2/+1 |
| * | | | nitro_enclaves: Add fixes for checkpatch spell check reports | Andra Paraschiv | 2021-09-14 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2021-11-03 | 3 | -3/+3 |
|\ \ \ |
|
| * | | | vfio: simplify iommu group allocation for mediated devices | Christoph Hellwig | 2021-09-30 | 3 | -3/+3 |
| |/ / |
|
* | | | Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2021-11-03 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | ftrace/samples: Add missing prototype for my_direct_func | Jiri Olsa | 2021-11-02 | 1 | -0/+2 |
* | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-02 | 7 | -34/+74 |
|\ \ \ \ |
|
| * \ \ \ | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-02 | 6 | -22/+47 |
| |\ \ \ \ |
|
| | * | | | | samples: seccomp: Use __BYTE_ORDER__ | Ilya Leoshkevich | 2021-10-26 | 1 | -4/+4 |
| | * | | | | samples: bpf: Suppress readelf stderr when probing for BTF support | Pu Lehui | 2021-10-22 | 1 | -1/+2 |
| | * | | | | samples/bpf: Fix application of sizeof to pointer | David Yang | 2021-10-20 | 1 | -4/+2 |
| | * | | | | samples/bpf: Do not FORCE-recompile libbpf | Quentin Monnet | 2021-10-08 | 1 | -1/+1 |
| | * | | | | samples/bpf: Install libbpf headers when building | Quentin Monnet | 2021-10-08 | 1 | -10/+30 |
| | * | | | | samples/bpf: Update .gitignore | Quentin Monnet | 2021-10-08 | 1 | -0/+4 |
| | * | | | | selftests/bpf: Switch to new bpf_object__next_{map,program} APIs | Hengqi Chen | 2021-10-06 | 2 | -2/+2 |
| | * | | | | bpf: Use $(pound) instead of \# in Makefiles | Quentin Monnet | 2021-10-06 | 1 | -1/+3 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-10-08 | 3 | -15/+9 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | /
| | | |_|/
| | |/| | |
|
| * | | | | samples: bpf: Convert ARP table network order fields into readable format | Gokul Sivakumar | 2021-09-21 | 1 | -3/+14 |
| * | | | | samples: bpf: Convert route table network order fields into readable format | Gokul Sivakumar | 2021-09-21 | 1 | -9/+13 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2021-11-02 | 3 | -1/+54 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | samples/kretprobes: Fix return value if register_kretprobe() failed | Tiezhu Yang | 2021-10-26 | 1 | -1/+1 |
| * | | ftrace/samples: Add multi direct interface test module | Jiri Olsa | 2021-10-21 | 2 | -0/+53 |
| |/ |
|
* | | samples/bpf: Relicense bpf_insn.h as GPL-2.0-only OR BSD-2-Clause | Luca Boccassi | 2021-09-29 | 1 | -1/+1 |
* | | samples: bpf: Fix vmlinux.h generation for XDP samples | Kumar Kartikeya Dwivedi | 2021-09-29 | 2 | -14/+8 |
|/ |
|
* | Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds | 2021-09-07 | 1 | -11/+9 |
|\ |
|
| * | kdb: Rename members of struct kdbtab_t | Sumit Garg | 2021-07-27 | 1 | -4/+4 |
| * | kdb: Get rid of redundant kdb_register_flags() | Sumit Garg | 2021-07-27 | 1 | -11/+9 |
* | | Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2021-09-02 | 3 | -70/+50 |
|\ \ |
|
| * | | vfio/mbochs: Fix close when multiple device FDs are open | Jason Gunthorpe | 2021-08-11 | 1 | -2/+2 |
| * | | vfio/samples: Delete useless open/close | Jason Gunthorpe | 2021-08-11 | 3 | -30/+0 |
| * | | vfio: Introduce a vfio_uninit_group_dev() API call | Max Gurtovoy | 2021-08-11 | 3 | -21/+33 |
| * | | vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes | Jason Gunthorpe | 2021-08-11 | 1 | -9/+15 |
| * | | vfio/samples: Remove module get/put | Jason Gunthorpe | 2021-08-11 | 2 | -8/+0 |
| |/ |
|
* | | Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-09-01 | 1 | -21/+30 |
|\ \ |
|
| * | | samples: mei: don't wait on read completion upon write. | Alexander Usyskin | 2021-08-01 | 1 | -21/+30 |
| |/ |
|
* | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-09-01 | 37 | -2906/+3460 |
|\ \ |
|
| * \ | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-08-31 | 22 | -2846/+3341 |
| |\ \ |
|