summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings2015-12-121-0/+4
* Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki2015-12-042-5/+1Star
|\
| * PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach()Eric Anholt2015-12-041-2/+1Star
| * PM / Domains: Validate cases of a non-bound driver in genpd governorUlf Hansson2015-12-021-3/+0Star
* | Merge branch 'pm-sleep'Rafael J. Wysocki2015-11-201-0/+6
|\ \
| * | PM / wakeirq: check that wake IRQ is valid before accepting itDmitry Torokhov2015-11-161-0/+6
* | | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-125-38/+75
|\ \ \
| * \ \ Merge branch 'pm-domains'Rafael J. Wysocki2015-11-121-11/+10Star
| |\ \ \ | | | |/ | | |/|
| | * | PM / Domains: Allocate memory outside domain locksLina Iyer2015-11-021-9/+9
| | * | PM / Domains: Remove dev->driver check for runtime PMLina Iyer2015-11-021-2/+1Star
| * | | Merge branch 'pm-opp'Rafael J. Wysocki2015-11-073-19/+41
| |\ \ \
| | * | | PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()Viresh Kumar2015-11-061-3/+7
| | * | | PM / OPP: Hold dev_opp_list_lock for writersViresh Kumar2015-11-061-0/+9
| | * | | PM / OPP: Protect updates to list_dev with mutexViresh Kumar2015-11-063-5/+8
| | * | | PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus()Viresh Kumar2015-11-061-1/+1
| | * | | PM / OPP: Parse all power-supply related bindings togetherViresh Kumar2015-11-021-5/+6
| | * | | PM / OPP: Rename routines specific to old bindings with _v1Viresh Kumar2015-11-021-5/+5
| | * | | PM / OPP: Improve print messages with pr_fmtViresh Kumar2015-11-022-0/+5
| * | | | Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-8/+24
| |\ \ \ \
| | * | | | device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee2015-11-071-13/+0Star
| | * | | | device property: Adding DMA Attribute APIs for Generic DevicesSuthikulpanit, Suravee2015-11-071-0/+29
| | * | | | Merge branch 'device-properties' into acpi-pciRafael J. Wysocki2015-11-021-12/+76
| | |\ \ \ \
* | | \ \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-111-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2015-11-031-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | PM / OPP: get the voltage for all OPPsJavi Merino2015-10-301-2/+2
* | | | | | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-111-2/+4
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v4.4-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2015-10-091-2/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | PM / clk: Do not __clk_get passed in clock-referencesStephen Boyd2015-10-061-2/+4
* | | | | | | | | | Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-101-9/+10
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-4.4/hotplug' into libnvdimm-for-nextDan Williams2015-11-092-19/+8Star
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | devm: make allocations numa aware by defaultDan Williams2015-10-091-9/+10
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | class_find_device: fix reference to argument "match"Rolf Eike Beer2015-09-291-1/+1
* | | | | | | | | | | | Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-051-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | PM / Domains: Make pm_genpd_{add,remove}_subdomain() available to modulesStephen Boyd2015-10-091-0/+2
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-057-45/+94
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | of: to support binding numa node to specified device in devicetreeZhen Lei2015-10-181-1/+1
| * | | | | | | | | | | Revert "mm: Check if section present during memory block (un)registering"Greg Kroah-Hartman2015-10-131-27/+4Star
| * | | | | | | | | | | driver-core: platform: Provide helpers for multi-driver modulesThierry Reding2015-10-051-0/+61
| * | | | | | | | | | | mm: Check if section present during memory block (un)registeringYinghai Lu2015-10-051-4/+27
| * | | | | | | | | | | CMA: fix CONFIG_CMA_SIZE_MBYTES overflow in 64bitTan Xiaojun2015-10-051-1/+1
| * | | | | | | | | | | base/platform: assert that dev_pm_domain callbacks are called unconditionallyUwe Kleine-König2015-10-041-10/+9Star
| * | | | | | | | | | | base: soc: siplify ida usageLee Duncan2015-10-041-16/+5Star
| * | | | | | | | | | | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-043-17/+17
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-0511-653/+631Star
|\ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-avs', 'pm-clk' and 'powercap'Rafael J. Wysocki2015-11-021-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | PM / clk: Fix broken build due to non-matching code and header #ifdefsGeert Uytterhoeven2015-10-281-3/+3
| * | | | | | | | | | | | Merge branch 'pm-opp'Rafael J. Wysocki2015-11-025-334/+443
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | PM / OPP: passing NULL to PTR_ERR()Dan Carpenter2015-10-091-5/+4Star
| | * | | | | | | | | | | PM / OPP: Move cpu specific code to opp/cpu.cViresh Kumar2015-09-153-275/+304