Age | Commit message (Expand) | Author | Files | Lines |
2007-10-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 7 | -4/+1137 |
2007-10-17 | net: libertas sdio driver | Pierre Ossman | 5 | -0/+1134 |
2007-10-17 | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 | Linus Torvalds | 2 | -6/+6 |
2007-10-17 | mmc: at91_mci: cleanup: use MCI_ERRORS | Andrew Victor | 1 | -3/+1 |
2007-10-17 | mmc: possible leak in mmc_read_ext_csd | Florin Malita | 1 | -1/+2 |
2007-10-17 | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 1 | -0/+2 |
2007-10-17 | x86: Create clflush() inline, remove hardcoded wbinvd | H. Peter Anvin | 1 | -5/+6 |
2007-10-17 | x86: remove rogue default m in drivers/video/Kconfig | Andi Kleen | 1 | -1/+0 |
2007-10-17 | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -79/+83 |
2007-10-17 | Revert "[SCSI] Remove full sg table memset()" | Jens Axboe | 1 | -0/+2 |
2007-10-17 | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 3 | -9/+12 |
2007-10-17 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 5 | -57/+57 |
2007-10-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/li... | Linus Torvalds | 5 | -31/+35 |
2007-10-17 | security/ cleanups | Adrian Bunk | 1 | -1/+0 |
2007-10-17 | PNP: add debug message for adding new device | Bjorn Helgaas | 2 | -5/+24 |
2007-10-17 | PNP: simplify PNPBIOS insert_device | Bjorn Helgaas | 1 | -14/+14 |
2007-10-17 | PNP: use dev_info() in system driver | Bjorn Helgaas | 1 | -13/+16 |
2007-10-17 | PNP: use dev_info(), dev_err(), etc in core | Bjorn Helgaas | 7 | -29/+31 |
2007-10-17 | PNP: simplify PNP card error handling | Bjorn Helgaas | 1 | -28/+29 |
2007-10-17 | PNP: remove null pointer checks | Bjorn Helgaas | 1 | -15/+0 |
2007-10-17 | Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off | Krzysztof Oledzki | 1 | -0/+10 |
2007-10-17 | PNP: don't fail device init if no DMA channel available | Jan Beulich | 1 | -17/+12 |
2007-10-17 | PNP: make pnpacpi_suspend handle errors | Rafael J. Wysocki | 1 | -5/+10 |
2007-10-17 | floppy: remove register keyword use from floppy driver | Jesper Juhl | 1 | -2/+5 |
2007-10-17 | floppy: remove dead/commented out code from floppy driver | Jesper Juhl | 1 | -26/+1 |
2007-10-17 | floppy: do a very minimal style cleanup of the floppy driver | Jesper Juhl | 1 | -50/+73 |
2007-10-17 | md: make sure read errors are auto-corrected during a 'check' resync in raid1 | NeilBrown | 1 | -1/+2 |
2007-10-17 | md: expose the degraded status of an assembled array through sysfs | Iustin Pop | 1 | -0/+7 |
2007-10-17 | md: 'sync_action' in sysfs returns wrong value for readonly arrays | NeilBrown | 1 | -1/+1 |
2007-10-17 | md: fix a bug in some never-used code. | NeilBrown | 1 | -5/+5 |
2007-10-17 | md: software Raid autodetect dev list not array | Michael J. Evans | 1 | -9/+33 |
2007-10-17 | drivers/char/ip2: fix used-uninit'd bug | Jeff Garzik | 1 | -5/+1 |
2007-10-17 | lp_console: cleanups | Pavel Machek | 1 | -9/+8 |
2007-10-17 | HVC console is also used by iSeries, so add that to HVC_DRIVER help. | Rusty Russell | 1 | -1/+1 |
2007-10-17 | Delay creation of khcvd thread | Rusty Russell | 2 | -18/+42 |
2007-10-17 | tty: expose new methods needed for drivers to get termios right | Alan Cox | 1 | -10/+72 |
2007-10-17 | lk201: remove obsolete driver | Maciej W. Rozycki | 7 | -1373/+0 |
2007-10-17 | Make the pr_*() family of macros in kernel.h complete | Emil Medve | 4 | -17/+8 |
2007-10-17 | I2O: Fix "defined but not used" build warnings | Satyam Sharma | 1 | -47/+47 |
2007-10-17 | add CONFIG_VT_UNICODE | Bill Nottingham | 5 | -5/+26 |
2007-10-17 | make dmapool code use __set_current_state() | Arjan van de Ven | 1 | -1/+1 |
2007-10-17 | Remove final traces of long-deprecated "ramdisk" kernel parm | Robert P. J. Day | 1 | -6/+1 |
2007-10-17 | drivers/block/cciss.c: fix check-after-use | Adrian Bunk | 1 | -29/+27 |
2007-10-17 | n_hdlc.c: fix check-after-use | Adrian Bunk | 1 | -1/+1 |
2007-10-17 | cciss: fix error reporting for SG_IO | Steve Cameron | 1 | -18/+61 |
2007-10-17 | NBD: allow hung network I/O to be cancelled | Paul Clements | 1 | -31/+62 |
2007-10-17 | NBD: set uninitialized devices to size 0 | Paul Clements | 1 | -2/+5 |
2007-10-17 | floppy: tolerate DMA channel unavailability | Jan Beulich | 1 | -5/+9 |
2007-10-17 | jsm: Remove further unneeded crud | Alan Cox | 1 | -40/+3 |
2007-10-17 | mxser: Remove use of dead TTY_FLIPBUF_SIZE definition | Alan Cox | 1 | -2/+1 |