summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/rwsem: Add missing __init_rwsem() for PREEMPT_RTMike Galbraith2021-09-022-14/+8
* Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-3122-230/+574
|\
| * clocksource: Make clocksource watchdog test safe for slow-HZ systemsPaul E. McKenney2021-08-283-23/+23
| * Merge tag 'timers-v5.15' of https://git.linaro.org/people/daniel.lezcano/linu...Thomas Gleixner2021-08-268-66/+143
| |\
| | * dt-bindings: timer: Add ABIs for new Ingenic SoCs周琰杰 (Zhou Yanjie)2021-08-211-0/+19
| | * clocksource/drivers/fttmr010: Pass around less pointersLinus Walleij2021-08-141-16/+16
| | * clocksource/drivers/mediatek: Optimize systimer irq clear flow on shutdownFengquan Chen2021-08-141-2/+6
| | * clocksource/drivers/ingenic: Use bitfield macro helpers周琰杰 (Zhou Yanjie)2021-08-141-6/+7
| | * clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock ...Phong Hoang2021-08-131-12/+18
| | * dt-bindings: timer: convert rockchip,rk-timer.txt to YAMLEzequiel Garcia2021-08-132-27/+64
| | * clocksource/drivers/exynos_mct: Mark MCT device as CLOCK_EVT_FEAT_PERCPUWill Deacon2021-08-131-1/+2
| | * clocksource/drivers/exynos_mct: Prioritise Arm arch timer on arm64Will Deacon2021-08-131-2/+11
| |/
| * hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner2021-08-121-20/+20
| * hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner2021-08-121-2/+3
| * hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner2021-08-101-9/+65
| * hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti2021-08-101-2/+33
| * hrtimer: Add bases argument to clock_was_set()Thomas Gleixner2021-08-103-10/+17
| * time/timekeeping: Avoid invoking clock_was_set() twiceThomas Gleixner2021-08-101-8/+10
| * timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner2021-08-105-11/+18
| * timerfd: Provide timerfd_resume()Thomas Gleixner2021-08-102-0/+18
| * hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner2021-08-101-28/+59
| * hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner2021-08-103-21/+19
| * hrtimer: Consolidate reprogramming codePeter Zijlstra2021-08-101-43/+29
| * hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner2021-08-101-7/+53
| * posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker2021-08-102-7/+41
| * posix-cpu-timers: Consolidate timer base accessorFrederic Weisbecker2021-08-101-15/+13
| * posix-cpu-timers: Remove confusing return value overrideFrederic Weisbecker2021-08-101-2/+0
| * posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker2021-08-101-2/+0
| * posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker2021-08-102-2/+35
| * posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker2021-08-103-0/+23
| * posix-timers: Remove redundant initialization of variable retColin Ian King2021-08-101-1/+1
| * clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-3/+3
* | Merge tag 'x86-misc-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-313-3/+13
|\ \
| * | x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versionsPaul Gortmaker2021-08-121-1/+2
| * | x86/reboot: Document how to override DMI platform quirksPaul Gortmaker2021-08-122-1/+8
| * | x86/reboot: Document the "reboot=pci" optionPaul Gortmaker2021-08-121-1/+3
| |/
* | Merge tag 'x86-irq-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-3115-37/+359
|\ \
| * | x86: Fix typo s/ECLR/ELCR/ for the PIC registerMaciej W. Rozycki2021-08-103-14/+14
| * | x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki2021-08-107-11/+15
| * | x86/PCI: Add support for the Intel 82426EX PIRQ routerMaciej W. Rozycki2021-08-102-0/+50
| * | x86/PCI: Add support for the Intel 82374EB/82374SB (ESC) PIRQ routerMaciej W. Rozycki2021-08-101-0/+73
| * | x86/PCI: Add support for the ALi M1487 (IBC) PIRQ routerMaciej W. Rozycki2021-08-102-2/+153
| * | x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki2021-08-105-10/+54
| |/
* | Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-3115-28/+281
|\ \
| * | Documentation: Add L1D flushing DocumentationBalbir Singh2021-07-284-0/+95
| * | x86, prctl: Hook L1D flushing in via prctlBalbir Singh2021-07-282-0/+34
| * | x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh2021-07-285-2/+98
| * | x86/process: Make room for TIF_SPEC_L1D_FLUSHBalbir Singh2021-07-281-2/+2
| * | sched: Add task_work callback for paranoid L1D flushBalbir Singh2021-07-282-0/+13
| * | x86/mm: Refactor cond_ibpb() to support other use casesBalbir Singh2021-07-282-25/+30