linux.git
2024-05-03 Marc ZyngierMerge branch kvm-arm64/pkvm-6.10 into kvmarm-master...
2024-05-03 Marc ZyngierMerge branch kvm-arm64/lpi-xa-cache into kvmarm-master...
2024-05-03 Marc ZyngierMerge branch kvm-arm64/nv-eret-pauth into kvmarm-master...
2024-05-03 Marc ZyngierMerge branch kvm-arm64/host_data into kvmarm-master...
2024-05-03 Marc ZyngierKVM: arm64: Move management of __hyp_running_vcpu to...
2024-05-01 Marc ZyngierKVM: arm64: Force injection of a data abort on NISV...
2024-05-01 Fuad TabbaKVM: arm64: Restrict supported capabilities for protect...
2024-05-01 Fuad TabbaKVM: arm64: Refactor setting the return value in kvm_vm...
2024-05-01 Will DeaconKVM: arm64: Document the KVM/arm64-specific calls in...
2024-05-01 Will DeaconKVM: arm64: Rename firmware pseudo-register documentati...
2024-05-01 Will DeaconKVM: arm64: Reformat/beautify PTP hypercall documentation
2024-05-01 Fuad TabbaKVM: arm64: Clarify rationale for ZCR_EL1 value restore...
2024-05-01 Fuad TabbaKVM: arm64: Introduce and use predicates that check...
2024-05-01 Quentin PerretKVM: arm64: Add is_pkvm_initialized() helper
2024-05-01 Marc ZyngierKVM: arm64: Simplify vgic-v3 hypercalls
2024-05-01 Fuad TabbaKVM: arm64: Move setting the page as dirty out of the...
2024-05-01 Fuad TabbaKVM: arm64: Change kvm_handle_mmio_return() return...
2024-05-01 Fuad TabbaKVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
2024-05-01 Quentin PerretKVM: arm64: Prevent kmemleak from accessing .hyp.data
2024-05-01 Fuad TabbaKVM: arm64: Do not map the host fpsimd state to hyp...
2024-05-01 Fuad TabbaKVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHE
2024-05-01 Will DeaconKVM: arm64: Support TLB invalidation in guest context
2024-05-01 Will DeaconKVM: arm64: Avoid BBM when changing only s/w bits in...
2024-05-01 Marc ZyngierKVM: arm64: Check for PTE validity when checking for...
2024-05-01 Quentin PerretKVM: arm64: Avoid BUG-ing from the host abort path
2024-05-01 Quentin PerretKVM: arm64: Issue CMOs when tearing down guest s2 pages
2024-05-01 Fuad TabbaKVM: arm64: Do not re-initialize the KVM lock
2024-05-01 Fuad TabbaKVM: arm64: Refactor checks for FP state ownership
2024-05-01 Fuad TabbaKVM: arm64: Move guest_owns_fp_regs() to increase its...
2024-05-01 Fuad TabbaKVM: arm64: Initialize the kvm host data's fpsimd_state...
2024-04-25 Oliver UptonKVM: selftests: Add stress test for LPI injection
2024-04-25 Oliver UptonKVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
2024-04-25 Oliver UptonKVM: selftests: Add helper for enabling LPIs on a redis...
2024-04-25 Oliver UptonKVM: selftests: Add a minimal library for interacting...
2024-04-25 Oliver UptonKVM: selftests: Add quadword MMIO accessors
2024-04-25 Oliver UptonKVM: selftests: Standardise layout of GIC frames
2024-04-25 Oliver UptonKVM: selftests: Align with kernel's GIC definitions
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Get rid of the lpi_list_lock
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Rip out the global translation...
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Use the per-ITS translation cache...
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Spin off helper for finding ITS...
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Maintain a translation cache...
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Scope translation cache invalidat...
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
2024-04-25 Oliver UptonKVM: arm64: vgic-debug: Use an xarray mark for debug...
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_h...
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
2024-04-25 Oliver UptonKVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_p...
2024-04-25 Oliver UptonKVM: Treat the device list as an rculist
2024-04-23 Marc ZyngierKVM: arm64: nv: Work around lack of pauth support in...
2024-04-20 Marc ZyngierKVM: arm64: Drop trapping of PAuth instructions/keys
2024-04-20 Marc ZyngierKVM: arm64: nv: Advertise support for PAuth
2024-04-20 Marc ZyngierKVM: arm64: nv: Handle ERETA[AB] instructions
2024-04-20 Marc ZyngierKVM: arm64: nv: Add emulation for ERETAx instructions
2024-04-20 Marc ZyngierKVM: arm64: nv: Add kvm_has_pauth() helper
2024-04-20 Marc ZyngierKVM: arm64: nv: Reinject PAC exceptions caused by HCR_E...
2024-04-20 Marc ZyngierKVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
2024-04-20 Marc ZyngierKVM: arm64: nv: Honor HFGITR_EL2.ERET being set
2024-04-20 Marc ZyngierKVM: arm64: nv: Fast-track 'InHost' exception returns
2024-04-20 Marc ZyngierKVM: arm64: nv: Add trap forwarding for ERET and SMC
2024-04-20 Marc ZyngierKVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
2024-04-20 Marc ZyngierKVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
2024-04-20 Marc ZyngierKVM: arm64: Constraint PAuth support to consistent...
2024-04-20 Marc ZyngierKVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*
2024-04-20 Marc ZyngierKVM: arm64: Harden __ctxt_sys_reg() against out-of...
2024-04-12 Marc ZyngierKVM: arm64: Exclude FP ownership from kvm_vcpu_arch
2024-04-12 Marc ZyngierKVM: arm64: Exclude host_fpsimd_state pointer from...
2024-04-12 Marc ZyngierKVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_arch
2024-04-12 Marc ZyngierKVM: arm64: Exclude host_debug_data from vcpu_arch
2024-04-12 Marc ZyngierKVM: arm64: Add accessor for per-CPU state
2024-04-07 Linus TorvaldsLinux 6.9-rc3
2024-04-07 Linus TorvaldsMerge tag 'x86-urgent-2024-04-07' of git://git./linux...
2024-04-07 Linus TorvaldsMerge tag 'timers-urgent-2024-04-07' of git://git....
2024-04-07 Linus TorvaldsMerge tag 'perf-urgent-2024-04-07' of git://git./linux...
2024-04-06 Linus TorvaldsMerge tag 'nfsd-6.9-2' of git://git./linux/kernel/git...
2024-04-06 Linus TorvaldsMerge tag 'i2c-for-6.9-rc3' of git://git./linux/kernel...
2024-04-06 Linus TorvaldsMerge tag 'xfs-6.9-fixes-2' of git://git./fs/xfs/xfs...
2024-04-06 Linus TorvaldsMerge tag '6.9-rc2-smb3-client-fixes' of git://git...
2024-04-06 Borislav Petkov... x86/retpoline: Add NOENDBR annotation to the SRSO dummy...
2024-04-06 Ingo MolnarMerge branch 'linus' into x86/urgent, to pick up depend...
2024-04-06 Wolfram SangMerge tag 'i2c-host-fixes-6.9-rc3' of git://git./linux...
2024-04-06 Linus TorvaldsMerge tag 'firewire-fixes-6.9-rc2' of git://git./linux...
2024-04-06 Adam Goldmanfirewire: ohci: mask bus reset interrupts between ISR...
2024-04-06 Linus TorvaldsMerge tag 'spi-fix-v6.9-rc2' of git://git./linux/kernel...
2024-04-06 Linus TorvaldsMerge tag 'regulator-fix-v6.9-rc2' of git://git./linux...
2024-04-06 Linus TorvaldsMerge tag 'regmap-fix-v6.9-rc2' of git://git./linux...
2024-04-06 Linus TorvaldsMerge tag 'block-6.9-20240405' of git://git.kernel...
2024-04-05 Linus TorvaldsMerge tag 'io_uring-6.9-20240405' of git://git.kernel...
2024-04-05 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2024-04-05 Linus TorvaldsMerge tag 'devicetree-fixes-for-6.9-1' of git://git...
2024-04-05 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2024-04-05-11-30' of...
2024-04-05 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2024-04-05 Linus TorvaldsMerge tag 'riscv-for-linus-6.9-rc3' of git://git./linux...
2024-04-05 Linus TorvaldsMerge tag 's390-6.9-3' of git://git./linux/kernel/git...
2024-04-05 Linus TorvaldsMerge tag 'pm-6.9-rc3' of git://git./linux/kernel/git...
2024-04-05 Linus TorvaldsMerge tag 'thermal-6.9-rc3' of git://git./linux/kernel...
2024-04-05 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.9-rc3' of git://git./linux...
2024-04-05 Linus TorvaldsMerge tag 'ata-6.9-rc3' of git://git./linux/kernel...
2024-04-05 Linus TorvaldsMerge tag 'sound-6.9-rc3' of git://git./linux/kernel...
2024-04-05 Linus TorvaldsMerge tag 'drm-fixes-2024-04-05' of https://gitlab...
next