summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-01locking/atomics: Check generated headers are up-to-dateMark Rutland2-2/+35
2018-11-01locking/atomics: Switch to generated instrumentationMark Rutland1-169/+1489
2018-11-01locking/atomics: Switch to generated atomic-longMark Rutland1-215/+958
2018-11-01locking/atomics: Switch to generated fallbacksMark Rutland2-1240/+2295
2018-11-01locking/atomics: Add common header generation filesMark Rutland25-0/+924
2018-10-19locking/lockdep: Make global debug_locks* variables read-mostlyWaiman Long2-4/+4
2018-10-19locking/lockdep: Fix debug_locks off performance problemWaiman Long2-3/+3
2018-10-17locking/pvqspinlock: Extend node size when pvqspinlock is configuredWaiman Long2-11/+27
2018-10-17locking/qspinlock_stat: Count instances of nested lock slowpathsWaiman Long2-0/+11
2018-10-16locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra2-1/+30
2018-10-16x86/asm: 'Simplify' GEN_*_RMWcc() macrosPeter Zijlstra7-53/+64
2018-10-16locking/qspinlock: Rework some commentsPeter Zijlstra1-10/+26
2018-10-16locking/qspinlock: Re-order codePeter Zijlstra1-29/+27
2018-10-16Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...Ingo Molnar813-4630/+8080
2018-10-16locking/lockdep: Remove duplicated 'lock_class_ops' percpu arrayWaiman Long1-1/+0
2018-10-10x86/defconfig: Enable CONFIG_USB_XHCI_HCD=yAdam Borowski2-0/+2
2018-10-09futex: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long4-10/+37
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit3-55/+20
2018-10-06x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2-35/+48
2018-10-06x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2-33/+21
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar21-174/+226
2018-10-05Merge branch 'x86/core' into x86/build, to avoid conflictsIngo Molnar42-246/+475
2018-10-04x86/paravirt: Work around GCC inlining bugs when compiling paravirt opsNadav Amit2-29/+28
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit3-46/+61
2018-10-04x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugsNadav Amit3-15/+17
2018-10-04x86/refcount: Work around GCC inlining bugNadav Amit2-29/+46
2018-10-04x86/objtool: Use asm macros to work around GCC inlining bugsNadav Amit2-13/+45
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit5-3/+26
2018-10-04kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker scriptNadav Amit1-2/+2
2018-10-04Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar1030-5835/+10258
2018-10-03locking/lockdep: Add a faster path in __lock_release()Waiman Long1-3/+14
2018-10-03locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()Waiman Long1-8/+7
2018-10-03locking/lockdep: Remove add_chain_cache_classes()Waiman Long1-70/+0
2018-10-02Merge tag 'fbdev-v4.19-rc7' of https://github.com/bzolnier/linuxGreg Kroah-Hartman6-8/+18
2018-10-02Merge tag 'mmc-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Greg Kroah-Hartman3-3/+4
2018-10-02Documentation/lockstat: Fix trivial typoAndrew Murray1-1/+1
2018-10-02locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Andrea Parri1-2/+1
2018-10-02tools/memory-model: Add more LKMM limitationsPaul E. McKenney1-0/+39
2018-10-02tools/memory-model: Fix a README typoSeongJae Park1-1/+1
2018-10-02tools/memory-model: Add extra ordering for locks and remove it for ordinary r...Alan Stern3-51/+150
2018-10-02tools/memory-model: Add litmus-test naming schemePaul E. McKenney1-2/+102
2018-10-02locking/spinlocks: Remove an instruction from spin and write locksMatthew Wilcox2-10/+13
2018-10-02jump_label: Fix NULL dereference bug in __jump_label_mod_update()Ard Biesheuvel1-1/+1
2018-10-02s390/vmlinux.lds: Move JUMP_TABLE_DATA into output sectionArd Biesheuvel1-1/+1
2018-10-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Greg Kroah-Hartman2-8/+97
2018-10-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Greg Kroah-Hartman7-12/+18
2018-10-02Merge tag 'pstore-v4.19-rc7' of https://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-4/+25
2018-10-01arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier1-1/+9
2018-10-01arm64: KVM: Tighten guest core register access from userspaceDave Martin1-0/+45