aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm1-7/+0
2009-06-12PM core: rename suspend and resume functionsAlan Stern1-46/+34
2009-06-12PM: Rename device_power_down/up()Magnus Damm1-13/+13
2009-06-12PM: Warn if interrupts are enabled during suspend-resume of sysdevsRafael J. Wysocki1-0/+16
2009-06-12Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds1-26/+103
2009-06-12trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang1-1/+1
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered driversKay Sievers3-2/+11
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki1-0/+4
2009-05-15firmware: speed up request_firmware(), v3David Woodhouse1-26/+103
2009-05-08Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman1-3/+0
2009-05-08Revert driver core: fix passing platform_dataMing Lei1-14/+1
2009-05-08Driver core: platform: fix kernel-doc warningsRandy Dunlap1-3/+3
2009-05-06drivers/base/iommu.c: add missing includesAndrew Morton1-0/+2
2009-04-21driver synchronization: make scsi_wait_scan more advancedArjan van de Ven1-0/+1
2009-04-20driver: dont update dev_name via device_add pathKay Sievers1-1/+2
2009-04-16driver core: prevent device_for_each_child from oopsingGreg Kroah-Hartman1-0/+3
2009-04-16Driver Core: early platform driverMagnus Damm1-0/+239
2009-04-16driver core: fix driver_match_deviceMing Lei1-1/+1
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang1-1/+1
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-1/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+7
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-1/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-1/+1
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-9/+19
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar11-120/+290
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2-9/+19
2009-03-30trivial: fix typo "thier" -> "their"Uwe Kleine-Koenig1-1/+1
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell1-1/+1
2009-03-28Merge branch 'linus' into core/iommuIngo Molnar12-137/+306
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2-18/+17
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck3-1/+70
2009-03-24Driver core: some cleanup on drivers/base/sys.cZhenwen Xu1-27/+27
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei2-4/+2
2009-03-24driver core: fix passing platform_dataMing Lei1-1/+14
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