summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | unicode: cache the normalization tables in struct unicode_mapChristoph Hellwig2021-10-115-94/+97
| * | | unicode: move utf8cursor to utf8-selftest.cChristoph Hellwig2021-10-113-18/+6
| * | | unicode: simplify utf8lenChristoph Hellwig2021-10-113-31/+5
| * | | unicode: remove the unused utf8{,n}age{min,max} functionsChristoph Hellwig2021-10-112-129/+0
| * | | unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-117-86/+65
| * | | unicode: mark the version field in struct unicode_map unsignedChristoph Hellwig2021-10-111-1/+1
| * | | unicode: remove the charset field from struct unicode_mapChristoph Hellwig2021-10-113-6/+1
| * | | f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig2021-10-111-13/+7
| * | | ext4: simplify ext4_sb_read_encodingChristoph Hellwig2021-10-111-14/+7
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-16212-2909/+9043
|\ \ \ \
| * | | | x86/fpu: Fix inline prefix warningsYang Zhong2022-01-142-2/+2
| * | | | selftest: kvm: Add amx selftestYang Zhong2022-01-142-0/+449
| * | | | selftest: kvm: Move struct kvm_x86_state to headerYang Zhong2022-01-142-16/+15
| * | | | selftest: kvm: Reorder vcpu_load_state steps for AMXPaolo Bonzini2022-01-141-8/+9
| * | | | kvm: x86: Disable interception for IA32_XFD on demandKevin Tian2022-01-144-6/+29
| * | | | x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner2022-01-142-0/+26
| * | | | kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang2022-01-1410-8/+130
| * | | | kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng2022-01-146-5/+106
| * | | | x86/fpu: Add uabi_size to guest_fpuThomas Gleixner2022-01-143-0/+7
| * | | | kvm: x86: Add CPUID support for Intel AMXJing Liu2022-01-142-2/+27
| * | | | kvm: x86: Add XCR0 support for Intel AMXJing Liu2022-01-141-1/+6
| * | | | kvm: x86: Disable RDMSR interception of IA32_XFD_ERRJing Liu2022-01-142-1/+7
| * | | | kvm: x86: Emulate IA32_XFD_ERR for guestJing Liu2022-01-141-1/+20
| * | | | kvm: x86: Intercept #NM for saving IA32_XFD_ERRJing Liu2022-01-143-0/+59
| * | | | x86/fpu: Prepare xfd_err in struct fpu_guestJing Liu2022-01-141-0/+5
| * | | | kvm: x86: Add emulation for IA32_XFDJing Liu2022-01-141-0/+27
| * | | | x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian2022-01-142-0/+18
| * | | | kvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2Jing Liu2022-01-141-13/+29
| * | | | x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson2022-01-142-0/+23
| * | | | x86/fpu: Add guest support to xfd_enable_feature()Thomas Gleixner2022-01-142-39/+60
| * | | | x86/fpu: Make XFD initialization in __fpstate_reset() a function argumentJing Liu2022-01-141-5/+6
| * | | | kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUIDJing Liu2022-01-072-3/+10
| * | | | kvm: x86: Fix xstate_required_size() to follow XSTATE alignment ruleJing Liu2022-01-071-1/+5
| * | | | x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner2022-01-072-1/+38
| * | | | x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner2022-01-077-28/+80
| * | | | kvm: selftests: move ucall declarations into ucall_common.hMichael Roth2022-01-073-49/+60
| * | | | kvm: selftests: move base kvm_util.h declarations to kvm_util_base.hMichael Roth2022-01-072-435/+447
| * | | | KVM: SVM: include CR3 in initial VMSA state for SEV-ES guestsMichael Roth2022-01-075-0/+24
| * | | | KVM: VMX: Provide vmread version using asm-goto-with-outputsPeter Zijlstra2022-01-071-0/+27
| * | | | KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirtyDavid Woodhouse2022-01-073-16/+49
| * | | | KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse2022-01-079-7/+503
| * | | | KVM: x86/xen: Maintain valid mapping of Xen shared_info pageDavid Woodhouse2022-01-073-12/+27
| * | | | KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2022-01-0710-27/+517
| * | | | KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse2022-01-073-16/+6
| * | | | x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal timeDavid Woodhouse2022-01-072-4/+4
| * | | | KVM: x86: Update vPMCs when retiring branch instructionsEric Hankland2022-01-074-26/+39
| * | | | KVM: x86: Update vPMCs when retiring instructionsEric Hankland2022-01-073-0/+64
| * | | | KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()Like Xu2022-01-072-30/+29
| * | | | KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()Like Xu2022-01-074-25/+8
| * | | | KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()Like Xu2022-01-074-17/+11