summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-04-08USB: fix an incorrect table index in commentHuang Rui1-2/+2
2013-04-08Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman11-16/+27
2013-04-08Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+2
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig2-1/+2
2013-04-06Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2013-04-06Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman12-26/+203
2013-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+8
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+4
2013-04-05Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2-0/+1
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich1-1/+1
2013-04-05Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+8
2013-04-05Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-0/+3
2013-04-03usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior2-0/+113
2013-04-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-4/+4
2013-04-02usb: renesas_usbhs: fixup sparse errors for common.cKuninori Morimoto1-3/+3
2013-04-02usb: mv_usb: remove clock name from pdataChao Xie1-2/+0
2013-04-02PM / devfreq: Fix compiler warnings for CONFIG_PM_DEVFREQ unsetRajagopal Venkat1-8/+8
2013-04-02Merge tag 'for-3.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rwlov...Linus Torvalds1-1/+2
2013-04-01Merge v3.9-rc5 into usb-nextGreg Kroah-Hartman18-24/+82
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2013-03-31Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+10
2013-03-31Revert "lockdep: check that no locks held at freeze time"Paul Walmsley2-5/+2
2013-03-29Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse2-4/+1
2013-03-29Merge tag 'usb-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2013-03-29Merge tag 'char-misc-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+23
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-0/+8
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern2-4/+4
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-0/+2
2013-03-27Merge tag 'stable/for-linus-3.9-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+6
2013-03-27line up comment for ndo_bridge_getlinkDmitry Kravkov1-1/+1
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman1-0/+4
2013-03-27vfs: Add a mount flag to lock read only bind mountsEric W. Biederman1-0/+2
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+2
2013-03-27PCI: Add PCI ROM helper for platform-provided ROM imagesMatthew Garrett1-0/+1
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-13/+27
2013-03-26ipv4: Fix ip-header identification for gso packets.Pravin B Shelar1-10/+6
2013-03-26Merge remote-tracking branch 'asoc/fix/max98090' into asoc-nextMark Brown1-0/+0
2013-03-26Merge remote-tracking branch 'asoc/fix/dapm' into asoc-nextMark Brown1-0/+1
2013-03-26libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love1-1/+2
2013-03-26libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love1-1/+1
2013-03-26USB: serial: remove unused MSR-wait queueJohan Hovold1-2/+0
2013-03-26USB: serial: add generic get_icount implementationJohan Hovold1-0/+2
2013-03-26USB: serial: add generic TIOCMIWAIT implementationJohan Hovold1-0/+5
2013-03-26USB: serial: add tiocmiwait subdriver operationJohan Hovold1-0/+1
2013-03-26USB: serial: remove generic release callbackJohan Hovold1-1/+0
2013-03-26USB: serial: remove generic disconnect callbackJohan Hovold1-1/+0
2013-03-26USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMANDBjørn Mork2-0/+23
2013-03-25USB: adds comment on suspend callbackMing Lei1-1/+6
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu1-0/+2
2013-03-25Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman24-32/+118