Age | Commit message (Expand) | Author | Files | Lines |
2016-09-16 | PM / runtime: Use _rcuidle for runtime suspend tracepoints | Paul E. McKenney | 1 | -2/+2 |
2016-09-06 | Merge tag 'regmap-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -12/+33 |
2016-09-03 | Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus | Mark Brown | 1 | -10/+28 |
2016-09-03 | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus | Mark Brown | 2 | -2/+5 |
2016-08-31 | PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idle | Paul E. McKenney | 1 | -3/+3 |
2016-08-31 | PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idle | Paul E. McKenney | 1 | -2/+2 |
2016-08-18 | regmap: drop cache if the bus transfer error | Elaine Zhang | 1 | -0/+2 |
2016-08-06 | Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -23/+26 |
2016-08-05 | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 1 | -3/+3 |
2016-08-05 | Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp' | Rafael J. Wysocki | 2 | -23/+26 |
2016-08-04 | regmap: rbtree: Avoid overlapping nodes | Lars-Peter Clausen | 1 | -10/+28 |
2016-08-03 | firmware: support loading into a pre-allocated buffer | Stephen Boyd | 1 | -26/+99 |
2016-08-03 | firmware: provide infrastructure to make fw caching optional | Vikram Mulukutla | 1 | -2/+5 |
2016-08-03 | firmware: consolidate kmap/read/write logic | Stephen Boyd | 1 | -31/+26 |
2016-08-03 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -1/+1 |
2016-07-31 | Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -0/+28 |
2016-07-30 | regmap: cache: Fix num_reg_defaults computation from reg_defaults_raw | Maarten ter Huurne | 1 | -2/+3 |
2016-07-29 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski | 1 | -2/+1 |
2016-07-29 | mm: move most file-based accounting to the node | Mel Gorman | 1 | -8/+8 |
2016-07-29 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman | 1 | -1/+1 |
2016-07-29 | mm: move page mapped accounting to the node | Mel Gorman | 1 | -2/+2 |
2016-07-29 | mm, vmscan: move LRU lists to node | Mel Gorman | 1 | -9/+10 |
2016-07-29 | mm, vmstat: add infrastructure for per-node vmstats | Mel Gorman | 1 | -35/+41 |
2016-07-29 | PM / OPP: optimize dev_pm_opp_set_rate() performance a bit | Jisheng Zhang | 1 | -12/+19 |
2016-07-29 | PM-wakeup: Delete unnecessary checks before three function calls | Markus Elfring | 1 | -11/+7 |
2016-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -15/+26 |
2016-07-27 | Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 3 | -8/+40 |
2016-07-27 | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 3 | -250/+109 |
2016-07-27 | mm, rmap: account shmem thp pages | Kirill A. Shutemov | 1 | -4/+9 |
2016-07-27 | memory-hotplug: use zone_can_shift() for sysfs valid_zones attribute | Reza Arbab | 1 | -11/+17 |
2016-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -0/+13 |
2016-07-25 | Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci' | Rafael J. Wysocki | 3 | -250/+109 |
2016-07-25 | Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'as... | Mark Brown | 1 | -0/+28 |
2016-07-15 | Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm... | Mark Brown | 3 | -8/+40 |
2016-07-02 | PM / runtime: Asynchronous "idle" in pm_runtime_allow() | Rafael J. Wysocki | 1 | -1/+1 |
2016-06-29 | regmap: Support bulk writes for devices without raw formatting | Chen-Yu Tsai | 1 | -3/+28 |
2016-06-29 | PM / Domains: Convert pm_genpd_init() to return an error code | Ulf Hansson | 1 | -3/+7 |
2016-06-28 | PM / clk: Add support for adding a specific clock from device-tree | Jon Hunter | 1 | -0/+32 |
2016-06-28 | PM / runtime: print error when activating a child to unactive parent | Linus Walleij | 1 | -2/+6 |
2016-06-26 | device property: Add function to search for named child of device | Adam Thomson | 1 | -0/+28 |
2016-06-22 | regmap-i2c: Use i2c block command only if register value width is 8 bit | Guenter Roeck | 1 | -1/+1 |
2016-06-18 | Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -5/+7 |
2016-06-18 | isa: Call isa_bus_init before dependent ISA bus drivers register | William Breathitt Gray | 1 | -1/+1 |
2016-06-18 | isa: Allow ISA-style drivers on modern systems | William Breathitt Gray | 1 | -1/+1 |
2016-06-18 | Merge branches 'pm-opp' and 'pm-cpufreq-fixes' | Rafael J. Wysocki | 13 | -150/+199 |
2016-06-16 | PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_table | Viresh Kumar | 3 | -6/+24 |
2016-06-16 | PM / Domains: Stop/start devices during system PM suspend/resume in genpd | Ulf Hansson | 1 | -4/+27 |
2016-06-16 | PM / Domains: Allow runtime PM during system PM phases | Ulf Hansson | 1 | -26/+8 |
2016-06-16 | PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume() | Ulf Hansson | 1 | -0/+3 |
2016-06-16 | PM / Domains: Remove redundant pm_request_idle() call in genpd | Ulf Hansson | 1 | -1/+0 |