summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sched/fair: Check for idle core in wake_affineJulia Lawall2020-10-291-0/+3
| * | | sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra2020-10-296-12/+24
| * | | sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-10-291-5/+1
| * | | sched: membarrier: document memory ordering scenariosMathieu Desnoyers2020-10-291-0/+128
| * | | sched: membarrier: cover kthread_use_mm (v4)Mathieu Desnoyers2020-10-293-4/+25
| * | | sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers2020-10-293-1/+32
| * | | sched/fair: Exclude the current CPU from find_new_ilb()Peter Zijlstra2020-10-291-0/+4
| * | | sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra2020-10-293-4/+14
| * | | sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1Peter Zijlstra2020-10-292-14/+36
| * | | sched/cpupri: Remove pri_to_cpu[1]Dietmar Eggemann2020-10-292-5/+5
| * | | sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE]Dietmar Eggemann2020-10-292-10/+7
| * | | sched/deadline: Fix sched_dl_global_validate()Peng Liu2020-10-292-26/+21
| * | | sched/deadline: Optimize sched_dl_global_validate()Peng Liu2020-10-293-7/+42
| * | | sched/fair: Improve the accuracy of sched_stat_wait statisticsjun qian2020-10-291-0/+9
| |/ /
* | | Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-1536-811/+666
|\ \ \
| * | | ntp: Fix prototype in the !CONFIG_GENERIC_CMOS_UPDATE caseIngo Molnar2020-12-131-0/+2
| * | | Merge tag 'timers-v5.11-2' of https://git.linaro.org/people/daniel.lezcano/li...Thomas Gleixner2020-12-123-31/+71
| |\ \ \
| | * | | clocksource/drivers/sh_cmt: Fix potential deadlock when calling runtime PMNiklas Söderlund2020-12-071-4/+14
| | * | | clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1....Keqian Zhu2020-12-051-7/+16
| | * | | clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sneKeqian Zhu2020-12-051-2/+2
| | * | | clocksource/drivers/dw_apb_timer_of: Add error handling if no clock availableDinh Nguyen2020-12-051-18/+39
| * | | | tick/sched: Make jiffies update quick check more robustThomas Gleixner2020-12-111-27/+47
| * | | | ntp: Consolidate the RTC update implementationThomas Gleixner2020-12-111-92/+52
| * | | | ntp: Make the RTC sync offset less obscureThomas Gleixner2020-12-114-32/+61
| * | | | ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner2020-12-114-99/+85
| * | | | ntp: Make the RTC synchronization more reliableThomas Gleixner2020-12-113-43/+55
| * | | | rtc: core: Make the sync offset default more realisticThomas Gleixner2020-12-111-1/+1
| * | | | rtc: cmos: Make rtc_cmos sync offset correctThomas Gleixner2020-12-111-0/+3
| * | | | rtc: mc146818: Reduce spinlock section in mc146818_set_time()Thomas Gleixner2020-12-111-4/+2
| * | | | rtc: mc146818: Prevent reading garbageThomas Gleixner2020-12-111-25/+39
| |/ / /
| * | | Merge tag 'timers-v5.11' of https://git.linaro.org/people/daniel.lezcano/linu...Thomas Gleixner2020-12-0410-393/+142
| |\ \ \
| | * | | clocksource/drivers/riscv: Make RISCV_TIMER depends on RISCV_SBIKefeng Wang2020-12-031-1/+1
| | * | | clocksource/drivers/ingenic: Fix section mismatchDaniel Lezcano2020-12-031-1/+1
| | * | | clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai2020-12-031-9/+9
| | * | | dt-bindings: timer: renesas: tmu: Convert to json-schemaGeert Uytterhoeven2020-12-032-50/+99
| | * | | dt-bindings: timer: renesas: tmu: Document r8a774e1 bindingsMarian-Cristian Rotariu2020-12-031-0/+1
| | * | | clocksource/drivers/orion: Add missing clk_disable_unprepare() on error pathYang Yingliang2020-12-031-3/+8
| | * | | clocksource/drivers/nps: Remove EZChip NPS clocksource driverVineet Gupta2020-12-033-295/+0
| | * | | dt-bindings: timer: Add new OST support for the upcoming new driver.周琰杰 (Zhou Yanjie)2020-12-031-3/+7
| | * | | clocksource/drivers/sp804: Use pr_fmtKefeng Wang2020-12-031-4/+7
| | * | | clocksource/drivers/sp804: Correct clk_get_rate handleKefeng Wang2020-12-031-9/+1
| | * | | clocksource/drivers/sp804: Use clk_prepare_enable and clk_disable_unprepareKefeng Wang2020-12-031-11/+2
| | * | | clocksource/drivers/sp804: Make some symbol staticKefeng Wang2020-12-031-3/+2
| | * | | clocksource/drivers/sp804: Add static for functions such as sp804_clockevents...Zhen Lei2020-12-031-6/+6
| |/ / /
| * | | tick: Get rid of tick_periodThomas Gleixner2020-11-194-18/+15
| * | | tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye2020-11-191-1/+11
| * | | tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner2020-11-191-5/+6
| * | | tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye2020-11-191-25/+22
| * | | tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner2020-11-191-13/+33
| * | | tick: Document protections for tick related dataThomas Gleixner2020-11-192-2/+6