summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-09Linux 2.6.27.32v2.6.27.32Greg Kroah-Hartman1-1/+1
2009-09-09ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran1-2/+2
2009-09-09SUNRPC: Fix tcp reconnectionTrond Myklebust3-7/+37
2009-09-09SCSI: sr: report more accurate drive status after closing the tray.Peter Jones1-0/+5
2009-09-09Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert2-3/+0
2009-09-09USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum17-106/+1
2009-09-09parport: quickfix the proc registration bugAlan Cox2-3/+14
2009-09-09ALSA: hda - Add missing vmaster initialization for ALC269Takashi Iwai1-0/+2
2009-09-09rose: Fix rose_getname() leakEric Dumazet1-0/+1
2009-09-09ocfs2: Initialize the cluster we're writing to in a non-sparse extendSunil Mushran1-18/+46
2009-09-09netrom: Fix nr_getname() leakEric Dumazet1-0/+1
2009-09-09NET: llc, zero sockaddr_llc structJiri Slaby1-0/+1
2009-09-09kthreads: fix kthread_create() vs kthread_stop() raceOleg Nesterov1-1/+1
2009-09-09irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-09-09econet: Fix econet_getname() leakEric Dumazet1-0/+1
2009-09-09do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds1-7/+8
2009-09-09can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-09-09appletalk: fix atalk_getname() leakEric Dumazet1-0/+1
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: Fix dirty bit tracking for slots with large pagesIzik Eidus1-0/+2
2009-09-09KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov2-8/+2
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: Don't destroy vcpu in case vcpu_setup failsGlauber Costa1-3/+2
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 Hansen2-15/+18
2009-09-09KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen1-8/+15
2009-09-09KVM: Reduce stack usage in kvm_vcpu_ioctl()Dave Hansen1-18/+28
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: Don't call get_user_pages(.force = 1)Avi Kivity1-1/+1
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-09-09SUNRPC: Fix rpc_task_force_reencodeTrond Myklebust1-0/+1
2009-09-09sound: pcm_lib: fix unsorted list constraint handlingClemens Ladisch1-31/+8
2009-09-09ehea: Fix napi list corruption on ifconfig downHannes Hering1-0/+3
2009-09-09clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+6
2009-09-09ALSA: hda - Fix MacBookPro 3,1/4,1 quirk with ALC889ATakashi Iwai1-14/+20