summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-05-158-45/+89
|\
| * kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada2019-05-142-2/+1
| * kconfig: use snprintf for formatting pathnamesJacob Garber2019-05-142-2/+3
| * kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada2019-05-141-2/+0
| * kconfig: make parent directories for the saved .config as neededMasahiro Yamada2019-05-113-3/+5
| * kconfig: do not write .config if the content is the sameMasahiro Yamada2019-05-111-0/+54
| * kconfig: do not accept a directory for configuration outputMasahiro Yamada2019-05-111-34/+24
| * kconfig: remove trailing whitespacesMasahiro Yamada2019-05-092-2/+2
| * kconfig: Make nconf-cfg.sh executablePetr Vorel2019-04-091-0/+0
* | Merge tag 'acpi-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-05-157-72/+78
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-bus', 'acpi-doc' and 'acpi-pm'Rafael J. Wysocki2019-05-155-66/+72
| |\ \ \ \
| | | | * | ACPI: PM: Set enable_for_wake for wakeup GPEs during suspend-to-idleRajat Jain2019-05-141-0/+4
| | | * | | Documentation: ACPI: Direct references are allowed to devices onlySakari Ailus2019-05-132-9/+9
| | | * | | Documentation: ACPI: Use tabs for graph ASL indentationSakari Ailus2019-05-131-58/+58
| | | |/ /
| | * / / ACPI: bus: change _ADR representation to 64 bitsPierre-Louis Bossart2019-05-102-3/+5
| | |/ /
| * | | ACPICA: Update version to 20190509Bob Moore2019-05-131-1/+1
| * | | ACPICA: Linux: move ACPI_DEBUG_DEFAULT flag out of ifndefErik Schmauss2019-05-131-5/+5
| |/ /
* | | Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-05-1511-105/+183
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki2019-05-1510-104/+162
| |\ \ \ \
| | | * | | soc: imx: gpc: Use GENPD_FLAG_RPM_ALWAYS_ON for ERR009619Leonard Crestez2019-05-131-2/+11
| | | * | | PM / Domains: Add GENPD_FLAG_RPM_ALWAYS_ON flagLeonard Crestez2019-05-132-2/+10
| | * | | | cpufreq: Update MAINTAINERS to include schedutil governorViresh Kumar2019-05-131-0/+2
| | * | | | cpufreq: Don't find governor for setpolicy drivers in cpufreq_init_policy()Yue Hu2019-05-131-51/+65
| | * | | | cpufreq: Explain the kobject_put() in cpufreq_policy_alloc()Rafael J. Wysocki2019-05-131-0/+5
| | * | | | cpufreq: Call transition notifier only once for each policyViresh Kumar2019-05-106-49/+69
| | |/ / /
| * / / / x86: intel_epb: Take CONFIG_PM into accountRafael J. Wysocki2019-05-101-1/+21
| |/ / /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-1510-33/+29
|\ \ \ \
| * | | | Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu2019-05-092-9/+1
| * | | | crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan2019-05-091-1/+1
| * | | | crypto: caam - fix DKP detection logicHerbert Xu2019-05-093-5/+19
| * | | | MAINTAINERS: Maintainer for Chelsio crypto driverAtul Gupta2019-05-091-1/+1
| * | | | crypto: chelsio - count incomplete block in IVAtul Gupta2019-05-091-2/+2
| * | | | crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta2019-05-092-14/+3
| * | | | crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta2019-05-091-1/+2
* | | | | kernel/compat.c: mark expected switch fall-throughsStephen Rothwell2019-05-151-0/+3
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-148-31/+42
|\ \ \ \ \
| * | | | | net/mlx5: Set completion EQs as shared resourcesYishai Hadas2019-05-142-1/+4
| * | | | | IB/mlx5: Verify DEVX general object type correctlyYishai Hadas2019-05-141-3/+10
| * | | | | RDMA/core: Change system parameters callback from dumpit to doitParav Pandit2019-05-132-13/+16
| * | | | | RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-05-133-14/+12
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-14218-1178/+4500
|\ \ \ \ \ \
| * | | | | | mm: memcontrol: fix NUMA round-robin reclaim at intermediate levelJohannes Weiner2019-05-141-4/+4
| * | | | | | mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner2019-05-142-109/+150
| * | | | | | mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner2019-05-142-57/+84
| * | | | | | mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner2019-05-144-33/+36
| * | | | | | drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctlDan Carpenter2019-05-141-0/+3
| * | | | | | drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctlDan Carpenter2019-05-141-13/+13
| * | | | | | mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down2019-05-142-84/+88
| * | | | | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-148-9/+0
| * | | | | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-1468-68/+68