aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21x86: Unify rwlock assembly implementationJan Beulich6-90/+56
2011-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+9
2011-07-18xen/multicall: move *idx fields to start of mc_bufferJeremy Fitzhardinge1-1/+1
2011-07-18xen/multicall: special-case singleton hypercallsJeremy Fitzhardinge1-5/+22
2011-07-18xen/multicalls: add unlikely around slowpath in __xen_mc_entry()Jeremy Fitzhardinge1-2/+2
2011-07-18xen/multicalls: disable MC_DEBUGJeremy Fitzhardinge1-2/+2
2011-07-18xen/mmu: tune pgtable alloc/releaseJeremy Fitzhardinge1-9/+44
2011-07-18xen/mmu: use extend_args for more mmuext updatesJeremy Fitzhardinge1-15/+27
2011-07-18xen/trace: add tlb flush tracepointsJeremy Fitzhardinge1-0/+8
2011-07-18xen/trace: add segment desc tracingJeremy Fitzhardinge1-1/+15
2011-07-18xen/trace: add xen_pgd_(un)pin tracepointsJeremy Fitzhardinge1-0/+4
2011-07-18xen/trace: add ptpage alloc/release tracepointsJeremy Fitzhardinge1-2/+8
2011-07-18xen/trace: add mmu tracepointsJeremy Fitzhardinge1-2/+24
2011-07-18xen/trace: add multicall tracingJeremy Fitzhardinge5-8/+123
2011-07-18xen/trace: set up tracepoint skeletonJeremy Fitzhardinge2-1/+5
2011-07-18xen/multicalls: remove debugfs statsJeremy Fitzhardinge2-108/+4
2011-07-18x86, vdso: Drop now wrong commentBorislav Petkov1-1/+0
2011-07-15x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown1-5/+5
2011-07-14x86: Kill handle_signal()->set_fs()Oleg Nesterov1-9/+0
2011-07-14x86, do_signal: Simplify the TS_RESTORE_SIGMASK logicOleg Nesterov1-19/+10
2011-07-14x86, signals: Convert the X86_32 code to use set_current_blocked()Oleg Nesterov1-10/+8
2011-07-14x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov1-13/+9
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski12-79/+57
2011-07-14x86, msr: Fix typo in ENERGY_PERF_BIAS_POWERSAVEH. Peter Anvin1-1/+1
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov3-36/+139
2011-07-14x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown2-0/+21
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-18/+82
2011-07-14sched: adjust scheduler cpu power for stolen timeGlauber Costa1-0/+12
2011-07-14KVM guest: Add a pv_ops stub for steal timeGlauber Costa3-0/+19
2011-07-14KVM: Steal time implementationGlauber Costa4-2/+86
2011-07-13clocksource: Replace vread with generic arch dataAndy Lutomirski4-3/+19
2011-07-13x86-64: Add --no-undefined to vDSO buildAndy Lutomirski1-0/+1
2011-07-13x86-64: Allow alternative patching in the vDSOAndy Lutomirski1-0/+33
2011-07-13x86: Make alternative instruction pointers relativeAndy Lutomirski6-30/+31
2011-07-13x86-64: Improve vsyscall emulation CS and RIP handlingAndy Lutomirski2-32/+41
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+15
2011-07-12x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo2-6/+6
2011-07-12x86. reboot: Make Dell Latitude E6320 use reboot=pciMaxime Ripard1-0/+8
2011-07-12x86, ioapic: Print IR_IO_APIC_route_entry when IR is enabledNaga Chumbalkar1-20/+49
2011-07-12x86, ioapic: Print IRTE when IR is enabledNaga Chumbalkar1-0/+10
2011-07-12x86, x2apic: Preserve high 32-bits of IA32_APIC_BASE MSRNaga Chumbalkar1-1/+1
2011-07-12percpu: Fixup __this_cpu_xchg* operationsChristoph Lameter1-6/+5
2011-07-12KVM: KVM Steal time guest/host interfaceGlauber Costa1-0/+9
2011-07-12KVM: Add constant to represent KVM MSRs enabled bit in guest/host interfaceGlauber Costa1-0/+1
2011-07-12KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()Takuya Yoshikawa1-7/+19
2011-07-12KVM: MMU: Rename the walk label in walk_addr_generic()Takuya Yoshikawa1-3/+3
2011-07-12KVM: MMU: Clean up the error handling of walk_addr_generic()Takuya Yoshikawa1-50/+32
2011-07-12Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB"Marcelo Tosatti1-11/+1
2011-07-12KVM: MMU: make kvm_mmu_reset_context() flush the guest TLBAvi Kivity1-1/+11
2011-07-12KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity2-1/+14