summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Linux 2.6.27.34v2.6.27.34Greg Kroah-Hartman1-1/+1
2009-09-15slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCUEric Dumazet1-2/+2
2009-09-15JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo1-0/+10
2009-09-15net: net_assign_generic() fixEric Dumazet1-1/+1
2009-09-15E100: fix interaction with swiotlb on X86.Krzysztof HaƂasa1-1/+1
2009-09-09Linux 2.6.27.33v2.6.27.33Greg Kroah-Hartman1-1/+1
2009-09-09OCFS2: fix build errorGreg Kroah-Hartman1-0/+1
2009-09-08Linux 2.6.27.32v2.6.27.32Greg Kroah-Hartman1-1/+1
2009-09-08ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran1-2/+2
2009-09-08SUNRPC: Fix tcp reconnectionTrond Myklebust3-7/+37
2009-09-08SCSI: sr: report more accurate drive status after closing the tray.Peter Jones1-0/+5
2009-09-08Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert2-3/+0
2009-09-08USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum17-106/+1
2009-09-08parport: quickfix the proc registration bugAlan Cox2-3/+14
2009-09-08ALSA: hda - Add missing vmaster initialization for ALC269Takashi Iwai1-0/+2
2009-09-08rose: Fix rose_getname() leakEric Dumazet1-0/+1
2009-09-08ocfs2: Initialize the cluster we're writing to in a non-sparse extendSunil Mushran1-18/+46
2009-09-08netrom: Fix nr_getname() leakEric Dumazet1-0/+1
2009-09-08NET: llc, zero sockaddr_llc structJiri Slaby1-0/+1
2009-09-08kthreads: fix kthread_create() vs kthread_stop() raceOleg Nesterov1-1/+1
2009-09-08irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-09-08econet: Fix econet_getname() leakEric Dumazet1-0/+1
2009-09-08do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds1-7/+8
2009-09-08can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-09-08appletalk: fix atalk_getname() leakEric Dumazet1-0/+1
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: Fix dirty bit tracking for slots with large pagesIzik Eidus1-0/+2
2009-09-08KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov2-8/+2
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: Don't destroy vcpu in case vcpu_setup failsGlauber Costa1-3/+2
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 Hansen2-15/+18
2009-09-08KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen1-8/+15
2009-09-08KVM: Reduce stack usage in kvm_vcpu_ioctl()Dave Hansen1-18/+28
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: Don't call get_user_pages(.force = 1)Avi Kivity1-1/+1
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