summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath2010-09-201-1/+7
* x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin2010-09-201-7/+7
* x86: don't send SIGBUS for kernel page faultsGreg Kroah-Hartman2010-08-201-1/+8
* xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge2010-08-133-44/+4
* .gitignore updatesAlexey Dobriyan2010-08-061-0/+2
* x86, Calgary: Limit the max PHB number to 256Darrick J. Wong2010-08-021-3/+1
* x86, Calgary: Increase max PHB numberDarrick J. Wong2010-08-021-5/+10
* clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2010-05-261-5/+1
* x86, ia32_aout: do not kill argument mappingJiri Slaby2010-04-011-1/+0
* KVM: x86: check for cr3 validity in ioctl_set_sregsMarcelo Tosatti2010-04-011-1/+7
* KVM: VMX: Check cpl before emulating debug register accessAvi Kivity2010-04-012-0/+16
* KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity2010-04-011-1/+4
* Revert: KVM: MMU: do not free active mmu pages in free_mmu_pages()Greg Kroah-Hartman2010-01-061-0/+8
* x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds2010-01-061-8/+8
* x86: GART: pci-gart_64.c: Use correct length in strncmpJoe Perches2009-12-181-1/+1
* x86: Fix iommu=nodac parameter handlingTejun Heo2009-12-181-1/+1
* x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking up the ...Darrick J. Wong2009-12-181-5/+7
* x86: ASUS P4S800 reboot=bios quirkLeann Ogasawara2009-12-181-0/+8
* x86, apic: Enable lapic nmi watchdog on AMD Family 11hMikael Pettersson2009-12-181-1/+1
* Enable ACPI PDC handshake for VIA/Centaur CPUsHarald Welte2009-12-081-1/+2
* x86/amd-iommu: Workaround for erratum 63Joerg Roedel2009-11-091-0/+23
* x86/amd-iommu: Un__init function required on shutdownJoerg Roedel2009-11-091-1/+1
* KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID (CVE-2009-3638)Avi Kivity2009-11-091-0/+2
* x86-64: Fix register leak in 32-bit syscall audtingJan Beulich2009-11-091-3/+2
* KVM: x86: Disallow hypercalls for guest callers in rings > 0 [CVE-2009-3290]Jan Kiszka2009-10-121-0/+6
* x86: Increase MIN_GAP to include randomized stackMichal Hocko2009-10-121-2/+15
* x86: Don't leak 64-bit kernel register values to 32-bit processesJan Beulich2009-10-121-13/+23
* x86-64: slightly stream-line 32-bit syscall entry codeJan Beulich2009-10-121-16/+10
* KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti2009-09-082-2/+6
* KVM: x86: check for cr3 validity in mmu_alloc_rootsMarcelo Tosatti2009-09-082-3/+23
* KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov2009-09-081-8/+0
* KVM: Fix PDPTR reloading on CR4 writesAvi Kivity2009-09-081-1/+5
* KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity2009-09-081-1/+1
* KVM: VMX: Handle vmx instruction vmexitsAvi Kivity2009-09-081-0/+15
* KVM: Make EFER reads safe when EFER does not existAvi Kivity2009-09-081-2/+2
* KVM: SVM: Remove port 80 passthroughAvi Kivity2009-09-081-1/+0
* KVM: VMX: Don't allow uninhibited access to EFER on i386Avi Kivity2009-09-081-1/+1
* KVM: VMX: Set IGMT bit in EPT entrySheng Yang2009-09-082-1/+3
* KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti2009-09-081-1/+1
* KVM: set debug registers after "schedulable" sectionMarcelo Tosatti2009-09-081-5/+4
* KVM: add MC5_MISC msr read supportJoerg Roedel2009-09-081-0/+1
* KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen2009-09-081-15/+8
* KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen2009-09-081-8/+15
* KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()Dave Hansen2009-09-081-27/+45
* KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity2009-09-081-1/+1
* KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity2009-09-081-0/+1
* KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity2009-09-081-0/+2
* KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHAREDAvi Kivity2009-09-081-1/+1
* KVM: Load real mode segments correctlyAvi Kivity2009-09-081-0/+22
* KVM: VMX: Change segment dpl at reset to 3Avi Kivity2009-09-081-1/+1