summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-0716-52/+271
|\
| * x86/mce: Handle Local MCE eventsAshok Raj2015-06-072-6/+27
| * x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-074-0/+54
| * x86/mce: Add Local MCE definitionsAshok Raj2015-06-072-0/+7
| * x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi2015-05-271-4/+1
| * Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2015-05-1113-42/+182
| |\
| | * x86/mce/amd: Zap changelogBorislav Petkov2015-05-071-10/+2
| | * x86/traps: Remove superfluous weak definitions and dead codeBorislav Petkov2015-05-071-17/+0
| | * x86/mce/amd: Rename setup_APIC_mceAravind Gopalakrishnan2015-05-071-2/+2
| | * x86/irq: Cleanup ordering of vector numbersAravind Gopalakrishnan2015-05-071-5/+5
| | * x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-0712-1/+133
| | * x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan2015-05-062-4/+21
| | * x86/mce/amd: Collect valid address before logging an errorAravind Gopalakrishnan2015-05-061-1/+4
| | * x86/mce/amd: Factor out logging mechanismAravind Gopalakrishnan2015-05-061-10/+23
* | | 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
| | | |\ \ \ \ \
OpenPOWER on IntegriCloud