messages from 2024-08-01 22:22:59 to 2024-08-09 20:52:08 UTC [more...]
[PATCH v2 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
2024-08-09 20:51 UTC (4+ messages)
` [PATCH v2 1/3] KVM: Documentation: Clarify docs for KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v2 2/3] KVM: x86: Do a KVM_MEMORY_FAULT EXIT when stage-2 fault handler EFAULTs
` [PATCH v2 3/3] KVM: arm64: Perform memory fault exits when stage-2 "
[PATCH v5 0/2] Add arch_timer_edge_cases selftest
2024-08-09 18:38 UTC (3+ messages)
` [PATCH v5 1/2] KVM: selftests: Ensure pending interrupts are handled in arch_timer test
` [PATCH v5 2/2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
2024-08-09 18:05 UTC (10+ messages)
` [PATCH 1/2] KVM: Return '0' directly when there's no task to yield to
` [PATCH 2/2] KVM: Protect vCPU's "last run PID" with rwlock, not RCU
[PATCH 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
2024-08-09 17:57 UTC (12+ messages)
` [PATCH 1/3] KVM: x86: Do a KVM_MEMORY_FAULT EXIT when stage-2 fault handler EFAULTs
` [PATCH 2/3] KVM: arm64: Declare support for KVM_CAP_MEMORY_FAULT_INFO
` [PATCH 3/3] KVM: arm64: Do a KVM_EXIT_MEMORY_FAULT when stage-2 fault handler EFAULTs
[PATCH 00/12] Enable build system on macOS hosts
2024-08-09 13:47 UTC (36+ messages)
` [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts
` [PATCH 02/12] kbuild: add header_install dependency to scripts
` [PATCH 03/12] file2alias: fix uuid_t definitions for macos
` [PATCH 04/12] drm/xe: xe_gen_wa_oob: fix program_invocation_short_name "
` [PATCH 05/12] accessiblity/speakup: genmap and makemapdata require linux/version.h
` [PATCH 06/12] selinux/genheaders: include bitsperlong and posix_types headers
` [PATCH 07/12] selinux/mdp: "
` [PATCH 08/12] include: add elf.h support
` [PATCH 09/12] include: add endian.h support
` [PATCH 10/12] scripts/mod: add byteswap support
` [PATCH 11/12] tty/vt: conmakehash requires linux/limits.h
` [PATCH 12/12] scripts/kallsyms: add compatibility support for macos
[PATCH v2 00/17] KVM: arm64: nv: Add support for address translation instructions
2024-08-09 12:43 UTC (3+ messages)
` [PATCH v2 13/17] KVM: arm64: nv: Add SW walker for AT S1 emulation
[PATCH] KVM: arm64: vgic-v4: Use helper function irq_get_irq_data()
2024-08-09 12:38 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 6.11, round #1
2024-08-09 8:12 UTC
[PATCH] KVM: arm64: Disable OS double lock visibility by default and ignore VMM writes
2024-08-08 23:19 UTC (6+ messages)
[PATCH v2] KVM: arm64: Move data barrier to end of split walk
2024-08-08 19:58 UTC (3+ messages)
[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
2024-08-08 17:08 UTC (8+ messages)
[PATCH v2] KVM: arm64: Tidying up PAuth code in KVM
2024-08-08 17:08 UTC (2+ messages)
[PATCH] KVM: arm64: vgic-debug: Exit the iterator properly w/o LPI
2024-08-08 17:07 UTC (3+ messages)
[PATCH] KVM: arm64: vgic: Hold config_lock while tearing down a CPU interface
2024-08-08 17:07 UTC (2+ messages)
[PATCH] KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain
2024-08-08 17:06 UTC (5+ messages)
[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
2024-08-08 16:16 UTC (46+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
` [PATCH v12 11/84] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
` [PATCH v12 13/84] KVM: Annotate that all paths in hva_to_pfn() might sleep
` [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
` [PATCH v12 56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
` [PATCH v12 57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
` [PATCH v12 58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed "
` [PATCH v12 66/84] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock
` [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns
[PATCH v3 0/7] arm64: Add support for Armv9.4 PMU fixed instruction counter
2024-08-08 10:40 UTC (2+ messages)
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-08 8:18 UTC (21+ messages)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-07 18:26 UTC (11+ messages)
` [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
[RFC PATCH 00/11] Tracefs support for pKVM
2024-08-07 16:39 UTC (15+ messages)
` [RFC PATCH 01/11] ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
` [RFC PATCH 02/11] ring-buffer: Introducing ring-buffer writer
` [RFC PATCH 03/11] ring-buffer: Expose buffer_data_page material
` [RFC PATCH 04/11] timekeeping: Export the boot clock in snapshots
` [RFC PATCH 05/11] KVM: arm64: Support unaligned fixmap in the nVHE hyp
` [RFC PATCH 06/11] KVM: arm64: Add clock support "
` [RFC PATCH 07/11] KVM: arm64: Add tracing support for the pKVM hyp
` [RFC PATCH 08/11] KVM: arm64: Add hyp tracing to tracefs
` [RFC PATCH 09/11] KVM: arm64: Add raw interface for hyp tracefs
` [RFC PATCH 10/11] KVM: arm64: Add support for hyp events
` [RFC PATCH 11/11] KVM: arm64: Add kselftest for tracefs hyp tracefs
[PATCH v3 00/19] KVM: arm64: Transition to a per-ITS translation cache
2024-08-07 5:23 UTC (8+ messages)
` [PATCH v3 05/19] KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
[PATCH v4 00/29] arm64: Permission Overlay Extension
2024-08-06 15:00 UTC (17+ messages)
` [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v4 15/29] arm64: handle PKEY/POE faults
` [PATCH v4 18/29] arm64: add POE signal support
[PATCH v2 0/3] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
2024-08-06 14:24 UTC (4+ messages)
` [PATCH v2 1/3] KVM: selftests: arm64: Simplify specification of filtered registers
` [PATCH v2 2/3] KVM: selftests: arm64: Use symbolic definitions for incorrect encodings
` [PATCH v2 3/3] KVM: selftests: arm64: Use generated defines for named system registers
[PATCH 0/2] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
2024-08-06 8:03 UTC (7+ messages)
` [PATCH 1/2] KVM: selftests: arm64: Simplify specification of filtered registers
` [PATCH 2/2] KVM: selftests: arm64: Use generated defines for named system registers
[RFC V2 0/3] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
2024-08-06 6:48 UTC (4+ messages)
` [RFC V2 1/3] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
2024-08-05 23:44 UTC (4+ messages)
[PATCH v2 0/3] KVM: arm64: fix warnings in W=1 build
2024-08-05 22:12 UTC (2+ messages)
[PATCH] KVM: arm64: free kvm->arch.nested_mmus with kvfree()
2024-08-05 22:11 UTC (2+ messages)
[RFC 00/10] KVM: arm64: Enable fine grained undefined for MDSELR_EL1
2024-08-04 11:05 UTC (13+ messages)
` [RFC 10/10] KVM: arm64: nv: Add new HDFGRTR2_GROUP & HDFGRTR2_GROUP based FGU handling
[PATCH v2] docs: KVM: Fix register ID of SPSR_FIQ
2024-08-04 9:21 UTC (2+ messages)
[PATCH v2 0/2] KVM: arm64: Fine grained traps documentation clarification
2024-08-02 15:37 UTC (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Fix outdated comment about incomplete FGT bitmask definitions
` [PATCH v2 2/2] KVM: arm64: Clarify meaning of _MASK and _nMASK for FGT registers
[PATCH v2 0/8] KVM: arm64: Add support for FP8
2024-08-02 13:03 UTC (5+ messages)
` [PATCH v2 4/8] KVM: arm64: Add save/restore support for FPMR
[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
2024-08-01 22:22 UTC (7+ messages)
` [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT
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