| Commit message (Expand) | Author | Age | Files | Lines |
* | mn10300: add the MN10300/AM33 architecture to the kernel | David Howells | 2008-02-08 | 6 | -5/+22 |
* | usb: net2280 can't have a function called show_registers() | David Howells | 2008-02-08 | 1 | -3/+3 |
* | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 2008-02-08 | 1 | -1/+0 |
* | serial_core: bring mostly into line with coding style | Alan Cox | 2008-02-08 | 1 | -27/+28 |
* | 8250: enable rate reporting via termios | Alan Cox | 2008-02-08 | 1 | -0/+1 |
* | serial8250: coding style | Alan Cox | 2008-02-08 | 1 | -9/+10 |
* | 8250_pci: coding style | Alan Cox | 2008-02-08 | 1 | -55/+54 |
* | 8250_hub6: codding style | Alan Cox | 2008-02-08 | 1 | -12/+12 |
* | 8250_hp300: coding style | Alan Cox | 2008-02-08 | 1 | -20/+15 |
* | 8250_gsc: coding style | Alan Cox | 2008-02-08 | 1 | -9/+8 |
* | 8250_early: coding style | Alan Cox | 2008-02-08 | 1 | -8/+15 |
* | tty_ioctl: drag screaming into compliance with the coding style | Alan Cox | 2008-02-08 | 1 | -182/+180 |
* | tty_io: drag screaming into coding style compliance | Alan Cox | 2008-02-08 | 1 | -278/+283 |
* | tty_audit: fix checkpatch complaint | Alan Cox | 2008-02-08 | 1 | -1/+1 |
* | rocket: don't let random users reset the controller | Alan Cox | 2008-02-08 | 1 | -0/+3 |
* | rocket: first pass at termios reporting | Alan Cox | 2008-02-08 | 1 | -10/+8 |
* | n_tty: clean up old code to follow coding style and (mostly) checkpatch | Alan Cox | 2008-02-08 | 1 | -75/+73 |
* | moxa: first pass at termios reporting | Alan Cox | 2008-02-08 | 1 | -8/+15 |
* | intel-iommu: fault_reason index cleanup | mark gross | 2008-02-08 | 1 | -6/+5 |
* | intel-iommu: PMEN support | mark gross | 2008-02-08 | 2 | -1/+24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2008-02-07 | 12 | -408/+1361 |
|\ |
|
| * | dm raid1: report fault status | Jonathan Brassow | 2008-02-08 | 1 | -8/+36 |
| * | dm raid1: handle read failures | Jonathan Brassow | 2008-02-08 | 1 | -45/+211 |
| * | dm raid1: fix EIO after log failure | Jonathan Brassow | 2008-02-08 | 1 | -11/+90 |
| * | dm raid1: handle recovery failures | Jonathan Brassow | 2008-02-08 | 1 | -3/+20 |
| * | dm raid1: handle write failures | Jonathan Brassow | 2008-02-08 | 1 | -26/+224 |
| * | dm snapshot: combine consecutive exceptions in memory | Milan Broz | 2008-02-08 | 2 | -16/+116 |
| * | dm: stripe enhanced status return | Brian Wood | 2008-02-08 | 1 | -1/+22 |
| * | dm: stripe trigger event on failure | Brian Wood | 2008-02-08 | 1 | -1/+81 |
| * | dm log: auto load modules | Jonathan Brassow | 2008-02-08 | 1 | -1/+50 |
| * | dm: move deferred bio flushing to workqueue | Milan Broz | 2008-02-08 | 1 | -12/+67 |
| * | dm crypt: use async crypto | Milan Broz | 2008-02-08 | 1 | -59/+72 |
| * | dm crypt: prepare async callback fn | Milan Broz | 2008-02-08 | 1 | -4/+41 |
| * | dm crypt: add completion for async | Milan Broz | 2008-02-08 | 1 | -0/+21 |
| * | dm crypt: add async request mempool | Milan Broz | 2008-02-08 | 1 | -2/+43 |
| * | dm crypt: extract scatterlist processing | Milan Broz | 2008-02-08 | 1 | -24/+39 |
| * | dm crypt: tidy io ref counting | Milan Broz | 2008-02-08 | 1 | -12/+8 |
| * | dm crypt: introduce crypt_write_io_loop | Milan Broz | 2008-02-08 | 1 | -5/+11 |
| * | dm crypt: abstract crypt_write_done | Milan Broz | 2008-02-08 | 1 | -16/+25 |
| * | dm crypt: store sector mapping in dm_crypt_io | Milan Broz | 2008-02-08 | 1 | -7/+7 |
| * | dm crypt: move queue functions | Alasdair G Kergon | 2008-02-08 | 1 | -28/+26 |
| * | dm crypt: adjust io processing functions | Milan Broz | 2008-02-08 | 1 | -15/+25 |
| * | dm crypt: tidy crypt_endio | Milan Broz | 2008-02-08 | 1 | -11/+6 |
| * | dm crypt: move error setting outside crypt_dec_pending | Milan Broz | 2008-02-08 | 1 | -11/+25 |
| * | dm crypt: remove unnecessary crypt_context write parm | Milan Broz | 2008-02-08 | 1 | -6/+4 |
| * | dm crypt: move convert_context inside dm_crypt_io | Milan Broz | 2008-02-08 | 1 | -20/+21 |
| * | dm mpath: add missing static | Alasdair G Kergon | 2008-02-08 | 1 | -1/+1 |
| * | dm: targets no longer experimental | Alasdair G Kergon | 2008-02-08 | 1 | -12/+12 |
| * | dm: refactor dm_suspend completion wait | Milan Broz | 2008-02-08 | 1 | -16/+27 |
| * | dm: split dm_suspend io_lock hold into two | Milan Broz | 2008-02-08 | 1 | -1/+2 |