index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
Age
Commit message (
Expand
)
Author
Lines
2020-10-07
samples: configfs: don't use spaces before tabs
Bartosz Golaszewski
-1
/
+1
2020-10-07
samples: configfs: consolidate local variables of the same type
Bartosz Golaszewski
-2
/
+1
2020-10-07
samples: configfs: don't reinitialize variables which are already zeroed
Bartosz Golaszewski
-2
/
+0
2020-10-07
samples: configfs: replace simple_strtoul() with kstrtoint()
Bartosz Golaszewski
-20
/
+9
2020-10-07
samples: configfs: fix alignment in item struct
Bartosz Golaszewski
-1
/
+1
2020-10-07
samples: configfs: drop unnecessary ternary operators
Bartosz Golaszewski
-5
/
+5
2020-10-07
samples: configfs: remove redundant newlines
Bartosz Golaszewski
-6
/
+0
2020-10-06
samples: bpf: Driver interrupt statistics in xdpsock
Ciara Loftus
-1
/
+119
2020-10-06
samples: bpf: Count syscalls in xdpsock
Ciara Loftus
-10
/
+103
2020-10-06
samples: bpf: Split xdpsock stats into new struct
Ciara Loftus
-54
/
+69
2020-10-06
samples/bpf: Fix a compilation error with fallthrough marking
Yonghong Song
-1
/
+2
2020-10-06
samples/bpf: Change Makefile to cope with latest llvm
Yonghong Song
-1
/
+10
2020-10-02
misc: vop: add round_up(x,4) for vring_size to avoid kernel panic
Sherry Sun
-2
/
+2
2020-10-02
samples: mpssd: fix the build errors when enable DEBUG in mpssd.c
Sherry Sun
-10
/
+10
2020-09-30
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
-9
/
+11
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-19
/
+37
2020-09-22
nitro_enclaves: Add sample for ioctl interface usage
Andra Paraschiv
-0
/
+901
2020-09-19
samples/bpf: Fix test_map_in_map on s390
Ilya Leoshkevich
-4
/
+3
2020-09-17
Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...
Dave Airlie
-1
/
+2
2020-09-14
samples/bpf: Add quiet option to xdpsock
Magnus Karlsson
-5
/
+14
2020-09-14
samples/bpf: Fix possible deadlock in xdpsock
Magnus Karlsson
-0
/
+1
2020-09-14
samples/bpf: Fix one packet sending in xdpsock
Magnus Karlsson
-0
/
+8
2020-09-10
docs: trace: fix the location of kprobes.rst
Mauro Carvalho Chehab
-2
/
+2
2020-09-10
samples: vfio-mdev/mbochs: fix common struct sg_table related issues
Marek Szyprowski
-1
/
+2
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2020-09-04
samples, bpf: Add xsk_fwd test file to .gitignore
Daniel T. Lee
-0
/
+1
2020-09-04
samples, bpf: Replace bpf_program__title() with bpf_program__section_name()
Daniel T. Lee
-10
/
+10
2020-08-31
samples/bpf: Fix to xdpsock to avoid recycling frames
Weqaar Janjua
-5
/
+5
2020-08-31
samples/bpf: Optimize l2fwd performance in xdpsock
Magnus Karlsson
-8
/
+14
2020-08-31
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
-0
/
+1088
2020-08-24
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
-93
/
+192
2020-08-24
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
-118
/
+272
2020-08-24
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-1
/
+1
2020-08-20
tracing: switch to kernel_clone()
Christian Brauner
-2
/
+2
2020-08-20
kprobes: switch to kernel_clone()
Christian Brauner
-3
/
+3
2020-08-18
samples: bpf: Fix broken bpf programs due to removed symbol
Daniel T. Lee
-3
/
+3
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
-27
/
+12
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
-27
/
+12
2020-08-07
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
-246
/
+620
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
-2
/
+2
2020-07-21
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
-8
/
+24
2020-07-16
samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap
Lorenzo Bianconi
-22
/
+178
2020-07-16
samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop
Lorenzo Bianconi
-9
/
+27
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-208
/
+392
2020-07-13
samples: bpf: Add an option for printing extra statistics in xdpsock
Ciara Loftus
-2
/
+85
2020-07-10
bpf: Fix fds_example SIGSEGV error
Wenbo Zhang
-1
/
+2
2020-07-09
PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
Huacai Chen
-1
/
+1
2020-07-08
samples: bpf: Refactor BPF map performance test with libbpf
Daniel T. Lee
-147
/
+196
[prev]
[next]