summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2016-08-31platform driver: fix use-after-free in platform_device_del()Jerome Marchand1-2/+1
2016-08-31driver core: add test of driver remove calls during probeRob Herring2-0/+31
2016-08-31driver core: fix race between creating/querying glue dir and its cleanupMing Lei1-10/+29
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idlePaul E. McKenney1-3/+3
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idlePaul E. McKenney1-2/+2
2016-08-31driver core: Don't leak secondary fwnode on device removalLukas Wunner1-0/+1
2016-08-18regmap: drop cache if the bus transfer errorElaine Zhang1-0/+2
2016-08-12PM / Domains: Always enable debugfs support if availableJon Hunter1-2/+2
2016-08-09regmap: debugfs: Add support for dumping write only device registersCristian Birsan1-3/+13
2016-08-09regmap: Add a function to check if a regmap register is cachedCristian Birsan2-0/+24
2016-08-05Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-23/+26
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-3/+3
2016-08-05Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'Rafael J. Wysocki2-23/+26
2016-08-04regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen1-10/+28
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/ti...Linus Torvalds1-0/+28
2016-07-29regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne1-2/+3
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/broo...Linus Torvalds3-8/+40
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus 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/s39...Linus 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', 'as...Mark Brown1-0/+28
2016-07-15Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm...Mark 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/...Linus 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