Age | Commit message (Expand) | Author | Files | Lines |
2019-04-04 | node: Link memory nodes to their compute nodes | Keith Busch | 1 | -1/+141 |
2019-04-03 | regmap: verify if register is writeable before writing operations | Han Nandor | 1 | -5/+4 |
2019-04-02 | PM / wakeup: Use pm_pr_dbg() instead of pr_debug() | Stephen Boyd | 1 | -3/+3 |
2019-04-01 | regmap: regmap-irq: fix getting type default values | Srinivas Kandagatla | 1 | -3/+0 |
2019-04-01 | driver: base: Disable CONFIG_UEVENT_HELPER by default | Geert Uytterhoeven | 1 | -1/+0 |
2019-03-22 | Merge tag 'devprop-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2019-03-20 | regmap: debugfs: Jump to the next readable register | Lucas Tanure | 1 | -3/+24 |
2019-03-20 | PM / Domains: Avoid a potential deadlock | Jiada Wang | 1 | -7/+6 |
2019-03-19 | drivers: base: swnode: Make two functions static | YueHaibing | 1 | -2/+2 |
2019-03-19 | regmap: debugfs: Replace code by already existing function | Lucas Tanure | 1 | -4/+1 |
2019-03-16 | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n... | Linus Torvalds | 1 | -0/+1 |
2019-03-14 | Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 9 | -53/+52 |
2019-03-14 | Merge branch 'pm-domains' | Rafael J. Wysocki | 2 | -5/+4 |
2019-03-14 | Merge branches 'pm-core', 'pm-sleep' and 'pm-qos' | Rafael J. Wysocki | 5 | -32/+25 |
2019-03-12 | PM / wakeup: Drop wakeup_source_drop() | Rafael J. Wysocki | 1 | -17/+1 |
2019-03-12 | PM / wakeup: Rework wakeup source timer cancellation | Viresh Kumar | 1 | -1/+7 |
2019-03-11 | PM / domains: Remove one unnecessary blank line | Aisheng Dong | 1 | -1/+0 |
2019-03-11 | PM / Domains: Return early for all errors in _genpd_power_off() | Aisheng Dong | 1 | -3/+3 |
2019-03-11 | PM / Domains: Improve warn for multiple states but no governor | Aisheng Dong | 1 | -1/+1 |
2019-03-11 | PM / QoS: Fix typo in file description | Aisheng Dong | 1 | -1/+1 |
2019-03-10 | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -77/+0 |
2019-03-08 | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -0/+20 |
2019-03-07 | PM-runtime: Call pm_runtime_active|suspended_time() from sysfs | Ulf Hansson | 2 | -11/+3 |
2019-03-07 | PM-runtime: Consolidate code to get active/suspended time | Ulf Hansson | 2 | -2/+13 |
2019-03-07 | PM: Add and use pr_fmt() | Joe Perches | 4 | -16/+23 |
2019-03-07 | Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -3/+59 |
2019-03-07 | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 16 | -242/+752 |
2019-03-07 | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -11/+195 |
2019-03-07 | Merge tag 'devprop-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+23 |
2019-03-06 | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 8 | -40/+89 |
2019-03-06 | x86/speculation/mds: Add sysfs reporting for MDS | Thomas Gleixner | 1 | -0/+8 |
2019-03-05 | Merge tag 'regmap-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 2 | -5/+96 |
2019-03-04 | Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em' | Rafael J. Wysocki | 8 | -40/+89 |
2019-03-01 | driver core: platform: remove misleading err_alloc label | Johannes Berg | 1 | -3/+1 |
2019-02-28 | device-dax: "Hotplug" persistent memory for use like normal RAM | Dave Hansen | 1 | -0/+1 |
2019-02-26 | platform: set of_node in platform_device_register_full() | Mans Rullgard | 1 | -0/+2 |
2019-02-26 | firmware: hardcode the debug message for -ENOENT | John Zhao | 1 | -4/+4 |
2019-02-24 | Merge back earlier PM core material for v5.1. | Rafael J. Wysocki | 5 | -28/+84 |
2019-02-22 | drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource() | Bartosz Golaszewski | 1 | -0/+2 |
2019-02-21 | drivers: provide devm_platform_ioremap_resource() | Bartosz Golaszewski | 1 | -0/+18 |
2019-02-21 | PM-runtime: Fix deadlock when canceling hrtimer | Vincent Guittot | 1 | -1/+1 |
2019-02-20 | Pull in char-misc-next from Greg | Daniel Vetter | 1 | -4/+2 |
2019-02-20 | dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig | Christoph Hellwig | 1 | -77/+0 |
2019-02-20 | driver core: Fix PM-runtime for links added during consumer probe | Rafael J. Wysocki | 2 | -25/+8 |
2019-02-19 | drivers/component: kerneldoc polish | Daniel Vetter | 1 | -7/+7 |
2019-02-19 | PM / core: Add support to skip power management in device/driver model | Sudeep Holla | 3 | -0/+14 |
2019-02-15 | PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name() | Douglas Anderson | 1 | -1/+1 |
2019-02-15 | PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name() | Douglas Anderson | 1 | -1/+1 |
2019-02-14 | software node: Implement get_named_child_node fwnode callback | Heikki Krogerus | 1 | -0/+23 |
2019-02-14 | device connection: Find device connections also from device graphs | Heikki Krogerus | 1 | -3/+35 |