| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2017-07-07 | 1 | -1/+5 |
|\ |
|
| * | Add "shutdown" to "struct class". | Josh Zimmerman | 2017-07-07 | 1 | -1/+5 |
* | | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2017-07-07 | 1 | -1/+1 |
|\ \ |
|
| * | | platform: Accept const properties | Jan Kiszka | 2017-07-03 | 1 | -1/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-06 | 2 | -85/+70 |
|\ \ \ |
|
| * | | | mm, memory_hotplug: drop CONFIG_MOVABLE_NODE | Michal Hocko | 2017-07-06 | 1 | -4/+0 |
| * | | | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner | 2017-07-06 | 1 | -5/+5 |
| * | | | mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone | Michal Hocko | 2017-07-06 | 1 | -1/+1 |
| * | | | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 2017-07-06 | 1 | -24/+28 |
| * | | | mm, memory_hotplug: consider offline memblocks removable | Michal Hocko | 2017-07-06 | 1 | -0/+4 |
| * | | | mm, memory_hotplug: split up register_one_node() | Michal Hocko | 2017-07-06 | 1 | -31/+20 |
| * | | | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko | 2017-07-06 | 1 | -14/+9 |
| * | | | mm: drop page_initialized check from get_nid_for_pfn | Michal Hocko | 2017-07-06 | 1 | -7/+0 |
| * | | | mm, sparsemem: break out of loops early | Dave Hansen | 2017-07-06 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-06 | 2 | -51/+83 |
|\ \ \
| |/ /
|/| | |
|
| * | | drivers: dma-mapping: allow dma_common_mmap() for NOMMU | Vladimir Murzin | 2017-06-30 | 1 | -2/+2 |
| * | | drivers: dma-coherent: Introduce default DMA pool | Vladimir Murzin | 2017-06-28 | 1 | -7/+52 |
| * | | drivers: dma-coherent: Account dma_pfn_offset when used with device tree | Vladimir Murzin | 2017-06-28 | 1 | -2/+13 |
| * | | dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrs | Christoph Hellwig | 2017-06-28 | 1 | -20/+16 |
| * | | dma-mapping: remove dmam_free_noncoherent | Christoph Hellwig | 2017-06-28 | 1 | -20/+0 |
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-07-04 | 1 | -4/+4 |
|\ \ \ |
|
| * \ \ | Merge tag 'tegra-for-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/g... | Olof Johansson | 2017-06-18 | 1 | -4/+4 |
| |\ \ \ |
|
| | * | | | PM / Domains: Allow overriding the ->xlate() callback | Thierry Reding | 2017-06-13 | 1 | -4/+4 |
| | | |/
| | |/| |
|
* | | | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-07-04 | 8 | -132/+256 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'acpi-pm' | Rafael J. Wysocki | 2017-07-03 | 2 | -11/+17 |
| |\ \ \ \ |
|
| | * | | | | ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle | Rafael J. Wysocki | 2017-06-15 | 2 | -11/+12 |
| | * | | | | PM / sleep: Print timing information if debug is enabled | Rafael J. Wysocki | 2017-06-15 | 1 | -0/+4 |
| | | |_|/
| | |/| | |
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'pm-domains', 'pm-avs' and 'powercap' | Rafael J. Wysocki | 2017-07-03 | 2 | -31/+84 |
| |\ \ \ \ \
| | | |/ / / |
|
| | * | | | | PM / Domains: Fix missing default_power_down_ok comment | Krzysztof Kozlowski | 2017-06-29 | 1 | -6/+6 |
| | * | | | | PM / Domains: Fix unsafe iteration over modified list of domains | Krzysztof Kozlowski | 2017-06-29 | 1 | -2/+2 |
| | * | | | | PM / Domains: Fix unsafe iteration over modified list of domain providers | Krzysztof Kozlowski | 2017-06-29 | 1 | -2/+2 |
| | * | | | | PM / Domains: Fix unsafe iteration over modified list of device links | Krzysztof Kozlowski | 2017-06-29 | 1 | -2/+2 |
| | * | | | | PM / Domains: Handle safely genpd_syscore_switch() call on non-genpd device | Krzysztof Kozlowski | 2017-06-29 | 1 | -2/+2 |
| | * | | | | PM / Domains: Call driver's noirq callbacks | Mikko Perttunen | 2017-06-29 | 1 | -9/+59 |
| | * | | | | PM / Domains: Constify genpd pointer | Krzysztof Kozlowski | 2017-06-28 | 1 | -7/+10 |
| | * | | | | PM / Domains: pdd->dev can't be NULL in genpd_dev_pm_qos_notifier() | Viresh Kumar | 2017-06-22 | 1 | -1/+1 |
| | | | | | | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---. \ \ \ \ | Merge branches 'pm-core', 'pm-opp' and 'pm-qos' | Rafael J. Wysocki | 2017-07-03 | 6 | -90/+155 |
| |\ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|
| | | | * | | | | PM / QoS: constify *_attribute_group. | Arvind Yadav | 2017-06-28 | 1 | -6/+6 |
| | |_|/ / / /
| |/| | | | | |
|
| | | * | | | | PM / OPP: Add dev_pm_opp_{set|put}_clkname() | Viresh Kumar | 2017-06-24 | 1 | -0/+67 |
| | | * | | | | PM / OPP: Don't create debugfs "supply-0" directory unnecessarily | Viresh Kumar | 2017-06-22 | 1 | -4/+3 |
| | | * | | | | PM / OPP: opp-microvolt is not optional if regulators are set | Viresh Kumar | 2017-06-22 | 1 | -2/+8 |
| | | * | | | | PM / OPP: Don't create copy of regulators unnecessarily | Viresh Kumar | 2017-06-22 | 1 | -11/+3 |
| | | * | | | | PM / OPP: Reorganize _generic_set_opp_regulator() | Viresh Kumar | 2017-06-22 | 1 | -39/+34 |
| | |/ / / /
| |/| | | | |
|
| | * | | | | PM / sysfs: Constify attribute groups | Krzysztof Kozlowski | 2017-06-28 | 1 | -6/+6 |
| | * | | | | PM: Constify info string used in messages | Krzysztof Kozlowski | 2017-06-28 | 1 | -13/+15 |
| | * | | | | PM: Constify returned PM event name | Krzysztof Kozlowski | 2017-06-28 | 1 | -1/+1 |
| | * | | | | PM / wakeirq: Convert to SRCU | Thomas Gleixner | 2017-06-27 | 1 | -14/+18 |
| |/ / / / |
|
* | | | | | Merge tag 'regmap-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2017-07-04 | 5 | -19/+285 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---. \ \ \ \ | Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and '... | Mark Brown | 2017-07-03 | 5 | -19/+285 |
| |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
|
| | | | * | | | | regmap: Fix typo in IS_ENABLED() check | Mark Brown | 2017-06-08 | 1 | -1/+1 |