aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-23/+26
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-3/+3
2016-08-05Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'Rafael J. Wysocki2-23/+26
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd1-26/+99
2016-08-02firmware: provide infrastructure to make fw caching optionalVikram Mulukutla1-2/+5
2016-08-02firmware: consolidate kmap/read/write logicStephen Boyd1-31/+26
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-07-31Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+28
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski1-2/+1
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-8/+8
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman1-1/+1
2016-07-28mm: move page mapped accounting to the nodeMel Gorman1-2/+2
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-9/+10
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman1-35/+41
2016-07-28PM / OPP: optimize dev_pm_opp_set_rate() performance a bitJisheng Zhang1-12/+19
2016-07-28PM-wakeup: Delete unnecessary checks before three function callsMarkus Elfring1-11/+7
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-15/+26
2016-07-26Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds3-8/+40
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-250/+109
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov1-4/+9
2016-07-26memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab1-11/+17
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+13
2016-07-25Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'Rafael J. Wysocki3-250/+109
2016-07-24Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'asoc/topic/da7219' and 'asoc/topic/davinci' into asoc-nextMark Brown1-0/+28
2016-07-15Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic/iopoll', 'regmap/topic/irq' and 'regmap/topic/maintainers' into regmap-nextMark Brown3-8/+40
2016-07-02PM / runtime: Asynchronous "idle" in pm_runtime_allow()Rafael J. Wysocki1-1/+1
2016-06-29regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai1-3/+28
2016-06-29PM / Domains: Convert pm_genpd_init() to return an error codeUlf Hansson1-3/+7
2016-06-28PM / clk: Add support for adding a specific clock from device-treeJon Hunter1-0/+32
2016-06-28PM / runtime: print error when activating a child to unactive parentLinus Walleij1-2/+6
2016-06-26device property: Add function to search for named child of deviceAdam Thomson1-0/+28
2016-06-22regmap-i2c: Use i2c block command only if register value width is 8 bitGuenter Roeck1-1/+1
2016-06-18Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-5/+7
2016-06-17isa: Call isa_bus_init before dependent ISA bus drivers registerWilliam Breathitt Gray1-1/+1
2016-06-17isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray1-1/+1
2016-06-18Merge branches 'pm-opp' and 'pm-cpufreq-fixes'Rafael J. Wysocki13-150/+199
2016-06-16PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_tableViresh Kumar3-6/+24
2016-06-16PM / Domains: Stop/start devices during system PM suspend/resume in genpdUlf Hansson1-4/+27
2016-06-16PM / Domains: Allow runtime PM during system PM phasesUlf Hansson1-26/+8
2016-06-16PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume()Ulf Hansson1-0/+3
2016-06-16PM / Domains: Remove redundant pm_request_idle() call in genpdUlf Hansson1-1/+0
2016-06-16PM / Domains: Remove redundant wrapper functions for system PMUlf Hansson1-191/+12
2016-06-16PM / Domains: Allow genpd to power on during system PM phasesUlf Hansson1-53/+31
2016-06-15base: make module_create_drivers_dir race-freeJiri Slaby1-3/+5
2016-06-15PM / clk: export symbols for existing pm_clk_<...> API fcnsPaul Gortmaker1-0/+13
2016-06-13topology/sysfs: provide drawer id and siblings attributesHeiko Carstens1-0/+13
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann1-3/+3
2016-06-03regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan1-4/+11
2016-05-25Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+3
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki1-2/+3