summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2021-03-01PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki-25/+37
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+491
2021-02-26drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand-16/+9
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual-5/+5
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-14/+19
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt-0/+6
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song-2/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song-2/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song-2/+1
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song-2/+1
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song-6/+9
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+7
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-49/+164
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+9
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2021-02-22Merge tag 'regmap-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-1/+1
2021-02-21Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+1
2021-02-21Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-20/+175
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-0/+6
2021-02-20Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-77/+346
2021-02-19Revert "driver core: Set fw_devlink=on by default"Greg Kroah-Hartman-1/+1
2021-02-18arch_numa: fix common code printing of phys_addr_tRandy Dunlap-6/+7
2021-02-17Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-20/+35
2021-02-15Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk'Rafael J. Wysocki-77/+346
2021-02-13driver core: lift dma_default_coherent into common codeChristoph Hellwig-0/+6
2021-02-12driver core: platform: Drop of_device_node_put() wrapperRob Herring-1/+1
2021-02-12Merge tag 'soundwire-2_5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-7/+7
2021-02-11driver core: auxiliary bus: Fix calling stage for auxiliary bus initDave Jiang-10/+9
2021-02-11regmap: sdw-mbq: use MODULE_LICENSE("GPL")Bard Liao-1/+1
2021-02-11regmap: sdw: use no_pm routines for SoundWire 1.2 MBQBard Liao-4/+4
2021-02-11regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao-2/+2
2021-02-09PM: domains: Mark fwnodes when their powerdomain is added/removedSaravana Kannan-0/+2
2021-02-09driver core: fw_devlink: Handle suppliers that don't use driver coreSaravana Kannan-0/+15
2021-02-09driver core: Add fw_devlink.strict kernel paramSaravana Kannan-0/+12
2021-02-09driver core: fw_devlink: Detect supplier devices that will never be addedSaravana Kannan-3/+28
2021-02-09driver core: platform: Emit a warning if a remove callback returned non-zeroUwe Kleine-König-4/+7
2021-02-05software node: Provide replacement for device_add_properties()Heikki Krogerus-0/+43
2021-02-01PM: domains: Simplify the calculation of variablesAbaci Team-2/+1
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab-23/+50
2021-01-27PM: clk: make PM clock layer compatible with clocks that must sleepNicolas Pitre-41/+182
2021-01-27PM: sleep: Use dev_printk() when possibleBjorn Helgaas-4/+5
2021-01-27drivers/base: build kunit tests without structleak pluginArnd Bergmann-0/+1
2021-01-27drivers: base: power: Fix resposible -> responsible in runtime.cBhaskar Chowdhury-1/+1
2021-01-27drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printkJoe Pater-1/+1
2021-01-26media: software_node: Add support for fwnode_graph*() family of functionsHeikki Krogerus-1/+114
2021-01-26media: software_node: unregister software_nodes in reverse orderDaniel Scally-4/+11
2021-01-26media: software_node: Enforce parent before child ordering of nodes arraysDaniel Scally-12/+30
2021-01-26media: device property: Call fwnode_graph_get_endpoint_by_id() for fwnode->se...Daniel Scally-1/+8
2021-01-26media: device property: Return true in fwnode_device_is_available for NULL opsDaniel Scally-0/+6
2021-01-26media: software_node: Fix refcounts in software_node_get_next_child()Daniel Scally-2/+6