summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior2020-03-232-1/+16
* lockdep: Add posixtimer context tracing bitsSebastian Andrzej Siewior2020-03-212-1/+17
* lockdep: Annotate irq_workSebastian Andrzej Siewior2020-03-215-0/+19
* lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior2020-03-214-2/+22
* lockdep: Introduce wait-type checksPeter Zijlstra2020-03-2115-47/+307
* completion: Use simple wait queuesThomas Gleixner2020-03-213-22/+24
* sched/swait: Prepare usage in completionsThomas Gleixner2020-03-212-1/+17
* timekeeping: Split jiffies seqlockThomas Gleixner2020-03-215-17/+28
* Documentation: Add lock ordering and nesting documentationThomas Gleixner2020-03-212-0/+300
* powerpc/ps3: Convert half completion to rcuwaitPeter Zijlstra (Intel)2020-03-211-9/+9
* rcuwait: Add @state argument to rcuwait_wait_event()Peter Zijlstra (Intel)2020-03-212-3/+11
* microblaze: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-211-1/+0
* ia64: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-213-1/+2
* hexagon: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-211-1/+0
* csky: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-211-1/+0
* nds32: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-211-1/+0
* acpi: Remove header dependencyPeter Zijlstra2020-03-214-1/+4
* orinoco_usb: Use the regular completion interfacesThomas Gleixner2020-03-211-16/+5
* usb: gadget: Use completion interface instead of open coding itThomas Gleixner2020-03-211-2/+2
* pci/switchtec: Replace completion wait queue usage for pollSebastian Andrzej Siewior2020-03-211-9/+13
* PCI/switchtec: Fix init_completion race condition with poll_wait()Logan Gunthorpe2020-03-211-1/+1
* lockdep: Teach lockdep about "USED" <- "IN-NMI" inversionsPeter Zijlstra2020-03-201-3/+59
* locking/lockdep: Rework lockdep_lockPeter Zijlstra2020-03-201-41/+48
* locking/lockdep: Fix bad recursion patternPeter Zijlstra2020-03-201-34/+40
* locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng2020-03-201-0/+4
* asm-generic/bitops: Update stale commentWill Deacon2020-03-061-2/+3
* futex: Remove {get,drop}_futex_key_refs()Peter Zijlstra2020-03-061-84/+6
* futex: Remove pointless mmgrap() + mmdrop()Peter Zijlstra2020-03-061-13/+1
* Merge branch 'locking/urgent'Peter Zijlstra2020-03-06936-11095/+15827
|\
| * futex: Fix inode life-time issuePeter Zijlstra2020-03-064-43/+65
| * Linux 5.6-rc4v5.6-rc4Linus Torvalds2020-03-011-1/+1
| * Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-012-7/+7
| |\
| | * ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-02-291-3/+3
| | * jbd2: fix data races at struct journal_headQian Cai2020-02-291-4/+4
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-0122-107/+171
| |\ \
| | * | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
| | * | Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-2815-77/+84
| | |\ \
| | | * | arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-224-8/+8
| | | * | KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse2020-02-222-2/+9
| | | * | KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-225-28/+29
| | | * | kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-174-39/+37
| | | * | KVM: arm/arm64: Fix up includes for trace.hJeremy Cline2020-02-051-0/+1
| | * | | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
| | * | | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
| | * | | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
| | * | | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
| | * | | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
| | * | | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
| | * | | KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger2020-02-281-1/+1
| | * | | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2