summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Kill CONFIG_X86_HTBorislav Petkov2015-06-075-16/+12
* x86/kconfig: Reorganize arch feature Kconfig select'sIngo Molnar2015-06-031-105/+105
* Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar2015-06-0360-96/+1397
|\
| * lockdep: Do not break user-visible stringBorislav Petkov2015-06-031-2/+1
| * locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-1918-33/+29
| * locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-1912-12/+12
| * rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner2015-05-131-0/+7
| * arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-1317-31/+0
| * locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior2015-05-132-6/+3
| * locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long2015-05-124-6/+6
| * locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-1111-32/+32
| * locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()Waiman Long2015-05-111-1/+1
| * locking/pvqspinlock, x86: Enable PV qspinlock for XenDavid Vrabel2015-05-082-5/+61
| * locking/pvqspinlock, x86: Enable PV qspinlock for KVMWaiman Long2015-05-082-1/+44
| * locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)2015-05-088-12/+128
| * locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long2015-05-082-1/+392
| * locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)2015-05-083-0/+24
| * locking/qspinlock: Use a simple write to grab the lockWaiman Long2015-05-081-16/+50
| * locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)2015-05-082-1/+81
| * locking/qspinlock: Extract out code snippets for the next patchWaiman Long2015-05-082-31/+50
| * locking/qspinlock: Add pending bitPeter Zijlstra (Intel)2015-05-082-24/+107
| * locking/qspinlock, x86: Enable x86-64 to use queued spinlocksWaiman Long2015-05-084-0/+30
| * locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long2015-05-086-0/+408
| * kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentPreeti U Murthy2015-05-081-1/+1
| * locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long2015-05-082-0/+49
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar2015-06-03122-3155/+3621
|\ \ \ \ \
| | | | * | x86/platform/atom/punit: Add Punit device state debug driverSrinivas Pandruvada2015-05-074-0/+196
| | | | * | x86/platform/uv: Make SGI UV dependent on CONFIG_PCIIngo Molnar2015-05-061-0/+1
| | | * | | x86/irq: Show statistics information for posted-interruptsFeng Wu2015-05-191-0/+12
| | | * | | x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu2015-05-198-0/+40
| | | * | | x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqsFeng Wu2015-05-191-0/+1
| | | * | | Merge branch 'irq/for-x86' into x86/apicThomas Gleixner2015-05-193-0/+51
| | | |\ \ \
| | | | * | | genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu2015-05-193-0/+51
| | | * | | | x86: Rename eisa_set_level_irq to elcr_set_level_irqPaul Gortmaker2015-05-193-9/+9
| | | * | | | x86/smp/boot: Fix legacy SMP bootup slow-boot bugIngo Molnar2015-05-181-1/+1
| | | * | | | Merge branch 'x86/asm' into x86/apic, to resolve conflictsIngo Molnar2015-05-17435-4443/+4507
| | | |\ \ \ \
| | | | * | | | x86/asm/entry/64: Use shorter MOVs from segment registersDenys Vlasenko2015-05-171-4/+4
| | | | * | | | x86/asm/head*.S: Change global labels to localBorislav Petkov2015-05-172-4/+4
| | | | * | | | Merge branch 'linus' into x86/asm, to resolve conflictsIngo Molnar2015-05-17427-4274/+4375
| | | | |\ \ \ \
| | | | * | | | | x86: Pack loops tightly as wellIngo Molnar2015-05-171-0/+3
| | | | * | | | | x86: Align jump targets to 1-byte boundariesIngo Molnar2015-05-151-0/+3
| | | | * | | | | x86/asm/uaccess: Get rid of copy_user_nocache_64.SBorislav Petkov2015-05-143-108/+93
| | | | * | | | | x86/asm/uaccess: Unify the ALIGN_DESTINATION macroBorislav Petkov2015-05-143-48/+25
| | | | * | | | | x86/asm/uaccess: Remove FIX_ALIGNMENT define from copy_user_nocache_64.S:Borislav Petkov2015-05-141-5/+0
| | | * | | | | | x86: Consolidate irq entering inlinesThomas Gleixner2015-05-153-21/+14
| | | * | | | | | x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner2015-05-153-20/+8
| | | * | | | | | x86, irq: Allocate CPU vectors from device local CPUs if possibleJiang Liu2015-05-131-9/+14
| | | * | | | | | x86/hpet: Pass proper pointer to irq_alloc_infoSergey Senozhatsky2015-05-131-1/+1
| | | * | | | | | Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization simi...Ingo Molnar2015-05-131-36/+22
| | | * | | | | | x86/smp/boot: Remove 10ms delay from cpu_up() on modern processorsLen Brown2015-05-121-0/+15
OpenPOWER on IntegriCloud