summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2016-09-03Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linusMark Brown
2016-09-03Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown
2016-09-02device core: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-08-31drivers/base dmam_declare_coherent_memory leaksVyacheslav V. Yurkov
2016-08-31platform: don't return 0 from platform_get_irq[_byname]() on errorSergei Shtylyov
2016-08-31cpu: clean up register_cpu funcAlex Shi
2016-08-31dma-mapping: use vma_pages().Muhammad Falak R Wani
2016-08-31drivers: dma-coherent: use vma_pages().Muhammad Falak R Wani
2016-08-31attribute_container: Fix typoXiubo Li
2016-08-31base: soc: make it explicitly non-modularPaul Gortmaker
2016-08-31drivers: base: dma-mapping: page align the size when unmap_kernel_rangePeng Fan
2016-08-31platform driver: fix use-after-free in platform_device_del()Jerome Marchand
2016-08-31driver core: add test of driver remove calls during probeRob Herring
2016-08-31driver core: fix race between creating/querying glue dir and its cleanupMing Lei
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idlePaul E. McKenney
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idlePaul E. McKenney
2016-08-31driver core: Don't leak secondary fwnode on device removalLukas Wunner
2016-08-18regmap: drop cache if the bus transfer errorElaine Zhang
2016-08-12PM / Domains: Always enable debugfs support if availableJon Hunter
2016-08-09regmap: debugfs: Add support for dumping write only device registersCristian Birsan
2016-08-09regmap: Add a function to check if a regmap register is cachedCristian Birsan
2016-08-05Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-08-05Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'Rafael J. Wysocki
2016-08-04regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd
2016-08-02firmware: provide infrastructure to make fw caching optionalVikram Mulukutla
2016-08-02firmware: consolidate kmap/read/write logicStephen Boyd
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-07-31Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2016-07-29regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman
2016-07-28mm: move page mapped accounting to the nodeMel Gorman
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman
2016-07-28PM / OPP: optimize dev_pm_opp_set_rate() performance a bitJisheng Zhang
2016-07-28PM-wakeup: Delete unnecessary checks before three function callsMarkus Elfring
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov
2016-07-26memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-07-25Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'Rafael J. Wysocki
2016-07-24Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'as...Mark Brown
2016-07-15Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm...Mark Brown
2016-07-02PM / runtime: Asynchronous "idle" in pm_runtime_allow()Rafael J. Wysocki
2016-06-29regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai