aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2015-10-22cpu/cacheinfo: Fix teardown pathBorislav Petkov
2015-10-22regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown
2015-10-22regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown
2015-10-22device property: fix potential NULL pointer dereferenceAndy Shevchenko
2015-09-29mm: check if section present during memory block registeringYinghai Lu
2015-09-21drivercore: Fix unregistration path of platform devicesGrant Likely
2015-09-21devres: fix devres_get()Masahiro Yamada
2015-09-21PM / clk: don't return int on __pm_clk_enable()Colin Ian King
2015-09-13regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck
2015-08-03Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds
2015-08-03PM / clk: Fix clock error check in __pm_clk_add()Geert Uytterhoeven
2015-07-21regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin
2015-07-21regmap: Fix regmap_bulk_read in BE modeArun Chandran
2015-06-01drivers/base: cacheinfo: handle absence of cachesSudeep Holla
2015-05-26drivers: of/base: move of_init to driver_initSudeep Holla
2015-04-26Merge 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-14Merge 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-13Merge 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-13Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2015-04-13Merge 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