summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* soundwire: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-8/+7
* mmc: sdio: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-1/+1
* i2c: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-1/+1
* driver core: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-9/+8
* amba: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-2/+2
* PM / Domains: Allow a better error handling of dev_pm_domain_attach()Ulf Hansson2018-05-145-18/+20
* PM / Domains: Check for existing PM domain in dev_pm_domain_attach()Ulf Hansson2018-05-143-6/+3
* PM / Domains: Drop redundant code in genpd while attaching devicesUlf Hansson2018-05-141-15/+2
* PM / Domains: Drop comment in genpd about legacy Samsung DT bindingUlf Hansson2018-05-141-3/+0
* PM / Domains: Fix error path during attach in genpdUlf Hansson2018-05-141-0/+3
* Linux 4.17-rc5v4.17-rc5Linus Torvalds2018-05-131-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-1314-78/+153
|\
| * x86/vdso: Remove unused fileJann Horn2018-05-051-1/+0
| * perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msrPeter Zijlstra2018-05-051-0/+2
| * perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driverPeter Zijlstra2018-05-051-3/+6
| * perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra2018-05-051-0/+3
| * perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra2018-05-051-1/+4
| * perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-051-2/+5
| * sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-2/+5
| * sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| * sched/core: Introduce set_special_state()Peter Zijlstra2018-05-044-24/+62
| * kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-033-35/+41
| * kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-05-031-3/+4
| * sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1
| * stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra2018-05-031-5/+14
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-131-56/+1
|\ \
| * | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-121-56/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-05-137-6/+25
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-4.17-20180507' of git://git.kernel.org/pub/s...Ingo Molnar2018-05-107-6/+25
| |\ \ \
| | * | | Revert "perf pmu: Fix pmu events parsing rule"Arnaldo Carvalho de Melo2018-05-071-4/+4
| | * | | tools headers kvm: Sync ARM UAPI headers with the kernel sourcesArnaldo Carvalho de Melo2018-05-072-0/+12
| | * | | tools headers kvm: Sync uapi/linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2018-05-071-0/+7
| | * | | tools headers: Sync x86 cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2018-05-071-0/+1
| | * | | perf vendor events intel: Remove duplicated entry for westmereep-dp in mapfil...William Cohen2018-05-071-1/+0
| | * | | perf bench numa: Fix typo in optionsYisheng Xie2018-05-071-1/+1
* | | | | Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-05-131-1/+1
|\ \ \ \ \
| * | | | | swiotlb: silent unwanted warning "buffer is full"Jean Delvare2018-05-121-1/+1
| |/ / / /
* | | | | Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-05-124-43/+57
|\ \ \ \ \
| * | | | | smb3: directory sync should not return an errorSteve French2018-05-101-0/+13
| * | | | | cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara2018-05-091-0/+6
| * | | | | cifs: smbd: Enable signing with smbdirectLong Li2018-05-092-13/+0
| * | | | | cifs: Allocate validate negotiation request through kmallocLong Li2018-05-091-30/+38
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-05-122-5/+12
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'thermal-soc' into nextZhang Rui2018-05-111-3/+11
| |\ \ \ \ \ \
| | * | | | | | thermal: exynos: Propagate error value from tmu_read()Marek Szyprowski2018-04-271-2/+7
| | * | | | | | thermal: exynos: Reading temperature makes sense only when TMU is turned onMarek Szyprowski2018-04-271-1/+4
| * | | | | | | thermal: int3403_thermal: Fix NULL pointer deref on module load / probeHans de Goede2018-04-241-2/+1
| |/ / / / / /
* | | | | | | Merge tag 'for-linus-20180511' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-123-2/+23
|\ \ \ \ \ \ \
| * | | | | | | nvme: add quirk to force medium priority for SQ creationJens Axboe2018-05-112-1/+16
| * | | | | | | nvme: Fix sync controller reset returnCharles Machalow2018-05-111-1/+2