summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2010-06-041-1/+1
|\
| * gconfig: fix build failure on fedora 13Richard Kennedy2010-06-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-06-04135-113/+59831
|\ \
| * | Staging: sep: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-041-12/+40
| * | Staging: rc2860: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-041-0/+2
| * | Staging: Eliminate a NULL pointer dereferenceJulia Lawall2010-06-042-5/+2
| * | staging: Use GFP_ATOMIC when a lock is heldJulia Lawall2010-06-043-3/+3
| * | Staging: comedi - correct parameter gainlkup for DAQCard-6024E in driver ni_m...Martin Homuth-Rosemann2010-06-041-1/+1
| * | Staging: comedi: fixing ni_labpc to mite dependancyAlexander Kurz2010-06-041-0/+1
| * | Staging: wlags49_h2, wlags49_h25: fixed Kconfig dependenciesHenk de Groot2010-06-042-10/+14
| * | Staging: phison: depends on ATA_BMDMARandy Dunlap2010-06-041-1/+1
| * | Staging: iio-utils: fix memory overflow for dynamically allocateded memory to...Barry Song2010-06-041-2/+1
| * | Staging: adis16255: add proper section markings to hotplug funcsMike Frysinger2010-06-041-2/+2
| * | Staging: adis16255: fix typo in KconfigMike Frysinger2010-06-041-1/+1
| * | Staging: batman-adv: Don't allocate icmp packet with GFP_KERNELSven Eckelmann2010-06-041-1/+1
| * | Staging: batman-adv: Don't call free_netdev twiceSven Eckelmann2010-06-041-0/+3
| * | Staging: batman-adv: Call unregister_netdev on failures to get rtnl lockSven Eckelmann2010-06-041-1/+1
| * | Staging: batman-adv: fix rogue packets on shutdownMarek Lindner2010-06-041-9/+15
| * | Staging: add MSM framebuffer driverStepan Moskovchenko2010-06-0470-0/+30037
| * | Staging: comedi: fixing ni_tio to mite PCI dependancyAlexander Kurz2010-06-041-1/+1
| * | Staging: comedi: fix 8255 and DAS08 Kconfig dependancies.Alexander Kurz2010-06-042-23/+59
| * | Staging: comedi: For COMEDI_BUFINFO, check access to commandIan Abbott2010-06-041-3/+16
| * | Staging: comedi: COMEDI_BUFINFO with no async - report no bytes read or writtenIan Abbott2010-06-041-0/+2
| * | Staging: comedi: don't write to buffer if command finishedIan Abbott2010-06-041-10/+13
| * | Staging: comedi: amplc_dio200: Protect counter subdevice with spinlockIan Abbott2010-06-041-10/+25
| * | Staging: comedi: adv_pci_dio: Support Advantech PCI-1735UIan Abbott2010-06-041-11/+169
| * | Staging: comedi: addi-data: don't overwrite name for request_irq()Ian Abbott2010-06-041-5/+1
| * | Staging: comedi: Give the addi_apci_* drivers different driver namesIan Abbott2010-06-0417-2/+38
| * | Staging: mid: Intel MID touch screen driverSreedhara DS2010-06-046-0/+879
| * | staging: Add framebuffer driver for XGI chipsetsapatard@mandriva.com2010-06-0424-0/+28503
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-06-043-7/+11
|\ \ \
| * | | fix setattr error handling in sysfs, configfsNick Piggin2010-06-042-7/+8
| * | | kobject: free memory if netlink_kernel_create() failsDan Carpenter2010-06-041-0/+1
| * | | lib/kobject_uevent.c: fix CONIG_NET=n warningAndrew Morton2010-06-041-0/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-06-049-59/+175
|\ \ \
| * | | serial: add support for various Titan PCI cardsYegor Yefremov2010-06-041-0/+71
| * | | vt_ioctl: return -EFAULT on copy_from_user errorsDan Carpenter2010-06-041-1/+3
| * | | serial: altera_uart: Proper section for altera_uart_removeTobias Klauser2010-06-041-1/+1
| * | | tty: fix a little bug in scrup, vt.cFrank Pan2010-06-041-1/+1
| * | | altera_uart: Simplify altera_uart_console_putcTobias Klauser2010-06-041-15/+8
| * | | altera_uart: Don't take spinlock in already protected functionsTobias Klauser2010-06-041-15/+4
| * | | TTY/n_gsm: potential double lockDan Carpenter2010-06-041-4/+5
| * | | serial: bfin_5xx: fix typo in IER checkSonic Zhang2010-06-041-1/+1
| * | | serial: bfin_5xx: IRDA is not affected by anomaly 05000230Graf Yang2010-06-041-1/+6
| * | | serial_cs: add and sort IDs for serial and modem cardsAlexander Kurz2010-06-041-2/+16
| * | | msm_serial: fix serial on troutAbhijeet Dharmapurikar2010-06-042-18/+59
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-06-0413-18/+180
|\ \ \
| * | | USB: unbind all interfaces before rebinding themAlan Stern2010-06-041-0/+2
| * | | USB: serial: digi_acceleport: Eliminate a NULL pointer dereferenceJulia Lawall2010-06-041-2/+1
| * | | usb: fix ehci_hcd build failure when both generic-OF and xilinx is selectedGrant Likely2010-06-041-3/+17
OpenPOWER on IntegriCloud