Age | Commit message (Expand) | Author |
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 |
2021-05-13 | tick/nohz: Kick only _queued_ task whose tick dependency is updated | Marcelo Tosatti |
2021-05-13 | tick/nohz: Change signal tick dependency to wake up CPUs of member tasks | Marcelo Tosatti |
2021-05-13 | tick/nohz: Only wake up a single target cpu when kicking a task | Frederic Weisbecker |
2021-05-13 | tick/nohz: Update nohz_full Kconfig help | Frederic Weisbecker |
2021-05-13 | tick/nohz: Update idle_exittime on actual idle exit | Yunfeng Ye |
2021-05-13 | tick/nohz: Remove superflous check for CONFIG_VIRT_CPU_ACCOUNTING_NATIVE | Frederic Weisbecker |
2021-05-13 | tick/nohz: Conditionally restart tick on idle exit | Yunfeng Ye |
2021-05-11 | alarmtimer: Check RTC features instead of ops | Alexandre Belloni |
2021-05-10 | timer: Revert "timer: Add timer_curr_running()" | Frederic Weisbecker |
2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2021-04-26 | Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2021-04-26 | Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-04-26 | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-04-23 | Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini |
2021-04-17 | posix-timers: Preserve return value in clock_adjtime32() | Chen Jun |
2021-04-16 | tick/broadcast: Allow late registered device to enter oneshot mode | Jindong Yue |
2021-04-16 | tick: Use tick_check_replacement() instead of open coding it | Wang Wensheng |
2021-04-16 | time/timecounter: Mark 1st argument of timecounter_cyc2time() as const | Marc Kleine-Budde |
2021-04-08 | Merge back earlier cpuidle updates for v5.13. | Rafael J. Wysocki |
2021-04-07 | tick/nohz: Improve tick_nohz_get_next_hrtimer() kerneldoc | Rafael J. Wysocki |
2021-04-07 | time: Add mechanism to recognize clocksource in time_get_snapshot | Thomas Gleixner |
2021-03-29 | timekeeping: Allow runtime PM from change_clocksource() | Niklas Söderlund |
2021-03-22 | timekeeping, clocksource: Fix various typos in comments | Ingo Molnar |
2021-03-18 | time/debug: Remove dentry pointer for debugfs | Greg Kroah-Hartman |
2021-03-17 | tick/sched: Prevent false positive softirq pending warnings on RT | Thomas Gleixner |
2021-03-16 | kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() | Oleg Nesterov |