aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko1-1/+1
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko1-0/+2
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2-5/+26
2010-10-22Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-0/+51
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds13-198/+577
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds7-1/+37
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds5-1/+17
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+1
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds1-2/+2
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2-25/+8
2010-10-23nilfs2: change license of exported header fileRyusuke Konishi1-4/+4
2010-10-23nilfs2: get rid of snapshot mount flagRyusuke Konishi1-1/+0
2010-10-23nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi1-0/+13
2010-10-23nilfs2: keep zero value in i_cno except for gc-inodesRyusuke Konishi1-0/+8
2010-10-23nilfs2: accept future revisionsRyusuke Konishi1-0/+1
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-17/+34
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-101/+35
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-18/+42
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-14/+142
2010-10-22kdb,kgdb: fix sparse fixupsJason Wessel1-0/+8
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel1-0/+43
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-45/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds3-33/+13
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-2/+5
2010-10-22mxc_udc: add workaround for ENGcm09152 for i.MX35Eric Bénard1-0/+3
2010-10-22usb: usb3.0 ch9 definitionsTatyana Brokhman1-1/+57
2010-10-22usb-storage: add new no_read_capacity_16 quirkHans de Goede1-1/+3
2010-10-22usb-storage: add new no_read_disc_info quirkHans de Goede1-1/+3
2010-10-22USB: introduce unmap_urb_setup_for_dma()Martin Fuzzey1-0/+1
2010-10-22USB: add USB EHCI support for MPC5121 SoCAnatolij Gustschin1-0/+15
2010-10-22USB: Add more empty functions in otg.hGrazvydas Ignotas1-0/+11
2010-10-22usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad1-0/+1
2010-10-22USB: Move USB Storage definitions to their own header fileMatthew Wilcox2-37/+49
2010-10-22USB: storage: Use USB_ prefix instead of US_ prefixMichal Nazarewicz1-29/+30
2010-10-22USB: cdc.h: ncm: fix one more typoYauheni Kaliuta1-2/+2
2010-10-22USB: cdc.h: ncm: add missed constants and structuresYauheni Kaliuta1-2/+55
2010-10-22Revert "USB: ncm: added ncm.h with auxiliary definitions"Yauheni Kaliuta1-114/+0
2010-10-22USB: cdc.h: ncm: typo and style fixesYauheni Kaliuta1-10/+12
2010-10-22USB OTG Langwell: Update OTG Kconfig and driver version.Hao Wu1-1/+1
2010-10-22USB OTG: Add common data structure for Intel MID Platform (Langwell/Penwell)Hao Wu1-0/+180
2010-10-22init.h: add some more documentation to __ref* tagsMichal Nazarewicz1-3/+10
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König1-5/+3
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz1-14/+5
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-12/+8
2010-10-22USB: gadget: composite: Better string override handlingMichal Nazarewicz1-0/+13
2010-10-22USB Gadget: Verify VBUS current before setting the device self-powered bitParirajan Muthalagu1-0/+10
2010-10-22usb: Add Intel Langwell USB OTG Transceiver DriverHao Wu1-0/+139
2010-10-22serial: abstraction for 8250 legacy portsAlan Cox1-0/+4