summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delayLen Brown2015-05-121-1/+22
* Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-1168-571/+444
|\
| * x86/alternatives: Switch AMD F15h and later to the P6 NOPsBorislav Petkov2015-05-111-0/+9
| * x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst2015-05-105-26/+10
| * x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst2015-05-103-7/+4
| * x86/asm/entry/irq: Remove unused invalidate_interrupt prototypesBrian Gerst2015-05-101-35/+0
| * x86/irq: Merge irq_regs & irq_statBrian Gerst2015-05-103-12/+6
| * x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko2015-05-084-11/+10
| * x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko2015-05-085-15/+1
| * x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko2015-05-084-5/+12
| * Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar2015-05-08133-2014/+6037
| |\
| | * Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-071-2/+22
| | |\
| | | *-. Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki2015-05-074-69/+43
| | | |\ \
| | | * | | x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI busJiang Liu2015-04-301-2/+22
| | | |/ /
| | * | | Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-05-065-12/+36
| | |\ \ \
| | | * | | xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini2015-05-061-0/+5
| | | * | | hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky2015-05-053-12/+21
| | | * | | xen: Suspend ticks on all CPUs during suspendBoris Ostrovsky2015-04-291-0/+10
| | | |/ /
| | * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-064-13/+19
| | |\ \ \
| | | * | | x86/fpu: Always restore_xinit_state() when use_eager_cpu()Bobby Powers2015-05-061-5/+7
| | | * | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-05-061-0/+2
| | | |\ \ \
| | | | * | | x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptrRoy Franz2015-04-171-0/+2
| | | * | | | x86: Make cpu_tss available to external modulesMarc Dionne2015-05-051-1/+1
| | | * | | | x86/spinlocks: Fix regression in spinlock contention detectionTahsin Erdogan2015-05-051-1/+1
| | | * | | | x86/mm: Clean up types in xlate_dev_mem_ptr()Ingo Molnar2015-04-201-6/+8
| | * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-062-28/+50
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driverSonny Rao2015-04-221-1/+5
| | | * | | | perf/x86/intel/uncore: Add support for Intel Haswell ULT (lower power Mobile ...Sonny Rao2015-04-221-0/+8
| | | * | | | perf/x86/intel: Add cpu_(prepare|starting|dying) for core_pmuJiri Olsa2015-04-221-28/+38
| | * | | | | x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-273-64/+15
| | * | | | | kvm: x86: fix kvmclock update protocolRadim Krčmář2015-04-271-5/+28
| | | |_|_|/ | | |/| | |
| | * | | | x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-265-0/+48
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
| | |\ \ \ \
| | | * | | | VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-261-1/+1
| | |\ \ \ \ \
| | | * | | | | crypto: x86/sha512_ssse3 - fixup for asm function prototype changeArd Biesheuvel2015-04-241-1/+1
| | * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-264-22/+31
| | |\ \ \ \ \ \
| | | * | | | | | KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-04-211-2/+10
| | | * | | | | | KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spteXiao Guangrong2015-04-151-3/+5
| | | * | | | | | kvm: mmu: don't do memslot overflow checkWanpeng Li2015-04-151-10/+2
| | | * | | | | | KVM: x86: cleanup kvm_irq_delivery_to_apic_fastPaolo Bonzini2015-04-141-5/+6
| | | * | | | | | KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit2015-04-141-2/+8
| | * | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-242-1/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | ACPI / processor: Introduce phys_cpuid_t for CPU hardware IDCatalin Marinas2015-03-261-1/+1
| | | * | | | | | | ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORTGraeme Gregory2015-03-251-0/+1
OpenPOWER on IntegriCloud