summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-02-217-34/+81
|\
| * Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker...Thomas Gleixner2023-02-132-22/+56
| |\
| | * clocksource: Suspend the watchdog temporarily when high read latency detectedFeng Tang2023-01-251-13/+32
| | * clocksource: Improve "skew is too large" messagesPaul E. McKenney2023-01-051-0/+8
| | * clocksource: Improve read-back-delay messagePaul E. McKenney2023-01-041-2/+2
| | * clocksource: Loosen clocksource watchdog constraintsPaul E. McKenney2023-01-042-7/+14
| | * clocksource: Print clocksource name when clocksource is tested unstableYunying Sun2023-01-041-2/+2
| * | time/debug: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-1/+1
| * | posix-timers: Use atomic64_try_cmpxchg() in __update_gt_cputime()Uros Bizjak2023-02-061-7/+6
| * | hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso2023-01-311-3/+11
| * | hrtimer: Rely on rt_task() for DL tasks tooDavidlohr Bueso2023-01-311-1/+1
| * | timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-01-113-0/+6
* | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-2125-366/+689
|\ \ \
| * | | sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello2023-02-111-1/+4
| * | | sched/deadline: Add more reschedule cases to prio_changed_dl()Valentin Schneider2023-02-111-15/+27
| * | | sched/fair: sanitize vruntime of entity being placedZhang Qiao2023-02-111-2/+13
| * | | sched/fair: Remove capacity inversion detectionVincent Guittot2023-02-112-98/+5
| * | | sched/fair: unlink misfit task from cpu overutilizedVincent Guittot2023-02-111-23/+82
| * | | sched/clock: Make local_clock() noinstrPeter Zijlstra2023-01-311-6/+21
| * | | cpuidle: tracing, preempt: Squash _rcuidle tracingPeter Zijlstra2023-01-311-8/+6
| * | | cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra2023-01-312-0/+8
| * | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-3134-173/+330
| |\ \ \
| * | | | exit: Detect and fix irq disabled state in oopsNicholas Piggin2023-01-211-0/+7
| * | | | sched/fair: Limit sched slice durationVincent Guittot2023-01-151-1/+7
| * | | | context_tracking: Fix noinstr vs KASANPeter Zijlstra2023-01-131-6/+6
| * | | | tracing, hardirq: No moar _rcuidle() tracingPeter Zijlstra2023-01-131-8/+18
| * | | | tracing: WARN on rcuidlePeter Zijlstra2023-01-131-0/+3
| * | | | tracing: Remove trace_hardirqs_{on,off}_caller()Peter Zijlstra2023-01-131-29/+0
| * | | | time/tick-broadcast: Remove RCU_NONIDLE() usagePeter Zijlstra2023-01-131-17/+12
| * | | | printk: Remove trace_.*_rcuidle() usagePeter Zijlstra2023-01-131-1/+1
| * | | | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-2/+0
| * | | | cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()Peter Zijlstra2023-01-131-9/+0
| * | | | cpuidle: Fix ct_idle_*() usagePeter Zijlstra2023-01-132-33/+18
| * | | | sched/membarrier: Introduce MEMBARRIER_CMD_GET_REGISTRATIONSMichal Clapinski2023-01-071-1/+38
| * | | | cpufreq, sched/util: Optimize operations with single CPU capacity lookupLukasz Luba2023-01-071-20/+23
| * | | | sched/core: Reorganize ttwu_do_wakeup() and ttwu_do_activate()Chengming Zhou2023-01-071-33/+31
| * | | | sched/core: Micro-optimize ttwu_runnable()Chengming Zhou2023-01-071-3/+10
| * | | | sched/topology: Add __init for sched_init_domains()Bing Huang2023-01-051-1/+1
| * | | | sched/rseq: Fix concurrency ID handling of usermodehelper kthreadsMathieu Desnoyers2023-01-021-3/+3
| * | | | cputime: remove cputime_to_nsecs fallbackNicholas Piggin2022-12-271-0/+4
| * | | | sched/core: Adjusting the order of scanning CPUHao Jia2022-12-272-3/+3
| * | | | sched/numa: Stop an exhastive search if an idle core is foundHao Jia2022-12-271-1/+1
| * | | | sched: Make const-safeMatthew Wilcox (Oracle)2022-12-273-22/+24
| * | | | rseq: Extend struct rseq with per-memory-map concurrency IDMathieu Desnoyers2022-12-271-1/+10
| * | | | sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-274-1/+118
| * | | | rseq: Extend struct rseq with numa node idMathieu Desnoyers2022-12-271-6/+13
| * | | | rseq: Introduce extensible rseq ABIMathieu Desnoyers2022-12-272-8/+31
| * | | | sched: Async unthrottling for cfs bandwidthJosh Don2022-12-272-13/+150
| * | | | sched/topology: Add __init for init_defrootdomainBing Huang2022-12-271-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-212-99/+114
|\ \ \ \