aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | ASoC: topology: Properly unregister DAI on removalAmadeusz Sławiński2021-01-201-4/+5
| | | | |/ / / / /
| | | * | | | | | ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values()Dan Carpenter2021-01-201-1/+1
| | | * | | | | | ASoC: qcom: lpass-ipq806x: fix bitwidth regmap fieldSrinivas Kandagatla2021-01-201-1/+1
| | | * | | | | | ASoC: AMD Renoir - refine DMI entries for some Lenovo productsJaroslav Kysela2021-01-201-2/+16
| | | |/ / / / /
| | | * | | | | ASoC: dt-bindings: mt8192-mt6359: Fix indentationJonathan Neuschäfer2021-01-181-2/+2
| | | * | | | | ASoC: wm_adsp: Fix control name parsing for multi-fwJames Schulman2021-01-181-0/+3
| | * | | | | | ALSA: hda: intel-dsp-config: add PCI id for TGL-HBard Liao2021-01-251-0/+4
| | * | | | | | ALSA: usb-audio: workaround for iface reset issueTakashi Iwai2021-01-231-0/+11
| | * | | | | | ALSA: pcm: One more dependency for hw constraintsTakashi Iwai2021-01-232-3/+3
| | * | | | | | ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256Jian-Hong Pan2021-01-221-0/+1
| * | | | | | | Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai2021-01-281-3/+1
| * | | | | | | Merge branch 'parisc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-273-9/+12
| |\ \ \ \ \ \ \
| | * | | | | | | parisc: Enable -mlong-calls gcc option by default when !CONFIG_MODULESHelge Deller2021-01-262-6/+12
| | * | | | | | | parisc: Remove leftover reference to the power_taskletDavidlohr Bueso2021-01-261-3/+0
| * | | | | | | | mailmap: remove the "repo-abbrev" commentÆvar Arnfjörð Bjarmason2021-01-261-3/+0
| * | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-2615-112/+172
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini2021-01-253-9/+29
| | * | | | | | | | KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"Sean Christopherson2021-01-251-26/+25
| | * | | | | | | | KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guestSean Christopherson2021-01-251-9/+6
| | * | | | | | | | KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky2021-01-251-5/+8
| | * | | | | | | | kvm: tracing: Fix unmatched kvm_entry and kvm_exit eventsLorenzo Brescia2021-01-253-2/+5
| | * | | | | | | | KVM: Documentation: Update description of KVM_{GET,CLEAR}_DIRTY_LOGZenghui Yu2021-01-251-9/+7
| | * | | | | | | | KVM: x86: get smi pending status correctlyJay Zhou2021-01-251-0/+4
| | * | | | | | | | KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu2021-01-251-1/+1
| | * | | | | | | | KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu2021-01-251-0/+4
| | * | | | | | | | KVM: x86: Add more protection against undefined behavior in rsvd_bits()Sean Christopherson2021-01-251-1/+8
| | * | | | | | | | KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VMQuentin Perret2021-01-251-1/+1
| | * | | | | | | | Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-01-256-49/+74
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | KVM: Forbid the use of tagged userspace addresses for memslotsMarc Zyngier2021-01-212-0/+4
| | | * | | | | | | | KVM: arm64: Filter out v8.1+ events on v8.0 HWMarc Zyngier2021-01-211-3/+7
| | | * | | | | | | | KVM: arm64: Compute TPIDR_EL2 ignoring MTE tagSteven Price2021-01-211-1/+2
| | | * | | | | | | | KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg()Alexandru Elisei2021-01-141-10/+7
| | | * | | | | | | | KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to returnDavid Brazdil2021-01-141-8/+5
| | | * | | | | | | | KVM: arm64: Simplify handling of absent PMU system registersMarc Zyngier2021-01-141-7/+1
| | | * | | | | | | | KVM: arm64: Hide PMU registers from userspace when not availableMarc Zyngier2021-01-141-20/+48
| * | | | | | | | | | Merge tag 'spi-fix-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-01-262-1/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | spidev: Add cisco device compatibleDaniel Walker2021-01-251-0/+1
| | * | | | | | | | | | spi: altera: Fix memory leak on error pathPan Bian2021-01-201-1/+2
| * | | | | | | | | | | Merge tag 'regulator-fix-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-01-262-11/+63
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | regulator: Fix lockdep warning resolving suppliesMark Brown2021-01-221-12/+17
| | * | | | | | | | | | | regulator: consumer: Add missing stubs to regulator/consumer.hDmitry Osipenko2021-01-211-0/+30
| | * | | | | | | | | | | Merge v5.11-rc3Mark Brown2021-01-13546-3299/+5080
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins2021-01-081-11/+28
| * | | | | | | | | | | | Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds2021-01-261-50/+34
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-01-251-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | crypto: marvel/cesa - Fix tdma descriptor on 64-bitHerbert Xu2021-01-221-2/+2
| * | | | | | | | | | | | fs/pipe: allow sendfile() to pipe againJohannes Berg2021-01-251-0/+1
| * | | | | | | | | | | | Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen2021-01-253-7/+3
| * | | | | | | | | | | | Merge tag 'printk-for-5.11-urgent-fixup' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-01-251-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'printk-rework' into for-linusPetr Mladek2021-01-251-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \