index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
2024-12-05
clocksource: Make negative motion detection more robust
Thomas Gleixner
2024-11-28
ntp: Remove invalid cast in time offset math
Marcelo Dalmas
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-19
Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-19
Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-11-19
Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-07
hrtimers: Delete hrtimer_init_on_stack()
Nam Cao
2024-11-07
alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack()
Nam Cao
2024-11-07
hrtimers: Delete hrtimer_init_sleeper_on_stack()
Nam Cao
2024-11-07
timers: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
2024-11-07
hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
Nam Cao
2024-11-07
hrtimers: Introduce hrtimer_setup_on_stack()
Nam Cao
2024-11-07
hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
Nam Cao
2024-11-07
hrtimers: Add missing hrtimer_init() trace points
Nam Cao
2024-11-07
softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
Sebastian Andrzej Siewior
2024-11-07
timers: Use __raise_softirq_irqoff() to raise the softirq.
Sebastian Andrzej Siewior
2024-11-07
hrtimer: Use __raise_softirq_irqoff() to raise the softirq
Sebastian Andrzej Siewior
2024-11-07
alarmtimers: Remove return value from alarm functions
Thomas Gleixner
2024-11-07
alarmtimers: Remove the throttle mechanism from alarm_forward_now()
Thomas Gleixner
2024-11-07
posix-timers: Cleanup SIG_IGN workaround leftovers
Thomas Gleixner
2024-11-07
signal: Queue ignored posixtimers on ignore list
Thomas Gleixner
2024-11-07
posix-timers: Handle ignored list on delete and exit
Thomas Gleixner
2024-11-07
posix-timers: Move sequence logic into struct k_itimer
Thomas Gleixner
2024-11-07
posix-timers: Embed sigqueue in struct k_itimer
Thomas Gleixner
2024-11-07
signal: Replace resched_timer logic
Thomas Gleixner
2024-11-07
signal: Refactor send_sigqueue()
Thomas Gleixner
2024-11-07
posix-timers: Store PID type in the timer
Thomas Gleixner
2024-11-07
posix-timers: Add a refcount to struct k_itimer
Thomas Gleixner
2024-11-07
posix-cpu-timers: Use dedicated flag for CPU timer nanosleep
Thomas Gleixner
2024-11-07
posix-cpu-timers: Cleanup the firing logic
Thomas Gleixner
2024-11-07
posix-timers: Make signal overrun accounting sensible
Thomas Gleixner
2024-11-07
posix-timers: Make signal delivery consistent
Thomas Gleixner
2024-11-07
posix-cpu-timers: Correctly update timer status in posix_cpu_timer_del()
Thomas Gleixner
2024-11-05
seqlock, treewide: Switch to non-raw seqcount_latch interface
Marco Elver
2024-11-05
time/sched_clock: Broaden sched_clock()'s instrumentation coverage
Marco Elver
2024-11-05
time/sched_clock: Swap update_clock_read_data() latch writes
Marco Elver
2024-11-02
timekeeping: Always check for negative motion
Thomas Gleixner
2024-11-02
timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
Thomas Gleixner
2024-10-31
timers: Add missing READ_ONCE() in __run_timer_base()
Thomas Gleixner
2024-10-31
tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYING
Frederic Weisbecker
2024-10-31
clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYING
Frederic Weisbecker
2024-10-31
clockevents: Improve clockevents_notify_released() comment
Frederic Weisbecker
2024-10-29
posix-timers: Add proper state tracking
Thomas Gleixner
2024-10-29
posix-timers: Rename k_itimer:: It_requeue_pending
Thomas Gleixner
2024-10-29
posix-timers: Drop signal if timer has been deleted or reprogrammed
Thomas Gleixner
2024-10-29
signal: Allow POSIX timer signals to be dropped
Thomas Gleixner
2024-10-29
posix-timers: Cure si_sys_private race
Thomas Gleixner
2024-10-29
signal: Confine POSIX_TIMERS properly
Thomas Gleixner
2024-10-25
time: Fix references to _msecs_to_jiffies() handling of values
Miguel Ojeda
[next]