Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2008-10-23 | 3 | -154/+229 |
|\ | |||||
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David Woodhouse | 2008-10-21 | 121 | -2107/+2150 |
| |\ | |||||
| * \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David Woodhouse | 2008-10-20 | 3 | -153/+230 |
| |\ \ | |||||
| | * | | dmar: fix uninitialised 'ret' variable in dmar_parse_dev() | David Woodhouse | 2008-10-18 | 1 | -3/+2 |
| | * | | intel-iommu: use coherent_dma_mask in alloc_coherent | FUJITA Tomonori | 2008-10-18 | 1 | -10/+19 |
| | * | | intel-iommu: IA64 support | Fenghua Yu | 2008-10-18 | 3 | -70/+91 |
| | * | | dmar: remove the quirk which disables dma-remapping when intr-remapping enabled | Youquan Song | 2008-10-17 | 1 | -15/+5 |
| | * | | dmar: Use queued invalidation interface for IOTLB and context invalidation | Youquan Song | 2008-10-17 | 1 | -50/+45 |
| | * | | dmar: context cache and IOTLB invalidation using queued invalidation | Youquan Song | 2008-10-17 | 1 | -0/+56 |
| | * | | dmar: use spin_lock_irqsave() in qi_submit_sync() | Suresh Siddha | 2008-10-17 | 1 | -6/+13 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-10-23 | 62 | -106/+63 |
|\ \ \ \ | |||||
| * | | | | ide: remove useless subdirs from drivers/ide/ | Bartlomiej Zolnierkiewicz | 2008-10-21 | 62 | -106/+63 |
| | |_|/ | |/| | | |||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2008-10-23 | 19 | -798/+977 |
|\ \ \ \ | |||||
| * | | | | dm: tidy local_init | Kiyoshi Ueda | 2008-10-21 | 1 | -17/+17 |
| * | | | | dm: remove unused flush_all | Kiyoshi Ueda | 2008-10-21 | 1 | -13/+1 |
| * | | | | dm raid1: separate region_hash interface part1 | Heinz Mauelshagen | 2008-10-21 | 3 | -687/+808 |
| * | | | | dm: mark split bio as cloned | Martin K. Petersen | 2008-10-21 | 1 | -0/+1 |
| * | | | | dm crypt: remove waitqueue | Milan Broz | 2008-10-21 | 1 | -8/+0 |
| * | | | | dm crypt: fix async split | Milan Broz | 2008-10-21 | 1 | -1/+40 |
| * | | | | dm crypt: tidy sector | Milan Broz | 2008-10-21 | 1 | -2/+5 |
| * | | | | dm: remove dm header from targets | Mikulas Patocka | 2008-10-21 | 14 | -13/+18 |
| * | | | | dm: publish array_too_big | Mikulas Patocka | 2008-10-21 | 3 | -14/+2 |
| * | | | | dm exception store: fix misordered writes | Mikulas Patocka | 2008-10-21 | 1 | -3/+8 |
| * | | | | dm exception store: refactor zero_area | Alasdair G Kergon | 2008-10-21 | 1 | -34/+68 |
| * | | | | dm snapshot: drop unused last_percent | Mikulas Patocka | 2008-10-21 | 2 | -4/+0 |
| * | | | | dm snapshot: fix primary_pe race | Mikulas Patocka | 2008-10-21 | 1 | -7/+3 |
| * | | | | dm kcopyd: avoid queue shuffle | Kazuo Ito | 2008-10-21 | 1 | -1/+12 |
| |/ / / | |||||
* | | | | 8250: Add more OxSemi devices | Lee Howard | 2008-10-23 | 1 | -2/+22 |
* | | | | 8250: Oxford Semiconductor Devices | Lee Howard | 2008-10-23 | 2 | -1/+230 |
* | | | | tty: Fix tty_port kref screwup | Alan Cox | 2008-10-23 | 1 | -1/+1 |
* | | | | watchdog: Fix warning | Alan Cox | 2008-10-23 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6 | Linus Torvalds | 2008-10-23 | 3 | -0/+327 |
|\ \ \ \ | |||||
| * | | | | xtensa: Add support for the Sonic Ethernet device for the XT2000 board. | Chris Zankel | 2008-10-21 | 3 | -0/+327 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc | Linus Torvalds | 2008-10-23 | 16 | -53/+185 |
|\ \ \ \ \ | |||||
| * | | | | | hvc_console: Remove __devexit annotation of hvc_remove() | Hendrik Brueckner | 2008-10-22 | 2 | -2/+2 |
| * | | | | | hvc_console: Add support for tty window resizing | Hendrik Brueckner | 2008-10-22 | 2 | -0/+64 |
| * | | | | | hvc_console: Fix loop if put_char() returns 0 | Hendrik Brueckner | 2008-10-22 | 1 | -9/+11 |
| * | | | | | hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS | Hendrik Brueckner | 2008-10-22 | 1 | -1/+1 |
| * | | | | | hvc_console: Add a hangup notifier for backends | Hendrik Brueckner | 2008-10-22 | 7 | -3/+14 |
| * | | | | | Merge commit 'origin' into master | Benjamin Herrenschmidt | 2008-10-21 | 1142 | -19145/+216998 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | Merge commit 'kumar/kumar-for-2.6.28' | Benjamin Herrenschmidt | 2008-10-21 | 2 | -1/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | of/spi: Support specifying chip select as active high via device tree | Wolfgang Ocker | 2008-10-20 | 1 | -0/+2 |
| | * | | | | | i2c-cpm: Suppress autoprobing for devices | Wolfram Sang | 2008-10-20 | 1 | -1/+0 |
| * | | | | | | of: Format string bug in drivers/of/of_i2c.c | Jon Smirl | 2008-10-21 | 1 | -1/+1 |
| * | | | | | | powerpc/oprofile: Fix mutex locking for cell spu-oprofile | Carl Love | 2008-10-21 | 3 | -1/+45 |
| * | | | | | | Merge commit 'gcl/gcl-next' | Benjamin Herrenschmidt | 2008-10-21 | 1 | -33/+22 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | powerpc/mpc5200: Refactor FEC mdio read/write routines | Wolfram Sang | 2008-10-15 | 1 | -33/+22 |
| * | | | | | | | Merge commit 'jwb/jwb-next' | Benjamin Herrenschmidt | 2008-10-21 | 2 | -2/+23 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | ibm_newemac: Fix new MAL feature handling | Josh Boyer | 2008-10-20 | 2 | -2/+23 |
| | |/ / / / / | |||||
* | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2008-10-23 | 87 | -0/+31511 |
|\ \ \ \ \ \ \ |