VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-07-28
bpf, samples: Fix xdpsock with '-M' parameter missing unload process
Wang Hai
2021-07-14
samples/bpf: Fix the error return code of xdp_redirect's main()
Wang Hai
2021-07-14
samples/bpf: Fix Segmentation fault for xdp_redirect command
Wang Hai
2021-06-03
Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2021-05-24
samples: vfio-mdev: fix error handing in mdpy_fb_probe()
Wei Yongjun
2021-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-05-08
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-05-07
samples/bpf: Consider frame size in tx_only of xdpsock sample
Magnus Karlsson
2021-05-06
Merge tag 'vfio-v5.13-rc1pt2' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2021-05-06
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
2021-05-04
vfio/mdev: remove unnecessary NULL check in mbochs_create()
Dan Carpenter
2021-05-01
Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
2021-05-02
.gitignore: prefix local generated files with a slash
Masahiro Yamada
2021-04-30
samples/vfio-mdev/mdpy: use remap_vmalloc_range
Christoph Hellwig
2021-04-30
kfifo: fix ternary sign extension bugs
Dan Carpenter
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2021-04-26
samples/kprobes: Add riscv support
Jisheng Zhang
2021-04-22
samples/landlock: Add a sandbox manager example
Mickaël Salaün
2021-04-19
samples/bpf: Fix broken tracex1 due to kprobe argument change
Yaqi Chen
2021-04-12
vfio/mdev: Correct the function signatures for the mdev_type_attributes
Jason Gunthorpe
2021-04-12
vfio/mdev: Remove kobj from mdev_parent_ops->create()
Jason Gunthorpe
2021-04-07
vfio/mbochs: Use mdev_get_type_group_id()
Jason Gunthorpe
2021-04-07
vfio/mdpy: Use mdev_get_type_group_id()
Jason Gunthorpe
2021-04-07
vfio/mtty: Use mdev_get_type_group_id()
Jason Gunthorpe
2021-04-07
vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR's
Jason Gunthorpe
2021-03-30
samples: bpf: Do not unload prog within xdpsock
Maciej Fijalkowski
2021-03-25
bpf: Remove unused headers
Lu Wei
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-15
samples: bpf: Fix a spelling typo in do_hbm_test.sh
Masanari Iida
2021-03-14
samples: pktgen: new append mode
Igor Russkikh
2021-03-14
samples: pktgen: allow to specify delay parameter via new opt
Igor Russkikh
2021-03-09
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2021-03-04
samples, bpf: Add missing munmap in xdpsock
Maciej Fijalkowski
2021-02-26
treewide: Miguel has moved
Miguel Ojeda
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2021-02-23
Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-02-22
Merge tag 'docs-5.12' of git://git.lwn.net/linux
Linus Torvalds
2021-02-09
sample/acrn: Introduce a sample of HSM ioctl interface usage
Shuo Liu
2021-02-02
samples: bpf: Remove unneeded semicolon
Yang Li
2021-02-02
samples/bpf: Add include dir for MIPS Loongson64 to fix build errors
Tiezhu Yang
2021-01-26
samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings
Tiezhu Yang
2021-01-23
samples/bpf: Add xdp program on egress for xdp_redirect_map
Hangbin Liu
2021-01-23
bpf, docs: Update build procedure for manually compiling LLVM and Clang
Tiezhu Yang
2021-01-21
watch_queue: Drop references to /dev/watch_queue
Gabriel Krisman Bertazi
2021-01-20
samples/bpf: Add BPF_ATOMIC_OP macro for BPF samples
Björn Töpel
2021-01-18
samples/kprobes: Add ARM support
Marc Koderer
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2021-01-11
samples/kprobes: Remove misleading comment
Marc Koderer
2020-12-16
Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2020-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
2020-12-16
Merge branch 'for-5.11/elecom' into for-linus
Jiri Kosina
2020-12-10
samples/bpf: Fix possible hang in xdpsock with multiple threads
Magnus Karlsson
2020-12-09
Merge tag 'qcom-drivers-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/drivers
Arnd Bergmann
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-03
samples/bpf: Fix spelling mistake "recieving" -> "receiving"
Colin Ian King
2020-12-03
samples/bpf: Sample application for eBPF load and socket creation split
Mariusz Dudek
2020-12-02
bpf: samples: Do not touch RLIMIT_MEMLOCK
Roman Gushchin
2020-12-01
Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2020-11-30
samples/ftrace: Mark my_tramp[12]? global
Sami Tolvanen
2020-12-01
samples/bpf: Add option to set the busy-poll budget
Björn Töpel
2020-12-01
samples/bpf: Add busy-poll support to xdpsock
Björn Töpel
2020-12-01
samples/bpf: Use recvfrom() in xdpsock/l2fwd
Björn Töpel
2020-12-01
samples/bpf: Use recvfrom() in xdpsock/rxdrop
Björn Töpel
2020-11-27
HID: hidraw: Add additional hidraw input/output report ioctls.
Dean Camera
2020-11-26
samples: bpf: Remove bpf_load loader completely
Daniel T. Lee
2020-11-26
samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee
2020-11-26
samples: bpf: Refactor test_overhead program with libbpf
Daniel T. Lee
2020-11-26
samples: bpf: Refactor ibumad program with libbpf
Daniel T. Lee
2020-11-26
samples: bpf: Refactor task_fd_query program with libbpf
Daniel T. Lee
2020-11-26
samples: bpf: Refactor test_cgrp2_sock2 program with libbpf
Daniel T. Lee
2020-11-26
samples: bpf: Refactor hbm program with libbpf
Daniel T. Lee
2020-11-24
samples: qmi: Constify static qmi ops
Rikard Falkeborn
2020-11-17
samples/bpf: Increment Tx stats at sending
Magnus Karlsson
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-10
samples/bpf: Remove unused test_ipip.sh
Hangbin Liu
2020-11-10
samples/bpf: Remove duplicate include in hbm
Menglong Dong
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2020-10-28
misc: mic: remove the MIC drivers
Sudeep Dutt
2020-10-27
samples/bpf: Set rlimit for memlock to infinity in all samples
Toke Høiland-Jørgensen
2020-10-22
bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
Daniel Borkmann
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-10-15
Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2020-10-14
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2020-10-13
mm,kmemleak-test.c: move kmemleak-test.c to samples dir
Hui Su
2020-10-12
Merge tag 'docs-5.10' of git://git.lwn.net/linux
Linus Torvalds
2020-10-11
samples: bpf: Refactor XDP kern program maps with BTF-defined map
Daniel T. Lee
2020-10-11
samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
Daniel T. Lee
2020-10-11
samples: bpf: Refactor xdp_monitor with libbpf
Daniel T. Lee
2020-10-07
samples: configfs: prefer pr_err() over bare printk(KERN_ERR
Bartosz Golaszewski
2020-10-07
samples: configfs: don't use spaces before tabs
Bartosz Golaszewski
2020-10-07
samples: configfs: consolidate local variables of the same type
Bartosz Golaszewski
2020-10-07
samples: configfs: don't reinitialize variables which are already zeroed
Bartosz Golaszewski
2020-10-07
samples: configfs: replace simple_strtoul() with kstrtoint()
Bartosz Golaszewski
2020-10-07
samples: configfs: fix alignment in item struct
Bartosz Golaszewski
2020-10-07
samples: configfs: drop unnecessary ternary operators
Bartosz Golaszewski
2020-10-07
samples: configfs: remove redundant newlines
Bartosz Golaszewski
2020-10-06
samples: bpf: Driver interrupt statistics in xdpsock
Ciara Loftus
2020-10-06
samples: bpf: Count syscalls in xdpsock
Ciara Loftus
2020-10-06
samples: bpf: Split xdpsock stats into new struct
Ciara Loftus
2020-10-06
samples/bpf: Fix a compilation error with fallthrough marking
Yonghong Song
2020-10-06
samples/bpf: Change Makefile to cope with latest llvm
Yonghong Song
2020-10-02
misc: vop: add round_up(x,4) for vring_size to avoid kernel panic
Sherry Sun
2020-10-02
samples: mpssd: fix the build errors when enable DEBUG in mpssd.c
Sherry Sun
2020-09-30
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-22
nitro_enclaves: Add sample for ioctl interface usage
Andra Paraschiv
2020-09-19
samples/bpf: Fix test_map_in_map on s390
Ilya Leoshkevich
2020-09-17
Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next
Dave Airlie
2020-09-14
samples/bpf: Add quiet option to xdpsock
Magnus Karlsson
2020-09-14
samples/bpf: Fix possible deadlock in xdpsock
Magnus Karlsson
2020-09-14
samples/bpf: Fix one packet sending in xdpsock
Magnus Karlsson
2020-09-10
docs: trace: fix the location of kprobes.rst
Mauro Carvalho Chehab
2020-09-10
samples: vfio-mdev/mbochs: fix common struct sg_table related issues
Marek Szyprowski
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
samples, bpf: Add xsk_fwd test file to .gitignore
Daniel T. Lee
2020-09-04
samples, bpf: Replace bpf_program__title() with bpf_program__section_name()
Daniel T. Lee
2020-08-31
samples/bpf: Fix to xdpsock to avoid recycling frames
Weqaar Janjua
2020-08-31
samples/bpf: Optimize l2fwd performance in xdpsock
Magnus Karlsson
2020-08-31
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
2020-08-24
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
2020-08-24
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
2020-08-24
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-20
tracing: switch to kernel_clone()
Christian Brauner
2020-08-20
kprobes: switch to kernel_clone()
Christian Brauner
2020-08-18
samples: bpf: Fix broken bpf programs due to removed symbol
Daniel T. Lee
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
2020-08-07
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-07-21
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
2020-07-16
samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap
Lorenzo Bianconi
2020-07-16
samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop
Lorenzo Bianconi
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-13
samples: bpf: Add an option for printing extra statistics in xdpsock
Ciara Loftus
2020-07-10
bpf: Fix fds_example SIGSEGV error
Wenbo Zhang
2020-07-09
PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
Huacai Chen
2020-07-08
samples: bpf: Refactor BPF map performance test with libbpf
Daniel T. Lee
2020-07-08
samples: bpf: Refactor BPF map in map test with libbpf
Daniel T. Lee
2020-07-08
samples: bpf: Fix bpf programs with kprobe/sys_connect event
Daniel T. Lee
2020-07-03
samples/vfs: avoid warning in statx override
Kees Cook
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-21
Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-06-22
samples: watch_queue: build sample program for target architecture
Masahiro Yamada
2020-06-20
Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2020-06-19
docs: move remaining stuff under Documentation/*.txt to Documentation/staging
Mauro Carvalho Chehab
2020-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-06-16
sample-trace-array: Remove trace_array 'sample-instance'
Kefeng Wang
2020-06-16
sample-trace-array: Fix sleeping function called from invalid context
Kefeng Wang
2020-06-16
bpf, xdp, samples: Fix null pointer dereference in *_user code
Gaurav Singh
2020-06-15
samples: mei: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-13
binderfs: add gitignore for generated sample program
Linus Torvalds
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-06-13
watch_queue: add gitignore for generated sample program
Linus Torvalds
2020-06-13
Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2020-06-11
samples: binderfs: really compile this sample and fix build issues
Masahiro Yamada
2020-06-06
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-01
Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
2020-06-01
Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-06-01
Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-05-20
samples/ftrace: Fix asm function ELF annotations
Josh Poimboeuf
2020-05-19
samples, bpf: Refactor kprobe, tail call kern progs map definition
Daniel T. Lee
2020-05-19
samples, bpf: Add tracex7 test file to .gitignore
Daniel T. Lee
2020-05-19
samples, bpf: Refactor tail call user progs with libbpf
Daniel T. Lee
2020-05-19
samples, bpf: Refactor kprobe tracing user progs with libbpf
Daniel T. Lee
2020-05-19
samples, bpf: Refactor pointer error check with libbpf
Daniel T. Lee
2020-05-19
pipe: Add notification lossage handling
David Howells
2020-05-19
pipe: Allow buffers to be marked read-whole-or-error for notifications
David Howells
2020-05-19
Add sample notification program
David Howells
2020-05-17
samples: watchdog: use 'userprogs' syntax
Masahiro Yamada
2020-05-17
samples: timers: use 'userprogs' syntax
Masahiro Yamada
2020-05-17
samples: auxdisplay: use 'userprogs' syntax
Masahiro Yamada
2020-05-17
samples: mei: build sample program for target architecture
Masahiro Yamada
2020-05-17
samples: pidfd: build sample program for target architecture
Masahiro Yamada
2020-05-17
samples: vfs: build sample programs for target architecture
Masahiro Yamada
2020-05-17
samples: connector: build sample program for target architecture
Masahiro Yamada
2020-05-17
samples: hidraw: build sample program for target architecture
Masahiro Yamada
2020-05-17
samples: uhid: build sample program for target architecture
Masahiro Yamada
2020-05-17
samples: uhid: fix warnings in uhid-example
Sam Ravnborg
2020-05-17
samples: seccomp: build sample programs for target architecture
Masahiro Yamada
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-05-14
samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS
Lorenzo Bianconi
2020-05-14
samples: bpf: Fix build error
Matteo Croce
2020-05-14
uapi: deprecate STATX_ALL
Miklos Szeredi
2020-05-13
samples/bpf: Remove compiler warnings
Yonghong Song
2020-05-12
samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.
Masami Hiramatsu
2020-05-12
Revert "objtool: Skip samples subdirectory"
Masahiro Yamada
2020-05-07
tracing: Fix doc mistakes in trace sample
Wei Yang
2020-05-05
samples: fix binderfs sample
Arnd Bergmann
2020-04-30
docs: networking: convert pktgen.txt to ReST
Mauro Carvalho Chehab
2020-04-21
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn