index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
2021-11-02
posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
Michael Pratt
2021-09-23
posix-cpu-timers: Prevent spuriously armed 0-value itimer
Frederic Weisbecker
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
memcg: enable accounting for posix_timers_cache slab
Vasily Averin
2021-09-03
memcg: enable accounting for new namesapces and struct nsproxy
Vasily Averin
2021-08-28
clocksource: Make clocksource watchdog test safe for slow-HZ systems
Paul E. McKenney
2021-08-12
hrtimer: Unbreak hrtimer_force_reprogram()
Thomas Gleixner
2021-08-12
hrtimer: Use raw_cpu_ptr() in clock_was_set()
Thomas Gleixner
2021-08-10
hrtimer: Avoid more SMP function calls in clock_was_set()
Thomas Gleixner
2021-08-10
hrtimer: Avoid unnecessary SMP function calls in clock_was_set()
Marcelo Tosatti
2021-08-10
hrtimer: Add bases argument to clock_was_set()
Thomas Gleixner
2021-08-10
time/timekeeping: Avoid invoking clock_was_set() twice
Thomas Gleixner
2021-08-10
timekeeping: Distangle resume and clock-was-set events
Thomas Gleixner
2021-08-10
hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y case
Thomas Gleixner
2021-08-10
hrtimer: Ensure timerfd notification for HIGHRES=n
Thomas Gleixner
2021-08-10
hrtimer: Consolidate reprogramming code
Peter Zijlstra
2021-08-10
hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()
Thomas Gleixner
2021-08-10
posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...
Frederic Weisbecker
2021-08-10
posix-cpu-timers: Consolidate timer base accessor
Frederic Weisbecker
2021-08-10
posix-cpu-timers: Remove confusing return value override
Frederic Weisbecker
2021-08-10
posix-cpu-timers: Force next expiration recalc after itimer reset
Frederic Weisbecker
2021-08-10
posix-cpu-timers: Force next_expiration recalc after timer deletion
Frederic Weisbecker
2021-08-10
posix-cpu-timers: Assert task sighand is locked while starting cputime counter
Frederic Weisbecker
2021-08-10
posix-timers: Remove redundant initialization of variable ret
Colin Ian King
2021-08-10
clocksource: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-07-27
timers: Move clearing of base::timer_running under base:: Lock
Thomas Gleixner
2021-07-15
timers: Fix get_next_timer_interrupt() with no timers pending
Nicolas Saenz Julienne
2021-07-15
posix-cpu-timers: Fix rearm racing against process tick
Frederic Weisbecker
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-29
Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-28
Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-28
time/kunit: Add missing MODULE_LICENSE()
Thomas Gleixner
2021-06-24
time: Improve performance of time64_to_tm()
Cassio Neri
2021-06-22
clockevents: Use list_move() instead of list_del()/list_add()
Baokun Li
2021-06-22
clocksource: Print deviation in nanoseconds when a clocksource becomes unstable
Feng Tang
2021-06-22
clocksource: Provide kernel module to test clocksource watchdog
Paul E. McKenney
2021-06-22
clocksource: Reduce clocksource-skew threshold
Paul E. McKenney
2021-06-22
clocksource: Limit number of CPUs checked for clock synchronization
Paul E. McKenney
2021-06-22
clocksource: Check per-CPU clock synchronization when marked unstable
Paul E. McKenney
2021-06-22
clocksource: Retry clock read if long delays detected
Paul E. McKenney
2021-06-22
clockevents: Add missing parameter documentation
Baokun Li
2021-06-18
sched,timer: Use __set_current_state()
Peter Zijlstra
2021-05-31
timer_list: Print name of per-cpu wakeup device
Will Deacon
2021-05-31
tick/broadcast: Program wakeup timer when entering idle if required
Will Deacon
2021-05-31
tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcast
Will Deacon
2021-05-31
tick/broadcast: Split __tick_broadcast_oneshot_control() into a helper
Will Deacon
2021-05-31
tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guard
Will Deacon
2021-05-31
clockevents: Use DEVICE_ATTR_[RO|WO] macros
YueHaibing
2021-05-31
tick/nohz: Only check for RCU deferred wakeup on user/guest entry when needed
Frederic Weisbecker
2021-05-13
tick/nohz: Call tick_nohz_task_switch() with interrupts disabled
Peter Zijlstra
[next]