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-10-17
Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-15
kyber: avoid q->disk dereferences in trace points
Christoph Hellwig
2021-10-05
cachefiles: Fix oops with cachefiles_cull() due to NULL object
Dave Wysochanski
2021-10-02
cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL object
Dave Wysochanski
2021-09-25
Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
2021-09-23
erofs: fix up erofs_lookup tracepoint
Gao Xiang
2021-09-20
Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-09-13
afs: Try to avoid taking RCU read lock when checking vnode validity
David Howells
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
mm/damon: add a tracepoint
SeongJae Park
2021-09-08
mm/idle_page_tracking: make PG_idle reusable
SeongJae Park
2021-09-08
mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
Muchun Song
2021-09-06
Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
2021-09-04
Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
2021-09-04
Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2021-09-03
io_uring: io_uring_complete() trace should take an integer
Jens Axboe
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
mm/migrate: demote pages during reclaim
Dave Hansen
2021-09-03
mm: remove VM_DENYWRITE
David Hildenbrand
2021-09-02
Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-08-31
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2021-08-31
Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2021-08-31
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2021-08-30
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-27
fscache: Use refcount_t for the cookie refcount instead of atomic_t
David Howells
2021-08-27
fscache: Fix fscache_cookie_put() to not deref after dec
David Howells
2021-08-27
fscache: Add a cookie debug ID and use that in traces
David Howells
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-25
netfs: Move cookie debug ID to struct netfs_cache_resources
David Howells
2021-08-23
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-23
f2fs: introduce periodic iostat io latency traces
Daeho Jeong
2021-08-23
f2fs: separate out iostat feature
Daeho Jeong
2021-08-23
btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc
Josef Bacik
2021-08-23
btrfs: enable a tracepoint when we fail tickets
Josef Bacik
2021-08-23
btrfs: include delalloc related info in dump space info tracepoint
Josef Bacik
2021-08-20
mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names
Mike Rapoport
2021-08-17
SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()
Chuck Lever
2021-08-17
tracing: Add trace_event helper macros __string_len() and __assign_str_len()
Steven Rostedt (VMware)
2021-08-10
SUNRPC: Eliminate the RQ_AUTHERR flag
Chuck Lever
2021-08-10
SUNRPC: Add svc_rqst::rq_auth_stat
Chuck Lever
2021-08-09
xprtrdma: Add an xprtrdma_post_send_err tracepoint
Chuck Lever
2021-08-09
xprtrdma: Add xprtrdma_post_recvs_err() tracepoint
Chuck Lever
2021-08-09
SUNRPC: Record timeout value in xprt_retransmit tracepoint
Chuck Lever
2021-08-09
SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectly
Chuck Lever
2021-08-09
SUNRPC: Update trace flags
Chuck Lever
2021-08-09
SUNRPC: Remove unneeded TRACE_DEFINE_ENUMs
Chuck Lever
2021-07-27
qdisc: add new field for qdisc_enqueue tracepoint
Tonghao Zhang
2021-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2021-07-21
afs: Fix tracepoint string placement with built-in AFS
David Howells
2021-07-15
net_sched: introduce tracepoint trace_qdisc_enqueue()
Qitao Xu
2021-07-15
net_sched: use %px to print skb address in trace_qdisc_dequeue()
Qitao Xu
2021-07-15
net: use %px to print skb address in trace_netif_receive_skb
Qitao Xu
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Linus Torvalds
2021-07-03
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-07-02
Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-01
Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_low
Yu Zhao
2021-06-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2021-06-30
treewide: Add missing semicolons to __assign_str uses
Joe Perches
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
net: sock: add trace for socket errors
Alexander Aring
2021-06-29
mm, tracing: unify PFN format strings
Vincent Whitchurch
2021-06-28
Merge tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2021-06-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2021-06-28
tracing: Fix spelling in osnoise tracer "interferences" -> "interference"
Colin Ian King
2021-06-25
trace: Add osnoise tracer
Daniel Bristot de Oliveira
2021-06-25
trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpers
Steven Rostedt
2021-06-24
jbd2,ext4: add a shrinker to release checkpointed buffers
Zhang Yi
2021-06-22
btrfs: rip out may_commit_transaction
Josef Bacik
2021-06-21
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
2021-06-18
mptcp: dump csum fields in mptcp_dump_mpext
Geliang Tang
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-16
io_uring: minor clean up in trace events definition
Olivier Langlois
2021-06-16
io_uring: Add to traces the req pointer when available
Olivier Langlois
2021-06-11
virtio/vsock: update trace event for SEQPACKET
Arseny Krasnov
2021-06-10
trace: replace WB_REASON_FOREIGN_FLUSH with a string
Chunguang Xu
2021-06-10
sched/tracing: Remove the redundant 'success' in the sched tracepoint
Ed Tsai
2021-06-10
iommu/vt-d: Add prq_report trace event
Lu Baolu
2021-06-04
kasan: disable freed user page poisoning with HW tags
Peter Collingbourne
2021-05-31
scsi: core: Kill message byte
Hannes Reinecke
2021-05-31
scsi: core: Drop the now obsolete driver_byte definitions
Hannes Reinecke
2021-05-26
spi: Enable tracing of the SPI setup CS selection
Andy Shevchenko
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
2021-05-14
tcp: add tracepoint for checksum errors
Jakub Kicinski
2021-05-12
rcu/nocb: Unify timers
Frederic Weisbecker
2021-05-10
scsi: ufs: core: Enable power management for wlun
Asutosh Das
2021-05-07
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2021-05-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-05-05
mm/gup: migrate pinned pages out of movable zone
Pavel Tatashin
2021-05-05
mm: use proper type for cma_[alloc|release]
Minchan Kim
2021-05-05
mm: cma: add the CMA instance name to cma trace events
Minchan Kim
2021-05-05
mm: cma: add trace events for CMA alloc perf testing
Liam Mark
2021-05-05
userfaultfd: add minor fault registration mode
Axel Rasmussen
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2021-04-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2021-04-30
mm, tracing: improve rss_stat tracepoint message
Ovidiu Panait
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-29
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2021-04-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-04-28
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2021-04-27
Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-04-27
Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-04-26
Merge tag 'for-5.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2021-04-26
Merge tag 'nfsd-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2021-04-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2021-04-26
xprtrdma: Move fr_mr field to struct rpcrdma_mr
Chuck Lever
2021-04-26
xprtrdma: Remove the RPC/RDMA QP event handler
Chuck Lever
2021-04-26
xprtrdma: Don't display r_xprt memory addresses in tracepoints
Chuck Lever
2021-04-26
xprtrdma: Add an rpcrdma_mr_completion_class
Chuck Lever
2021-04-26
xprtrdma: Add tracepoints showing FastReg WRs and remote invalidation
Chuck Lever
2021-04-26
xprtrdma: Do not recycle MR after FastReg/LocalInv flushes
Chuck Lever
2021-04-23
afs: Use ITER_XARRAY for writing
David Howells
2021-04-23
afs: Pass page into dirty region helpers to provide THP size
David Howells
2021-04-23
netfs: Add a tracepoint to log failures that would be otherwise unseen
David Howells
2021-04-23
netfs: Define an interface to talk to a cache
David Howells
2021-04-23
netfs: Add write_begin helper
David Howells
2021-04-23
netfs: Add tracepoints
David Howells
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
2021-04-17
KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint
Sean Christopherson
2021-04-17
KVM: Move arm64's MMU notifier trace events to generic code
Sean Christopherson
2021-04-16
mptcp: add tracepoint in subflow_check_data_avail
Geliang Tang
2021-04-16
mptcp: add tracepoint in ack_update_msk
Geliang Tang
2021-04-16
mptcp: add tracepoint in get_mapping_status
Geliang Tang
2021-04-16
mptcp: add tracepoint in mptcp_subflow_get_send
Geliang Tang
2021-04-16
Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into next
Joerg Roedel
2021-04-14
SUNRPC: Remove trace_xprt_transmit_queued
Chuck Lever
2021-04-14
SUNRPC: Add tracepoint that fires when an RPC is retransmitted
Chuck Lever
2021-04-12
block: add queue_to_disk() to get gendisk from request_queue
Jeffle Xu
2021-04-11
io_uring: include cflags in completion trace event
Jens Axboe
2021-04-11
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
2021-04-07
iommu/vt-d: Remove unused dma map/unmap trace events
Lu Baolu
2021-04-02
ext4: delete some unused tracepoint definitions
Eric Whitney
2021-04-02
random: remove dead code left over from blocking pool
Eric Biggers
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
2021-03-22
SUNRPC: Export svc_xprt_received()
Chuck Lever
2021-03-18
workqueue/tracing: Copy workqueue name to buffer in trace event
Steven Rostedt (VMware)
2021-03-15
rcu/tree: Add a trace event for RCU CPU stall warnings
Sangmoon Kim
2021-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-10
bpf, xdp: Restructure redirect actions
Björn Töpel
2021-03-06
x86/mm/tlb: Flush remote and local TLBs concurrently
Nadav Amit
2021-03-04
scsi: ufs: Add exception event tracepoint
Adrian Hunter
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-26
Merge tag 'trace-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2021-02-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-02-26
tracing: add error_report_end trace point
Alexander Potapenko
2021-02-26
Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2021-02-25
mm, tracing: Fix kmem_cache_free trace event to not print stale pointers
Steven Rostedt (VMware)
2021-02-24
mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()
Yu Zhao
2021-02-24
mm, tracing: record slab name for kmem_cache_free()
Jacob Wen
2021-02-22
Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2021-02-22
Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2021-02-22
Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2021-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-02-22
blktrace: fix blk_rq_merge documentation
Chaitanya Kulkarni
2021-02-22
blktrace: fix blk_rq_issue documentation
Chaitanya Kulkarni
2021-02-22
block: remove superfluous param in blk_fill_rwbs()
Chaitanya Kulkarni
2021-02-21
Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2021-02-21
Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2021-02-21
Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-02-12
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
2021-02-11
tracing: Update the stage 3 of trace event macro comment
Masami Hiramatsu
2021-02-11
tracing: Show real address for trace event arguments
Masami Hiramatsu
2021-02-08
btrfs: add a trace class for dumping the current ENOSPC state
Josef Bacik
2021-02-08
btrfs: adjust the flush trace point to include the source
Josef Bacik
2021-02-08
btrfs: introduce a FORCE_COMMIT_TRANS flush operation
Josef Bacik
2021-02-08
btrfs: add a trace point for reserve tickets
Josef Bacik
2021-02-08
btrfs: rework the order of btrfs_ordered_extent::flags
Qu Wenruo
2021-02-05
rpcrdma: Capture bytes received in Receive completion tracepoints
Chuck Lever
2021-02-04
netlink: add tracepoint at NL_SET_ERR_MSG
Marcelo Ricardo Leitner
2021-02-04
net: tracepoint: exposing sk_family in all tcp:tracepoints
Hariharan Ananthakrishnan
2021-02-02
iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]
Lu Baolu
2021-01-28
iommu/vt-d: Add qi_submit trace event
Lu Baolu
2021-01-25
SUNRPC: Display RPC procedure names instead of proc numbers
Chuck Lever
2021-01-24
Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-01-20
trace: bpf: Allow bpf to attach to bare tracepoints
Qais Yousef
2021-01-19
workqueue: tracing the name of the workqueue instead of it's address
Zqiang
2021-01-13
SUNRPC: Move the svc_xdr_recvfrom tracepoint again
Chuck Lever
2021-01-11
kthread: remove comments about old _do_fork() helper
Yanfei Xu
2021-01-07
scsi: ufs: Make UPIU trace easier differentiate among CDB, OSF, and TM
Bean Huo
2021-01-07
scsi: ufs: Use __print_symbolic() for UFS trace string print
Bean Huo
2021-01-07
scsi: ufs: Remove stringize operator '#' restriction
Bean Huo
2021-01-06
rcu/trace: Add tracing for how segcb list changes
Joel Fernandes (Google)
2021-01-05
Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-01-04
afs: Fix directory entry size calculation
David Howells
2020-12-24
Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-21
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
2020-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-12-17
Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds