| Commit message (Expand) | Author | Age | Files | Lines |
* | tifm_7xx1: prettify | Alex Dubov | 2007-02-04 | 1 | -16/+18 |
* | tifm_7xx1: recognize device 0xac8f as supported | Alex Dubov | 2007-02-04 | 1 | -5/+8 |
* | tifm_7xx1: switch from workqueue to kthread | Alex Dubov | 2007-02-04 | 2 | -68/+94 |
* | tifm_7xx1: Merge media insert and media remove functions | Alex Dubov | 2007-02-04 | 1 | -128/+126 |
* | tifm_7xx1: simplify eject function | Alex Dubov | 2007-02-04 | 1 | -8/+2 |
* | Add dummy_signal_irq function to save check in ISR | Alex Dubov | 2007-02-04 | 2 | -6/+13 |
* | Remove unused return value from signal_irq callback | Alex Dubov | 2007-02-04 | 2 | -5/+4 |
* | tifm_sd: prettify | Alex Dubov | 2007-02-04 | 1 | -48/+50 |
* | tifm_sd: restructure initialization, removal and command handling | Alex Dubov | 2007-02-04 | 3 | -105/+114 |
* | tifm_sd: fix hardware timeout setup | Alex Dubov | 2007-02-04 | 1 | -8/+7 |
* | tifm_sd: Switch software timeout handler from work_struct to timer | Alex Dubov | 2007-02-04 | 1 | -21/+13 |
* | tifm_sd: use kmap_atomic instead of kmap for PIO data buffer | Alex Dubov | 2007-02-04 | 1 | -27/+25 |
* | tifm_sd: alter order of the states in the command handler | Alex Dubov | 2007-02-04 | 1 | -20/+37 |
* | mmc: Add support for SDHC cards | Philip Langdale | 2007-02-04 | 2 | -29/+119 |
* | mmc: Power quirk for ENE controllers | Darren Salt | 2007-02-04 | 1 | -3/+19 |
* | mmc: let host be parent of cards | Pierre Ossman | 2007-02-04 | 1 | -1/+1 |
* | mmc: replace host->card_busy | Pierre Ossman | 2007-02-04 | 1 | -8/+8 |
* | mmc: au1xmmc: return errors for unknown response types | Manuel Lauss | 2007-02-04 | 1 | -0/+6 |
* | mmc: au1xmmc: implement proper ro switch detection | Manuel Lauss | 2007-02-04 | 1 | -1/+3 |
* | [PATCH] fix rtl8150 | Al Viro | 2007-02-03 | 1 | -1/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2007-02-03 | 10 | -70/+100 |
|\ |
|
| * | [SCSI] sd: udev accessing an uninitialized scsi_disk field results in a crash | Nagendra Singh Tomar | 2007-02-02 | 1 | -10/+10 |
| * | [SCSI] st: A MTIOCTOP/MTWEOF within the early warning will cause the file num... | Kai Makisara | 2007-01-27 | 1 | -8/+11 |
| * | [SCSI] qla4xxx: bug fixes | David C Somayajulu | 2007-01-27 | 7 | -52/+73 |
| * | [SCSI] Fix scsi_add_device() for async scanning | Matthew Wilcox | 2007-01-27 | 1 | -0/+6 |
* | | [PATCH] net/smc911x: match up spin lock/unlock | Peter Korsgaard | 2007-02-03 | 1 | -2/+3 |
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-02-02 | 5 | -18/+19 |
|\ \ |
|
| * | | libata: Initialize nbytes for internal sg commands | Brian King | 2007-02-02 | 1 | -0/+1 |
| * | | pata_via: Correct missing comments | Alan | 2007-02-02 | 1 | -1/+2 |
| * | | pata_atiixp: propogate cable detection hack from drivers/ide to the new driver | Alan | 2007-02-02 | 1 | -2/+9 |
| * | | ahci/pata_jmicron: fix JMicron quirk | Tejun Heo | 2007-02-02 | 2 | -15/+7 |
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-02-02 | 10 | -218/+199 |
|\ \ \ |
|
| * | | | spidernet : fix memory leak in spider_net_stop | Jens Osterkamp | 2007-02-02 | 1 | -0/+2 |
| * | | | e100: fix napi ifdefs removing needed code | Auke Kok | 2007-02-02 | 1 | -6/+1 |
| * | | | Merge ../linux-2.6 | Jeff Garzik | 2007-02-02 | 7 | -28/+28 |
| |\ \ \
| | |/ / |
|
| * | | | netxen patches | Al Viro | 2007-01-31 | 8 | -212/+196 |
* | | | | [BNX2]: PHY workaround for 5709 A0. | Michael Chan | 2007-02-02 | 2 | -2/+18 |
| |/ /
|/| | |
|
* | | | [PATCH] via82cxxx: fix typo ("cx7000" should be corrected to "cx700") | Bartlomiej Zolnierkiewicz | 2007-02-01 | 1 | -1/+1 |
* | | | [PATCH] sysrq: showBlockedTasks is sysrq-W | Randy Dunlap | 2007-02-01 | 1 | -9/+11 |
* | | | [PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the bios | Avi Kivity | 2007-02-01 | 1 | -0/+2 |
* | | | [PATCH] pci: remove warning messages | Andrew Morton | 2007-02-01 | 1 | -8/+2 |
* | | | [PATCH] via quirk update | Jean Delvare | 2007-02-01 | 1 | -3/+5 |
* | | | [PATCH] radio modems sitting on serial port are not for s390 | Al Viro | 2007-02-01 | 1 | -3/+3 |
* | | | [PATCH] ide section fixes | Al Viro | 2007-02-01 | 1 | -4/+4 |
|/ / |
|
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos... | Linus Torvalds | 2007-01-30 | 3 | -15/+11 |
|\ \ |
|
| * | | HID: fix pb_fnmode and move it to generic HID | Jiri Kosina | 2007-01-30 | 2 | -12/+8 |
| * | | HID: fix hid-input mapping for Firefly Mini Remote Control | Simon Bennett | 2007-01-25 | 1 | -0/+2 |
| * | | USB HID: fix hid_blacklist clash for 0x08ca/0x0010 | Jiri Kosina | 2007-01-25 | 1 | -3/+0 |
| * | | HID: fix memleaking of collection | Jiri Kosina | 2007-01-25 | 1 | -0/+1 |
* | | | [PATCH] IPMI: fix timeout list handling | David Barksdale | 2007-01-30 | 1 | -2/+1 |