Age | Commit message (Expand) | Author |
2016-09-03 | Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus | Mark Brown |
2016-09-03 | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus | Mark Brown |
2016-09-02 | device core: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar |
2016-08-31 | drivers/base dmam_declare_coherent_memory leaks | Vyacheslav V. Yurkov |
2016-08-31 | platform: don't return 0 from platform_get_irq[_byname]() on error | Sergei Shtylyov |
2016-08-31 | cpu: clean up register_cpu func | Alex Shi |
2016-08-31 | dma-mapping: use vma_pages(). | Muhammad Falak R Wani |
2016-08-31 | drivers: dma-coherent: use vma_pages(). | Muhammad Falak R Wani |
2016-08-31 | attribute_container: Fix typo | Xiubo Li |
2016-08-31 | base: soc: make it explicitly non-modular | Paul Gortmaker |
2016-08-31 | drivers: base: dma-mapping: page align the size when unmap_kernel_range | Peng Fan |
2016-08-31 | platform driver: fix use-after-free in platform_device_del() | Jerome Marchand |
2016-08-31 | driver core: add test of driver remove calls during probe | Rob Herring |
2016-08-31 | driver core: fix race between creating/querying glue dir and its cleanup | Ming Lei |
2016-08-31 | PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idle | Paul E. McKenney |
2016-08-31 | PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idle | Paul E. McKenney |
2016-08-30 | driver core: Don't leak secondary fwnode on device removal | Lukas Wunner |
2016-08-18 | regmap: drop cache if the bus transfer error | Elaine Zhang |
2016-08-12 | PM / Domains: Always enable debugfs support if available | Jon Hunter |
2016-08-09 | regmap: debugfs: Add support for dumping write only device registers | Cristian Birsan |
2016-08-09 | regmap: Add a function to check if a regmap register is cached | Cristian Birsan |
2016-08-06 | Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-08-05 | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds |
2016-08-05 | Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp' | Rafael J. Wysocki |
2016-08-04 | regmap: rbtree: Avoid overlapping nodes | Lars-Peter Clausen |
2016-08-02 | firmware: support loading into a pre-allocated buffer | Stephen Boyd |
2016-08-02 | firmware: provide infrastructure to make fw caching optional | Vikram Mulukutla |
2016-08-02 | firmware: consolidate kmap/read/write logic | Stephen Boyd |
2016-08-02 | treewide: replace obsolete _refok by __ref | Fabian Frederick |
2016-07-31 | Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2016-07-29 | regmap: cache: Fix num_reg_defaults computation from reg_defaults_raw | Maarten ter Huurne |
2016-07-28 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski |
2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman |
2016-07-28 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman |
2016-07-28 | mm: move page mapped accounting to the node | Mel Gorman |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman |
2016-07-28 | mm, vmstat: add infrastructure for per-node vmstats | Mel Gorman |
2016-07-28 | PM / OPP: optimize dev_pm_opp_set_rate() performance a bit | Jisheng Zhang |
2016-07-28 | PM-wakeup: Delete unnecessary checks before three function calls | Markus Elfring |
2016-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-07-27 | Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds |
2016-07-27 | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2016-07-26 | mm, rmap: account shmem thp pages | Kirill A. Shutemov |
2016-07-26 | memory-hotplug: use zone_can_shift() for sysfs valid_zones attribute | Reza Arbab |
2016-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2016-07-25 | Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci' | Rafael J. Wysocki |
2016-07-24 | Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'as... | Mark Brown |
2016-07-15 | Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm... | Mark Brown |
2016-07-01 | PM / runtime: Asynchronous "idle" in pm_runtime_allow() | Rafael J. Wysocki |
2016-06-29 | regmap: Support bulk writes for devices without raw formatting | Chen-Yu Tsai |