aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24driver core: move platform_data into platform_deviceMing Lei1-0/+3
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman2-13/+31
2009-03-24driver core: move knode_driver into private structureGreg Kroah-Hartman3-8/+22
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman2-14/+31
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman2-0/+21
2009-03-24driver core: remove polling for driver_probe_done(v5)Ming Lei1-6/+2
2009-03-24driver-core: do not register a driver with bus_type not registeredDave Young2-0/+4
2009-03-24platform: introduce module id table for platform devicesEric Miao1-1/+22
2009-03-24platform: make better use of to_platform_{device,driver}() macrosEric Miao1-12/+9
2009-03-24driver core: check bus->match without holding device lockMing Lei3-13/+13
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers1-20/+19
2009-03-24iommu: Add domain_has_cap iommu_opsSheng Yang1-0/+7
2009-03-18Merge branch 'linus' into core/iommuIngo Molnar1-1/+1
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-1/+1
2009-03-11Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar1-1/+1
2009-03-10mm: get_nid_for_pfn() returns intRoel Kluin1-1/+1
2009-03-05IOMMU-API: use ANSI style function declaration for 'iommu_found'Hannes Eder1-1/+1
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/coreIngo Molnar6-28/+36
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fixIngo Molnar1-5/+2
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar3-5/+17
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2-5/+0
2009-02-21Consolidate driver_probe_done() loops into one placeArjan van de Ven1-0/+17
2009-02-05Merge branch 'x86/urgent' into x86/apicIngo Molnar1-1/+1
2009-01-28driver-core: fix kernel-doc parameter nameRandy Dunlap1-1/+1
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar1-0/+6
2009-01-20driver core: Convert '/' to '!' in dev_set_name()Roland Dreier1-0/+6
2009-01-11cpumask: convert misc driver functionsRusty Russell1-1/+1
2009-01-11cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell1-17/+16
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman2-20/+0
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman2-30/+13
2009-01-09Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman3-22/+8
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman2-31/+13
2009-01-07topology: Fix sparc64 build.David Miller1-0/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds11-163/+323
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade2-6/+116
2009-01-06driver core: add root_device_register()Mark McLoughlin1-0/+91
2009-01-06driver core:fix duplicate removing driver link in __device_release_driverMing Lei1-1/+0
2009-01-06Driver core: move the bus notifier call pointsAlan Stern1-11/+14
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman2-13/+31
2009-01-06driver core: move knode_driver into private structureGreg Kroah-Hartman3-8/+22
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman2-13/+30
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman2-0/+20
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers9-53/+45
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki2-64/+70
2009-01-06trivial: Fix misspelled firmware in KconfigNick Andrew1-1/+1
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+44
2009-01-03cpumask: fix compile error when CONFIG_NR_CPUS is not definedMike Travis1-1/+1
2009-01-03select IOMMU_API when DMAR and/or AMD_IOMMU is selectedJoerg Roedel1-0/+1
2009-01-03add frontend implementation for the IOMMU APIJoerg Roedel1-0/+100