Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-02-14 | 1 | -21/+28 | |
|\ | ||||||
| * | component: remove device from master match list on failed add | Daniel Stone | 2016-02-11 | 1 | -0/+2 | |
| * | component: Detach components when deleting master struct | Jon Medhurst (Tixy) | 2016-01-27 | 1 | -19/+22 | |
| * | component: fix crash on x86_64 with hda audio drivers | Russell King | 2016-01-26 | 1 | -2/+4 | |
* | | Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-02-08 | 1 | -8/+8 | |
|\ \ | ||||||
| * | | regmap: mmio: Revert to v4.4 endianness handling | Mark Brown | 2016-02-05 | 1 | -8/+8 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge branches 'pm-core' and 'pm-domains' | Rafael J. Wysocki | 2016-02-06 | 2 | -21/+8 | |
|\ \ \ \ | ||||||
| | * | | | PM / Domains: Silence compiler warning for an unused function | Ulf Hansson | 2016-02-03 | 1 | -20/+7 | |
| |/ / / |/| | | | ||||||
| * | | | PM: Avoid false-positive warnings in dev_pm_domain_set() | Rafael J. Wysocki | 2016-02-03 | 1 | -1/+1 | |
* | | | | Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-01-31 | 1 | -4/+9 | |
|\ \ \ \ | ||||||
| * | | | | base/platform: Fix platform drivers with no probe callback | Martin Wilck | 2016-01-26 | 1 | -4/+9 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-31 | 1 | -0/+2 | |
|\ \ \ \ | ||||||
| * | | | | base: Export platform_msi_domain_[alloc,free]_irqs | Thomas Petazzoni | 2016-01-26 | 1 | -0/+2 | |
| | | | | | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
*-----. \ \ \ \ | Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep' | Rafael J. Wysocki | 2016-01-29 | 1 | -17/+20 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | | * | | | | | PM / Domains: Fix typo in comment | Moritz Fischer | 2016-01-27 | 1 | -1/+1 | |
| | | * | | | | | PM / Domains: Fix potential deadlock while adding/removing subdomains | Ulf Hansson | 2016-01-27 | 1 | -8/+6 | |
| | | * | | | | | PM / domains: fix lockdep issue for all subdomains | Marek Szyprowski | 2016-01-22 | 1 | -8/+13 | |
| | * | | | | | | Merge branch 'pm-opp' into pm-cpufreq | Rafael J. Wysocki | 2016-01-02 | 2 | -3/+4 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge back earlier cpufreq material for v4.5. | Rafael J. Wysocki | 2015-12-28 | 4 | -18/+589 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merge branch 'pm-opp' into pm-cpufreq | Rafael J. Wysocki | 2015-12-12 | 4 | -18/+589 | |
| | | |\ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -6/+6 | |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-01-21 | 2 | -9/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | dma-mapping: remove <asm-generic/dma-coherent.h> | Christoph Hellwig | 2016-01-20 | 1 | -2/+1 | |
| * | | | | | | | | | | | dma-mapping: make the generic coherent dma mmap implementation optional | Christoph Hellwig | 2016-01-20 | 1 | -2/+2 | |
| * | | | | | | | | | | | drivers/base/cpu.c: use __cpu_*_mask directly | Rasmus Villemoes | 2016-01-20 | 1 | -5/+5 | |
* | | | | | | | | | | | | Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-20 | 7 | -7/+90 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'pm-core' | Rafael J. Wysocki | 2016-01-21 | 7 | -7/+90 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | driver core: Avoid NULL pointer dereferences in device_is_bound() | Rafael J. Wysocki | 2016-01-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | platform: Do not detach from PM domains on shutdown | Rafael J. Wysocki | 2016-01-12 | 1 | -1/+0 | |
| | * | | | | | | | | | | PM / sleep: Go direct_complete if driver has no callbacks | Tomeu Vizoso | 2016-01-08 | 5 | -0/+46 | |
| | * | | | | | | | | | | PM / Domains: add setter for dev.pm_domain | Tomeu Vizoso | 2016-01-08 | 3 | -4/+28 | |
| | * | | | | | | | | | | device core: add device_is_bound() | Tomeu Vizoso | 2016-01-08 | 1 | -2/+16 | |
| | * | | | | | | | | | | Merge branch 'acpi-soc' into pm-core | Rafael J. Wysocki | 2016-01-08 | 2 | -2/+9 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
* | | \ \ \ \ \ \ \ \ \ \ | Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-17 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | firmware: actually return NULL on failed request_firmware_nowait() | Brian Norris | 2016-01-07 | 1 | -3/+5 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | mm: skip memory block registration for ZONE_DEVICE | Dan Williams | 2016-01-15 | 1 | -0/+13 | |
* | | | | | | | | | | | | | drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64 | John Allen | 2016-01-14 | 1 | -10/+6 | |
* | | | | | | | | | | | | | drivers/base/memory.c: rename remove_memory_block() to remove_memory_section() | Seth Jennings | 2016-01-14 | 1 | -2/+2 | |
* | | | | | | | | | | | | | drivers/base/memory.c: clean up section counting | Seth Jennings | 2016-01-14 | 1 | -1/+1 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-12 | 16 | -124/+1149 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'pm-domains' | Rafael J. Wysocki | 2016-01-12 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge back earlier 'pm-domains' material for v4.5. | Rafael J. Wysocki | 2015-12-21 | 26 | -470/+835 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | PM / Domains: export symbols to add/remove devices from genpd | Maruthi Bayyavarapu | 2015-12-10 | 1 | -0/+2 | |
| | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2016-01-12 | 5 | -19/+593 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | PM / OPP: Use snprintf() instead of sprintf() | Viresh Kumar | 2016-01-06 | 1 | -2/+4 | |
| | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | PM / OPP: Set cpu_dev->id in cpumask first | Pi-Cheng Chen | 2016-01-02 | 1 | -1/+2 | |
| | * | | | | | | | | | | | PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties | Bartlomiej Zolnierkiewicz | 2015-12-28 | 1 | -2/+2 | |
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | PM / OPP: Parse 'opp-<prop>-<name>' bindings | Viresh Kumar | 2015-12-10 | 2 | -15/+152 | |
| | * | | | | | | | | | | PM / OPP: Parse 'opp-supported-hw' binding | Viresh Kumar | 2015-12-10 | 2 | -0/+153 | |
| | * | | | | | | | | | | PM / OPP: Add missing doc comments | Viresh Kumar | 2015-11-23 | 1 | -1/+3 |