summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-05KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().Scott Wood1-1/+1
2010-11-05PPC: KVM: Book E doesn't have __end_interrupts.Scott Wood1-1/+1
2010-11-05KVM: x86: Issue smp_call_function_many with preemption disabledJan Kiszka1-0/+2
2010-11-05KVM: x86: fix information leak to userlandVasiliy Kulikov1-0/+6
2010-11-05KVM: PPC: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-05KVM: MMU: fix rmap_remove on non present sptesMarcelo Tosatti1-4/+5
2010-11-05KVM: Write protect memory after slot swapMichael S. Tsirkin1-4/+4
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Jesper Juhl1-11/+4
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman12-33/+36
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman16-10/+11
2010-11-05Merge branch 'for-linus-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+3
2010-11-05usb: musb: Fix handling of spurious SESSREQHeikki Krogerus1-1/+2
2010-11-05usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd timeMing Lei1-1/+0
2010-11-05USB: musb: blackfin: push clkin value to platform resourcesBob Liu2-1/+4
2010-11-05USB: musb: blackfin: fix dynamic device<->host changingBob Liu1-2/+3
2010-11-05USB: musb: blackfin: pm: make it workBob Liu2-24/+50
2010-11-05USB: musb: pm: don't rely fully on clock supportBob Liu1-14/+12
2010-11-05USB: musb: blackfin: fix musb_read_txhubport() definitionIan Jeffray1-1/+2
2010-11-05USB: musb: gadget: fix MUSB_TXMAXP and MUSB_RXMAXP configurationMing Lei1-10/+3
2010-11-05usb: musb: don't leave PHY enabled on shutdown()Grazvydas Ignotas1-7/+6
2010-11-05usb: musb: musb_gadget: fix resource leakage in error pathRahul Ruikar1-1/+3
2010-11-05usb: musb: gadget: fix dma mode 0 in double buffer Rx caseMing Lei1-6/+16
2010-11-04cifs: dereferencing first then checkingJeff Layton1-7/+3
2010-11-04cifs: trivial comment fix: tlink_tree is now a rbtreeSuresh Jayaraman1-1/+1
2010-11-04inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage1-11/+16
2010-11-04netlink: Make nlmsg_find_attr take a const nlmsghdr*.Nelson Elhage1-1/+1
2010-11-04fib: fib_result_assign() should not change fib refcountsEric Dumazet1-4/+1
2010-11-04sh: Simplify phys_addr_mask()/PTE_PHYS_MASK for 29/32-bit.Paul Mundt1-12/+0
2010-11-04sh: nommu: Support building without an uncached mapping.Paul Mundt4-42/+41
2010-11-04sh: nommu: use 32-bit phys mode.Paul Mundt5-14/+14
2010-11-04sh: mach-se: Fix up SE7206 no ioport build.Paul Mundt1-1/+3
2010-11-04mmc: sh_mmcif: Convert extern inline to static inline.Paul Mundt1-9/+9
2010-11-04ARM: mach-shmobile: Allow GPIO chips to register IRQ mappings.Paul Mundt1-2/+2
2010-11-04netfilter: ip6_tables: fix information leak to userspaceJan Engelhardt1-0/+1
2010-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller5-21/+30
2010-11-04cls_cgroup: Fix crash on module unloadHerbert Xu1-2/+0
2010-11-04memory corruption in X.25 facilities parsingandrew hendry2-4/+6
2010-11-04net dst: fix percpu_counter list corruption and poison overwrittenXiaotian Feng1-0/+2
2010-11-04rds: Remove kfreed tcp conn from listPavel Emelyanov1-0/+6
2010-11-04rds: Lost locking in loop connection freeingPavel Emelyanov1-0/+4
2010-11-04de2104x: fix panic on loadEric Dumazet1-1/+0
2010-11-04atl1 : fix panic on loadEric Dumazet1-1/+0
2010-11-04netxen: remove unused firmware exportsAmerigo Wang1-3/+0
2010-11-04caif: Remove noisy printout when disconnecting caif socketsjur.brandeland@stericsson.com1-2/+1
2010-11-04caif: SPI-driver bugfix - incorrect padding.Sjur Brændeland3-19/+53
2010-11-04caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos8-50/+55
2010-11-04smsc911x: Set Ethernet EEPROM size to supported device's sizeJohn Faith1-1/+1
2010-11-03vmstat: fix offset calculation on void*Wu Fengguang1-1/+1
2010-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds17-55/+82
2010-11-03Merge branch 'fix/asoc' into for-linusTakashi Iwai9802-503113/+962630