summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Remove duplicated 'lock_class_ops' percpu arrayWaiman Long2018-10-161-1/+0
* futex: Replace spin_is_locked() with lockdepLance Roy2018-10-091-2/+2
* locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long2018-10-094-10/+37
* locking/lockdep: Add a faster path in __lock_release()Waiman Long2018-10-031-3/+14
* locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()Waiman Long2018-10-031-8/+7
* locking/lockdep: Remove add_chain_cache_classes()Waiman Long2018-10-031-70/+0
* Documentation/lockstat: Fix trivial typoAndrew Murray2018-10-021-1/+1
* locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Andrea Parri2018-10-021-2/+1
* tools/memory-model: Add more LKMM limitationsPaul E. McKenney2018-10-021-0/+39
* tools/memory-model: Fix a README typoSeongJae Park2018-10-021-1/+1
* tools/memory-model: Add extra ordering for locks and remove it for ordinary r...Alan Stern2018-10-023-51/+150
* tools/memory-model: Add litmus-test naming schemePaul E. McKenney2018-10-021-2/+102
* locking/spinlocks: Remove an instruction from spin and write locksMatthew Wilcox2018-10-022-10/+13
* locking/lockdep, cpu/hotplug: Annotate AP threadPeter Zijlstra2018-09-111-0/+28
* locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endifSteven Rostedt (VMware)2018-09-111-2/+2
* locking/rwsem: Make owner store task pointer of last owning readerWaiman Long2018-09-104-30/+78
* locking/rwsem: Exit read lock slowpath if queue empty & no writerWaiman Long2018-09-101-1/+12
* jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsPeter Zijlstra2018-09-101-0/+5
* Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2018-09-102-3/+2
|\
| * jump_label: Fix typo in warning messageBorislav Petkov2018-09-101-1/+1
| * locking/mutex: Fix mutex debug call and ww_mutex documentationThomas Hellstrom2018-09-101-2/+1
* | jump_label: Use static_key_linked() accessorBorislav Petkov2018-09-101-1/+1
|/
* Linux 4.19-rc3v4.19-rc3Linus Torvalds2018-09-101-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-0914-59/+87
|\
| * x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2018-09-083-15/+15
| * x86/apic/vector: Make error return value negativeThomas Gleixner2018-09-081-1/+1
| * x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn2018-09-064-13/+26
| * x86/tsc: Prevent result truncation on 32bitChuanhua Lei2018-09-061-1/+1
| * x86: Fix kernel-doc atomic.h warningsRandy Dunlap2018-09-033-16/+16
| * x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2018-09-022-14/+21
| * x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2018-09-022-0/+8
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-09-092-12/+32
|\ \
| * | clocksource: Revert "Remove kthread"Peter Zijlstra2018-09-061-10/+30
| * | timekeeping: Fix declaration of read_persistent_wall_and_boot_offset()Christian Borntraeger2018-09-031-2/+2
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-091-1/+3
|\ \ \
| * | | irqchip/gic-v3-its: Cap lpi_id_bits to reduce memory footprintJia He2018-09-061-1/+3
* | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-091-5/+6
|\ \ \ \
| * | | | cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner2018-09-061-2/+3
| * | | | cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay2018-09-061-3/+3
| | |/ / | |/| |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Linus Torvalds2018-09-093-5/+16
|\ \ \ \
| * | | | random: make CPU trust a boot parameterKees Cook2018-09-013-5/+16
* | | | | Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-09-0910-36/+47
|\ \ \ \ \
| * | | | | kbuild: modules_install: warn when missing System.map fileRandy Dunlap2018-09-091-0/+1
| * | | | | kbuild: make missing $DEPMOD a Warning instead of an ErrorRandy Dunlap2018-09-021-2/+2
| * | | | | kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada2018-09-027-32/+43
| * | | | | kconfig: remove a spurious self-assignmentLukas Bulwahn2018-08-311-1/+0
| * | | | | scripts/setlocalversion: git: Make -dirty check more robustGenki Sky2018-08-311-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-09-0921-134/+204
|\ \ \ \ \ \
| * | | | | | KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li2018-09-072-8/+21
| * | | | | | KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2Liran Alon2018-09-071-0/+22