aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Merge branch 'akpm'Linus Torvalds1-4/+0
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-4/+0
2009-06-15Driver Core: add nodename callbacksKay Sievers1-1/+50
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman4-5/+5
2009-06-15firmware: allocate firmware id dynamicallySamuel Ortiz1-4/+12
2009-06-15driver core: fix documentation of request_firmware_nowaitMing Lei1-2/+3
2009-06-15driver core: synchronize device shutdownShaohua Li1-0/+2
2009-06-15driver-core: make sysdev_class_register check kobject_set_name return valueDave Young1-1/+7
2009-06-15Driver core: fix comment for device_attach()Dmitry Torokhov1-1/+1
2009-06-15driver core: Const-correct platform getbyname functionsLinus Walleij1-2/+3
2009-06-15driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel1-0/+4
2009-06-15driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei1-3/+5
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-06-12Driver Core: Rework platform suspend/resume, print warningMagnus Damm1-24/+12
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm1-7/+0
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