summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-281-0/+1
|\
| * intel-pstate: Use #defines instead of hard-coded values.Konrad Rzeszutek Wilk2013-03-251-0/+1
* | Merge tag 'stable/for-linus-3.9-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-272-4/+3Star
|\ \
| * | xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup.Konrad Rzeszutek Wilk2013-03-271-2/+1Star
| * | xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich2013-03-221-2/+2
* | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-03-242-17/+17
|\ \ \ | |_|/ |/| |
| * | x86, microcode_intel_early: Mark apply_microcode_early() as cpuinitH. Peter Anvin2013-03-221-2/+2
| * | x86-32, microcode_intel_early: Fix crash with CONFIG_DEBUG_VIRTUALFenghua Yu2013-03-201-13/+13
| * | x86-64: Fix the failure case in copy_user_handle_tail()CQ Tang2013-03-181-2/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-213-1/+9
|\ \ \
| * | | perf/x86: Add SNB/SNB-EP scheduling constraints for cycle_activity eventStephane Eranian2013-03-181-0/+4
| * | | kprobes/x86: Check Interrupt Flag modifier when registering probeMasami Hiramatsu2013-03-182-1/+5
* | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-03-202-35/+33Star
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-03-192-29/+22Star
| * | | KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-03-191-0/+5
| * | | KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti2013-03-181-9/+9
* | | | perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds2013-03-171-1/+3
* | | | perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2013-03-152-0/+10
| |/ / |/| |
* | | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* | | x86: Do not try to sync identity map for non-mapped pagesDave Hansen2013-03-071-0/+7
* | | x86, doc: Be explicit about what the x86 struct boot_params requiresPeter Jones2013-03-071-1/+15
* | | x86: Don't clear efi_info even if the sentinel hitsJosh Boyer2013-03-071-1/+3
* | | x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu2013-03-071-3/+2Star
* | | x86: Fix 32-bit *_cpu_data initializersKrzysztof Mazur2013-03-071-2/+8
* | | x86, smpboot: Remove unused variableBorislav Petkov2013-03-061-2/+1Star
|/ /
* | Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-032-1/+18
|\|
| * xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
| * xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-5/+4Star
|\ \
| * | more file_inode() open-coded instancesAl Viro2013-02-271-5/+4Star
* | | x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-023-137/+12Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-023-9/+3Star
|\ \ \
| * | | fix compat truncate/ftruncateAl Viro2013-02-251-2/+2
| * | | switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-243-7/+1Star
* | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-03-011-1/+1
|\ \ \ \
| * | | | x86/kvm: Fix pvclock vsyscall fixmapPeter Hurley2013-02-281-1/+1
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2013-03-011-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/nmi: export local_touch_nmi() symbol for modulesJacob Pan2013-01-171-0/+1
* | | | | Merge branch 'akpm' (final batch from Andrew)Linus Torvalds2013-02-283-20/+15Star
|\ \ \ \ \
| * | | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-20/+14Star
| * | | | | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-281-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-284-15/+28
|\ \ \ \ \
| * | | | | x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()Satoru Takeuchi2013-02-143-8/+9
| * | | | | x86, efi: Allow slash in file path of initrdLee, Chun-Yi2013-01-311-7/+19
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-283-22/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86: Make sure we can boot in the case the BDA contains pure garbageH. Peter Anvin2013-02-271-19/+34
| * | | | | x86, efi: Mark disable_runtime as __initdataMatt Fleming2013-02-261-1/+1
| * | | | | x86, doc: Fix incorrect comment about 64-bit code segment descriptorsKonrad Rzeszutek Wilk2013-02-251-2/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-272-6/+4Star
|\ \ \ \ \ \
| * | | | | | new helper: file_inode(file)Al Viro2013-02-232-6/+4Star