| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 |
* | gpu: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 |
* | hwmon: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 2 | -2/+2 |
* | i2o: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 3 | -6/+6 |
* | i7300_idle: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 |
* | infiniband: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 3 | -5/+3 |
* | ISDN: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 |
* | macintosh: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -12/+12 |
* | memstick: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 3 | -12/+11 |
* | mtd: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 16 | -42/+42 |
* | mwave: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 |
* | pnp: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 3 | -8/+6 |
* | power-supply: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -2/+2 |
* | serial: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -2/+2 |
* | SGI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 4 | -7/+7 |
* | spi: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 4 | -14/+12 |
* | thermal: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -3/+3 |
* | tifm: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 2 | -5/+4 |
* | video: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 3 | -3/+3 |
* | w1: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 2 | -12/+10 |
* | xen: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 2 | -13/+18 |
* | s390: remove s390_root_dev_*() | Mark McLoughlin | 2009-01-06 | 9 | -77/+17 |
* | lguest: do not statically allocate root device | Mark McLoughlin | 2009-01-06 | 1 | -6/+4 |
* | virtio: do not statically allocate root device | Mark McLoughlin | 2009-01-06 | 1 | -10/+7 |
* | driver core: add root_device_register() | Mark McLoughlin | 2009-01-06 | 1 | -0/+91 |
* | driver core:fix duplicate removing driver link in __device_release_driver | Ming Lei | 2009-01-06 | 1 | -1/+0 |
* | Driver core: move the bus notifier call points | Alan Stern | 2009-01-06 | 1 | -11/+14 |
* | driver core: move knode_bus into private structure | Greg Kroah-Hartman | 2009-01-06 | 2 | -13/+31 |
* | driver core: move knode_driver into private structure | Greg Kroah-Hartman | 2009-01-06 | 3 | -8/+22 |
* | driver core: move klist_children into private structure | Greg Kroah-Hartman | 2009-01-06 | 2 | -13/+30 |
* | driver core: create a private portion of struct device | Greg Kroah-Hartman | 2009-01-06 | 2 | -0/+20 |
* | PCI: Rework default handling of suspend and resume | Rafael J. Wysocki | 2009-01-06 | 1 | -31/+63 |
* | driver core: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 9 | -53/+45 |
* | PM: Simplify the new suspend/hibernation framework for devices | Rafael J. Wysocki | 2009-01-06 | 4 | -94/+90 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2009-01-05 | 21 | -981/+1293 |
|\ |
|
| * | dm snapshot: extend exception store functions | Jonathan Brassow | 2009-01-06 | 6 | -37/+55 |
| * | dm snapshot: split out exception store implementations | Alasdair G Kergon | 2009-01-06 | 6 | -737/+833 |
| * | dm snapshot: rename struct exception_store | Jonathan Brassow | 2009-01-06 | 3 | -24/+25 |
| * | dm snapshot: separate out exception store interface | Jonathan Brassow | 2009-01-06 | 4 | -120/+134 |
| * | dm mpath: move trigger_event to system workqueue | Alasdair G Kergon | 2009-01-06 | 1 | -4/+4 |
| * | dm: add name and uuid to sysfs | Milan Broz | 2009-01-06 | 4 | -2/+136 |
| * | dm table: rework reference counting | Mikulas Patocka | 2009-01-06 | 4 | -20/+33 |
| * | dm: support barriers on simple devices | Andi Kleen | 2009-01-06 | 4 | -10/+26 |
| * | dm request: add caches | Kiyoshi Ueda | 2009-01-06 | 1 | -1/+40 |
| * | dm ioctl: allow dm_copy_name_and_uuid to return only one field | Milan Broz | 2009-01-06 | 1 | -2/+4 |
| * | dm log: ensure log bitmap fits on log device | Milan Broz | 2009-01-06 | 1 | -0/+8 |
| * | dm log: move region_size validation | Milan Broz | 2009-01-06 | 2 | -14/+14 |
| * | dm log: avoid reinitialising io_req on every operation | Takahiro Yasui | 2009-01-06 | 1 | -10/+7 |
| * | dm: consolidate target deregistration error handling | Mikulas Patocka | 2009-01-06 | 9 | -48/+16 |
| * | dm raid1: fix error count | Jonathan Brassow | 2009-01-06 | 1 | -3/+3 |