aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* USB: fix an incorrect table index in commentHuang Rui2013-04-08
* Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman2013-04-08
|\
| * Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-04-07
| |\
| | * KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-07
| * | Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-05
| |\ \
| | * | PCI: Add PCI ROM helper for platform-provided ROM imagesMatthew Garrett2013-03-26
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-05
| |\ \ \
| | * | | netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-04-05
| | * | | net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-04-05
| | * | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-04-04
| | |\ \ \
| | | * | | netfilter: reset nf_trace in nf_resetGao feng2013-03-25
| * | | | | Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-04-05
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'asoc/fix/max98090' into asoc-nextMark Brown2013-03-26
| | |\ \ \ \ \
| | | * | | | | ASoC:: max98090: Remove executable bitJoe Perches2013-03-20
| | * | | | | | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-nextMark Brown2013-03-26
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | ASoC: dapm: Fix handling of loopsMark Brown2013-02-25
| * | | | | | | Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-04
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | PM / devfreq: Fix compiler warnings for CONFIG_PM_DEVFREQ unsetRajagopal Venkat2013-04-01
| * | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-04-02
| |\ \ \ \ \ \ \
| | * | | | | | | Fix breakage in MIPS siginfo handlingDavid Howells2013-03-19
| * | | | | | | | Merge tag 'for-3.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rwlov...Linus Torvalds2013-04-01
| |\ \ \ \ \ \ \ \
| | * | | | | | | | libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love2013-03-25
| | * | | | | | | | libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love2013-03-25
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-01
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | line up comment for ndo_bridge_getlinkDmitry Kravkov2013-03-27
* | | | | | | | | Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-04-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior2013-04-03
| * | | | | | | | | usb: renesas_usbhs: fixup sparse errors for common.cKuninori Morimoto2013-04-02
| * | | | | | | | | usb: mv_usb: remove clock name from pdataChao Xie2013-04-02
| * | | | | | | | | usb: phy: ab8500-usb: update irq handling codeFabio Baltieri2013-03-18
| * | | | | | | | | usb: phy: return -ENXIO when PHY layer isn't enabledFelipe Balbi2013-03-18
| * | | | | | | | | usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executedKishon Vijay Abraham I2013-03-18
| * | | | | | | | | usb: phy: introduce ->set_vbus() methodFelipe Balbi2013-03-18
| * | | | | | | | | usb: phy: make it a menuconfigFelipe Balbi2013-03-18
| * | | | | | | | | usb: otg: move usb_otg_state_string to usb-common.cFelipe Balbi2013-03-18
| * | | | | | | | | usb: otg: prefix otg_state_string with usb_Felipe Balbi2013-03-18
| * | | | | | | | | usb: gadget: udc-core: introduce usb_add_gadget_udc_release()Felipe Balbi2013-03-18
| * | | | | | | | | usb: gadget: introduce gadget state trackingFelipe Balbi2013-03-18
| * | | | | | | | | usb: common: introduce usb_state_string()Felipe Balbi2013-03-18
| * | | | | | | | | usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-18
| * | | | | | | | | usb: gadget: udc-core: allow udc class register gadget deviceFelipe Balbi2013-03-18
| * | | | | | | | | usb: dwc3: omap: remove platform data associated with dwc3-omapKishon Vijay Abraham I2013-03-18
| * | | | | | | | | usb: phy: nop: Add some parameters to platform dataRoger Quadros2013-03-18
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge v3.9-rc5 into usb-nextGreg Kroah-Hartman2013-04-01
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds2013-03-31
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-03-22
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2013-03-11
| * | | | | | | | | Revert "lockdep: check that no locks held at freeze time"Paul Walmsley2013-03-31
| * | | | | | | | | Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse2013-03-28
| * | | | | | | | | Merge tag 'usb-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-03-28
| |\ \ \ \ \ \ \ \ \