index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-02
clocksource: Set cs_watchdog_read() checks based on .uncertainty_margin
Paul E. McKenney
1
-4
/
+5
2024-08-02
clocksource: Fix comments on WATCHDOG_THRESHOLD & WATCHDOG_MAX_SKEW
Paul E. McKenney
1
-1
/
+7
2024-08-02
clocksource: Improve comments for watchdog skew bounds
Borislav Petkov
1
-8
/
+20
2024-08-02
clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
Paul E. McKenney
1
-1
/
+1
2024-07-31
tick/broadcast: Move per CPU pointer access into the atomic section
Thomas Gleixner
1
-1
/
+2
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
1
-11
/
+8
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-27
Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-205
/
+215
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-22
timers/migration: Fix grammar in comment
Anna-Maria Behnsen
1
-1
/
+1
2024-07-22
timers/migration: Spare write when nothing changed
Anna-Maria Behnsen
1
-6
/
+5
2024-07-22
timers/migration: Rename childmask by groupmask to make naming more obvious
Anna-Maria Behnsen
2
-20
/
+19
2024-07-22
timers/migration: Read childmask and parent pointer in a single place
Anna-Maria Behnsen
1
-15
/
+5
2024-07-22
timers/migration: Use a single struct for hierarchy walk data
Anna-Maria Behnsen
1
-71
/
+55
2024-07-22
timers/migration: Improve tracing
Anna-Maria Behnsen
1
-6
/
+5
2024-07-22
timers/migration: Move hierarchy setup into cpuhotplug prepare callback
Anna-Maria Behnsen
1
-87
/
+119
2024-07-22
timers/migration: Do not rely always on group->parent
Anna-Maria Behnsen
2
-19
/
+26
2024-07-13
Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...
Thomas Gleixner
2
-28
/
+16
2024-07-11
tick/broadcast: Make takeover of broadcast hrtimer reliable
Yu Liao
1
-0
/
+23
2024-07-03
tick/sched: Combine WARN_ON_ONCE and print_once
Anna-Maria Behnsen
1
-4
/
+4
2024-06-25
hrtimer: Prevent queuing of hrtimer without a function callback
Phil Chang
1
-0
/
+2
2024-06-23
timekeeping: Add missing kernel-doc function comments
Yang Li
1
-0
/
+3
2024-06-21
tick: Remove unnused tick_nohz_get_idle_calls()
Christian Loehle
1
-14
/
+0
2024-06-10
tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()
Oleg Nesterov
1
-28
/
+14
2024-06-03
timekeeping: Add function to convert realtime to base clock
Lakshmi Sowjanya D
1
-0
/
+86
2024-06-03
timekeeping: Provide infrastructure for converting to/from a base clock
Lakshmi Sowjanya D
1
-1
/
+41
2024-06-03
time: Add MODULE_DESCRIPTION() to time test modules
Jeff Johnson
3
-0
/
+3
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2024-05-14
Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-104
/
+87
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-05-08
timers/migration: Prevent out of bounds access on failure
Levi Yun
1
-2
/
+2
2024-04-30
clocksource: Make the int help prompt unit readable in ncurses
Borislav Petkov (AMD)
1
-1
/
+1
2024-04-24
timekeeping: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-22
hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()
Jiapeng Chong
1
-13
/
+8
2024-04-10
timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpu
Thomas Gleixner
2
-22
/
+31
2024-04-09
clockevents: Convert s[n]printf() to sysfs_emit()
Li Zhijian
1
-1
/
+1
[prev]
[next]