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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-06
add ethercat codes.
Minda Chen
1
-0
/
+79
2023-11-06
entry: Fix the preempt lazy fallout
Thomas Gleixner
1
-0
/
+6
2023-11-06
x86: Support for lazy preemption
Thomas Gleixner
1
-1
/
+1
2023-11-06
signal/x86: Delay calling signals in atomic
Oleg Nesterov
1
-0
/
+4
2023-11-06
sched: Add support for lazy preemption
Thomas Gleixner
4
-5
/
+103
2023-11-06
generic/softirq: Disable softirq stacks on PREEMPT_RT
Thomas Gleixner
1
-1
/
+1
2023-11-06
random: Make it work on rt
Thomas Gleixner
2
-1
/
+2
2023-11-06
net: Use skbufhead with raw lock
Thomas Gleixner
1
-0
/
+7
2023-11-06
rcu: Delay RCU-selftests
Sebastian Andrzej Siewior
1
-0
/
+7
2023-11-06
fs/dcache: use swait_queue instead of waitqueue
Sebastian Andrzej Siewior
2
-3
/
+3
2023-11-06
ptrace: fix ptrace vs tasklist_lock race
Sebastian Andrzej Siewior
1
-4
/
+75
2023-11-06
u64_stats: Disable preemption on 32bit-UP/SMP with RT during updates
Sebastian Andrzej Siewior
1
-14
/
+28
2023-11-06
softirq: Check preemption after reenabling interrupts
Thomas Gleixner
1
-0
/
+3
2023-11-06
kernel/sched: add {put|get}_cpu_light()
Sebastian Andrzej Siewior
1
-0
/
+3
2023-11-06
sched: Make preempt_enable_no_resched() behave like preempt_enable() on PREEM...
Thomas Gleixner
1
-1
/
+5
2023-11-06
locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
Sebastian Andrzej Siewior
2
-2
/
+2
2023-11-06
lockdep: Make it RT aware
Thomas Gleixner
1
-8
/
+15
2023-11-06
rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().
Sebastian Andrzej Siewior
1
-0
/
+9
2023-11-06
sched: Move mmdrop to RCU on RT
Thomas Gleixner
2
-0
/
+24
2023-11-06
sched: Make cond_resched_lock() variants RT aware
Thomas Gleixner
2
-11
/
+28
2023-11-06
sched: Make RCU nest depth distinct in __might_resched()
Thomas Gleixner
2
-2
/
+5
2023-11-06
sched: Remove preempt_offset argument from __might_sleep()
Thomas Gleixner
1
-4
/
+3
2023-11-06
sched: Make cond_resched_*lock() variants consistent vs. might_sleep()
Thomas Gleixner
1
-6
/
+6
2023-11-06
sched: Clean up the might_sleep() underscore zoo
Thomas Gleixner
2
-7
/
+7
2023-11-06
irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+5
2023-11-06
irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.
Sebastian Andrzej Siewior
1
-0
/
+3
2023-11-06
net: sched: remove one pair of atomic operations
Eric Dumazet
1
-4
/
+8
2023-11-06
net: sched: fix logic error in qdisc_run_begin()
Eric Dumazet
1
-1
/
+1
2023-11-06
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
3
-34
/
+22
2023-11-06
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
Ahmed S. Darwish
5
-54
/
+40
2023-11-06
net: sched: Protect Qdisc::bstats with u64_stats
Ahmed S. Darwish
2
-0
/
+4
2023-11-06
u64_stats: Introduce u64_stats_set()
Ahmed S. Darwish
1
-0
/
+10
2023-11-06
gen_stats: Move remaining users to gnet_stats_add_queue().
Sebastian Andrzej Siewior
2
-6
/
+2
2023-11-06
gen_stats: Add gnet_stats_add_queue().
Sebastian Andrzej Siewior
1
-0
/
+3
2023-11-06
gen_stats: Add instead Set the value in __gnet_stats_copy_basic().
Sebastian Andrzej Siewior
1
-4
/
+4
2023-11-06
printk: add pr_flush()
John Ogness
1
-0
/
+7
2023-11-06
printk: add console handover
John Ogness
1
-0
/
+1
2023-11-06
printk: remove deferred printing
John Ogness
2
-42
/
+2
2023-11-06
printk: move console printing to kthreads
John Ogness
1
-0
/
+13
2023-11-06
printk: introduce kernel sync mode
John Ogness
2
-0
/
+10
2023-11-06
serial: 8250: implement write_atomic
John Ogness
1
-0
/
+5
2023-11-06
console: add write_atomic interface
John Ogness
3
-0
/
+27
2023-11-06
printk: rename printk cpulock API and always disable interrupts
John Ogness
1
-16
/
+14
2023-11-06
sched: Introduce migratable()
Valentin Schneider
1
-0
/
+10
2023-11-04
Merge tag 'JH7110_515_SDK_v5.9.0' into vf2-515-devel
Andy Hu
2
-0
/
+357
2023-11-01
Add ISP control for video2 and video3.
zejian.su
1
-0
/
+23
2023-11-01
Expand 2 bytes after the SC buffer for the AE/AWB flag and copy the histogram...
zejian.su
1
-0
/
+33
2023-11-01
Add 16 ISP controls, remove the frame SYNC event to video7 (SC) These control...
zejian.su
1
-3
/
+45
2023-11-01
media: satrfive: stf_isp: Add new conctrl support
Changhuang Liang
2
-0
/
+259
2023-08-14
sound:simple card: fix cannot register pwmdac and hdmi snd card
carter.li
1
-0
/
+2
[next]