aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-177/+164
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-40/+54
2019-11-26Merge branches 'pm-sleep', 'pm-domains', 'pm-opp' and 'powercap'Rafael J. Wysocki4-40/+54
2019-11-25Merge tag 'regmap-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-4/+0
2019-11-19regmap: regmap-w1: Drop unreachable codeMika Westerberg1-4/+0
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+36
2019-11-13PM / Domains: Convert to dev_to_genpd_safe() in genpd_syscore_switch()Ulf Hansson1-20/+12
2019-11-13PM / Domains: Implement the ->start() callback for genpdUlf Hansson1-0/+8
2019-11-13PM / Domains: Introduce dev_pm_domain_start()Ulf Hansson1-0/+20
2019-11-13PM / wakeirq: remove unnecessary parenthesesXiaofei Tan1-2/+2
2019-11-08PM / core: Clean up some function headers in power.hUlf Hansson1-18/+12
2019-11-05software node: simplify property_entry_read_string_array()Dmitry Torokhov1-14/+7
2019-11-05software node: remove property_entry_read_uNN_array functionsDmitry Torokhov1-71/+14
2019-11-05software node: get rid of property_set_pointer()Dmitry Torokhov1-71/+19
2019-11-05software node: clean up property_copy_string_array()Dmitry Torokhov1-11/+8
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli1-0/+8
2019-10-28x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta1-0/+9
2019-10-21PM: QoS: Drop frequency QoS types from device PM QoSRafael J. Wysocki1-68/+2
2019-10-19drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_page_store()David Hildenbrand1-0/+3
2019-10-18Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-0/+3
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus2-0/+34
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus2-0/+23
2019-10-11device property: Add functions for accessing node's parentsSakari Ailus1-0/+46
2019-10-11device property: Move fwnode_get_parent() upSakari Ailus1-13/+13
2019-10-11software node: Make argument to to_software_node constSakari Ailus1-2/+2
2019-10-11software node: Get reference to parent swnode in get_parent opSakari Ailus1-1/+4
2019-10-10cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki1-0/+3
2019-10-07driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede1-7/+39
2019-09-24mm,thp: stats for file backed THPSong Liu1-0/+6
2019-09-24drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2-6/+5
2019-09-24driver/base/memory.c: validate memory block size earlyDavid Hildenbrand1-22/+9
2019-09-24drivers/base/memory.c: fixup documentation of removable/phys_index/block_size_bytesDavid Hildenbrand1-5/+6
2019-09-24drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2-24/+16
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+29
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-33/+47
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-99/+177
2019-09-17Merge tag 'devprop-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+38
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-66/+308
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds4-39/+46
2019-09-17Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'Rafael J. Wysocki1-15/+10
2019-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2019-09-17Merge branch 'pm-sleep'Rafael J. Wysocki6-50/+297
2019-09-17Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki2-24/+13
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+23
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+9
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-1/+299
2019-09-16Merge tag 'regmap-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-18/+1
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells1-10/+6
2019-09-11software node: Initialize the return value in software_node_find_by_name()Heikki Krogerus1-1/+1
2019-09-05make shmem_fill_super() staticAl Viro1-1/+1