summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2020-10-15Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-13mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds
2020-10-07samples: configfs: prefer pr_err() over bare printk(KERN_ERRBartosz Golaszewski
2020-10-07samples: configfs: don't use spaces before tabsBartosz Golaszewski
2020-10-07samples: configfs: consolidate local variables of the same typeBartosz Golaszewski
2020-10-07samples: configfs: don't reinitialize variables which are already zeroedBartosz Golaszewski
2020-10-07samples: configfs: replace simple_strtoul() with kstrtoint()Bartosz Golaszewski
2020-10-07samples: configfs: fix alignment in item structBartosz Golaszewski
2020-10-07samples: configfs: drop unnecessary ternary operatorsBartosz Golaszewski
2020-10-07samples: configfs: remove redundant newlinesBartosz Golaszewski
2020-10-02misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun
2020-10-02samples: mpssd: fix the build errors when enable DEBUG in mpssd.cSherry Sun
2020-09-22nitro_enclaves: Add sample for ioctl interface usageAndra Paraschiv
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-10docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab
2020-09-10samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20tracing: switch to kernel_clone()Christian Brauner
2020-08-20kprobes: switch to kernel_clone()Christian Brauner
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich
2020-07-16samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapLorenzo Bianconi
2020-07-16samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopLorenzo Bianconi
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-13samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus
2020-07-10bpf: Fix fds_example SIGSEGV errorWenbo Zhang
2020-07-09PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee
2020-07-08samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee
2020-07-03samples/vfs: avoid warning in statx overrideKees Cook
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-22samples: watch_queue: build sample program for target architectureMasahiro Yamada
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-16sample-trace-array: Remove trace_array 'sample-instance'Kefeng Wang
2020-06-16sample-trace-array: Fix sleeping function called from invalid contextKefeng Wang
2020-06-16bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh
2020-06-15samples: mei: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-13binderfs: add gitignore for generated sample programLinus Torvalds