summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada2019-03-171-4/+0
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-1729-47/+18
* kbuild: warn redundant generic-yMasahiro Yamada2019-03-1712-13/+6
* Revert "modsign: Abort modules_install when signing fails"Douglas Anderson2019-03-171-1/+1
* kbuild: Make NOSTDINC_FLAGS a simply expanded variableDouglas Anderson2019-03-171-1/+1
* kbuild: deb-pkg: avoid implicit effectsArseny Maslennikov2019-03-171-1/+4
* coccinelle: semantic code search for missing put_device()Wen Yang2019-03-171-0/+56
* kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGMasahiro Yamada2019-03-143-3/+3
* kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddebMasahiro Yamada2019-03-141-13/+19
* kbuild: deb-pkg: add CONFIG_ prefix to kernel config optionsMasahiro Yamada2019-03-141-17/+17
* kbuild: add workaround for Debian make-kpkgMasahiro Yamada2019-03-141-0/+10
* kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Masahiro Yamada2019-03-142-16/+2
* unicore32: simplify linker script generation for decompressorMasahiro Yamada2019-03-142-4/+1
* h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-Masahiro Yamada2019-03-141-1/+1
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-143-8/+7
* modpost: always show verbose warning for section mismatchMasahiro Yamada2019-03-142-23/+5
* ia64: prefix header search path with $(srctree)/Masahiro Yamada2019-03-144-6/+2
* libfdt: prefix header search paths with $(srctree)/Masahiro Yamada2019-03-141-1/+1
* deb-pkg: generate correct build dependenciesRiku Voipio2019-03-141-1/+3
* Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-03-137-14/+44
|\
| * kconfig: fix 'Save As' menu of xconfigMasahiro Yamada2019-03-122-7/+36
| * kconfig: rename zconf.y to parser.yMasahiro Yamada2019-02-134-5/+6
| * kconfig: rename zconf.l to lexer.lMasahiro Yamada2019-02-133-4/+4
* | Merge tag 'pwm/for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-1313-300/+474
|\ \
| * | pwm: atmel: Remove useless symbolic definitionsThierry Reding2019-03-041-14/+6
| * | pwm: bcm-kona: Update macros to remove braces around numbersSheetal Tigadoli2019-03-041-8/+8
| * | pwm: imx27: Only enable the clocks once in .get_state()Uwe Kleine-König2019-03-041-7/+4
| * | pwm: rcar: Improve calculation of dividerYoshihiro Shimoda2019-03-041-9/+7
| * | pwm: rcar: Remove legacy APIsYoshihiro Shimoda2019-03-041-40/+4
| * | pwm: rcar: Use "atomic" API on rcar_pwm_resume()Yoshihiro Shimoda2019-03-041-5/+3
| * | pwm: rcar: Add support "atomic" APIYoshihiro Shimoda2019-03-041-0/+37
| * | pwm: atmel: Add support for SAM9X60's PWM controllerClaudiu Beznea2019-03-041-0/+19
| * | pwm: atmel: Add PWM binding for SAM9X60Claudiu Beznea2019-03-041-0/+1
| * | pwm: atmel: Rename objects of type atmel_pwm_dataClaudiu Beznea2019-03-041-7/+7
| * | pwm: atmel: Add support for controllers with 32 bit countersClaudiu Beznea2019-03-041-11/+23
| * | pwm: atmel: Add struct atmel_pwm_dataClaudiu Beznea2019-03-041-28/+36
| * | pwm: Add MediaTek MT8183 display PWM driver supportJitao Shi2019-03-041-0/+11
| * | pwm: hibvt: Add hi3559v100 supportMathieu Othacehe2019-03-041-1/+26
| * | dt-bindings: pwm: hibvt: Add hi3559v100 supportMathieu Othacehe2019-03-041-0/+2
| * | pwm: hibvt: Use individual struct per of-dataMathieu Othacehe2019-03-041-5/+12
| * | pwm: imx: Signedness bug in imx_pwm_get_state()Dan Carpenter2019-01-161-1/+2
| * | pwm: imx: Split into two driversUwe Kleine-König2019-01-164-153/+257
| * | pwm: imx: Don't print an error on -EPROBE_DEFERUwe Kleine-König2019-01-101-3/+8
| * | pwm: imx: Set driver data earlier simplifying the end of ->probe()Uwe Kleine-König2019-01-101-7/+3
| * | pwm: imx: Remove if block where the condition is always wrongUwe Kleine-König2019-01-101-2/+0
| * | pwm: Rearrange structures to group members by purposeUwe Kleine-König2019-01-101-15/+18
| * | pwm: Drop per-chip dbg_show callbackUwe Kleine-König2019-01-102-8/+1
| * | pwm: Don't use memcmp() to compare state variablesUwe Kleine-König2019-01-101-1/+4
* | | Merge tag 'mailbox-v5.1' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2019-03-139-18/+903
|\ \ \
| * | | mailbox: imx: keep MU irq working during suspend/resumeAnson Huang2019-03-111-2/+2