summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-11-2412-38/+120
|\
| * x86-64: Fix ordering of CFI directives and recent ASM_CLAC additionsJan Beulich2012-11-211-7/+7
| * x86, microcode, AMD: Add support for family 16h processorsBoris Ostrovsky2012-11-211-0/+4
| * x86-32: Export kernel_stack_pointer() for modulesH. Peter Anvin2012-11-211-0/+2
| * x86-32: Fix invalid stack address while in softirqRobert Richter2012-11-212-11/+32
| * Merge commit 'efi-for-3.7-v2' into x86/urgentH. Peter Anvin2012-11-212-3/+2Star
| |\
| | * x86, efi: Fix processor-specific memcpy() build errorMatt Fleming2012-11-201-0/+2
| | * x86: remove dummy long from EFI stubCesar Eduardo Barros2012-11-201-3/+0Star
| * | x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim2012-11-151-1/+1
| |/
| * Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-11-131-13/+18
| |\
| | * x86/mce: Do not change worker's running cpu in cmci_rediscover().Tang Chen2012-10-301-13/+18
| * | x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara2012-10-311-0/+14
| * | x86/ce4100: Fix PCI configuration register access for devices without interruptsMaxime Bizon2012-10-301-0/+13
| * | x86/ce4100: Fix reboot by forcing the reboot method to be KBDMaxime Bizon2012-10-301-0/+10
| * | x86/ce4100: Fix pm_poweroffFlorian Fainelli2012-10-301-0/+14
| * | x86, microcode_amd: Change email addresses, MAINTAINERS entryAndreas Herrmann2012-10-301-2/+2
| * | x86, AMD: Change Boris' email addressBorislav Petkov2012-10-301-1/+1
| |/
* | KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai2012-11-161-4/+7
* | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-11-132-0/+6
|\ \
| * | KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2012-11-132-0/+6
* | | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-101-14/+7Star
|\ \ \
| * | | xen/hypercall: fix hypercall fallback code for very old hypervisorsJan Beulich2012-11-041-14/+7Star
* | | | Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-022-2/+20
|\| | | | |/ / |/| |
| * | xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk2012-10-311-1/+20
| * | x86: remove obsolete comment from asm/xen/hypervisor.hOlaf Hering2012-10-301-1/+0Star
* | | KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong2012-10-311-26/+34
| |/ |/|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-268-58/+100
|\ \
| * \ Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Ingo Molnar2012-10-263-8/+23
| |\ \
| | * | x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson2012-10-253-8/+23
| * | | x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu2012-10-261-4/+0Star
| * | | x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin2012-10-241-29/+41
| * | | x86, mm: Use memblock memory loop instead of e820_RAMYinghai Lu2012-10-241-7/+8
| * | | x86, mm: Trim memory in memblock to be page alignedYinghai Lu2012-10-241-0/+3
| * | | x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter...Dimitri Sivanich2012-10-241-0/+3
| * | | x86/efi: Fix oops caused by incorrect set_memory_uc() usageMatt Fleming2012-10-243-15/+26
| * | | x86-64: Fix page table accountingJan Beulich2012-10-241-1/+6
| * | | Revert "x86/mm: Fix the size calculation of mapping tables"Dave Young2012-10-241-13/+9Star
* | | | perf/x86: Remove unused variable in nhmex_rbox_alter_er()Wei Yongjun2012-10-241-2/+0Star
* | | | perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq()Vince Weaver2012-10-241-1/+77
* | | | perf/x86: Remove cpuc->enable check on Intl KNC event enable/disableVince Weaver2012-10-241-6/+2Star
* | | | perf/x86: Make Intel KNC use full 40-bit width of countersVince Weaver2012-10-241-4/+3Star
* | | | perf/x86/uncore: Handle pci_read_config_dword() errorsYan, Zheng2012-10-241-15/+28
* | | | perf/x86: Remove P6 cpuc->enabled checkVince Weaver2012-10-241-7/+7
* | | | perf/x86: Update/fix generic events on P6 PMUVince Weaver2012-10-241-7/+104
* | | | perf/x86: Fix P6 FP_ASSIST event constraintVince Weaver2012-10-241-1/+1
* | | | x86/perf: Fix virtualization sanity checkAndre Przywara2012-10-241-4/+6
|/ / /
* | | Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-244-8/+8
|\ \ \ | | |/ | |/|
| * | Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-19250-4869/+8741
| |\|
| * | xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel2012-10-192-4/+6
| * | xen: grant: use xen_pfn_t type for frame_list.Ian Campbell2012-10-191-2/+0Star