aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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 branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...Linus Torvalds2011-03-171-12/+29
|\ \ \ \ \ \ \ \
| | * | | | | | | xen: events: refactor GSI pirq bindings functionsIan Campbell2011-03-101-12/+29
| |/ / / / / / /
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds2011-03-171-2/+1
|\ \ \ \ \ \ \ \ \
| | * | | | | | | | xen/balloon: Removal of driver_pagesDaniel Kiper2011-03-141-2/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2011-03-172-4/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [CPUFREQ] pcc-cpufreq: remove duplicate statementsChumbalkar, Nagananda2011-03-161-2/+0
| * | | | | | | | | [CPUFREQ] powernow-k8: The table index is not worth displayingThomas Renninger2011-03-161-2/+1
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2011-03-171-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | PCI: Rename CPU PCI id defineBorislav Petkov2011-03-171-1/+1
* | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |