summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-12-3011-372/+491
|\
| * cciss: simplify parameters to deregister_disk functionStephen M. Cameron2008-12-291-7/+9
| * loop: Do not call loop_unplug for not configured loop device.Milan Broz2008-12-291-0/+1
| * loop: Flush possible running bios when loop device is released.Milan Broz2008-12-291-3/+35
| * nbd: tell the block layer that it is not a rotational deviceJens Axboe2008-12-291-6/+4
| * block: get rid of elevator_t typedefJens Axboe2008-12-291-1/+1
| * bio: allow individual slabs in the bio_setJens Axboe2008-12-293-3/+3
| * cciss: switch to using hlist for command list managementJens Axboe2008-12-293-46/+33
| * cdrom: reduce stack usage of mmc_ioctl_dvd_read_structMarcin Slusarz2008-12-291-62/+77
| * cdrom: split mmc_ioctl to lower stack usageMarcin Slusarz2008-12-291-241/+329
| * xen-blkfront: set queue paravirt flagFernando Luis Vázquez Cao2008-12-291-7/+1
| * virtio_blk: set queue paravirt flagFernando Luis Vázquez Cao2008-12-291-0/+2
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-304-40/+131
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-25299-2765/+3543
| |\ \ \ \
| | * | | | sparseirq, xen: make sure irq_desc is allocated for interruptsJeremy Fitzhardinge2008-12-181-0/+5
| | * | | | sparseirq: fix !SMP building, #2Yinghai Lu2008-12-171-0/+1
| | * | | | x86, MSI: pass irq_cfg and irq_descYinghai Lu2008-12-081-17/+38
| | * | | | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-083-23/+87
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-303-8/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-253-8/+8
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | * | | | | | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-251-2/+2
| | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | x86: correct link to HPET timer specificationDenis V. Lunev2008-11-241-1/+1
| | | |/ / / / /
| | * | | | | | clocksource, acpi_pm.c: put acpi_pm_read_slow() under CONFIG_PCIBjorn Helgaas2008-12-121-5/+5
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds2008-12-2827-231/+926
|\ \ \ \ \ \ \
| * | | | | | | powerpc/cell: add QPACE as a separate Cell platformBenjamin Krill2008-12-221-1/+1
| * | | | | | | powerpc/mpc5200: fix error paths in PSC UART probe functionWolfram Sang2008-12-211-8/+15
| * | | | | | | powerpc/mpc5200: add rts/cts handling in PSC UART driverWolfram Sang2008-12-211-4/+37
| * | | | | | | powerpc/mpc5200: Make PSC UART driver update serial errors countersRené Bürgel2008-12-211-2/+8
| * | | | | | | powerpc/mpc5200: Remove obsolete code from mpc5200 MDIO driverWolfram Sang2008-12-211-4/+1
| * | | | | | | powerpc/mpc5200: Add MDMA/UDMA support to MPC5200 ATA driverTim Yamin2008-12-212-66/+483
| * | | | | | | powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt2008-12-211-2/+2
| * | | | | | | powerpc/mm: Split mmu_context handlingBenjamin Herrenschmidt2008-12-211-2/+2
| * | | | | | | hvc_console: Escape magic sysrq keyHendrik Brueckner2008-12-211-2/+5
| * | | | | | | of/gpio: Implement of_gpio_count()Anton Vorontsov2008-12-211-0/+34
| * | | | | | | of: of_parse_phandles_with_args() learns to differentiate 'hole' cellsAnton Vorontsov2008-12-211-6/+16
| * | | | | | | of: Minor simplification for the of_parse_phandles_with_args()Anton Vorontsov2008-12-211-7/+4
| * | | | | | | Merge branch 'linux-2.6' into nextPaul Mackerras2008-12-1826-169/+263
| |\ \ \ \ \ \ \
| * | | | | | | | rapidio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-161-4/+4
| * | | | | | | | powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven2008-12-161-3/+3
| * | | | | | | | Merge branch 'merge' into nextPaul Mackerras2008-12-1670-694/+841
| |\ \ \ \ \ \ \ \
| * | | | | | | | | hvc_console: Always schedule resize work on resizeHendrik Brueckner2008-12-031-4/+2
| * | | | | | | | | powerpc: Make open count variables signed in hvcs/hvsi/hvc_consoleroel kluin2008-12-033-3/+3
| * | | | | | | | | drivers/hvc: Add missing of_node_putNicolas Palix2008-12-032-2/+6
| * | | | | | | | | of/gpio: Implement of_get_gpio_flags()Anton Vorontsov2008-12-031-7/+29
| * | | | | | | | | powerpc/macintosh: Fix unsigned check in smu_sat_get_sdb_partition()roel kluin2008-12-031-2/+3
| * | | | | | | | | of/i2c: Fill the archdata for I2C devicesAnton Vorontsov2008-12-031-0/+11
| * | | | | | | | | powerpc/BSR: Support multiple OF-node description of BSRSonny Rao2008-12-031-29/+55
| * | | | | | | | | Merge branch 'merge'Paul Mackerras2008-12-03210-1941/+2377
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linux-2.6' into nextPaul Mackerras2008-11-19204-1039/+8873
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | of: Add helpers for finding device nodes which have a given propertyMichael Ellerman2008-11-191-0/+35
OpenPOWER on IntegriCloud