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
2024-03-06
timer/migration: Fix quick check reporting late expiry
Frederic Weisbecker
1
-9
/
+15
2024-02-29
tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=n
Arnd Bergmann
1
-1
/
+1
2024-02-27
vdso/datapage: Quick fix - use asm/page-def.h for ARM64
Anna-Maria Behnsen
1
-0
/
+4
2024-02-26
timers: Assert no next dyntick timer look-up while CPU is offline
Frederic Weisbecker
1
-3
/
+3
2024-02-26
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
5
-13
/
+8
2024-02-26
tick: Shut down low-res tick from dying CPU
Frederic Weisbecker
3
-10
/
+29
2024-02-26
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
4
-26
/
+26
2024-02-26
tick: Move individual bit features to debuggable mask accesses
Frederic Weisbecker
3
-43
/
+73
2024-02-26
tick: Move got_idle_tick away from common flags
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE mode
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
4
-8
/
+5
2024-02-26
tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2
-2
/
+2
2024-02-26
tick: Start centralizing tick related CPU hotplug operations
Frederic Weisbecker
4
-11
/
+23
2024-02-26
tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()
Frederic Weisbecker
1
-5
/
+0
2024-02-26
tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()
Frederic Weisbecker
1
-2
/
+2
2024-02-26
tick: Use IS_ENABLED() whenever possible
Frederic Weisbecker
2
-12
/
+6
2024-02-26
tick/sched: Remove useless oneshot ifdeffery
Frederic Weisbecker
1
-5
/
+1
2024-02-26
tick/nohz: Remove duplicate between lowres and highres handlers
Peng Liu
1
-60
/
+36
2024-02-26
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...
Peng Liu
3
-23
/
+20
2024-02-23
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
1
-1
/
+2
2024-02-22
timers: Always queue timers on the local CPU
Anna-Maria Behnsen
2
-31
/
+19
2024-02-22
timer_migration: Add tracepoints
Anna-Maria Behnsen
3
-0
/
+325
2024-02-22
timers: Implement the hierarchical pull model
Anna-Maria Behnsen
6
-8
/
+2011
2024-02-22
timers: Introduce function to check timer base is_idle flag
Anna-Maria Behnsen
2
-0
/
+11
2024-02-22
tick/sched: Split out jiffies update helper function
Richard Cochran (linutronix GmbH)
2
-7
/
+20
2024-02-22
timers: Check if timers base is handled already
Anna-Maria Behnsen
1
-0
/
+3
2024-02-22
timers: Restructure internal locking
Richard Cochran (linutronix GmbH)
1
-10
/
+21
2024-02-22
timers: Add get next timer interrupt functionality for remote CPUs
Anna-Maria Behnsen
2
-5
/
+100
2024-02-22
timers: Split out "get next timer interrupt" functionality
Anna-Maria Behnsen
1
-26
/
+38
2024-02-22
timers: Retrieve next expiry of pinned/non-pinned timers separately
Anna-Maria Behnsen
1
-4
/
+31
2024-02-22
timers: Keep the pinned timers separate from the others
Anna-Maria Behnsen
1
-29
/
+56
2024-02-22
timers: Split next timer interrupt logic
Anna-Maria Behnsen
1
-13
/
+19
2024-02-22
timers: Simplify code in run_local_timers()
Anna-Maria Behnsen
1
-8
/
+6
2024-02-22
timers: Make sure TIMER_PINNED flag is set in add_timer_on()
Anna-Maria Behnsen
1
-1
/
+7
2024-02-22
workqueue: Use global variant for add_timer()
Anna-Maria Behnsen
1
-1
/
+1
2024-02-22
timers: Introduce add_timer() variants which modify timer flags
Anna-Maria Behnsen
2
-0
/
+36
2024-02-22
timers: Optimization for timer_base_try_to_set_idle()
Anna-Maria Behnsen
2
-4
/
+9
2024-02-22
timers: Move marking timer bases idle into tick_nohz_stop_tick()
Anna-Maria Behnsen
3
-30
/
+71
2024-02-22
timers: Split out get next timer interrupt
Anna-Maria Behnsen
1
-9
/
+14
2024-02-22
timers: Restructure get_next_timer_interrupt()
Anna-Maria Behnsen
1
-6
/
+6
2024-02-21
clocksource: Scale the watchdog read retries automatically
Feng Tang
5
-20
/
+25
2024-02-21
time/kunit: Use correct format specifier
David Gow
1
-1
/
+1
2024-02-20
csky/vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-8
/
+2
2024-02-20
MIPS: vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
2
-6
/
+1
2024-02-20
LoongArch: vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-4
/
+2
2024-02-20
s390/vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-4
/
+1
2024-02-20
riscv: vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-8
/
+2
2024-02-20
arm64: vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-4
/
+1
2024-02-20
vdso/ARM: Make union vdso_data_store available for all architectures
Anna-Maria Behnsen
5
-32
/
+13
2024-02-20
csky/vdso: Remove superfluous ifdeffery
Anna-Maria Behnsen
2
-9
/
+0
[next]