Age | Commit message (Expand) | Author |
2022-03-28 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2022-03-24 | Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2022-03-10 | task_work: Remove unnecessary include from posix_timers.h | Eric W. Biederman |
2022-03-08 | prlimit: do not grab the tasklist_lock | Barret Rhoden |
2022-03-07 | tick/rcu: Stop allowing RCU_SOFTIRQ in idle | Frederic Weisbecker |
2022-03-07 | tick/rcu: Remove obsolete rcu_needs_cpu() parameters | Frederic Weisbecker |
2022-03-07 | tick: Detect and fix jiffies update stall | Frederic Weisbecker |
2022-02-01 | clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW | Waiman Long |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds |
2022-01-15 | cpumask: replace cpumask_next_* with cpumask_first_* where appropriate | Yury Norov |
2022-01-13 | Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-01-10 | Merge branch 'clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Thomas Gleixner |
2021-12-17 | timekeeping: Really make sure wall_to_monotonic isn't positive | Yu Liao |
2021-12-10 | timers: implement usleep_idle_range() | SeongJae Park |
2021-12-02 | timers/nohz: Last resort update jiffies on nohz_full IRQ entry | Frederic Weisbecker |
2021-11-30 | clocksource: Reduce the default clocksource_watchdog() retries to 2 | Waiman Long |
2021-11-30 | clocksource: Avoid accidental unstable marking of clocksources | Waiman Long |
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 |