| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove inclusions of <linux/autoconf.h> | Ralf Baechle | 2008-02-06 | 7 | -7/+0 |
* | riscom8: fix SMP brokenness | Jeff Garzik | 2008-02-06 | 2 | -55/+94 |
* | fix ! versus & precedence in various places | Alexey Dobriyan | 2008-02-06 | 8 | -36/+36 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-02-05 | 29 | -1571/+1794 |
|\ |
|
| * | ide-tape: bump minor driver version | Borislav Petkov | 2008-02-06 | 1 | -1/+1 |
| * | ide-tape: cleanup the remaining codestyle issues | Borislav Petkov | 2008-02-06 | 1 | -352/+480 |
| * | ide-tape: fix syntax error in idetape_identify_device() | Borislav Petkov | 2008-02-06 | 1 | -2/+2 |
| * | ide-tape: remove leftover OnStream support warning | Borislav Petkov | 2008-02-06 | 1 | -4/+0 |
| * | ide-tape: collect module-related macro calls at the end | Borislav Petkov | 2008-02-06 | 1 | -3/+2 |
| * | ide-tape: include proper headers | Borislav Petkov | 2008-02-06 | 1 | -3/+3 |
| * | ide-tape: remove unused "length" arg from idetape_create_read_buffer_cmd() | Borislav Petkov | 2008-02-06 | 1 | -3/+6 |
| * | ide-tape: remove struct idetape_id_gcw | Borislav Petkov | 2008-02-06 | 1 | -33/+23 |
| * | ide-tape: cleanup and fix comments | Borislav Petkov | 2008-02-06 | 1 | -410/+271 |
| * | ide-tape: shorten some function names | Borislav Petkov | 2008-02-06 | 1 | -17/+15 |
| * | ide-tape: remove idetape_increase_max_pipeline_stages() | Borislav Petkov | 2008-02-06 | 1 | -20/+15 |
| * | ide-tape: struct idetape_tape_t: shorten member names v2 | Borislav Petkov | 2008-02-06 | 1 | -97/+113 |
| * | ide-tape: struct idetape_tape_t: remove unused members | Borislav Petkov | 2008-02-06 | 1 | -34/+11 |
| * | ide-tape: remove typedef idetape_chrdev_direction_t | Borislav Petkov | 2008-02-06 | 1 | -30/+32 |
| * | ide-tape: simplify code branching in the interrupt handler | Borislav Petkov | 2008-02-06 | 1 | -26/+28 |
| * | ide-tape: remove unreachable code chunk | Borislav Petkov | 2008-02-06 | 1 | -12/+10 |
| * | ide-tape: remove struct idetape_read_position_result_t | Borislav Petkov | 2008-02-06 | 1 | -32/+18 |
| * | ide-tape: refactor the debug logging facility | Borislav Petkov | 2008-02-06 | 1 | -222/+122 |
| * | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 2008-02-06 | 7 | -10/+11 |
| * | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 2008-02-06 | 10 | -69/+86 |
| * | ide: remove ide_setup_ports() | Bartlomiej Zolnierkiewicz | 2008-02-06 | 7 | -173/+133 |
| * | ide: remove redundant BUG_ON() from [atapi_]reset_pollfunc() | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -2/+0 |
| * | ide: remove write-only ->sata_misc[] from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -3/+0 |
| * | ppc: fix #ifdef-s in mediabay driver (take 2) | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -25/+21 |
| * | ide-pci-generic: kill the unused ifdef/endif/MODULE code | Denis Cheng | 2008-02-06 | 2 | -14/+2 |
| * | drivers/ide/legacy/hd.c: fix uninitialized var warning | Andrew Morton | 2008-02-06 | 1 | -3/+6 |
| * | drivers/ide/ide-acpi.c: fix uninitialized var warning | Andrew Morton | 2008-02-06 | 1 | -1/+1 |
| * | Palmchip BK3710 IDE driver | Anton Salnikov | 2008-02-06 | 4 | -0/+406 |
| * | ide-generic: probing bugfix | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -2/+8 |
* | | Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy... | Linus Torvalds | 2008-02-05 | 2 | -482/+1 |
|\ \
| |/
|/| |
|
| * | Move dmapool.c to mm/ directory | Matthew Wilcox | 2007-12-04 | 2 | -482/+1 |
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2008-02-05 | 8 | -168/+188 |
|\ \ |
|
| * | | [S390] dcss: Initialize workqueue before using it. | Heiko Carstens | 2008-02-05 | 1 | -3/+2 |
| * | | [S390] sclp_tty/sclp_vt220: Fix scheduling while atomic | Christian Borntraeger | 2008-02-05 | 2 | -2/+2 |
| * | | [S390] dasd: fix panic caused by alias device offline | Stefan Weinhuber | 2008-02-05 | 1 | -1/+1 |
| * | | [S390] dasd: add ifcc handling | Stefan Haberland | 2008-02-05 | 2 | -27/+52 |
| * | | [S390] cio: Add shutdown callback for ccwgroup. | Cornelia Huck | 2008-02-05 | 1 | -0/+12 |
| * | | [S390] cio: Clean up chsc response code handling. | Cornelia Huck | 2008-02-05 | 1 | -92/+55 |
| * | | [S390] cio: make sense id procedure work with partial hardware response | Peter Oberparleiter | 2008-02-05 | 1 | -43/+64 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-02-05 | 6 | -9/+11 |
|\ \ \ |
|
| * | | | [NET]: Remove further references to net-modules.txt | Johann Felix Soden | 2008-02-05 | 1 | -4/+2 |
| * | | | bluetooth: blacklist another Broadcom BCM2035 device | Andy Shevchenko | 2008-02-05 | 1 | -0/+1 |
| * | | | drivers/bluetooth/btsdio.c: fix double-free | Adrian Bunk | 2008-02-05 | 1 | -3/+1 |
| * | | | drivers/bluetooth/bpa10x.c: fix memleak | Adrian Bunk | 2008-02-05 | 1 | -0/+1 |
| * | | | tun: impossible to deassert IFF_ONE_QUEUE or IFF_NO_PI | Nathaniel Filardo | 2008-02-05 | 1 | -0/+4 |
| * | | | hamradio: fix dmascc section mismatch | Randy Dunlap | 2008-02-05 | 1 | -2/+2 |
| |/ / |
|