summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/rtmutex: Split API from implementationThomas Gleixner2021-08-174-498/+514
* locking/rtmutex: Switch to from cmpxchg_*() to try_cmpxchg_*()Thomas Gleixner2021-08-171-2/+2
* locking/rtmutex: Convert macros to inlinesSebastian Andrzej Siewior2021-08-171-4/+27
* locking/rtmutex: Remove rt_mutex_is_locked()Peter Zijlstra2021-08-171-11/+0
* media/atomisp: Use lockdep instead of *mutex_is_locked()Peter Zijlstra2021-08-171-2/+2
* sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()Thomas Gleixner2021-08-171-2/+5
* sched/core: Provide a scheduling point for RT locksThomas Gleixner2021-08-172-1/+22
* sched/core: Rework the __schedule() preempt argumentThomas Gleixner2021-08-171-11/+23
* sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner2021-08-172-0/+99
* sched/wakeup: Reorganize the current::__state helpersThomas Gleixner2021-08-171-25/+23
* sched/wakeup: Introduce the TASK_RTLOCK_WAIT state bitThomas Gleixner2021-08-171-1/+3
* sched/wakeup: Split out the wakeup ->__state checkThomas Gleixner2021-08-171-6/+18
* locking/rtmutex: Set proper wait context for lockdepThomas Gleixner2021-08-172-8/+13
* locking/local_lock: Add missing owner initializationThomas Gleixner2021-08-171-19/+23
* Merge tag 'v5.14-rc6' into locking/core, to pick up fixesIngo Molnar2021-08-1713052-293635/+844773
|\
| * Linux 5.14-rc6v5.14-rc6Linus Torvalds2021-08-161-1/+1
| * Merge tag 'powerpc-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-1513-62/+82
| |\
| | * powerpc/xive: Do not skip CPU-less nodes when creating the IPIsCédric Le Goater2021-08-121-11/+24
| | * powerpc/interrupt: Do not call single_step_exception() from other exceptionsChristophe Leroy2021-08-121-2/+7
| | * powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Christophe Leroy2021-08-124-3/+11
| | * powerpc/kprobes: Fix kprobe Oops happens in bookePu Lehui2021-08-091-1/+2
| | * powerpc/pseries: Fix update of LPAR security flavor after LPMLaurent Dufour2021-08-071-2/+3
| | * powerpc/smp: Fix OOPS in topology_init()Christophe Leroy2021-08-071-1/+1
| | * powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy2021-08-073-41/+33
| | * powerpc/32s: Fix napping restore in data storage interrupt (DSI)Christophe Leroy2021-08-071-1/+1
| * | Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-1511-61/+113
| |\ \
| | * | driver core: Add missing kernel doc for device::msi_lockThomas Gleixner2021-08-131-0/+1
| | * | genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-101-5/+8
| | * | genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai2021-08-101-0/+5
| | * | x86/msi: Force affinity setup before startupThomas Gleixner2021-08-102-4/+9
| | * | x86/ioapic: Force affinity setup before startupThomas Gleixner2021-08-101-2/+4
| | * | genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-102-1/+6
| | * | PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-104-10/+13
| | * | PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner2021-08-101-1/+1
| | * | PCI/MSI: Correct misleading commentsThomas Gleixner2021-08-101-4/+1
| | * | PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner2021-08-101-4/+4
| | * | PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner2021-08-101-0/+5
| | * | PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner2021-08-101-0/+15
| | * | PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner2021-08-101-18/+27
| | * | PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner2021-08-101-13/+15
| * | | Merge tag 'locking_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-08-151-1/+1
| |\ \ \
| | * | | locking/rtmutex: Use the correct rtmutex debugging config optionZhen Lei2021-08-101-1/+1
| | |/ /
| * | | Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-152-10/+63
| |\ \ \
| | * \ \ Merge tag 'efi-urgent-for-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/ke...Thomas Gleixner2021-08-102-10/+63
| | |\ \ \
| | | * | | efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel2021-08-031-0/+4
| | | * | | efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel2021-08-031-0/+2
| | | * | | efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel2021-08-031-15/+13
| | | * | | efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel2021-08-031-1/+48
| | | * | | arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt2021-07-201-0/+2
| * | | | | Merge tag 'x86_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-152-14/+14
| |\ \ \ \ \