| Commit message (Expand) | Author | Files | Lines |
2009-03-25 | driver core: move knode_bus into private structure | Greg Kroah-Hartman | 3 | -14/+31 |
2009-03-25 | driver core: move knode_driver into private structure | Greg Kroah-Hartman | 4 | -9/+22 |
2009-03-25 | driver core: move klist_children into private structure | Greg Kroah-Hartman | 3 | -16/+31 |
2009-03-25 | driver core: create a private portion of struct device | Greg Kroah-Hartman | 3 | -0/+24 |
2009-03-25 | driver core: remove polling for driver_probe_done(v5) | Ming Lei | 2 | -7/+3 |
2009-03-25 | sysfs: reference sysfs_dirent from sysfs inodes | Eric W. Biederman | 3 | -0/+19 |
2009-03-25 | sysfs: sysfs_add_one WARNs with full path to duplicate filename | Alex Chiang | 1 | -2/+30 |
2009-03-25 | driver-core: do not register a driver with bus_type not registered | Dave Young | 2 | -0/+4 |
2009-03-25 | scsi/m68k: Kill NCR_700_detect() warnings | Geert Uytterhoeven | 3 | -3/+6 |
2009-03-25 | platform driver: fix incorrect use of 'platform_bus_type' with 'struct device... | Ming Lei | 21 | -250/+371 |
2009-03-25 | UIO: Take offset into account when determining number of pages that can be ma... | Ian Abbott | 1 | -1/+2 |
2009-03-25 | uio: add the uio_aec driver | Brandon Philips | 3 | -0/+194 |
2009-03-25 | UIO: Add name attributes for mappings and port regions | Hans J. Koch | 3 | -4/+51 |
2009-03-25 | platform: introduce module id table for platform devices | Eric Miao | 4 | -1/+49 |
2009-03-25 | platform: make better use of to_platform_{device,driver}() macros | Eric Miao | 3 | -16/+11 |
2009-03-25 | driver core: check bus->match without holding device lock | Ming Lei | 3 | -13/+13 |
2009-03-25 | sysfs: Take sysfs_mutex when fetching the root inode. | Eric W. Biederman | 1 | -0/+2 |
2009-03-25 | SYSFS: use standard magic.h for sysfs | Qinghuang Feng | 1 | -2/+1 |
2009-03-25 | driver core: get rid of struct device's bus_id string array | Kay Sievers | 4 | -24/+23 |
2009-03-25 | USB: FHCI: use dev_name() in place of bus_id. | Sachin Sant | 2 | -3/+3 |
2009-03-25 | PS3: replace bus_id usage | Greg Kroah-Hartman | 1 | -2/+2 |
2009-03-25 | usb: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2 | -3/+3 |
2009-03-25 | wimax: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 3 | -3/+3 |
2009-03-25 | mfd: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2 | -2/+2 |
2009-03-25 | mca: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2009-03-25 | gpio: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-03-25 | eisa: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2009-03-25 | dma: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-03-25 | dio: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2009-03-25 | amba: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2009-03-25 | v4l: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2 | -2/+3 |
2009-03-25 | drm: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2009-03-25 | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 19 | -50/+54 |
2009-03-25 | rtc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 3 | -5/+5 |
2009-03-25 | pcmcia: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-03-25 | tc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -4/+4 |
2009-03-25 | sh: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2 | -6/+6 |
2009-03-25 | serial: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2009-03-25 | s390: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-03-25 | rapidio: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-03-25 | pci: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+2 |
2009-03-25 | mtd: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-03-25 | mmc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2 | -2/+2 |
2009-03-25 | zorro: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2009-03-25 | video: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 5 | -19/+21 |
2009-03-25 | spi: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 11 | -23/+25 |
2009-03-25 | edac: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 3 | -6/+6 |
2009-03-24 | Linux 2.6.29v2.6.29 | Linus Torvalds | 1 | -2/+2 |
2009-03-23 | Build with -fno-dwarf2-cfi-asm | Kyle McMartin | 1 | -0/+3 |
2009-03-23 | trivial: fix orphan dates in ext2 documentation | Jody McIntyre | 1 | -2/+3 |