messages from 2021-06-22 10:57:30 to 2021-07-26 03:49:59 UTC [more...]
[PATCH v1 00/55] KVM: PPC: Book3S HV P9: entry/exit optimisations
2021-07-26 3:49 UTC (19+ messages)
` [PATCH v1 01/55] KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 path
` [PATCH v1 02/55] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt
` [PATCH v1 03/55] KVM: PPC: Book3S HV: Sanitise vcpu registers in nested path
` [PATCH v1 04/55] KVM: PPC: Book3S HV: Stop forwarding all HFUs to L1
` [PATCH v1 05/55] KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs are live
` [PATCH v1 06/55] powerpc/64s: Remove WORT SPR from POWER9/10
` [PATCH v1 07/55] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
` [PATCH v1 08/55] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v1 09/55] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v1 10/55] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v1 11/55] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [PATCH v1 12/55] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [PATCH v1 13/55] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [PATCH v1 14/55] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v1 15/55] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [PATCH v1 16/55] powerpc/64s: Implement PMU override command line option
` [PATCH v1 17/55] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [PATCH v1 18/55] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
[PATCH v4 0/2] KVM: PPC: Book3S HV: Nested guest state sanitising changes
2021-07-26 1:50 UTC (4+ messages)
` [PATCH v4 1/2] KVM: PPC: Book3S HV: Sanitise vcpu registers in nested path
` [PATCH v4 2/2] KVM: PPC: Book3S HV: Stop forwarding all HFUs to L1
[PATCH v7 0/1] Interface to represent PAPR firmware attributes
2021-07-23 13:16 UTC (4+ messages)
` [PATCH v7 1/1] powerpc/pseries: "
[PATCH 1/2] KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crash
2021-07-21 7:38 UTC (3+ messages)
` [PATCH 2/2] KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leak
[PATCH v6 0/1] Interface to represent PAPR firmware attributes
2021-07-20 13:58 UTC (4+ messages)
` [PATCH v6 1/1] powerpc/pseries: "
[PATCH 0/2] KVM: PPC: Book3S HV: XIVE: Improve guest entries and exits
2021-07-20 13:42 UTC (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: XIVE: Add a 'flags' field
` [PATCH 2/2] KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restore
[PATCH v5 0/1] Interface to represent PAPR firmware attributes
2021-07-20 5:16 UTC (4+ messages)
` [PATCH v5 1/1] powerpc/pseries: "
[PATCH v4 0/1] Interface to represent PAPR firmware attributes
2021-07-17 6:53 UTC (4+ messages)
` [PATCH v4 1/1] powerpc/pseries: "
[PATCH v3 0/1] Interface to represent PAPR firmware attributes
2021-07-16 7:26 UTC (6+ messages)
` [PATCH v3 1/1] powerpc/pseries: "
[RFC PATCH 00/43] KVM: PPC: Book3S HV P9: entry/exit optimisations round 1
2021-07-16 3:55 UTC (40+ messages)
` [RFC PATCH 01/43] powerpc/64s: Remove WORT SPR from POWER9/10
` [RFC PATCH 07/43] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [RFC PATCH 08/43] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [RFC PATCH 10/43] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [RFC PATCH 10/43] powerpc/64s: Always set PMU control registers to frozen/disabled when not in u
` [RFC PATCH 11/43] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [RFC PATCH 12/43] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [RFC PATCH 19/43] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [RFC PATCH 27/43] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [RFC PATCH 34/43] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [RFC PATCH 35/43] KVM: PPC: Book3S HV P9: Demand fault TM "
` [RFC PATCH 37/43] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [RFC PATCH 38/43] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [RFC PATCH 39/43] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [RFC PATCH 40/43] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [RFC PATCH 41/43] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [RFC PATCH 42/43] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [RFC PATCH 43/43] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
[RFC PATCH 0/6] KVM: PPC: Book3S HV P9: Reduce guest entry/exit
2021-07-15 13:15 UTC (8+ messages)
` [RFC PATCH 1/6] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
` [RFC PATCH 2/6] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
` [RFC PATCH 3/6] KVM: PPC: Book3S HV P9: Remove most of the vcore logic
` [RFC PATCH 4/6] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
` [RFC PATCH 5/6] KVM: PPC: Book3S HV P9: Stop using vc->dpdes
` [RFC PATCH 6/6] KVM: PPC: Book3S HV P9: Remove subcore HMI handling
[PATCH] KVM: PPC: Book3S HV P9: Fix guest TM support
2021-07-15 12:11 UTC (2+ messages)
[PATCH v2 0/6] Linear and Logarithmic histogram statistics
2021-07-14 22:30 UTC (7+ messages)
` [PATCH v2 1/6] KVM: stats: Add capability description for KVM binary stats
` [PATCH v2 2/6] KVM: stats: Support linear and logarithmic histogram statistics
` [PATCH v2 3/6] KVM: stats: Update doc for "
` [PATCH v2 4/6] KVM: selftests: Add checks for histogram stats bucket_size field
` [PATCH v2 5/6] KVM: stats: Add halt_wait_ns stats for all architectures
` [PATCH v2 6/6] KVM: stats: Add halt polling related histogram stats
[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
2021-07-13 7:45 UTC (13+ messages)
` [kvm-unit-tests RFC PATCH 1/5] lib: arm: Print test exit status on exit if chr-testdev is not availa
` [kvm-unit-tests RFC PATCH 1/5] lib: arm: Print test exit status on exit if chr-testdev is not av
` [kvm-unit-tests RFC PATCH 2/5] scripts: Rename run_qemu_status -> run_test_status
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support
` [kvm-unit-tests RFC PATCH 4/5] scripts: Generate kvmtool standalone tests
` [kvm-unit-tests RFC PATCH 5/5] configure: Ignore --erratatxt when --target=kvmtool
[RFC PATCH] KVM: PPC: BookE: Load FP and Altivec state before soft enabling IRQs
2021-07-12 21:35 UTC
[PATCH v1 0/4] Linear and Logarithmic histogram statistics
2021-07-12 18:53 UTC (20+ messages)
` [PATCH v1 1/4] KVM: stats: Support linear and logarithmic "
` [PATCH v1 2/4] KVM: stats: Update doc for "
` [PATCH v1 3/4] KVM: selftests: Add checks for histogram stats parameters
` [PATCH v1 4/4] KVM: stats: Add halt polling related histogram stats
[PATCH v2 0/1] Interface to represent PAPR firmware attributes
2021-07-12 7:55 UTC (4+ messages)
` [PATCH v2 1/1] powerpc/pseries: "
[PATCH v8 0/6] Support for H_RPT_INVALIDATE in PowerPC KVM
2021-07-12 2:28 UTC (13+ messages)
` [PATCH v8 3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v8 4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
[PATCH REBASED v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
2021-07-08 6:12 UTC (4+ messages)
` [PATCH REBASED v5 1/2] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH REBASED v5 2/2] spapr: nvdimm: Introduce spapr-nvdimm device
[PATCH kernel] KVM: PPC: Book3S HV: Make unique debugfs nodename
2021-07-08 2:22 UTC (3+ messages)
[PATCH AUTOSEL 5.4 39/50] KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 process
2021-07-04 23:09 UTC
[PATCH AUTOSEL 5.10 57/70] KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 proces
2021-07-04 23:07 UTC
[PATCH AUTOSEL 5.12 65/80] KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 proces
2021-07-04 23:06 UTC
[PATCH AUTOSEL 5.13 69/85] KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 proces
2021-07-04 23:04 UTC
[PATCH v2 0/5] Remove uses of struct page from x86 and arm64 MMU
2021-06-25 8:07 UTC (8+ messages)
` [PATCH v2 1/5] KVM: do not allow mapping valid but non-refcounted pages
` [PATCH v2 2/5] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v2 3/5] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v2 4/5] KVM: arm64/mmu: "
` [PATCH v2 5/5] KVM: mmu: remove over-aggressive warnings
[PATCH 0/6] KVM: Remove uses of struct page from x86 and arm64 MMU
2021-06-25 7:44 UTC (34+ messages)
` [PATCH 1/6] KVM: x86/mmu: release audited pfns
` [PATCH 2/6] KVM: mmu: also return page from gfn_to_pfn
` [PATCH 3/6] KVM: x86/mmu: avoid struct page in MMU
` [PATCH 4/6] KVM: arm64/mmu: "
` [PATCH 5/6] KVM: mmu: remove over-aggressive warnings
` [PATCH 6/6] drm/i915/gvt: use gfn_to_pfn's page instead of pfn
[PATCH v2] KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
2021-06-24 14:01 UTC (2+ messages)
arch/powerpc/kvm/book3s_hv_nested.c:264:6: error: stack frame size of 2304 bytes in function 'kv
2021-06-24 13:59 UTC (3+ messages)
` [PATCH] KVM: PPC: Book3S HV: Workaround high stack usage with clang
[PATCH v7 00/32] KVM: PPC: Book3S: C-ify the P9 entry/exit code
2021-06-24 13:59 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
2021-06-24 13:59 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV Nested: Reflect L2 PMU in-use to L0 when L2 SPRs are live
2021-06-22 20:47 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox