summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds
2022-06-09mellanox: mlx5: avoid uninitialized variable warning with gcc-12Linus Torvalds
2022-06-09irqchip/uniphier-aidet: Add compatible string for NX1 SoCKunihiko Hayashi
2022-06-09dt-bindings: interrupt-controller/uniphier-aidet: Add bindings for NX1 SoCKunihiko Hayashi
2022-06-09gcc-12: disable '-Wdangling-pointer' warning for nowLinus Torvalds
2022-06-09drm: imx: fix compiler warning with gcc-12Linus Torvalds
2022-06-09irqchip/realtek-rtl: Fix refcount leak in map_interruptsMiaoqian Lin
2022-06-09irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitionsMiaoqian Lin
2022-06-09irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitionsMiaoqian Lin
2022-06-09irqchip/apple-aic: Fix refcount leak in aic_of_ic_initMiaoqian Lin
2022-06-09irqchip/apple-aic: Fix refcount leak in build_fiq_affinityMiaoqian Lin
2022-06-09irqchip/gic/realview: Fix refcount leak in realview_gic_of_initMiaoqian Lin
2022-06-09irqchip/xilinx: Remove microblaze+zynq dependencyJamie Iles
2022-06-09docs: Move the HTE documentation to driver-api/Jonathan Corbet
2022-06-09iavf: Fix issue with MAC address of VF shown as zeroMichal Wilczynski
2022-06-09i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov
2022-06-09i40e: Fix calculating the number of queue pairsGrzegorz Szczurek
2022-06-09i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek
2022-06-09docs: usb: fix literal block marker in usbmon verification exampleJustin Swartz
2022-06-09Documentation/features: Update the arch support status filesZheng Zengkai
2022-06-09genirq: PM: Use runtime PM for chained interruptsMarc Zyngier
2022-06-09KVM: selftests: Restrict test region to 48-bit physical addresses when using ...David Matlack
2022-06-09KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack
2022-06-09KVM: selftests: Clean up LIBKVM files in MakefileDavid Matlack
2022-06-09KVM: selftests: Link selftests directly with lib object filesDavid Matlack
2022-06-09KVM: selftests: Drop unnecessary rule for STATIC_LIBSDavid Matlack
2022-06-09KVM: selftests: Add a helper to check EPT/VPID capabilitiesDavid Matlack
2022-06-09KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.hDavid Matlack
2022-06-09KVM: selftests: Refactor nested_map() to specify target levelDavid Matlack
2022-06-09KVM: selftests: Drop stale function parameter comment for nested_map()David Matlack
2022-06-09KVM: selftests: Add option to create 2M and 1G EPT mappingsDavid Matlack
2022-06-09KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack
2022-06-09KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSEPaolo Bonzini
2022-06-09KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/putMaxim Levitsky
2022-06-09KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blockingMaxim Levitsky
2022-06-09KVM: x86: disable preemption while updating apicv inhibitionMaxim Levitsky
2022-06-09KVM: x86: SVM: fix avic_kick_target_vcpus_fastMaxim Levitsky
2022-06-09KVM: x86: SVM: remove avic's broken code that updated APIC IDMaxim Levitsky
2022-06-09KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC baseMaxim Levitsky
2022-06-09KVM: x86: document AVIC/APICv inhibit reasonsMaxim Levitsky
2022-06-09KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRsYuan Yao
2022-06-09Merge tag 'kvmarm-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-06-09drm/atomic: fix warning of unused variableGONG, Ruiqi
2022-06-09Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini
2022-06-09powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman
2022-06-09Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash"Christian Lamparter
2022-06-09USB: serial: option: add support for Cinterion MV31 with new baselineSlark Xiao
2022-06-09exfat: use updated exfat_chain directly during renamingSungjong Seo
2022-06-09KVM: arm64: Drop stale commentMarc Zyngier
2022-06-09KVM: arm64: Remove redundant hyp_assert_lock_held() assertionsWill Deacon