summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2011-07-18xen/multicalls: remove debugfs statsJeremy Fitzhardinge
2011-07-18x86, vdso: Drop now wrong commentBorislav Petkov
2011-07-15x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown
2011-07-14x86: Kill handle_signal()->set_fs()Oleg Nesterov
2011-07-14x86, do_signal: Simplify the TS_RESTORE_SIGMASK logicOleg Nesterov
2011-07-14x86, signals: Convert the X86_32 code to use set_current_blocked()Oleg Nesterov
2011-07-14x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski
2011-07-14x86, msr: Fix typo in ENERGY_PERF_BIAS_POWERSAVEH. Peter Anvin
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov
2011-07-14x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-14sched: adjust scheduler cpu power for stolen timeGlauber Costa
2011-07-14KVM guest: Add a pv_ops stub for steal timeGlauber Costa
2011-07-14KVM: Steal time implementationGlauber Costa
2011-07-13clocksource: Replace vread with generic arch dataAndy Lutomirski
2011-07-13x86-64: Add --no-undefined to vDSO buildAndy Lutomirski
2011-07-13x86-64: Allow alternative patching in the vDSOAndy Lutomirski
2011-07-13x86: Make alternative instruction pointers relativeAndy Lutomirski
2011-07-13x86-64: Improve vsyscall emulation CS and RIP handlingAndy Lutomirski
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo
2011-07-12x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo
2011-07-12x86. reboot: Make Dell Latitude E6320 use reboot=pciMaxime Ripard
2011-07-12x86, ioapic: Print IR_IO_APIC_route_entry when IR is enabledNaga Chumbalkar
2011-07-12x86, ioapic: Print IRTE when IR is enabledNaga Chumbalkar
2011-07-12x86, x2apic: Preserve high 32-bits of IA32_APIC_BASE MSRNaga Chumbalkar
2011-07-12percpu: Fixup __this_cpu_xchg* operationsChristoph Lameter
2011-07-12KVM: KVM Steal time guest/host interfaceGlauber Costa
2011-07-12KVM: Add constant to represent KVM MSRs enabled bit in guest/host interfaceGlauber Costa
2011-07-12KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()Takuya Yoshikawa
2011-07-12KVM: MMU: Rename the walk label in walk_addr_generic()Takuya Yoshikawa
2011-07-12KVM: MMU: Clean up the error handling of walk_addr_generic()Takuya Yoshikawa
2011-07-12Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB"Marcelo Tosatti
2011-07-12KVM: MMU: make kvm_mmu_reset_context() flush the guest TLBAvi Kivity
2011-07-12KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity
2011-07-12KVM: Enable ERMS feature support for KVMYang, Wei
2011-07-12KVM: Expose RDWRGSFS bit to KVM guestsYang, Wei
2011-07-12KVM: Add RDWRGSFS support when setting CR4Yang, Wei
2011-07-12KVM: Remove RDWRGSFS bit from CR4_RESERVED_BITSYang, Wei
2011-07-12KVM: Enable DRNG feature support for KVMYang, Wei Y
2011-07-12KVM: fix XSAVE bit scanning (now properly)Andre Przywara
2011-07-12KVM: Add instruction fetch checking when walking guest page tableYang, Wei Y
2011-07-12KVM: Mask function7 ebx against host capability word9Yang, Wei Y
2011-07-12KVM: Add SMEP support when setting CR4Yang, Wei Y
2011-07-12KVM: Remove SMEP bit from CR4_RESERVED_BITSYang, Wei Y
2011-07-12KVM: nVMX: Fix bug preventing more than two levels of nestingNadav Har'El
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity
2011-07-12KVM: VMX: Silence warning on 32-bit hostsJan Kiszka
2011-07-12KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB)Takuya Yoshikawa