index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-06
locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...
Peter Zijlstra
9
-35
/
+53
2020-08-06
x86/headers: Remove APIC headers from <asm/smp.h>
Ingo Molnar
17
-10
/
+18
2020-08-06
Merge branch 'WIP.locking/seqlocks' into locking/urgent
Ingo Molnar
86
-822
/
+1583
2020-07-29
seqcount: More consistent seqprop names
Peter Zijlstra
1
-26
/
+26
2020-07-29
seqcount: Compress SEQCNT_LOCKNAME_ZERO()
Peter Zijlstra
1
-45
/
+18
2020-07-29
seqlock: Fold seqcount_LOCKNAME_init() definition
Peter Zijlstra
1
-47
/
+14
2020-07-29
seqlock: Fold seqcount_LOCKNAME_t definition
Peter Zijlstra
1
-103
/
+39
2020-07-29
seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g
Peter Zijlstra
1
-10
/
+10
2020-07-29
hrtimer: Use sequence counter with associated raw spinlock
Ahmed S. Darwish
2
-4
/
+11
2020-07-29
kvm/eventfd: Use sequence counter with associated spinlock
Ahmed S. Darwish
2
-2
/
+2
2020-07-29
userfaultfd: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-2
/
+2
2020-07-29
NFSv4: Use sequence counter with associated spinlock
Ahmed S. Darwish
2
-2
/
+2
2020-07-29
iocost: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-3
/
+2
2020-07-29
raid5: Use sequence counter with associated spinlock
Ahmed S. Darwish
2
-2
/
+2
2020-07-29
vfs: Use sequence counter with associated spinlock
Ahmed S. Darwish
4
-5
/
+5
2020-07-29
timekeeping: Use sequence counter with associated raw spinlock
Ahmed S. Darwish
1
-8
/
+11
2020-07-29
xfrm: policy: Use sequence counters with associated lock
Ahmed S. Darwish
1
-5
/
+5
2020-07-29
netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
Ahmed S. Darwish
1
-2
/
+2
2020-07-29
netfilter: conntrack: Use sequence counter with associated spinlock
Ahmed S. Darwish
2
-3
/
+4
2020-07-29
sched: tasks: Use sequence counter with associated spinlock
Ahmed S. Darwish
3
-3
/
+4
2020-07-29
dma-buf: Use sequence counter with associated wound/wait mutex
Ahmed S. Darwish
3
-10
/
+2
2020-07-29
dma-buf: Remove custom seqcount lockdep class key
Ahmed S. Darwish
2
-10
/
+1
2020-07-29
seqlock: Align multi-line macros newline escapes at 72 columns
Ahmed S. Darwish
1
-14
/
+15
2020-07-29
seqlock: Extend seqcount API with associated locks
Ahmed S. Darwish
2
-69
/
+447
2020-07-29
seqlock: lockdep assert non-preemptibility on seqcount_t write
Ahmed S. Darwish
1
-6
/
+23
2020-07-29
lockdep: Add preemption enabled/disabled assertion APIs
Ahmed S. Darwish
2
-0
/
+20
2020-07-29
seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()
Ahmed S. Darwish
1
-4
/
+5
2020-07-29
seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs
Ahmed S. Darwish
1
-77
/
+348
2020-07-29
seqlock: Reorder seqcount_t and seqlock_t API definitions
Ahmed S. Darwish
1
-80
/
+78
2020-07-29
seqlock: seqcount_t latch: End read sections with read_seqcount_retry()
Ahmed S. Darwish
1
-2
/
+2
2020-07-29
seqlock: Properly format kernel-doc code samples
Ahmed S. Darwish
1
-52
/
+56
2020-07-29
Documentation: locking: Describe seqlock design and usage
Ahmed S. Darwish
3
-45
/
+211
2020-07-29
Merge branch 'locking/header'
Peter Zijlstra
22
-42
/
+3
2020-07-29
locking/qspinlock: Do not include atomic.h from qspinlock_types.h
Herbert Xu
2
-8
/
+1
2020-07-29
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
20
-34
/
+2
2020-07-28
lockdep: Move list.h inclusion into lockdep.h
Herbert Xu
2
-2
/
+1
2020-07-25
Merge tag 'v5.8-rc6' into locking/core, to pick up fixes
Ingo Molnar
655
-2784
/
+5169
2020-07-25
locking/lockdep: Fix overflow in presentation of average lock-time
Chris Wilson
1
-1
/
+1
2020-07-25
Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-23
/
+11
2020-07-25
Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into master
Linus Torvalds
1
-1
/
+19
2020-07-25
Merge branch 'akpm' into master (patches from Andrew)
Linus Torvalds
14
-25
/
+91
2020-07-25
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...
Linus Torvalds
1
-1
/
+1
2020-07-25
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2020-07-25
Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-14
/
+21
2020-07-25
Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-7
/
+11
2020-07-25
Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...
Linus Torvalds
1
-25
/
+36
2020-07-24
Merge tag 'iommu-fix-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-20
/
+17
2020-07-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/r...
Linus Torvalds
6
-21
/
+49
2020-07-24
Merge tag 'for-5.8/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-2
/
+20
2020-07-24
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-20
/
+21
[next]