OSDN Git Service

Linux 6.6-rc1
[tomoyo/tomoyo-test1.git] / arch / x86 / kvm / mmu / mmu.c
2023-09-10 Linus TorvaldsMerge tag 'topic/drm-ci-2023-08-31-1' of git://anongit...
2023-09-10 Linus TorvaldsMerge tag 'x86-urgent-2023-09-10' of git://git./linux...
2023-09-10 Linus TorvaldsMerge tag 'perf-urgent-2023-09-10' of git://git./linux...
2023-09-10 Linus TorvaldsMerge tag 'perf-tools-for-v6.6-1-2023-09-05' of git...
2023-09-10 Linus TorvaldsMerge tag '6.6-rc-smb3-client-fixes-part2' of git:...
2023-09-09 Linus TorvaldsMerge tag 'sh-for-v6.6-tag1' of git://git./linux/kernel...
2023-09-09 Linus TorvaldsMerge tag 'riscv-for-linus-6.6-mw2-2' of git://git...
2023-09-09 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2023-09-09 Linus TorvaldsMerge tag 'dma-mapping-6.6-2023-09-09' of git://git...
2023-09-09 Linus TorvaldsMerge tag 'pci-v6.6-fixes-1' of git://git./linux/kernel...
2023-09-09 Linus TorvaldsMerge tag 'ntb-6.6' of https://github.com/jonmason/ntb
2023-09-09 Linus TorvaldsMerge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd
2023-09-09 Linus TorvaldsMerge tag 'xarray-6.6' of git://git.infradead.org/users...
2023-09-09 Linus TorvaldsMerge tag 'block-6.6-2023-09-08' of git://git.kernel...
2023-09-09 Linus TorvaldsMerge tag 'io_uring-6.6-2023-09-08' of git://git.kernel...
2023-09-08 Linus TorvaldsMerge tag 'thermal-6.6-rc1-3' of git://git./linux/kerne...
2023-09-08 Linus TorvaldsMerge tag 'pm-6.6-rc1-3' of git://git./linux/kernel...
2023-09-08 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.6-rc1' of git://git./linux...
2023-09-08 Linus TorvaldsMerge tag 'sound-fix-6.6-rc1' of git://git./linux/kerne...
2023-09-08 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2023-09-08 Linus TorvaldsMerge tag 'loongarch-6.6' of git://git./linux/kernel...
2023-09-08 Linus TorvaldsMerge tag 'printk-for-6.6-fixup' of git://git./linux...
2023-09-08 Linus TorvaldsMerge tag 'landlock-6.6-rc1' of git://git./linux/kernel...
2023-09-08 Linus TorvaldsMerge tag 'drm-next-2023-09-08' of git://anongit.freede...
2023-09-08 Linus TorvaldsMerge tag 'net-6.6-rc1' of git://git./linux/kernel...
2023-09-08 Linus TorvaldsMerge tag 'devicetree-fixes-for-6.6-1' of git://git...
2023-09-08 Linus TorvaldsMerge tag 'pwm/for-6.6-rc1' of git://git./linux/kernel...
2023-09-07 Linus TorvaldsMerge tag 'rtc-6.6' of git://git./linux/kernel/git...
2023-09-07 Linus TorvaldsMerge tag 'i3c/for-6.6' of git://git./linux/kernel...
2023-09-07 Linus TorvaldsMerge tag 'regulator-fix-v6.6-merge-window' of git...
2023-09-07 Linus TorvaldsMerge tag 'spi-fix-v6.6-merge-window' of git://git...
2023-09-07 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2023-09-06 Linus TorvaldsMerge tag 'input-for-v6.6-rc0' of git://git./linux...
2023-09-04 Linus TorvaldsMerge tag 'printk-for-6.6' of git://git./linux/kernel...
2023-09-04 Linus TorvaldsMerge tag 'timers-core-2023-09-04-v2' of git://git...
2023-09-01 Paolo BonziniMerge branch 'kvm-x86-mmu-6.6' into HEAD
2023-08-31 Sean ChristophersonKVM: x86/mmu: Use dummy root, backed by zero page,...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Harden new PGD against roots without...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Add helper to convert root hpa to shadow...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Drop @slot param from exported/external...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Rename page-track APIs to reflect the...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Drop infrastructure for multiple page...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Move KVM-only page-track declarations...
2023-08-31 Yan ZhaoKVM: x86: Remove the unused page-track hook track_flush...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Don't bounce through page-track mechanism...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Don't rely on page-track mechanism to...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot...
2023-08-31 Sean ChristophersonKVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_D...
2023-08-31 Mingwei ZhangKVM: x86/mmu: Plumb "struct kvm" all the way to pte_lis...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_M...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Convert "runtime" WARN_ON() assertions...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
2023-08-31 Sean ChristophersonKVM: x86/mmu: Cleanup sanity check of SPTEs at SP free
2023-08-31 Sean ChristophersonKVM: x86/mmu: Avoid pointer arithmetic when iterating...
2023-08-31 Sean ChristophersonKVM: x86/mmu: Delete the "dbg" module param
2023-08-31 Sean ChristophersonKVM: x86/mmu: Delete rmap_printk() and all its usage
2023-08-31 Sean ChristophersonKVM: x86/mmu: Delete pgprintk() and all its usage
2023-08-31 Sean ChristophersonKVM: x86/mmu: Guard against collision with KVM-defined...
2023-08-31 Paolo BonziniMerge tag 'kvm-x86-misc-6.6' of https://github.com...
2023-08-31 Paolo BonziniMerge tag 'kvm-x86-svm-6.6' of https://github.com/kvm...
2023-08-31 Paolo BonziniMerge tag 'kvm-x86-vmx-6.6' of https://github.com/kvm...
2023-08-31 Paolo BonziniMerge tag 'kvm-x86-pmu-6.6' of https://github.com/kvm...
2023-08-31 Paolo BonziniMerge tag 'kvm-riscv-6.6-1' of https://github.com/kvm...
2023-08-31 Paolo BonziniMerge tag 'kvm-s390-next-6.6-1' of https://git./linux...
2023-08-31 Paolo BonziniMerge tag 'kvm-x86-selftests-6.6' of https://github...
2023-08-31 Paolo BonziniMerge tag 'kvm-x86-generic-6.6' of https://github.com...
2023-08-31 Paolo BonziniMerge tag 'kvmarm-6.6' of git://git./linux/kernel/git...
2023-08-31 Benjamin TissoiresMerge branch 'for-6.5/upstream-fixes' into for-linus
2023-08-31 Linus TorvaldsMerge tag 'for-linus-6.6-1' of https://github.com/cminy...
2023-08-30 Dmitry TorokhovMerge branch 'next' into for-linus
2023-08-30 Linus TorvaldsMerge tag 'for_v6.6-rc1' of git://git./linux/kernel...
2023-08-28 Linus TorvaldsMerge tag 'filelock-v6.6' of git://git./linux/kernel...
2023-08-28 Takashi IwaiMerge tag 'asoc-fix-v6.5-merge-window' of https://git...
2023-08-28 Marc ZyngierMerge branch kvm-arm64/6.6/misc into kvmarm-master...
2023-08-28 Marc ZyngierMerge branch kvm-arm64/6.6/pmu-fixes into kvmarm-master...
2023-08-28 Marc ZyngierMerge branch kvm-arm64/tlbi-range into kvmarm-master...
2023-08-26 Linus TorvaldsMerge tag 'irq-urgent-2023-08-26' of git://git./linux...
2023-08-24 Linus TorvaldsMerge tag 'nfsd-6.5-5' of git://git./linux/kernel/git...
2023-08-24 Dave AirlieMerge tag 'drm-msm-next-2023-08-20' of https://gitlab...
2023-08-22 Linus TorvaldsMerge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org...
2023-08-19 Linus TorvaldsMerge tag 'for-6.5-rc6-tag' of git://git./linux/kernel...
2023-08-18 Linus TorvaldsMerge tag 'asm-generic-fix-6.5' of git://git./linux...
2023-08-17 Dave AirlieMerge branch 'etnaviv/next' of https://git.pengutronix...
2023-08-17 Sean ChristophersonKVM: x86/mmu: Use KVM-governed feature framework to...
2023-08-17 Sean ChristophersonKVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
2023-08-17 David MatlackKVM: Move kvm_arch_flush_remote_tlbs_memslot() to commo...
2023-08-17 David MatlackKVM: Allow range-based TLB invalidation from common...
2023-08-16 David S. MillerMerge tag 'ipsec-2023-08-15' of git://git./linux/kernel...
2023-08-14 Russell King (Oracle)Merge branch 'devel-stable' into for-next
2023-08-12 Linus TorvaldsMerge tag 'for-6.5-rc5-tag' of git://git./linux/kernel...
2023-08-07 Rodrigo ViviMerge drm/drm-next into drm-intel-next
2023-08-07 Joonas LahtinenMerge drm/drm-next into drm-intel-gt-next
2023-08-07 Dave AirlieMerge tag 'drm-intel-gt-next-2023-08-04' of git://anong...
2023-08-07 Dave AirlieMerge tag 'drm-intel-next-2023-08-03' of git://anongit...
2023-08-05 Linus TorvaldsMerge tag 'hyperv-fixes-signed-20230804' of git://git...
2023-08-04 Greg Kroah-HartmanMerge tag 'counter-fixes-for-6.5a' of git://git./linux...
2023-08-04 Daniel VetterMerge tag 'amd-drm-next-6.6-2023-07-28' of https:/...
2023-08-03 Linus TorvaldsMerge tag 'nfsd-6.5-3' of git://git./linux/kernel/git...
2023-08-02 Tony LindgrenMerge branch 'omap-for-v6.5/ti-sysc' into omap-for...
2023-08-02 Tony LindgrenMerge branch 'omap-for-v6.5/cleanup' into omap-for...
next