aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-97/+314
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-74/+328
2019-07-09Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-30/+18
2019-07-09Merge tag 'regmap-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds6-6/+73
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+22
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+5
2019-07-08Merge branches 'pm-opp', 'pm-misc', 'pm-avs' and 'pm-tools'Rafael J. Wysocki1-4/+2
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki2-26/+16
2019-07-04Merge branch 'regmap-5.3' into regmap-nextMark Brown4-6/+69
2019-07-04Merge branch 'regmap-5.2' into regmap-linusMark Brown2-0/+4
2019-07-04regmap: select CONFIG_REGMAP while REGMAP_SCCB is setYueHaibing1-1/+1
2019-07-04PM: sleep: Drop dev_pm_skip_next_resume_phases()Rafael J. Wysocki1-16/+3
2019-07-03driver: core: Allow subsystems to continue deferring probeThierry Reding1-8/+47
2019-07-03drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse1-1/+2
2019-07-03arch_topology: Remove error messages on out-of-memory conditionsGeert Uytterhoeven1-4/+1
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-3/+3
2019-06-24drivers: Add generic helper to match by of_nodeSuzuki K Poulose1-0/+6
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-2/+2
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2-4/+4
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-21drivers: base/node.c: fixes a kernel-doc markupsMauro Carvalho Chehab1-2/+3
2019-06-19drivers: base: power: remove wakeup_sources_stats_dentry variableGreg Kroah-Hartman1-4/+2
2019-06-18firmware: Add support for loading compressed filesTakashi Iwai3-12/+161
2019-06-18firmware: Factor out the paged buffer handling codeTakashi Iwai3-54/+63
2019-06-18firmware: improve LSM/IMA security behaviourSven Van Asbroeck1-1/+1
2019-06-17regmap: lzo: Switch to bitmap_zalloc()Andy Shevchenko1-5/+3
2019-06-14PM: sleep: Show how long dpm_suspend_start() and dpm_suspend_end() takeBart Van Assche1-6/+11
2019-06-13drivers/base/devres: introduce devm_release_action()Dan Williams1-1/+23
2019-06-12regmap: fix bulk writes on paged registersSrinivas Kandagatla1-0/+2
2019-06-10firmware: Use kvmalloc for page tablesTakashi Iwai2-4/+5
2019-06-10firmware: Unify the paged buffer release helperTakashi Iwai3-16/+25
2019-06-10firmware: Free temporary page table after vmappingTakashi Iwai2-4/+9
2019-06-07regmap: add i3c bus supportVitor Soares3-1/+66
2019-06-04drivers: base: cacheinfo: Add variable to record max cache line sizeShaokun Zhang1-0/+5
2019-06-03device connection: Find connections also by checking the referencesHeikki Krogerus1-0/+26
2019-06-03device property: Introduce fwnode_find_reference()Heikki Krogerus1-0/+24
2019-06-03driver core: Add helper device_find_child_by_name()Heikki Krogerus1-0/+28
2019-06-03software node: Add software_node_get_reference_args()Heikki Krogerus1-0/+47
2019-06-03software node: Use kobject name when finding child nodes by nameHeikki Krogerus1-5/+1
2019-06-03software node: Add support for static node descriptorsHeikki Krogerus1-63/+193
2019-06-03software node: Simplify software_node_release() functionHeikki Krogerus1-10/+10
2019-06-03software node: Allow node creation without propertiesHeikki Krogerus1-0/+3
2019-05-28PM / clk: Remove error message on out-of-memory conditionGeert Uytterhoeven1-2/+0
2019-05-28drivers: base: power: clock_ops: Use of_clk_get_parent_count()Kefeng Wang1-2/+2
2019-05-23topology: Create core_cpus and die_cpus sysfs attributesLen Brown1-0/+12
2019-05-23topology: Create package_cpus sysfs attributeLen Brown1-0/+6
2019-05-23cpu/topology: Export die_idLen Brown1-0/+4
2019-05-20regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta1-0/+2
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+6