summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-09KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti2-2/+6
2009-09-09KVM: x86: check for cr3 validity in mmu_alloc_rootsMarcelo Tosatti2-3/+23
2009-09-09KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov1-8/+0
2009-09-09KVM: Fix PDPTR reloading on CR4 writesAvi Kivity1-1/+5
2009-09-09KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity1-1/+1
2009-09-09KVM: VMX: Handle vmx instruction vmexitsAvi Kivity1-0/+15
2009-09-09KVM: Make EFER reads safe when EFER does not existAvi Kivity1-2/+2
2009-09-09KVM: SVM: Remove port 80 passthroughAvi Kivity1-1/+0
2009-09-09KVM: VMX: Don't allow uninhibited access to EFER on i386Avi Kivity1-1/+1
2009-09-09KVM: VMX: Set IGMT bit in EPT entrySheng Yang2-1/+3
2009-09-09KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti1-1/+1
2009-09-09KVM: set debug registers after "schedulable" sectionMarcelo Tosatti1-5/+4
2009-09-09KVM: add MC5_MISC msr read supportJoerg Roedel1-0/+1
2009-09-09KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen1-15/+8
2009-09-09KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen1-8/+15
2009-09-09KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()Dave Hansen1-27/+45
2009-09-09KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity1-1/+1
2009-09-09KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity1-0/+1
2009-09-09KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity1-0/+2
2009-09-09KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHAREDAvi Kivity1-1/+1
2009-09-09KVM: Load real mode segments correctlyAvi Kivity1-0/+22
2009-09-09KVM: VMX: Change segment dpl at reset to 3Avi Kivity1-1/+1
2009-09-09KVM: VMX: Change cs reset state to be a data segmentAvi Kivity1-2/+1
2009-08-17x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf1-2/+8
2009-08-17parisc: ensure broadcast tlb purge runs single threadedHelge Deller2-12/+23
2009-07-31x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds1-2/+7
2009-07-31x86-64: Fix bad_srat() to clear all stateAndi Kleen1-2/+4
2009-07-03x86: handle initrd that extends into unusable memoryYinghai Lu1-12/+3
2009-07-03x86: quirk for reboot stalls on a Dell Optiplex 330Steve Conklin1-0/+9
2009-07-03x86: Add quirk for reboot stalls on a Dell Optiplex 360Jean Delvare1-0/+9
2009-06-12x86: fix DMI on EFIBrian Maly1-2/+3
2009-06-12x86/pci: fix mmconfig detection with 32bit near 4gYinghai Lu1-3/+3
2009-06-12x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman1-1/+5
2009-06-12x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar1-0/+11
2009-06-12sparc64: Reschedule KGDB capture to a software interrupt.David S. Miller4-24/+11
2009-06-12sparc64: Fix lost interrupts on sun4u.David S. Miller1-10/+19
2009-06-12sparc64: Fix crash with /proc/iomemMikulas Patocka1-1/+1
2009-06-12sparc64: Flush TLB before releasing pages.David S. Miller1-2/+2
2009-06-12sparc64: Fix MM refcount check in smp_flush_tlb_pending().David S. Miller1-2/+2
2009-06-12sparc: Fix bus type probing for ESP and LE devices.David S. Miller2-4/+38
2009-06-12sparc64: Fix smp_callin() locking.David S. Miller1-2/+2
2009-05-09MIPS: CVE-2009-0029: Enable syscall wrappersdann frazier10-98/+110
2009-05-09x86/PCI: don't call e820_all_mapped with -1 in the mmconfig caseYinghai Lu1-3/+3
2009-05-02powerpc: Sanitize stack pointer in signal handling codeJosh Boyer5-6/+25
2009-05-02powerpc: Fix data-corrupting bug in __futex_atomic_opPaul Mackerras1-6/+6