linux-2.6-microblaze.git
2022-01-17 Like XuKVM: x86/pmu: Fix available_event_types check for REF_C...
2022-01-14 Yang Zhongx86/fpu: Fix inline prefix warnings
2022-01-14 Yang Zhongselftest: kvm: Add amx selftest
2022-01-14 Yang Zhongselftest: kvm: Move struct kvm_x86_state to header
2022-01-14 Paolo Bonziniselftest: kvm: Reorder vcpu_load_state steps for AMX
2022-01-14 Kevin Tiankvm: x86: Disable interception for IA32_XFD on demand
2022-01-14 Thomas Gleixnerx86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
2022-01-14 Wei Wangkvm: selftests: Add support for KVM_CAP_XSAVE2
2022-01-14 Guang Zengkvm: x86: Add support for getting/setting expanded...
2022-01-14 Thomas Gleixnerx86/fpu: Add uabi_size to guest_fpu
2022-01-14 Jing Liukvm: x86: Add CPUID support for Intel AMX
2022-01-14 Jing Liukvm: x86: Add XCR0 support for Intel AMX
2022-01-14 Jing Liukvm: x86: Disable RDMSR interception of IA32_XFD_ERR
2022-01-14 Jing Liukvm: x86: Emulate IA32_XFD_ERR for guest
2022-01-14 Jing Liukvm: x86: Intercept #NM for saving IA32_XFD_ERR
2022-01-14 Jing Liux86/fpu: Prepare xfd_err in struct fpu_guest
2022-01-14 Jing Liukvm: x86: Add emulation for IA32_XFD
2022-01-14 Kevin Tianx86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD...
2022-01-14 Jing Liukvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2
2022-01-14 Sean Christophersonx86/fpu: Provide fpu_enable_guest_xfd_features() for KVM
2022-01-14 Thomas Gleixnerx86/fpu: Add guest support to xfd_enable_feature()
2022-01-14 Jing Liux86/fpu: Make XFD initialization in __fpstate_reset...
2022-01-14 Marc ZyngierKVM: arm64: pkvm: Use the mm_ops indirection for cache...
2022-01-09 Linus TorvaldsLinux 5.16
2022-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2022-01-09 Linus TorvaldsMerge tag 'soc-fixes-5.16-5' of git://git./linux/kernel...
2022-01-09 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of...
2022-01-09 Len BrownRevert "drm/amdgpu: stop scheduler when calling hw_fini...
2022-01-09 Nikita TravkinInput: zinitix - make sure the IRQ is allocated before...
2022-01-08 Phil ElwellARM: dts: gpio-ranges property is now required
2022-01-08 Linus TorvaldsMerge tag 'soc-fixes-5.16-4' of git://git./linux/kernel...
2022-01-08 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2022-01-08 Linus TorvaldsMerge tag 'for-v5.16-rc' of git://git./linux/kernel...
2022-01-08 Linus TorvaldsMerge tag 'xfs-5.16-fixes-4' of git://git./fs/xfs/xfs...
2022-01-07 Linus TorvaldsMerge branch 'for-5.16-fixes' of git://git./linux/kerne...
2022-01-07 Linus TorvaldsMerge tag 'block-5.16-2022-01-07' of git://git.kernel...
2022-01-07 Linus TorvaldsMerge tag 'edac_urgent_for_v5.16' of git://git./linux...
2022-01-07 Wolfram SangRevert "i2c: core: support bus regulator controlling...
2022-01-07 Arnaldo Carvalho... Revert "libtraceevent: Increase libtraceevent logging...
2022-01-07 Jiri Olsaperf trace: Avoid early exit due to running SIGCHLD...
2022-01-07 Jing Liukvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPP...
2022-01-07 Jing Liukvm: x86: Fix xstate_required_size() to follow XSTATE...
2022-01-07 Thomas Gleixnerx86/fpu: Prepare guest FPU for dynamically enabled...
2022-01-07 Thomas Gleixnerx86/fpu: Extend fpu_xstate_prctl() with guest permissions
2022-01-07 Michael Rothkvm: selftests: move ucall declarations into ucall_common.h
2022-01-07 Michael Rothkvm: selftests: move base kvm_util.h declarations to...
2022-01-07 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2022-01-07 Linus TorvaldsMerge tag 'drm-fixes-2022-01-07' of git://anongit.freed...
2022-01-07 Nikunj A DadhaniaKVM: x86: Check for rmaps allocation
2022-01-07 Wanpeng LiKVM: SEV: Mark nested locking of kvm->lock
2022-01-07 Michael RothKVM: SVM: include CR3 in initial VMSA state for SEV...
2022-01-07 Peter ZijlstraKVM: VMX: Provide vmread version using asm-goto-with...
2022-01-07 David WoodhouseKVM: x86: Fix wall clock writes in Xen shared_info...
2022-01-07 David WoodhouseKVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event...
2022-01-07 David WoodhouseKVM: x86/xen: Maintain valid mapping of Xen shared_info...
2022-01-07 David WoodhouseKVM: Reinstate gfn_to_pfn_cache with invalidation support
2022-01-07 David WoodhouseKVM: Warn if mark_page_dirty() is called without an...
2022-01-07 David Woodhousex86/kvm: Silence per-cpu pr_info noise about KVM clocks...
2022-01-07 Eric HanklandKVM: x86: Update vPMCs when retiring branch instructions
2022-01-07 Eric HanklandKVM: x86: Update vPMCs when retiring instructions
2022-01-07 Like XuKVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overfl...
2022-01-07 Like XuKVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixe...
2022-01-07 Like XuKVM: x86/pmu: Refactoring find_arch_event() to pmc_perf...
2022-01-07 Like XuKVM: x86/pmu: Setup pmc->eventsel for fixed PMCs
2022-01-07 Paolo BonziniKVM: x86: avoid out of bounds indices for fixed perform...
2022-01-07 Lai JiangshanKVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -...
2022-01-07 Lai JiangshanKVM: x86/mmu: Reconstruct shadow page root if the guest...
2022-01-07 Lai JiangshanKVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()
2022-01-07 Paolo BonziniRevert "KVM: X86: Update mmu->pdptrs only when it is...
2022-01-07 Peter Gondaselftests: KVM: sev_migrate_tests: Add mirror command...
2022-01-07 Peter Gondaselftests: KVM: sev_migrate_tests: Fix sev_ioctl()
2022-01-07 Peter Gondaselftests: KVM: sev_migrate_tests: Fix test_sev_mirror()
2022-01-07 Paolo BonziniMerge tag 'kvm-riscv-5.17-1' of https://github.com...
2022-01-07 Paolo BonziniMerge tag 'kvmarm-5.17' of git://git./linux/kernel...
2022-01-07 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2022-01-06 Linus TorvaldsMerge tag 'trace-v5.16-rc8' of git://git./linux/kernel...
2022-01-06 Tejun Heoselftests: cgroup: Test open-time cgroup namespace...
2022-01-06 Tejun Heoselftests: cgroup: Test open-time credential usage...
2022-01-06 Tejun Heoselftests: cgroup: Make cg_create() use 0755 for permis...
2022-01-06 Tejun Heocgroup: Use open-time cgroup namespace for process...
2022-01-06 Tejun Heocgroup: Allocate cgroup_file_ctx for kernfs_open_file...
2022-01-06 Tejun Heocgroup: Use open-time credentials for process migraton...
2022-01-06 Dave AirlieMerge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh:/...
2022-01-06 Chris Packhami2c: mpc: Avoid out of bounds memory access
2022-01-06 Anup PatelMAINTAINERS: Update Anup's email address
2022-01-06 Vincent ChenKVM: RISC-V: Avoid spurious virtual interrupts after...
2022-01-06 Anup PatelKVM: selftests: Add initial support for RISC-V 64-bit
2022-01-06 Anup PatelKVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
2022-01-06 Anup PatelRISC-V: KVM: Add VM capability to allow userspace get...
2022-01-06 Anup PatelRISC-V: KVM: Forward SBI experimental and vendor extensions
2022-01-06 Jisheng ZhangRISC-V: KVM: make kvm_riscv_vcpu_fp_clean() static
2022-01-06 Atish PatraMAINTAINERS: Update Atish's email address
2022-01-06 Atish PatraRISC-V: KVM: Add SBI HSM extension in KVM
2022-01-06 Atish PatraRISC-V: KVM: Add v0.1 replacement SBI extensions define...
2022-01-06 Atish PatraRISC-V: KVM: Add SBI v0.2 base extension
2022-01-06 Atish PatraRISC-V: KVM: Reorganize SBI code by moving SBI v0.1...
2022-01-06 Atish PatraRISC-V: KVM: Mark the existing SBI implementation as...
2022-01-06 Sean ChristophersonKVM: RISC-V: Use common KVM implementation of MMU memor...
2022-01-06 Olof JohanssonMerge tag 'socfpga_fix_for_v5.16_part_3' of git://git...
2022-01-06 Olof JohanssonMerge tag 'reset-fixes-for-v5.16-2' of git://git.pengut...
next