| Commit message (Expand) | Author | Age |
* | cciss: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 2008-05-01 |
* | gpio: pca953x: add support for pca9555 I2C I/O expander | Will Newton | 2008-05-01 |
* | spi_s3c24xx signedness fix | Matthew Wilcox | 2008-05-01 |
* | spi_bfin5xx: use PIO for full duplex, not DMA | Vitja Makarov | 2008-05-01 |
* | jsm: add new supported board to jsm serial driver | Scott Kilau | 2008-05-01 |
* | 8250: switch 8250 drivers to use _nocache ioremaps | Alan Cox | 2008-05-01 |
* | i8k: make fan multiplier tunable with a module parameter | Jochen Eisinger | 2008-05-01 |
* | PNP: fix printk format warnings | Randy Dunlap | 2008-05-01 |
* | pcmcia: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-05-01 |
* | drivers/pcmcia/soc_common.c: convert soc_pcmcia_sockets_lock into a mutex and... | Andrew Morton | 2008-05-01 |
* | Alchemy Semi Au1000 pcmcia driver: convert pcmcia_sockets_lock in a mutex | Matthias Kaehlcke | 2008-05-01 |
* | pcmcia: annotate cb_alloc with __ref | Sam Ravnborg | 2008-05-01 |
* | pcmcia: silence section mismatch warnings from pci_driver variables | Sam Ravnborg | 2008-05-01 |
* | pcmcia: silence section mismatch warnings from class_interface variables | Sam Ravnborg | 2008-05-01 |
* | isdn: hysdn_procconf.c build fix | Ingo Molnar | 2008-05-01 |
* | remove div_long_long_rem | Roman Zippel | 2008-05-01 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-30 |
|\ |
|
| * | toshiba: use ioremap_cached | Alan Cox | 2008-04-30 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-04-30 |
|\ \ |
|
| * | | driver core: remove no longer used "struct class_device" | Kay Sievers | 2008-04-30 |
| * | | pcmcia: remove pccard_sysfs_interface warnings | David Brownell | 2008-04-30 |
| * | | driver core: warn about duplicate driver names on the same bus | Stas Sergeev | 2008-04-30 |
| |/ |
|
* / | Fix ACPI vs proc_create_data() mismerge | Alexey Dobriyan | 2008-04-30 |
|/ |
|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-04-30 |
|\ |
|
| * | Merge branch 'pnp' into release | Len Brown | 2008-04-30 |
| |\ |
|
| | * | PNPBIOS: remove include/linux/pnpbios.h | Bjorn Helgaas | 2008-04-29 |
| | * | ISAPNP: remove unused pnp_dev->regs field | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: make interfaces private to the PNP core | Bjorn Helgaas | 2008-04-29 |
| | * | PNPACPI: move _CRS/_PRS warnings closer to the action | Bjorn Helgaas | 2008-04-29 |
| | * | ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources() | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: make generic pnp_add_mem_resource() | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: make generic pnp_add_io_resource() | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: make generic pnp_add_dma_resource() | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: make generic pnp_add_irq_resource() | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: add pnp_new_resource() to find a new unset pnp_resource | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: add pnp_resource index for ISAPNP | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: add pnp_get_pnp_resource() | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: add struct pnp_resource | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: remove pnp_resource_table references from resource decoders | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: make pnp_resource_table private to PNP core | Bjorn Helgaas | 2008-04-29 |
| | * | rtc: dont reference pnp_resource_table directly | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: remove PNP_MAX_* uses | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_table | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: pass resources, not indexes, to pnp_check_port(), et al | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: check for conflicts with all resources, not just earlier ones | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: reduce redundancy in pnp_set_current_resources() | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: reduce redundancy in pnp_check_port() and others | Bjorn Helgaas | 2008-04-29 |
| | * | PNP: reduce redundancy in pnp_assign_port() and others | Bjorn Helgaas | 2008-04-29 |