summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-06-12Driver Core: Rework platform suspend/resume, print warningMagnus Damm
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm
2009-06-12PM core: rename suspend and resume functionsAlan Stern
2009-06-12PM: Rename device_power_down/up()Magnus Damm
2009-06-12PM: Warn if interrupts are enabled during suspend-resume of sysdevsRafael J. Wysocki
2009-06-12Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds
2009-06-12trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki
2009-05-15firmware: speed up request_firmware(), v3David Woodhouse
2009-05-08Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman
2009-05-08Revert driver core: fix passing platform_dataMing Lei
2009-05-08Driver core: platform: fix kernel-doc warningsRandy Dunlap
2009-05-06drivers/base/iommu.c: add missing includesAndrew Morton
2009-04-21driver synchronization: make scsi_wait_scan more advancedArjan van de Ven
2009-04-20driver: dont update dev_name via device_add pathKay Sievers
2009-04-16driver core: prevent device_for_each_child from oopsingGreg Kroah-Hartman
2009-04-16Driver Core: early platform driverMagnus Damm
2009-04-16driver core: fix driver_match_deviceMing Lei
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki
2009-03-30trivial: fix typo "thier" -> "their"Uwe Kleine-Koenig
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell
2009-03-28Merge branch 'linus' into core/iommuIngo Molnar
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck
2009-03-24Driver core: some cleanup on drivers/base/sys.cZhenwen Xu
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei
2009-03-24driver core: fix passing platform_dataMing Lei
2009-03-24driver core: move platform_data into platform_deviceMing Lei
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman
2009-03-24driver core: move knode_driver into private structureGreg Kroah-Hartman
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman
2009-03-24driver core: remove polling for driver_probe_done(v5)Ming Lei
2009-03-24driver-core: do not register a driver with bus_type not registeredDave Young
2009-03-24platform: introduce module id table for platform devicesEric Miao
2009-03-24platform: make better use of to_platform_{device,driver}() macrosEric Miao
2009-03-24driver core: check bus->match without holding device lockMing Lei
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers
2009-03-24iommu: Add domain_has_cap iommu_opsSheng Yang