aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: Drop ad-hoc vendor specific instruction restrictionAvi Kivity2011-03-171-28/+5
* KVM: x86 emulator: vendor specific instructionsAvi Kivity2011-03-172-3/+10
* KVM: Drop bogus x86_decode_insn() error checkAvi Kivity2011-03-171-3/+0
* KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka2011-03-171-4/+0
* KVM: x86: release kvmclock page on resetGlauber Costa2011-03-171-8/+12
* KVM: x86: handle guest access to BBL_CR_CTL3 MSRjohn cooper2011-03-172-0/+20
* KVM: Add "exiting guest mode" stateXiao Guangrong2011-03-171-6/+10
* KVM: x86: Remove user space triggerable MCE error messageJan Kiszka2011-03-171-3/+0
* KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()Xiao Guangrong2011-03-171-1/+4
* KVM: VMX: Avoid atomic operation in vmx_vcpu_runAvi Kivity2011-03-171-2/+5
* KVM: VMX: Simplify saving guest rcx in vmx_vcpu_runAvi Kivity2011-03-171-2/+2
* KVM: VMX: increase ple_gap default to 128Rik van Riel2011-03-171-2/+2
* KVM: SVM: Add support for perf-kvmJoerg Roedel2011-03-171-2/+10
* KVM: VMX: Avoid leaking fake realmode state to userspaceAvi Kivity2011-03-171-7/+36
* KVM: VMX: Save and restore tr selector across mode switchesAvi Kivity2011-03-171-0/+2
* KVM guest: Fix section mismatch derived from kvm_guest_cpu_online()Sedat Dilek2011-03-171-1/+1
* KVM: MMU: Don't flush shadow when enabling dirty trackingAvi Kivity2011-03-171-4/+8
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-161-0/+14
|\
| * memory hotplug: Define memory_block_size_bytes for x86_64 with CONFIG_X86_UVNathan Fontenot2011-02-031-0/+14
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-165-16/+32
|\ \
| * \ Merge branch 'x86/amd-nb' into x86/urgentIngo Molnar2011-03-166-37/+168
| |\ \
| | * | x86, amd-nb: Misc cleanliness fixesBorislav Petkov2011-03-032-14/+16
| * | | x86, AMD: Set ARAT feature on AMD processorsBoris Ostrovsky2011-03-161-0/+4
| * | | x86, quirk: Fix SB600 revision checkAndreas Herrmann2011-03-161-1/+6
| * | | x86: stop_machine_text_poke() should issue sync_core()Mathieu Desnoyers2011-03-151-1/+6
* | | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-03-1624-280/+314
|\ \ \ \
| * | | | x86: Fix binutils-2.21 symbol related build failuresSedat Dilek2011-03-092-2/+2
| * | | | x86-64, trampoline: Remove unused variableH. Peter Anvin2011-02-181-2/+0
| * | | | x86, reboot: Fix the use of passed arguments in 32-bit BIOS rebootH. Peter Anvin2011-02-181-3/+7
| * | | | x86, reboot: Move the real-mode reboot code to an assembly fileH. Peter Anvin2011-02-175-107/+162
| * | | | x86: Make the GDT_ENTRY() macro in <asm/segment.h> safe for assemblyH. Peter Anvin2011-02-171-5/+7
| * | | | x86, trampoline: Use the unified trampoline setup for ACPI wakeupH. Peter Anvin2011-02-179-108/+68
| * | | | x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin2011-02-1710-58/+73
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-03-162-4/+3
|\ \ \ \ \
| * | | | | PM: Drop pm_flags that is not necessaryRafael J. Wysocki2011-03-151-3/+2
| * | | | | PM: Make CONFIG_PM depend on (CONFIG_PM_SLEEP || CONFIG_PM_RUNTIME)Rafael J. Wysocki2011-03-151-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-0/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'next' into for-linusJames Morris2011-03-161-0/+5
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells2011-03-081-0/+5
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-03-161-13/+11
|\ \ \ \ \ \ \
| * | | | | | | crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_keyJesper Juhl2011-02-161-9/+6
| * | | | | | | crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkeyJesper Juhl2011-01-231-8/+9
* | | | | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-164-2/+110
|\ \ \ \ \ \ \ \
| * | | | | | | | percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter2011-02-283-0/+108
| * | | | | | | | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-2/+2
* | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-1526-182/+1058
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Clean up apic.c and apic.hHenrik Kretzschmar2011-03-112-47/+22
| * | | | | | | | | x86: Remove superflous goal definition of tsc_syncHenrik Kretzschmar2011-03-111-2/+2
| * | | | | | | | | x86: dt: Cleanup local apic setupThomas Gleixner2011-02-256-31/+29
| * | | | | | | | | x86: dt: Fix OLPC=y/INTEL_CE=n buildSebastian Andrzej Siewior2011-02-242-5/+19