| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-03-26 | 149 | -1170/+2664 |
|\ |
|
| * | Dynamic debug: fix pr_fmt() build error | Greg Banks | 2009-03-24 | 2 | -3/+4 |
| * | Dynamic debug: allow simple quoting of words | Greg Banks | 2009-03-24 | 2 | -26/+47 |
| * | dynamic debug: update docs | Jason Baron | 2009-03-24 | 2 | -31/+273 |
| * | dynamic debug: combine dprintk and dynamic printk | Jason Baron | 2009-03-24 | 13 | -543/+867 |
| * | sysfs: fix some bin_vm_ops errors | Hugh Dickins | 2009-03-24 | 1 | -10/+79 |
| * | kobject: don't block for each kobject_uevent | Arjan van de Ven | 2009-03-24 | 1 | -1/+1 |
| * | sysfs: only allow one scheduled removal callback per kobj | Alex Chiang | 2009-03-24 | 2 | -5/+26 |
| * | Driver core: Fix device_move() vs. dpm list ordering, v2 | Cornelia Huck | 2009-03-24 | 8 | -9/+92 |
| * | Driver core: some cleanup on drivers/base/sys.c | Zhenwen Xu | 2009-03-24 | 1 | -27/+27 |
| * | Driver core: implement uevent suppress in kobject | Ming Lei | 2009-03-24 | 11 | -18/+33 |
| * | vcs: hook sysfs devices into object lifetime instead of "binding" | Kay Sievers | 2009-03-24 | 3 | -12/+13 |
| * | driver core: fix passing platform_data | Ming Lei | 2009-03-24 | 1 | -1/+14 |
| * | driver core: move platform_data into platform_device | Ming Lei | 2009-03-24 | 3 | -2/+11 |
| * | sysfs: don't block indefinitely for unmapped files. | Eric W. Biederman | 2009-03-24 | 3 | -13/+174 |
| * | driver core: move knode_bus into private structure | Greg Kroah-Hartman | 2009-03-24 | 3 | -14/+31 |
| * | driver core: move knode_driver into private structure | Greg Kroah-Hartman | 2009-03-24 | 4 | -9/+22 |
| * | driver core: move klist_children into private structure | Greg Kroah-Hartman | 2009-03-24 | 3 | -16/+31 |
| * | driver core: create a private portion of struct device | Greg Kroah-Hartman | 2009-03-24 | 3 | -0/+24 |
| * | driver core: remove polling for driver_probe_done(v5) | Ming Lei | 2009-03-24 | 2 | -7/+3 |
| * | sysfs: reference sysfs_dirent from sysfs inodes | Eric W. Biederman | 2009-03-24 | 3 | -0/+19 |
| * | sysfs: sysfs_add_one WARNs with full path to duplicate filename | Alex Chiang | 2009-03-24 | 1 | -2/+30 |
| * | driver-core: do not register a driver with bus_type not registered | Dave Young | 2009-03-24 | 2 | -0/+4 |
| * | scsi/m68k: Kill NCR_700_detect() warnings | Geert Uytterhoeven | 2009-03-24 | 3 | -3/+6 |
| * | platform driver: fix incorrect use of 'platform_bus_type' with 'struct device... | Ming Lei | 2009-03-24 | 21 | -250/+371 |
| * | UIO: Take offset into account when determining number of pages that can be ma... | Ian Abbott | 2009-03-24 | 1 | -1/+2 |
| * | uio: add the uio_aec driver | Brandon Philips | 2009-03-24 | 3 | -0/+194 |
| * | UIO: Add name attributes for mappings and port regions | Hans J. Koch | 2009-03-24 | 3 | -4/+51 |
| * | platform: introduce module id table for platform devices | Eric Miao | 2009-03-24 | 4 | -1/+49 |
| * | platform: make better use of to_platform_{device,driver}() macros | Eric Miao | 2009-03-24 | 3 | -16/+11 |
| * | driver core: check bus->match without holding device lock | Ming Lei | 2009-03-24 | 3 | -13/+13 |
| * | sysfs: Take sysfs_mutex when fetching the root inode. | Eric W. Biederman | 2009-03-24 | 1 | -0/+2 |
| * | SYSFS: use standard magic.h for sysfs | Qinghuang Feng | 2009-03-24 | 1 | -2/+1 |
| * | driver core: get rid of struct device's bus_id string array | Kay Sievers | 2009-03-24 | 4 | -24/+23 |
| * | USB: FHCI: use dev_name() in place of bus_id. | Sachin Sant | 2009-03-24 | 2 | -3/+3 |
| * | PS3: replace bus_id usage | Greg Kroah-Hartman | 2009-03-24 | 1 | -2/+2 |
| * | usb: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 2 | -3/+3 |
| * | wimax: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 3 | -3/+3 |
| * | mfd: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 2 | -2/+2 |
| * | mca: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -2/+2 |
| * | gpio: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -1/+1 |
| * | eisa: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -2/+2 |
| * | dma: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -1/+1 |
| * | dio: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -2/+2 |
| * | amba: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -2/+2 |
| * | v4l: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 2 | -2/+3 |
| * | drm: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -2/+2 |
| * | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 19 | -50/+54 |
| * | rtc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 3 | -5/+5 |
| * | pcmcia: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -1/+1 |