summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-01-28KVM: S390: fix potential array overrun in intercept handlingChristian Borntraeger1-2/+2
2010-01-18powerpc: Handle VSX alignment faults correctly in little-endian modeNeil Campbell1-17/+46
2010-01-18powerpc: Disable VSX or current process in giveup_fpu/altivecMichael Neuling2-0/+13
2010-01-06Revert: KVM: MMU: do not free active mmu pages in free_mmu_pages()Greg Kroah-Hartman1-0/+8
2010-01-06x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds1-8/+8
2009-12-18fix csum_ipv6_magic()Jiri Bohac1-3/+5
2009-12-18x86: GART: pci-gart_64.c: Use correct length in strncmpJoe Perches1-1/+1
2009-12-18x86: Fix iommu=nodac parameter handlingTejun Heo1-1/+1
2009-12-18x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking up the ...Darrick J. Wong1-5/+7
2009-12-18x86: ASUS P4S800 reboot=bios quirkLeann Ogasawara1-0/+8
2009-12-18x86, apic: Enable lapic nmi watchdog on AMD Family 11hMikael Pettersson1-1/+1
2009-12-08Enable ACPI PDC handshake for VIA/Centaur CPUsHarald Welte1-1/+2
2009-11-09x86/amd-iommu: Workaround for erratum 63Joerg Roedel1-0/+23
2009-11-09x86/amd-iommu: Un__init function required on shutdownJoerg Roedel1-1/+1
2009-11-09KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID (CVE-2009-3638)Avi Kivity1-0/+2
2009-11-09x86-64: Fix register leak in 32-bit syscall audtingJan Beulich1-3/+2
2009-11-09tty: Mark generic_serial users as BROKENAlan Cox1-3/+3
2009-10-12KVM: x86: Disallow hypercalls for guest callers in rings > 0 [CVE-2009-3290]Jan Kiszka1-0/+6
2009-10-12x86: Increase MIN_GAP to include randomized stackMichal Hocko1-2/+15
2009-10-12x86: Don't leak 64-bit kernel register values to 32-bit processesJan Beulich1-13/+23
2009-10-12x86-64: slightly stream-line 32-bit syscall entry codeJan Beulich1-16/+10
2009-09-24powerpc/pseries: Fix to handle slb resize across migrationBrian King5-6/+31
2009-09-08KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti2-2/+6
2009-09-08KVM: x86: check for cr3 validity in mmu_alloc_rootsMarcelo Tosatti2-3/+23
2009-09-08KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov1-8/+0
2009-09-08KVM: Fix PDPTR reloading on CR4 writesAvi Kivity1-1/+5
2009-09-08KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity1-1/+1
2009-09-08KVM: VMX: Handle vmx instruction vmexitsAvi Kivity1-0/+15
2009-09-08KVM: Make EFER reads safe when EFER does not existAvi Kivity1-2/+2
2009-09-08KVM: SVM: Remove port 80 passthroughAvi Kivity1-1/+0
2009-09-08KVM: VMX: Don't allow uninhibited access to EFER on i386Avi Kivity1-1/+1
2009-09-08KVM: VMX: Set IGMT bit in EPT entrySheng Yang2-1/+3
2009-09-08KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti1-1/+1
2009-09-08KVM: set debug registers after "schedulable" sectionMarcelo Tosatti1-5/+4
2009-09-08KVM: add MC5_MISC msr read supportJoerg Roedel1-0/+1
2009-09-08KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen1-15/+8
2009-09-08KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen1-8/+15
2009-09-08KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()Dave Hansen1-27/+45
2009-09-08KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity1-1/+1
2009-09-08KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity1-0/+1
2009-09-08KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity1-0/+2
2009-09-08KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHAREDAvi Kivity1-1/+1
2009-09-08KVM: Load real mode segments correctlyAvi Kivity1-0/+22
2009-09-08KVM: VMX: Change segment dpl at reset to 3Avi Kivity1-1/+1
2009-09-08KVM: VMX: Change cs reset state to be a data segmentAvi Kivity1-2/+1
2009-08-16x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf1-2/+8
2009-08-16parisc: ensure broadcast tlb purge runs single threadedHelge Deller2-12/+23
2009-07-30x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds1-2/+7
2009-07-30x86-64: Fix bad_srat() to clear all stateAndi Kleen1-2/+4
2009-07-02x86: handle initrd that extends into unusable memoryYinghai Lu1-12/+3