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