summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2014-06-21x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu
2014-06-21x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu
2014-06-21x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu
2014-06-21x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu
2014-06-21x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQJiang Liu
2014-06-21x86, ACPI, irq: Enhance error handling in function acpi_register_gsi()Jiang Liu
2014-06-21x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.cJiang Liu
2014-06-21x86, acpi, irq: Kill static function irq_to_gsi()Jiang Liu
2014-06-21x86, PCI, ACPI: Use kmalloc_node() to optimize for performanceJiang Liu
2014-06-21x86, acpi: Reorganize code to avoid forward declaration in boot.cJiang Liu
2014-06-21x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu
2014-06-21x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu
2014-06-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-06-20x86/vdso: Create .build-id links for unstripped vdso filesAndy Lutomirski
2014-06-20crypto: aes - AES CTR x86_64 "by8" AVX optimizationchandramouli narayanan
2014-06-20crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna
2014-06-20crypto: crc32c-pclmul - Shrink K_table to 32-bit wordsGeorge Spelvin
2014-06-19x86/tsc: Get rid of custom DIV_ROUND() macroMichal Nazarewicz
2014-06-19Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-19x86/vdso: Remove some redundant in-memory section headersAndy Lutomirski
2014-06-19x86/vdso: Improve the fake section headersAndy Lutomirski
2014-06-19x86/vdso2c: Use better macros for ELF bitnessAndy Lutomirski
2014-06-19x86/vdso: Discard the __bug_table sectionAndy Lutomirski
2014-06-19Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-06-19KVM: x86: preserve the high 32-bits of the PAT registerPaolo Bonzini
2014-06-19kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao
2014-06-19KVM: vmx: vmx instructions handling does not consider cs.lNadav Amit
2014-06-19KVM: vmx: handle_cr ignores 32/64-bit modeNadav Amit
2014-06-19KVM: x86: Hypercall handling does not considers opsize correctlyNadav Amit
2014-06-19KVM: x86: check DR6/7 high-bits are clear only on long-modeNadav Amit
2014-06-19KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUMJan Kiszka
2014-06-19KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLSJan Kiszka
2014-06-19KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLSJan Kiszka
2014-06-19KVM: nVMX: Allow to disable CR3 access interceptionJan Kiszka
2014-06-19KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLSJan Kiszka
2014-06-19KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLSJan Kiszka
2014-06-19KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAXNadav Amit
2014-06-19KVM: x86: emulation of dword cmov on long-mode should clear [63:32]Nadav Amit
2014-06-19KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit
2014-06-19KVM: x86: Wrong emulation on 'xadd X, X'Nadav Amit
2014-06-19KVM: x86: bit-ops emulation ignores offset on 64-bitNadav Amit
2014-06-19arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZEFabian Frederick
2014-06-19KVM: emulate: fix harmless typo in MMX decodingPaolo Bonzini
2014-06-19KVM: emulate: simplify BitOp handlingPaolo Bonzini
2014-06-19x86/efi: Support initrd loaded above 4GYinghai Lu
2014-06-19x86/efi: Use early_memunmap() to squelch sparse errorsMatt Fleming
2014-06-19x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri
2014-06-19KVM: x86: Increase the number of fixed MTRR regs to 10Nadav Amit
2014-06-18x86, cpufeature: Convert more "features" to bugsBorislav Petkov
2014-06-18Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin