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-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
24
-31
/
+31
2024-09-08
cpu: Use already existing usleep_range()
Anna-Maria Behnsen
1
-1
/
+1
2024-09-08
timers: Rename next_expiry_recalc() to be unique
Anna-Maria Behnsen
1
-3
/
+3
2024-09-06
Merge tag 'timers-v6.12-rc1' of https://git.linaro.org/people/daniel.lezcano/...
Thomas Gleixner
17
-21
/
+129
2024-09-06
platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_re...
Marek Maslanka
1
-1
/
+1
2024-09-06
clocksource/drivers/jcore: Use request_percpu_irq()
Uros Bizjak
1
-4
/
+3
2024-09-06
clocksource/drivers/cadence-ttc: Add missing clk_disable_unprepare in ttc_set...
Gaosheng Cui
1
-2
/
+4
2024-09-06
clocksource/drivers/asm9260: Add missing clk_disable_unprepare in asm9260_tim...
Gaosheng Cui
1
-0
/
+1
2024-09-06
clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()
Ankit Agrawal
1
-1
/
+6
2024-09-06
clocksource/drivers/ingenic: Use devm_clk_get_enabled() helpers
Huan Yang
1
-6
/
+1
2024-09-06
platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended
Marek Maslanka
8
-0
/
+65
2024-09-06
clocksource: acpi_pm: Add external callback for suspend/resume
Marek Maslanka
2
-0
/
+45
2024-09-06
clocksource/drivers/arm_arch_timer: Using for_each_available_child_of_node_sc...
Zhang Zekun
1
-8
/
+3
2024-09-06
dt-bindings: timer: rockchip: Add rk3576 compatible
Detlev Casanova
1
-0
/
+1
2024-09-04
timers: Annotate possible non critical data race of next_expiry
Anna-Maria Behnsen
1
-5
/
+37
2024-08-29
timers: Remove historical extra jiffie for timeout in msleep()
Anna-Maria Behnsen
1
-2
/
+2
2024-08-23
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
5
-26
/
+22
2024-08-14
hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.
Sebastian Andrzej Siewior
1
-0
/
+2
2024-08-14
timers: Add sparse annotation for timer_sync_wait_running().
Sebastian Andrzej Siewior
1
-0
/
+2
2024-07-30
Merge tag 'posix-timers-2024-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Thomas Gleixner
12
-286
/
+607
2024-07-29
signal: Replace BUG_ON()s
Thomas Gleixner
1
-4
/
+7
2024-07-29
signal: Remove task argument from dequeue_signal()
Thomas Gleixner
3
-18
/
+14
2024-07-29
posix-timers: Consolidate signal queueing
Thomas Gleixner
4
-19
/
+15
2024-07-29
posix-cpu-timers: Make k_itimer::it_active consistent
Thomas Gleixner
1
-0
/
+4
2024-07-29
posix-timers: Consolidate timer setup
Thomas Gleixner
3
-20
/
+21
2024-07-29
posix-timers: Convert timer list to hlist
Thomas Gleixner
6
-18
/
+15
2024-07-29
posix-timers: Clear overrun in common_timer_set()
Thomas Gleixner
1
-0
/
+1
2024-07-29
posix-timers: Retrieve interval in common timer_settime() code
Thomas Gleixner
2
-9
/
+6
2024-07-29
posix-cpu-timers: Simplify posix_cpu_timer_set()
Thomas Gleixner
1
-27
/
+17
2024-07-29
posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()
Thomas Gleixner
1
-6
/
+1
2024-07-29
posix-cpu-timers: Use @now instead of @val for clarity
Thomas Gleixner
1
-13
/
+9
2024-07-29
posix-cpu-timers: Do not arm SIGEV_NONE timers
Thomas Gleixner
1
-16
/
+13
2024-07-29
posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()
Thomas Gleixner
1
-31
/
+6
2024-07-29
posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()
Thomas Gleixner
1
-1
/
+11
2024-07-29
posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()
Thomas Gleixner
1
-5
/
+9
2024-07-29
posix-cpu-timers: Handle interval timers correctly in timer_get()
Thomas Gleixner
1
-1
/
+17
2024-07-29
posix-cpu-timers: Save interval only for armed timers
Thomas Gleixner
1
-8
/
+6
2024-07-29
posix-cpu-timers: Split up posix_cpu_timer_get()
Thomas Gleixner
1
-27
/
+24
2024-07-29
selftests/timers/posix-timers: Validate overrun after unblock
Thomas Gleixner
1
-1
/
+60
2024-07-29
selftests/timers/posix-timers: Validate timer_gettime()
Thomas Gleixner
1
-1
/
+57
2024-07-29
selftests/timers/posix-timers: Validate SIGEV_NONE
Thomas Gleixner
1
-1
/
+52
2024-07-29
selftests/timers/posix_timers: Validate signal rules
Thomas Gleixner
1
-1
/
+107
2024-07-29
selftests/timers/posix_timers: Add SIG_IGN test
Thomas Gleixner
1
-2
/
+125
2024-07-29
selftests/timers/posix_timers: Simplify error handling
Thomas Gleixner
1
-99
/
+52
2024-07-29
Linux 6.11-rc1
Linus Torvalds
1
-2
/
+2
2024-07-29
Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-4
/
+4
2024-07-28
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
1
-8
/
+11
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
7
-10
/
+10
2024-07-28
Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
21
-214
/
+135
2024-07-28
kbuild: Fix '-S -c' in x86 stack protector scripts
Nathan Chancellor
2
-2
/
+2
[next]