aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-11x86: remove quicklistsThomas Gleixner2-12/+9
2008-03-11x86: ia32 syscall restart fixRoland McGrath2-6/+41
2008-03-11x86: ioremap, remove WARN_ON()Ingo Molnar1-2/+0
2008-03-10fix BIOS PCI config cycle buglet causing ACPI boot regressionIngo Molnar1-0/+10
2008-03-11lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell1-1/+1
2008-03-11lguest: Sanitize the lguest clock.Rusty Russell1-32/+21
2008-03-07x86_64: make ptrace always sign-extend orig_ax to 64 bitsRoland McGrath1-0/+10
2008-03-07x86-boot: don't request VBE2 informationPeter Korsgaard2-10/+1
2008-03-07x86: re-add reboot fixupsIngo Molnar1-0/+6
2008-03-07x86: fix typo in step.cJan Beulich1-2/+2
2008-03-07x86: fix merge mistake in i387.cJan Beulich1-1/+1
2008-03-07x86: clear DF before calling signal handlerAurelien Jarno3-5/+5
2008-03-05[CPUFREQ] Remove debugging message from e_powersaverDave Jones1-2/+6
2008-03-04Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli1-0/+1
2008-03-04x86: a P4 is a P6 not an i486Hugh Dickins1-1/+1
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds3-7/+12
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds7-76/+142
2008-03-04x86/xen: fix DomU boot problemIan Campbell1-1/+2
2008-03-04x86: not set node to cpu_to_node if the node is not onlineYinghai Lu1-2/+6
2008-03-04x86, i387: fix ptrace leakage using init_fpu()Suresh Siddha1-4/+4
2008-03-04x86: disable KVM for Voyager and friendsRandy Dunlap1-1/+1
2008-03-04KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity1-0/+1
2008-03-04KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity2-11/+6
2008-03-04KVM: Avoid infinite-frequency local apic timerAvi Kivity1-0/+4
2008-03-04KVM: make MMU_DEBUG compile againMarcelo Tosatti2-2/+2
2008-03-04KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti1-3/+3
2008-03-04KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel1-0/+22
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus4-38/+71
2008-03-03x86: revert "x86: CPA: avoid split of alias mappings"Rafael J. Wysocki1-11/+10
2008-03-03KVM: emulate access to MSR_IA32_MCG_CTLJoerg Roedel1-0/+5
2008-03-03KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity1-20/+22
2008-03-03KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properlyPaul Knowles1-1/+1
2008-03-03KVM: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel1-1/+3
2008-03-03KVM: SVM: Fix lazy FPU switchingJoerg Roedel1-0/+2
2008-02-29xen: mask out SEP from CPUIDJeremy Fitzhardinge1-0/+1
2008-02-29x86: disable BTS ptrace extensions for nowIngo Molnar3-0/+16
2008-02-29x86: CPA: avoid split of alias mappingsThomas Gleixner1-10/+11
2008-02-29x86: delay the export removal of init_mmIngo Molnar1-0/+1
2008-02-29x86: fix leak un ioremap_page_range() failureIngo Molnar1-1/+1
2008-02-29x86 vdso: fix build locale dependencyRoland McGrath1-2/+4
2008-02-29x86: restore vsyscall64 prochandlerThomas Gleixner1-1/+10
2008-02-29x86: tls prevent_tail_callRoland McGrath1-2/+6
2008-02-26x86: fix boot failure on 486 due to TSC breakageMikael Pettersson2-2/+2
2008-02-26x86: fix build on non-C locales.Priit Laes1-1/+1
2008-02-26x86: make c_idle.work have a static address.Glauber Costa1-1/+1
2008-02-26x86: don't save unreliable stack trace entriesVegard Nossum1-0/+4
2008-02-26x86: don't make swapper_pg_pmd globalAdrian Bunk1-1/+1
2008-02-26x86: don't print a warning when MTRR are blank and running in KVMJoerg Roedel1-2/+6
2008-02-26x86: fix execve with -fstack-protectIngo Molnar2-5/+7
2008-02-26x86: fix vsyscall wreckageThomas Gleixner1-49/+3