| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | klist: fix coding style errors in klist.h and klist.c | Greg Kroah-Hartman | 2008-04-30 | 2 | -136/+100 |
| * | | | driver core: remove no longer used "struct class_device" | Kay Sievers | 2008-04-30 | 3 | -745/+1 |
| * | | | pcmcia: remove pccard_sysfs_interface warnings | David Brownell | 2008-04-30 | 3 | -40/+28 |
| * | | | devres: support addresses greater than an unsigned long via dev_ioremap | Kumar Gala | 2008-04-30 | 2 | -4/+4 |
| * | | | kobject: do not copy vargs, just pass them around | Kay Sievers | 2008-04-30 | 1 | -20/+8 |
| * | | | sysfs: sysfs_update_group stub for CONFIG_SYSFS=n | Randy Dunlap | 2008-04-30 | 1 | -0/+6 |
| * | | | DEBUGFS: Correct location of debugfs API documentation. | Robert P. J. Day | 2008-04-30 | 1 | -1/+1 |
| * | | | driver core: warn about duplicate driver names on the same bus | Stas Sergeev | 2008-04-30 | 1 | -0/+10 |
| * | | | klist: implement klist_add_{after|before}() | Tejun Heo | 2008-04-30 | 2 | -0/+35 |
| * | | | klist: implement KLIST_INIT() and DEFINE_KLIST() | Tejun Heo | 2008-04-30 | 1 | -0/+8 |
| * | | | sysfs: Disallow truncation of files in sysfs | Ben Hutchings | 2008-04-30 | 1 | -0/+2 |
| |/ / |
|
* | | | Fix ACPI vs proc_create_data() mismerge | Alexey Dobriyan | 2008-04-30 | 1 | -9/+11 |
|/ / |
|
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-04-30 | 196 | -3650/+6663 |
|\ \ |
|
| * \ | Merge branch 'pnp' into release | Len Brown | 2008-04-30 | 26 | -1356/+1689 |
| |\ \ |
|
| | * | | PNPBIOS: remove include/linux/pnpbios.h | Bjorn Helgaas | 2008-04-29 | 6 | -155/+137 |
| | * | | ISAPNP: remove unused pnp_dev->regs field | Bjorn Helgaas | 2008-04-29 | 2 | -4/+0 |
| | * | | PNP: make interfaces private to the PNP core | Bjorn Helgaas | 2008-04-29 | 2 | -37/+26 |
| | * | | PNPACPI: move _CRS/_PRS warnings closer to the action | Bjorn Helgaas | 2008-04-29 | 3 | -29/+29 |
| | * | | ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources() | Bjorn Helgaas | 2008-04-29 | 1 | -37/+29 |
| | * | | PNP: make generic pnp_add_mem_resource() | Bjorn Helgaas | 2008-04-29 | 6 | -61/+57 |
| | * | | PNP: make generic pnp_add_io_resource() | Bjorn Helgaas | 2008-04-29 | 6 | -59/+59 |
| | * | | PNP: make generic pnp_add_dma_resource() | Bjorn Helgaas | 2008-04-29 | 6 | -72/+47 |
| | * | | PNP: make generic pnp_add_irq_resource() | Bjorn Helgaas | 2008-04-29 | 6 | -66/+51 |
| | * | | PNP: add pnp_new_resource() to find a new unset pnp_resource | Bjorn Helgaas | 2008-04-29 | 1 | -0/+38 |
| | * | | PNP: add pnp_resource index for ISAPNP | Bjorn Helgaas | 2008-04-29 | 4 | -37/+92 |
| | * | | PNP: add pnp_get_pnp_resource() | Bjorn Helgaas | 2008-04-29 | 2 | -6/+21 |
| | * | | PNP: add struct pnp_resource | Bjorn Helgaas | 2008-04-29 | 3 | -16/+20 |
| | * | | PNP: remove pnp_resource_table references from resource decoders | Bjorn Helgaas | 2008-04-29 | 3 | -125/+140 |
| | * | | PNP: make pnp_resource_table private to PNP core | Bjorn Helgaas | 2008-04-29 | 8 | -31/+43 |
| | * | | rtc: dont reference pnp_resource_table directly | Bjorn Helgaas | 2008-04-29 | 1 | -3/+4 |
| | * | | PNP: remove PNP_MAX_* uses | Bjorn Helgaas | 2008-04-29 | 4 | -63/+60 |
| | * | | PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_table | Bjorn Helgaas | 2008-04-29 | 3 | -32/+32 |
| | * | | PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table | Bjorn Helgaas | 2008-04-29 | 2 | -19/+22 |
| | * | | PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table | Bjorn Helgaas | 2008-04-29 | 1 | -16/+16 |
| | * | | PNP: pass resources, not indexes, to pnp_check_port(), et al | Bjorn Helgaas | 2008-04-29 | 3 | -20/+16 |
| | * | | PNP: check for conflicts with all resources, not just earlier ones | Bjorn Helgaas | 2008-04-29 | 1 | -8/+8 |
| | * | | PNP: reduce redundancy in pnp_set_current_resources() | Bjorn Helgaas | 2008-04-29 | 1 | -24/+17 |
| | * | | PNP: reduce redundancy in pnp_check_port() and others | Bjorn Helgaas | 2008-04-29 | 1 | -38/+54 |
| | * | | PNP: reduce redundancy in pnp_assign_port() and others | Bjorn Helgaas | 2008-04-29 | 1 | -67/+56 |
| | * | | PNP: use conventional "i" for loop indices | Bjorn Helgaas | 2008-04-29 | 1 | -46/+46 |
| | * | | PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_t... | Bjorn Helgaas | 2008-04-29 | 1 | -40/+105 |
| | * | | PNP: remove pnp_mem_flags() as an lvalue | Bjorn Helgaas | 2008-04-29 | 1 | -1/+3 |
| | * | | PNP: add pnp_get_resource() interface | Bjorn Helgaas | 2008-04-29 | 2 | -0/+28 |
| | * | | PNP: factor pnp_init_resource_table() and pnp_clean_resource_table() | Bjorn Helgaas | 2008-04-29 | 2 | -46/+54 |
| | * | | PNP: use dev_printk when possible | Bjorn Helgaas | 2008-04-29 | 3 | -50/+43 |
| | * | | PNP: remove unused interfaces using pnp_resource_table | Bjorn Helgaas | 2008-04-29 | 2 | -84/+2 |
| | * | | PNP: remove pnp_resource_table from internal pnp_clean_resource_table interface | Bjorn Helgaas | 2008-04-29 | 1 | -4/+5 |
| | * | | PNP: add pnp_init_resources(struct pnp_dev *) interface | Bjorn Helgaas | 2008-04-29 | 8 | -11/+16 |
| | * | | PNP: add debug when assigning PNP resources | Bjorn Helgaas | 2008-04-29 | 3 | -20/+100 |
| | * | | PNP: add debug output to encoders | Bjorn Helgaas | 2008-04-29 | 5 | -43/+127 |