| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | *-----. \ \ \ \ \ \ \ | Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em' | Rafael J. Wysocki | 2019-03-04 | 8 | -40/+89 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / | | | | |/| | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| | | | | | * | | | | | | PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name() | Douglas Anderson | 2019-02-15 | 1 | -1/+1 | |
| | | | | | * | | | | | | PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name() | Douglas Anderson | 2019-02-15 | 1 | -1/+1 | |
| | | | | | * | | | | | | PM: domains: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-01-23 | 1 | -9/+2 | |
| | | | | |/ / / / / / | ||||||
| | | | * / / / / / / | PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event() | Yangtao Li | 2019-01-29 | 1 | -1/+1 | |
| | | | |/ / / / / / | ||||||
| | | * | | | | | | | Merge back earlier PM core material for v5.1. | Rafael J. Wysocki | 2019-02-24 | 5 | -28/+84 | |
| | |/| | | | | | | | ||||||
| | | * | | | | | | | PM / core: Add support to skip power management in device/driver model | Sudeep Holla | 2019-02-19 | 3 | -0/+14 | |
| | | * | | | | | | | PM / suspend: Print debug messages for device using direct-complete | Rafael J. Wysocki | 2019-02-13 | 1 | -1/+3 | |
| | | * | | | | | | | PM-runtime: update time accounting only when enabled | Vincent Guittot | 2019-02-05 | 1 | -7/+10 | |
| | | * | | | | | | | PM-runtime: Switch accounting over to ktime_get_mono_fast_ns() | Vincent Guittot | 2019-02-05 | 1 | -4/+13 | |
| | | * | | | | | | | PM-runtime: Optimize pm_runtime_autosuspend_expiration() | Ladislav Michl | 2019-02-01 | 1 | -11/+8 | |
| | | * | | | | | | | Merge back earlier PM core material for v5.1. | Rafael J. Wysocki | 2019-02-01 | 3 | -14/+45 | |
| | | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | | | * | | | | | | PM-runtime: Replace jiffies-based accounting with ktime-based accounting | Thara Gopinath | 2019-01-31 | 2 | -11/+17 | |
| | | | * | | | | | | PM-runtime: update accounting_timestamp on enable | Vincent Guittot | 2019-01-31 | 1 | -3/+8 | |
| | | | * | | | | | | PM: clock_ops: fix missing clk_prepare() return value check | Aditya Pakki | 2019-01-18 | 1 | -4/+9 | |
| | | | * | | | | | | PM-runtime: Add new interface to get accounted time | Vincent Guittot | 2019-01-15 | 1 | -0/+15 | |
| | | | | |_|_|/ / | | | |/| | | | | ||||||
| * | | | | | | | | Merge tag 'regmap-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 2019-03-04 | 2 | -5/+96 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-next | Mark Brown | 2019-01-29 | 1 | -4/+95 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | regmap: regmap-irq: Add main status register support | Matti Vaittinen | 2019-01-23 | 1 | -4/+95 | |
| | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | | Merge branch 'regmap-5.1' into regmap-next | Mark Brown | 2019-01-29 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | ||||||
| | | * | | | | | regmap: Remove attribute packed from struct 'regcache_rbtree_node' | Mathieu Malaterre | 2019-01-29 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| * | | | | / | PM-runtime: Fix deadlock when canceling hrtimer | Vincent Guittot | 2019-02-21 | 1 | -1/+1 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-02-08 | 1 | -4/+2 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | cacheinfo: Keep the old value if of_property_read_u32 fails | Huacai Chen | 2019-01-22 | 1 | -4/+2 | |
| | | |_|/ | |/| | | ||||||
| * | | | | PM-runtime: Fix deadlock with ktime_get() | Vincent Guittot | 2019-01-30 | 1 | -5/+5 | |
| | |/ / |/| | | ||||||
| * | | | Merge tag 'regmap-fix-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-01-19 | 1 | -1/+7 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | regmap-irq: do not write mask register if mask_base is zero | Mark Zhang | 2019-01-14 | 1 | -0/+6 | |
| | * | | Merge branch 'regmap-4.21' into regmap-5.0 | Mark Brown | 2019-01-07 | 1 | -1/+1 | |
| | |\ \ | | |/ | |/| | ||||||
| | | * | regmap: regmap-irq: silently ignore unsupported type settings | Matti Vaittinen | 2018-12-31 | 1 | -1/+1 | |
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep' | Rafael J. Wysocki | 2019-01-11 | 1 | -0/+3 | |
| |\ \ \ \ | ||||||
| | | * | | | PM: sleep: call devfreq suspend/resume | Lukasz Luba | 2019-01-02 | 1 | -0/+3 | |
| | |/ / / | ||||||
| * | | | | PM-runtime: Fix autosuspend_delay on 32bits arch | Vincent Guittot | 2019-01-10 | 1 | -2/+2 | |
| * | | | | PM-runtime: Fix 'jiffies' in comments after switch to hrtimers | Ladislav Michl | 2019-01-10 | 1 | -2/+5 | |
| | |/ / |/| | | ||||||
| * | | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-01-05 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 2018-12-20 | 1 | -0/+1 | |
| * | | | | drivers/base/platform.c: kmemleak ignore a known leak | Qian Cai | 2019-01-04 | 1 | -0/+3 | |
| * | | | | Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-01-02 | 1 | -2/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | drivers: base: swnode: check if swnode is NULL before dereferencing it | Colin Ian King | 2018-12-26 | 1 | -1/+2 | |
| | * | | | | drivers: base: swnode: check if pointer p is NULL before dereferencing it | Colin Ian King | 2018-12-26 | 1 | -1/+1 | |
| * | | | | | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2019-01-01 | 1 | -3/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | PM: Switch to use %ptR | Andy Shevchenko | 2018-12-10 | 1 | -3/+1 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-12-28 | 6 | -81/+86 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | mm, memory_hotplug: update a comment in unregister_memory() | Dan Carpenter | 2018-12-20 | 1 | -1/+1 | |
| | * | | | | | component: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-20 | 1 | -11/+1 | |
| | * | | | | | sysfs: Disable lockdep for driver bind/unbind files | Daniel Vetter | 2018-12-19 | 1 | -2/+5 | |
| | * | | | | | driver core: Add missing dev->bus->need_parent_lock checks | Rafael J. Wysocki | 2018-12-19 | 1 | -2/+2 | |
| | * | | | | | kobject: return error code if writing /sys/.../uevent fails | Peter Rajnoha | 2018-12-06 | 2 | -5/+15 | |
| | * | | | | | driver core: Move async_synchronize_full call | Alexander Duyck | 2018-12-06 | 1 | -3/+3 | |
| | * | | | | | driver core: platform: Respect return code of platform_device_register_full() | Andy Shevchenko | 2018-12-06 | 1 | -2/+2 | |
| | * | | | | | kref/kobject: Improve documentation | Ezequiel Garcia | 2018-12-06 | 1 | -2/+1 | |

