summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: turn auto.conf.cmd into a mandatory include fileMasahiro Yamada2019-05-181-1/+1
* .gitignore: exclude .get_maintainer.ignore and .gitattributesMasahiro Yamada2019-05-181-3/+5
* kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada2019-05-182-11/+11
* kbuild: Don't try to add '-fcatch-undefined-behavior' flagNathan Chancellor2019-05-181-1/+0Star
* kbuild: add some extra warning flags unconditionallyMasahiro Yamada2019-05-181-6/+7
* kbuild: add -Wvla flag unconditionallyMasahiro Yamada2019-05-181-1/+1
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-185-13/+0Star
* samples: guard sub-directories with CONFIG optionsMasahiro Yamada2019-05-183-6/+22
* kbuild: re-enable int-in-bool-context warningMasahiro Yamada2019-05-181-1/+0Star
* MAINTAINERS: kbuild: Add pattern for scripts/*vmlinux*Krzysztof Kozlowski2019-05-181-0/+1
* sh: exclude vmlinux.scr from .gitignore patternMasahiro Yamada2019-05-181-0/+1
* sh: vsyscall: drop unnecessary cc-ldoptionNick Desaulniers2019-05-181-2/+1Star
* ia64: require -Wl,--hash-style=sysvNick Desaulniers2019-05-181-1/+1
* csky: remove deprecated arch/csky/boot/dts/include/dt-bindingsMasahiro Yamada2019-05-181-1/+0Star
* Merge tag 'sound-fix-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-174-27/+80
|\
| * ALSA: hda/realtek - Fix for Lenovo B50-70 inverted internal microphone bugMichał Wadowski2019-05-141-1/+1
| * ALSA: hda: Fix race between creating and refreshing sysfs entriesAmadeusz Sławiński2019-05-133-0/+11
| * ALSA: hda/realtek - Corrected fixup for System76 Gazelle (gaze14)Jeremy Soller2019-05-101-1/+3
| * ALSA: hda/realtek - Avoid superfluous COEF EAPD setupsTakashi Iwai2019-05-101-1/+30
| * ALSA: hda/realtek - Fixup headphone noise via runtime suspendKailang Yang2019-05-101-24/+35
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-1791-965/+5574
|\ \
| * | kvm: fix compilation on aarch64Paolo Bonzini2019-05-171-1/+1
| * | Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-1531-181/+1914
| |\ \
| | * | KVM: arm64: Fix ptrauth ID register masking logicKristina Martsenko2019-05-011-4/+4
| | * | arm64: KVM: Fix perf cycle counter support for VHEAndrew Murray2019-04-301-2/+9
| | * | arm64: docs: Document perf event attributesAndrew Murray2019-04-241-0/+85
| | * | arm64: KVM: Avoid isb's by using direct pmxevtyper sysregAndrew Murray2019-04-241-10/+74
| | * | arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-246-4/+103
| | * | arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray2019-04-243-0/+48
| | * | arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributesAndrew Murray2019-04-241-7/+36
| | * | arm64: KVM: Add accessors to track guest/host only countersAndrew Murray2019-04-243-1/+63
| | * | arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2019-04-245-16/+28
| | * | arm64: arm_pmu: Remove unnecessary isb instructionAndrew Murray2019-04-241-1/+0Star
| | * | KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap2019-04-243-4/+17
| | * | KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap2019-04-245-5/+58
| | * | KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-2410-18/+240
| | * | KVM: arm64: Add a vcpu flag to control ptrauth for guestAmit Daniel Kachhap2019-04-231-0/+5
| | * | KVM: arm64: Clarify access behaviour for out-of-range SVE register slice IDsDave Martin2019-04-181-2/+3
| | * | KVM: Clarify KVM_{SET,GET}_ONE_REG error code documentationDave Martin2019-04-181-5/+9
| | * | KVM: Clarify capability requirements for KVM_ARM_VCPU_FINALIZEDave Martin2019-04-181-3/+2Star
| | * | KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin2019-04-183-4/+4
| | * | KVM: arm64/sve: Explain validity checks in set_sve_vls()Dave Martin2019-04-181-0/+7
| | * | KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin2019-04-183-8/+14
| | * | KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()Dave Martin2019-04-181-1/+1
| | * | KVM: arm64/sve: Make register ioctl access errors more consistentDave Martin2019-04-181-21/+31
| | * | KVM: arm64/sve: Miscellaneous tidyups in guest.cDave Martin2019-04-181-13/+5Star
| | * | KVM: arm64/sve: Clean up UAPI register ID definitionsDave Martin2019-04-182-9/+32
| | * | KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNsDave Martin2019-04-181-2/+2
| | * | KVM: arm: Make vcpu finalization stubs into inline functionsDave Martin2019-04-181-2/+9
| | * | KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin2019-04-184-4/+4