summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: add -Wall to KBUILD_HOSTCXXFLAGSMasahiro Yamada2020-03-292-2/+2
* kconfig: remove unused variable in qconf.ccMasahiro Yamada2020-03-291-2/+0
* sparc: revive __HAVE_ARCH_STRLEN for 32bit sparcMasahiro Yamada2020-03-252-4/+4
* kbuild: refactor Makefile.dtbinst moreMasahiro Yamada2020-03-251-11/+11
* kbuild: compute the dtbs_install destination more simplyMasahiro Yamada2020-03-252-7/+3
* Makefile: disallow data races on gcc-10 as wellSergei Trofimovich2020-03-191-0/+1
* kconfig: make 'imply' obey the direct dependencyMasahiro Yamada2020-03-132-3/+16
* kconfig: allow symbols implied by y to become mMasahiro Yamada2020-03-132-5/+12
* net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report()Masahiro Yamada2020-03-131-1/+1
* modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...Jessica Yu2020-03-132-10/+19
* modpost: rework and consolidate logging interfaceJessica Yu2020-03-132-43/+40
* kbuild: allow to run dt_binding_check without kernel configurationMasahiro Yamada2020-03-132-3/+4
* kbuild: allow to run dt_binding_check and dtbs_check in a single commandMasahiro Yamada2020-03-133-6/+12
* kbuild: avoid concurrency issue in parallel building dtbs and dtbs_checkMasahiro Yamada2020-03-131-2/+6
* kbuild: Build DT binding examples with dtc warnings enabledRob Herring2020-03-031-0/+4
* kbuild: Always validate DT binding examplesRob Herring2020-03-033-10/+17
* kbuild: generate autoksyms.h earlyQuentin Perret2020-03-032-3/+7
* kbuild: split adjust_autoksyms.sh in two partsQuentin Perret2020-03-032-32/+55
* kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMSQuentin Perret2020-03-032-0/+25
* kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada2020-03-037-26/+4
* Documentation/llvm: add documentation on building w/ Clang/LLVMNick Desaulniers2020-03-033-0/+82
* kbuild: remove trailing slash from devicetree/binding/ for descendingMasahiro Yamada2020-03-031-1/+2
* fixdep: remove redundant null character checkMasahiro Yamada2020-03-021-1/+1
* fixdep: remove unneeded code and comments about *.ver filesMasahiro Yamada2020-03-021-7/+1
* kbuild: remove cc-option switch from -Wframe-larger-than=Masahiro Yamada2020-03-022-3/+2
* kbuild: remove the owner check in mkcompile_hMasahiro Yamada2020-03-021-11/+0
* Linux 5.6-rc4v5.6-rc4Linus Torvalds2020-03-011-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-012-7/+7
|\
| * ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-02-291-3/+3
| * jbd2: fix data races at struct journal_headQian Cai2020-02-291-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-0122-107/+171
|\ \
| * | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
| * | Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-2815-77/+84
| |\ \
| | * | arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-224-8/+8
| | * | KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse2020-02-222-2/+9
| | * | KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-225-28/+29
| | * | kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-174-39/+37
| | * | KVM: arm/arm64: Fix up includes for trace.hJeremy Cline2020-02-051-0/+1
| * | | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
| * | | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
| * | | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
| * | | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
| * | | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
| * | | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
| * | | KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger2020-02-281-1/+1
| * | | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2
* | | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-013-56/+34
|\ \ \ \
| * | | | macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang2020-02-291-21/+31
| * | | | i2c: altera: Fix potential integer overflowGustavo A. R. Silva2020-02-131-1/+1
| * | | | i2c: jz4780: silence log flood on txabrtWolfram Sang2020-02-131-34/+2