summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2015-05-20driver-core: add driver module asynchronous probe supportLuis R. Rodriguez
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov
2015-05-20show nohz_full cpus in sysfsRik van Riel
2015-05-20show isolated cpus in sysfsRik van Riel
2015-05-19PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren
2015-05-19PM / Runtime: Update last_busy in rpm_resumeTony Lindgren
2015-05-19PM / clk: Fix clock error check in __pm_clk_add()Geert Uytterhoeven
2015-05-19PM / wakeup: add a dummy wakeup_source to record statisticsJin Qian
2015-05-12PM / clock_ops: Provide default runtime ops to usersRajendra Nayak
2015-05-07PM / wakeup: validate wakeup source before activating it.Jin Qian
2015-05-06regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee
2015-05-06regmap: Add a helper function for regcache sync testKevin Cernekee
2015-04-27regmap: Constify irq_domain_opsKrzysztof Kozlowski
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15power: wakeup: remove use of seq_printf return valueJoe Perches
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2015-04-15Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong
2015-04-14Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-04-13Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2015-04-12Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2015-04-12Merge branch 'device-properties'Rafael J. Wysocki
2015-04-10Merge back earlier suspend/hibernate material for v4.1.Rafael J. Wysocki
2015-04-03device property: Introduce firmware node type for platform dataRafael J. Wysocki
2015-04-03device property: Make it possible to use secondary firmware nodesRafael J. Wysocki
2015-03-25driver core: Implement device property accessors through fwnode onesRafael J. Wysocki
2015-03-25Merge branch 'acpi-driver-core' into device-propertiesRafael J. Wysocki
2015-03-25driver core: property: Update fwnode_property_read_string_array()Rafael J. Wysocki
2015-03-25drivers: platform: parse IRQ flags from resourcesLinus Walleij
2015-03-25driver core: Make probe deferral more quietMark Brown
2015-03-25drivers/core/of: Add symlink to device-tree from devices with an OF nodeBenjamin Herrenschmidt
2015-03-25drivers: base: fw: fix ret value when loading fwZahari Doychev
2015-03-25firmware: Avoid manual device_create_file() callsTakashi Iwai
2015-03-25drivers/base: cacheinfo: validate device node for all the cachesSudeep Holla
2015-03-25drivers/base: use tabs where possible in code indentationLavinia Tache
2015-03-25driver core: add missing blank line after declarationLavinia Tache
2015-03-25drivers: base: node: Delete space after pointer declarationAna Nedelcu
2015-03-25drivers: base: memory: Use tabs instead of spacesIoana Ciornei
2015-03-25firmware_class: Fix whitespace and indentationAndrei Oprea
2015-03-25drivers: base: dma-mapping: Erase blank space after pointerMarius Cristian Eseanu
2015-03-25drivers: base: class: Add a blank line after declarationsCosmin Tomulescu
2015-03-25attribute_container: fix missing blank lines after declarationsCosmin Dragomir
2015-03-25drivers: base: memory: Fix switch indentIoana Ciornei
2015-03-25drivers: base: map: Use kmalloc_array instead of kmallocAndrei Poenaru
2015-03-25Driver core: Fix missing whitespace in function argumentFlorin Papa
2015-03-25driver core: Delete an unnecessary check before the function call "put_device"Markus Elfring
2015-03-25drivers/base/node: clean up attribute group conversionGreg Kroah-Hartman
2015-03-25drivers/base/node: Avoid manual device_create_file() callsTakashi Iwai
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao