| Commit message (Expand) | Author | Age |
* | ACPI: thermal: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
* | ACPI: power: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
* | ACPI: pci_root: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
* | ACPI: pci_link: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
* | ACPI: fan: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
* | ACPI: button: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
* | ACPI: battery: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
* | ACPI: acpi_memhotplug: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
* | ACPI: ac: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
* | ACPI: video: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: thermal: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: power: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: pci_root: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: pci_link: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: fan: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: button: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: battery: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: acpi_memhotplug: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: ac: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
* | ACPI: video: add struct acpi_device to struct acpi_video_bus. | Patrick Mochel | 2006-06-30 |
* | ACPI: power: add struct acpi_device to struct acpi_power_resource | Patrick Mochel | 2006-06-30 |
* | ACPI: thermal: add struct acpi_device to struct acpi_thermal. | Patrick Mochel | 2006-06-30 |
* | ACPI: pci root: add struct acpi_device to struct acpi_pci_root. | Patrick Mochel | 2006-06-30 |
* | ACPI: fan: add struct acpi_device to struct acpi_fan. | Patrick Mochel | 2006-06-30 |
* | ACPI: battery: add struct acpi_device to struct acpi_battery. | Patrick Mochel | 2006-06-30 |
* | ACPI: acpi_memhotplug: add struct acpi_device to struct acpi_memory_device. | Patrick Mochel | 2006-06-30 |
* | ACPI: ac: Add struct acpi_device to struct acpi_ac. | Patrick Mochel | 2006-06-30 |
* | merge linus into release branch | Len Brown | 2006-06-29 |
|\ |
|
| * | [PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h again | Milan Svoboda | 2006-06-29 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 | Linus Torvalds | 2006-06-29 |
| |\ |
|
| | * | [PATCH] devfs: Remove it from the feature_removal.txt file | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Last little devfs cleanups throughout the kernel tree. | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove the line_driver devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove the videodevice devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs_*_tape() functions from the kernel tree | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs support from the sound subsystem | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs support from the ide subsystem. | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs support from the serial subsystem | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs from the init code | Greg Kroah-Hartman | 2006-06-26 |
| | * | [PATCH] devfs: Remove devfs from the partition code | Greg Kroah-Hartman | 2006-06-26 |