All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-06 22:20:42 to 2026-08-06 23:37:16 UTC [more...]

[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-08-06 23:35 UTC  (42+ messages)
` [PATCH v6 01/51] x86/apic: Provide helpers to set local APIC timer frequency in hz and khz
` [PATCH v6 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for APIC timer frequency APIs
` [PATCH v6 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v6 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v6 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v6 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v6 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v6 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v6 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v6 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v6 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v6 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v6 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v6 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v6 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v6 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v6 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v6 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v6 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v6 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v6 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v6 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v6 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v6 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v6 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v6 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v6 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v6 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v6 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v6 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v6 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v6 33/51] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v6 34/51] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v6 35/51] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v6 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v6 37/51] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v6 38/51] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v6 39/51] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v6 40/51] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v6 41/51] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()

[linux-next:master 8777/13479] mm/hugetlb.c:3095:39: warning: array subscript 4294967295 is above array bounds of 'struct list_head[1]'
 2026-08-06 23:36 UTC  (2+ messages)

[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
 2026-08-06 23:34 UTC  (2+ messages)
` [PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support (resend)

[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
 2026-08-06 23:32 UTC  (3+ messages)
` [PATCH v2 3/6] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use

[PATCH] ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers
 2026-08-06 23:32 UTC 

[PATCH v3 0/2] HID: sensor: custom: Fix fields lifetime issues
 2026-08-06 23:32 UTC  (3+ messages)

sysbot AI patches and wireless
 2026-08-06 23:30 UTC  (2+ messages)

[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
 2026-08-06 23:29 UTC  (3+ messages)
` [PATCH v3 24/26] mm/page_alloc: always direct compact for unmapped allocs

[Intel-wired-lan] [PATCH net-next v4 0/6] hardware pacing offload
 2026-08-06 23:26 UTC  (14+ messages)
`  "
` [Intel-wired-lan] [PATCH net-next v4 1/6] net: rtnetlink: add pacing_offload_horizon attribute to net_device
  `  "
` [Intel-wired-lan] [PATCH net-next v4 2/6] net_sched: sch_fq: clear past skb->tstamp if offloading pacing
  `  "
` [Intel-wired-lan] [PATCH net-next v4 3/6] idpf: support pacing offload
  `  "
` [Intel-wired-lan] [PATCH net-next v4 4/6] selftests: drv-net: refactor so_txtime errqueue handling
  `  "
` [Intel-wired-lan] [PATCH net-next v4 5/6] selftests: drv-net: in so_txtime tell apart sw from hw pacing
  `  "
` [Intel-wired-lan] [PATCH net-next v4 6/6] selftests: drv-net: extend so_txtime with hw offload
  `  "

+ tools-testing-selftests-mm-add-map_private-dev-zero-merge-tests.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ tools-testing-vma-add-test-to-assert-map_private-dev-zero-is-anon.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ mm-vma-make-map_private-mapped-dev-zero-mappings-truly-anonymous.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ mm-vma-only-permit-map_private-dev-zero-to-be-mapped-anonymous.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ tools-testing-selftests-mm-test-anonymous-page-offset-merge-behaviour.patch added to mm-unstable branch
 2026-08-06 23:29 UTC 

+ tools-testing-vma-expand-vma-merge-tests-to-assert-anon-pgoff.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-rmap-use-anon-pgoff-to-track-map_private-file-backed-anon-folios.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-migrate-calculate-large-folio-page-index-using-pfn.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-huge_memory-update-remove_migration_pmd-to-accept-a-folio.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-clean-up-vma_address_end.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-rmap-track-whether-the-page-vma-mapped-pgoff-is-anonymous.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-propagate-vma-anonymous-page-offset-on-map-remap-split-merge.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ tools-testing-vma-add-tests-for-copy_vma-self-merge.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-vma-fix-self-merge-check-in-copy_vma.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-introduce-and-use-vma_filebacked_address.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-update-print_bad_page_map-to-show-anon-index-if-appropriate.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-abstract-vma_address-and-introduce-vma_anon_address.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-introduce-linear_anon_page_index.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-provide-vma_is_cow_mapping-and-remove-is_cow_mapping.patch added to mm-unstable branch
 2026-08-06 23:28 UTC 

+ mm-vma-introduce-vma-anon-page-offset-field-and-add-helpers.patch added to mm-unstable branch
 2026-08-06 23:27 UTC 

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-06 23:27 UTC  (2+ messages)

[PATCH v4] sched/fair: Preserve wake-affine CPU for non-SMT reciprocal sync wakeups
 2026-08-06 23:18 UTC  (3+ messages)

[PATCH v12 0/8] DCD Prep Series
 2026-08-06 23:27 UTC  (6+ messages)
` [PATCH v12 6/8] cxl/mem: Configure dynamic capacity interrupts

[PATCH net-next v4 0/3] dpll: add SiTime SiT9531x DPLL clock driver
 2026-08-06 23:24 UTC  (4+ messages)
` [PATCH net-next v4 1/3] dt-bindings: vendor-prefixes: add SiTime Corporation
` [PATCH net-next v4 2/3] dt-bindings: dpll: add SiTime SiT9531x clock generator
` [PATCH net-next v4 3/3] dpll: add SiTime SiT9531x DPLL clock driver

[PATCH RFC] sched/fair: decline WF_SYNC stacking when waker LLC is the busier share
 2026-08-06 23:22 UTC  (3+ messages)

[PATCH 0/7] Add support for QCOM SPMI PMIC5 Gen4 ADC
 2026-08-06 23:18 UTC  (9+ messages)
` [PATCH 1/7] dt-bindings: iio: adc: Add support for QCOM "
` [PATCH 2/7] iio: adc: qcom-spmi-adc5-gen3: "

[LTP] [PATCH v5] min_free_kbytes: Handle transient memory drops in check_monitor
 2026-08-06 23:13 UTC  (2+ messages)
` [LTP] [PATCH v6] "

[PATCH v5 2/4] man/man5/tunables.conf: Document system-wide tunables config
 2026-08-06 22:15 UTC  (2+ messages)

[to-be-updated] tools-testing-selftests-mm-add-map_private-dev-zero-merge-tests.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] tools-testing-vma-add-test-to-assert-map_private-dev-zero-is-anon.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] mm-vma-make-map_private-mapped-dev-zero-mappings-truly-anonymous.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] mm-vma-only-permit-map_private-dev-zero-to-be-mapped-anonymous.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] tools-testing-selftests-mm-test-virtual-page-offset-merge-behaviour.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] tools-testing-vma-expand-vma-merge-tests-to-assert-virt-pgoff.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] mm-rmap-use-virt-pgoff-for-map_private-file-backed-anon-folios.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] mm-introduce-and-use-linear_folio_page_index.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] mm-rmap-track-whether-the-page-vma-mapped-walk-is-anonymous.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] mm-propagate-vma-virtual-page-offset-on-map-remap-split-merge.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] mm-introduce-and-use-vma_filebacked_address.patch removed from -mm tree
 2026-08-06 23:14 UTC 

[to-be-updated] mm-update-print_bad_page_map-to-show-virtual-page-index.patch removed from -mm tree
 2026-08-06 23:13 UTC 

[to-be-updated] mm-abstract-vma_address-and-introduce-vma_anon_address.patch removed from -mm tree
 2026-08-06 23:13 UTC 

[to-be-updated] mm-introduce-linear_virt_page_index.patch removed from -mm tree
 2026-08-06 23:13 UTC 

[to-be-updated] mm-vma-introduce-vma-virtual-page-offset-field-and-add-helpers.patch removed from -mm tree
 2026-08-06 23:13 UTC 

[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING 1fb556c523f6c18b43b1f52fb366f61c9963ce06
 2026-08-06 23:12 UTC 

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-06 23:11 UTC  (5+ messages)
` [PATCH v16 27/45] KVM: arm64: CCA: Allow populating initial contents
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory

[PATCH] drm/virtio: use the DMA API for resource backing on Xen
 2026-08-06 23:10 UTC  (3+ messages)

+ selftests-mm-use-pattern-matching-in-gitignore-fix.patch added to mm-unstable branch
 2026-08-06 23:09 UTC 

[Intel-wired-lan] [tnguy-next-queue:100GbE] BUILD SUCCESS edfea15f16cd8df92873c9bfbda1d80be07b0248
 2026-08-06 23:08 UTC 

[PATCH net v2] dibs: fix double free of dmb_clientid_arr
 2026-08-06 23:08 UTC  (2+ messages)

[PATCH] man/man5/elf.5: Fix description of e_flags
 2026-08-06 23:08 UTC  (2+ messages)

[PATCH v4 0/2] tests/sriov_basic: Validate PF unbind with VFs enabled
 2026-08-06 23:06 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for tests/sriov_basic: Validate PF unbind with VFs enabled (rev2)
` ✓ i915.CI.BAT: "

[PATCH] Bluetooth: ISO: zero the sockaddr before returning it in getname
 2026-08-06 23:06 UTC 

[PATCH] staging: media: atomisp: move constant to the right side of comparisons
 2026-08-06 23:06 UTC  (2+ messages)

[cxl:for-7.3/cxl-port-err-prep] BUILD SUCCESS 658fb50cc8882608dc72dfa6b2e052f87d265ce6
 2026-08-06 23:03 UTC 

[PATCH v2 0/6] Bluetooth: qca: enable QCC2072 on RB3 Gen 2 Industrial
 2026-08-06 23:02 UTC  (11+ messages)
` [PATCH v2 6/6] arm64: dts: qcom: rb3gen2: add Industrial BT UART overlay

[PATCH v2 0/2] drm/xe/sysctrl: Add fwctl support for System Controller
 2026-08-06 23:02 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] staging: media: atomisp: align * on comment
 2026-08-06 23:02 UTC  (2+ messages)

[PATCH] media: atomisp: Remove useless return statement
 2026-08-06 23:00 UTC  (2+ messages)

[PATCH net-next] octeontx2-af: return tsc value along with PTP clock
 2026-08-06 23:00 UTC  (2+ messages)

[RFC PATCH] virtio_balloon: add VIRTIO_BALLOON_F_REPORTING_PM_SAFE feature bit
 2026-08-06 23:00 UTC  (4+ messages)

[PATCH] media: atomisp: replace spaces with tabs
 2026-08-06 23:00 UTC  (2+ messages)

[PATCH 0/6] mm/page_io: folio conversion cleanups
 2026-08-06 22:55 UTC  (7+ messages)
` [PATCH 1/6] mm/page_io: convert write completion handlers to folios
` [PATCH 2/6] mm: remove PageReclaim
` [PATCH 3/6] mm/page_io: use swap entries directly in zeromap helpers
` [PATCH 4/6] mm/page_io: rename bio_associate_blkg_from_page()
` [PATCH 5/6] mm/page_io: refer to folios in swap_writeout() comments
` [PATCH 6/6] mm/swap: rename __swap_writepage() to __swap_writeout()

[PATCH 0/3] init/Kconfig: generalize config COMMAND_LINE_SIZE
 2026-08-06 22:57 UTC  (3+ messages)

[PATCH v2 0/2] serial: 8250: Add AN7581 UART support
 2026-08-06 22:56 UTC  (4+ messages)
` [PATCH v2 2/2] serial: 8250: Add Airoha SoC UART and HSUART support

[PATCH net] net: expect instance lock in netdev_queue_get_dma_dev()
 2026-08-06 22:56 UTC 

[PATCH 0/3] Modify the SW tail logic in OA
 2026-08-06 22:54 UTC  (5+ messages)
` [PATCH 1/3] drm/xe/xe_oa: Clear status only if relevant bits are set
` [PATCH 2/3] drm/xe/xe_oa: Avoid checking and setting fields in the OA report
` [PATCH 3/3] drm/xe/xe_oa: Add a lag to the reports that is exported to user
` ✓ CI.KUnit: success for Modify the SW tail logic in OA

[PATCH] Bluetooth: btusb: Gate ACL delivery on HCI handle presence
 2026-08-06 22:51 UTC  (4+ messages)
` [PATCH v2] Bluetooth: hci_core: Queue out-of-order ACL packets
    ` [PATCH v3] Bluetooth: l2cap: Create temporary hcon for inbound LE connections

[PATCH] drivers/base, mm: move arch_numa.c to mm/
 2026-08-06 22:48 UTC  (3+ messages)

+ drivers-base-mm-move-arch_numac-to-mm.patch added to mm-new branch
 2026-08-06 22:48 UTC 

[PATCH] i2c: imx: add I2C_M_REV_DIR_ADDR and I2C_M_NOSTART
 2026-08-06 22:48 UTC  (3+ messages)

[PATCH v4 0/2] mm/zswap: Fixes and improves the zswap shrink
 2026-08-06 22:47 UTC  (3+ messages)

+ mm-zswap-support-batch-writeback-in-shrink_memcg.patch added to mm-new branch
 2026-08-06 22:43 UTC 

+ mm-zswap-fix-global-shrinker-when-memory-cgroup-is-disabled.patch added to mm-new branch
 2026-08-06 22:43 UTC 

CVE-2026-68480: x86/bugs: Make Safe-RET robust against interrupt injection
 2026-08-06 22:42 UTC  (3+ messages)

[PATCH v9 00/11] Dynamic PAMT
 2026-08-06 22:42 UTC  (5+ messages)
` [PATCH v9 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers

[PATCH v11 00/37] pinctrl: airoha: split on shared and SoC drivers, add more SoCs
 2026-08-06 22:37 UTC  (33+ messages)
` [PATCH v11 06/37] dt-bindings: pinctrl: airoha: en7581: allow configuration of pcie_reset pins as gpio or pwm
` [PATCH v11 08/37] dt-bindings: pinctrl: airoha: an7583: allow configuration of non-gpio default pins as gpio and pwm
` [PATCH v11 11/37] dt-bindings: pinctrl: airoha: an7583: add i2c0 group for i2c function
` [PATCH v11 13/37] pinctrl: airoha: fix AN7583 MDIO pin mux config
` [PATCH v11 16/37] pinctrl: airoha: add set_direction() helper for gpio_chip
` [PATCH v11 17/37] pinctrl: airoha: minor improvements
` [PATCH v11 19/37] pinctrl: airoha: add missed IRQ resource helpers
` [PATCH v11 20/37] pinctrl: airoha: fix IRQ mask/unmask code
` [PATCH v11 21/37] pinctrl: airoha: fix edge-triggered interrupts handling
` [PATCH v11 23/37] pinctrl: airoha: statically allocate gpio regs structure
` [PATCH v11 25/37] pinctrl: airoha: split driver on shared code and SoC specific drivers
` [PATCH v11 29/37] dt-bindings: pinctrl: airoha: an7583: add missed features
` [PATCH v11 33/37] dt-bindings: pinctrl: airoha: add support of en7523 pin controller
` [PATCH v11 34/37] pinctrl: airoha: add support of en7523 SoC
` [PATCH v11 35/37] pinctrl: airoha: try to find chip scu node by phandle first
` [PATCH v11 36/37] dt-bindings: pinctrl: airoha: add support of an7563 pin controller

[PATCH nf-next 0/7] flowtable preparation for IPv4 over IPv6 and SIT
 2026-08-06 22:35 UTC  (8+ messages)
` [PATCH nf-next 1/7] net: pass net_device_path_ctx to dev_fill_forward_path()
` [PATCH nf-next 2/7] net: netfilter: add ether_type to net_device_path_ctx and use it
` [PATCH nf-next 3/7] netfilter: flowtable: rename tun.l3_proto to tun.inner_proto
` [PATCH nf-next 4/7] netfilter: flowtable: rename ctx.tun.proto to ctx.tun.inner_proto
` [PATCH nf-next 5/7] netfilter: flowtable: store ethertype in flowtable context
` [PATCH nf-next 6/7] netfilter: flowtable: move ipv4 and ipv6 xmit path to function
` [PATCH nf-next 7/7] netfilter: flowtable: detach layer 2 encapsulation parser from lookup

[PATCH net v3 0/2] net: ravb: fix PTP clock lifetime
 2026-08-06 22:34 UTC  (3+ messages)
` [PATCH net v3 2/2] net: ravb: serialize PTP clock teardown

[ndctl PATCH] util/sysfs: do not fail on missing bind attributes
 2026-08-06 22:31 UTC 

[PATCH v2] Squashfs: check block offset is not negative
 2026-08-06 19:54 UTC  (6+ messages)

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-06 22:30 UTC  (7+ messages)
  ` [PATCH V12 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
  ` [PATCH V12 10/12] famfs: Add runtime operation-permission (opts) framework

[PATCH] ipmi: Fix leak in __ipmi_bmc_register
 2026-08-06 22:30 UTC 

[PATCH v1] wifi: mt76: mt792x: fix memory leak in USB TX path
 2026-08-06 22:29 UTC  (2+ messages)

[Feature request] Separate explicit fetch mapping from default fetch selection
 2026-08-06 22:26 UTC 

[GIT PULL] smb3 client fixes
 2026-08-06 22:23 UTC 

[PATCH v5 0/4] lib: Add generic platform filtering framework for IGT
 2026-08-06 22:21 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 0/4] KVM: x86/mmu: Fix pre-fault and map private loops
 2026-08-06 22:21 UTC  (4+ messages)
` [PATCH 2/4] KVM: x86/mmu: Harden "map private PFN" against unexpected root invalidation


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.