Age | Commit message (Expand) | Author | Files | Lines |
2010-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 1 | -3/+4 |
2010-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 13 | -33/+89 |
2010-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -0/+2 |
2010-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 14 | -31/+70 |
2010-02-17 | serial: 8250: add serial transmitter fully empty test | Dick Hollenbeck | 1 | -3/+4 |
2010-02-17 | class: Free the class private data in class_release | Laurent Pinchart | 1 | -0/+2 |
2010-02-17 | USB: gadget: fix EEM gadget CRC usage | Brian Niebuhr | 1 | -2/+1 |
2010-02-17 | USB: otg Kconfig: let USB_OTG_UTILS select USB_ULPI option | Valentin Longchamp | 1 | -0/+1 |
2010-02-17 | USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usage | Michal Nazarewicz | 1 | -1/+1 |
2010-02-17 | USB: FHCI: Fix build after kfifo rework | Anton Vorontsov | 1 | -3/+3 |
2010-02-17 | USB: serial: add usbid for dell wwan card to sierra.c | Richard Farina | 1 | -0/+1 |
2010-02-17 | USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUS | Tanaka Akira | 1 | -0/+1 |
2010-02-17 | USB: ehci: phy low power mode bug fixing | Alek Du | 1 | -5/+8 |
2010-02-17 | USB: s3c-hsotg: Export usb_gadget_register_driver() | Mark Brown | 1 | -0/+1 |
2010-02-17 | USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR() | Mark Brown | 1 | -0/+1 |
2010-02-17 | USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT) | Andreas Mohr | 2 | -3/+38 |
2010-02-17 | USB: storage: Remove unneeded SC/PR from unusual_devs.h | Phil Dibowitz | 1 | -1/+1 |
2010-02-17 | USB: ftdi_sio: new device id for papouch AD4USB | Radek Liboska | 2 | -0/+2 |
2010-02-17 | USB: usbfs: properly clean up the as structure on error paths | Linus Torvalds | 1 | -14/+26 |
2010-02-17 | USB: usbfs: only copy the actual data received | Greg KH | 1 | -4/+4 |
2010-02-17 | be2net: set proper value to version field in req hdr | Ajit Khaparde | 1 | -0/+1 |
2010-02-16 | dm: sysfs revert add empty release function to avoid debug warning | Alasdair G Kergon | 1 | -8/+0 |
2010-02-16 | dm mpath: fix stall when requeueing io | Kiyoshi Ueda | 1 | -4/+17 |
2010-02-16 | dm raid1: fix null pointer dereference in suspend | Takahiro Yasui | 1 | -3/+2 |
2010-02-16 | dm raid1: fail writes if errors are not handled and log fails | Mikulas Patocka | 1 | -1/+1 |
2010-02-16 | dm log: userspace fix overhead_size calcuations | Jonathan Brassow | 1 | -3/+7 |
2010-02-16 | dm snapshot: persistent annotate work_queue as on stack | Mike Snitzer | 1 | -1/+1 |
2010-02-16 | dm stripe: avoid divide by zero with invalid stripe count | Nikanth Karthikesan | 1 | -1/+1 |
2010-02-16 | ixgbe: fix WOL register setup for 82599 | Don Skidmore | 1 | -0/+4 |
2010-02-16 | ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errata | Don Skidmore | 1 | -0/+22 |
2010-02-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2 | -19/+47 |
2010-02-15 | drm/radeon/kms: make sure retry count increases. | Dave Airlie | 1 | -1/+1 |
2010-02-15 | drm/radeon/kms/atom: use get_unaligned_le32() for ctx->ps | Matt Turner | 1 | -1/+4 |
2010-02-15 | drm/ttm: Fix a bug occuring when validating a buffer object in a range. | Thomas Hellstrom | 1 | -0/+6 |
2010-02-15 | drm: Fix a bug in the range manager. | Thomas Hellstrom | 1 | -1/+2 |
2010-02-14 | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 1 | -1/+4 |
2010-02-14 | firewire: ohci: retransmit isochronous transmit packets on cycle loss | Clemens Ladisch | 1 | -5/+8 |
2010-02-12 | sfc: Fix SFE4002 initialisation | Steve Hodgson | 2 | -1/+2 |
2010-02-12 | iwlwifi: fix AMSDU Rx after paged Rx patch | Shanyu Zhao | 1 | -1/+4 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 8 | -142/+332 |
2010-02-12 | regulator/lp3971: vol_map out of bounds in lp3971_{ldo,dcdc}_set_voltage() | Roel Kluin | 1 | -2/+2 |
2010-02-12 | regulator: Fix display of null constraints for regulators | Mark Brown | 1 | -1/+1 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -7/+8 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+3 |
2010-02-12 | Merge git://git.infradead.org/users/cbou/battery-2.6.33 | Linus Torvalds | 1 | -2/+8 |
2010-02-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 5 | -44/+20 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+8 |
2010-02-12 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 41 | -227/+384 |
2010-02-12 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as... | Linus Torvalds | 5 | -22/+10 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -3/+1 |