messages from 2023-10-18 09:38:25 to 2023-11-01 14:20:08 UTC [more...]
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-11-01 14:19 UTC (90+ messages)
` [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH v13 06/35] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v13 13/35] KVM: Introduce per-page memory attributes
` [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
` [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH v13 19/35] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 21/35] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH v13 24/35] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 26/35] KVM: selftests: Add support for creating private memslots
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH v13 28/35] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH v13 29/35] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH v13 30/35] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH v13 31/35] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH v13 32/35] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH v13 33/35] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH v13 34/35] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH v13 35/35] KVM: selftests: Test KVM exit behavior for private memory/access
[PATCH v3 0/5] dt-bindings: interrupt-controller: Fix some loongson,liointc warnings
2023-11-01 2:05 UTC (14+ messages)
` [PATCH v3 1/5] dt-bindings: interrupt-controller: loongson,liointc: Standardize the naming of 'loongson,parent-int-map'
` [PATCH v3 2/5] dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check warning for reg-names
` [PATCH v3 3/5] dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check for interrupt-names
` [PATCH v3 4/5] irqchip/loongson-liointc: Fix 'loongson,parent_int_map' parse
` [PATCH v3 5/5] MIPS: Loongson64: DTS: Fix 'loongson,parent_int_map' references
[PATCH 0/3] serial, MIPS: Add MIPS UHI semihosting support
2023-10-31 21:49 UTC (10+ messages)
` [PATCH 1/3] MIPS: Add header for UHI semihosting defines
` [PATCH 2/3] MIPS: zboot: Add UHI semihosting debug print support
` [PATCH 3/3] serial: Add an earlycon driver for MIPS UHI semihosting
[PATCH v3 00/11] MIPS: Support I6500 multi-cluster configuration
2023-10-31 16:49 UTC (12+ messages)
` [PATCH v3 01/11] MIPS: CPS: Add a couple of multi-cluster utility functions
` [PATCH v3 02/11] MIPS: GIC: Generate redirect block accessors
` [PATCH v3 03/11] irqchip: mips-gic: Introduce for_each_online_cpu_gic()
` [PATCH v3 04/11] irqchip: mips-gic: Support multi-cluster in for_each_online_cpu_gic()
` [PATCH v3 05/11] irqchip: mips-gic: Setup defaults in each cluster
` [PATCH v3 06/11] irqchip: mips-gic: Multi-cluster support
` [PATCH v3 07/11] clocksource: mips-gic-timer: Always use cluster 0 counter as clocksource
` [PATCH v3 08/11] clocksource: mips-gic-timer: Enable counter when CPUs start
` [PATCH v3 09/11] MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core
` [PATCH v3 10/11] MIPS: CPS: Introduce struct cluster_boot_config
` [PATCH v3 11/11] MIPS: CPS: Boot CPUs in secondary clusters
[PATCH v2] dt-bindings: interrupt-controller: loongson,liointc: Fix warnings about liointc-2.0
2023-10-30 9:56 UTC (22+ messages)
[PATCH v3 00/13] mm: jit/text allocator
2023-10-30 7:00 UTC (14+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
[PATCH 0/8] MIPS: Unify low-level debugging functionalities
2023-10-29 2:53 UTC (9+ messages)
` [PATCH 1/8] MIPS: asm: Move strings to .rodata.str section
` [PATCH 2/8] MIPS: debug: Implement low-level debugging functions
` [PATCH 3/8] MIPS: debug: Hook up DEBUG_LL with early printk
` [PATCH 4/8] MIPS: debug: Provide an early exception vector for low-level debugging
` [PATCH 5/8] MIPS: debug_ll: Add Kconfig symbols for some 8250 uarts
` [PATCH 6/8] MIPS: debug_ll: Implement support for Alchemy uarts
` [PATCH 7/8] MIPS: debug_ll: Implement support for AR933X uarts
` [PATCH 8/8] MIPS: zboot: Convert to use debug_ll facilities
[PATCH 0/2] MIPS: Adjust SPARSEMEM Kconfigs
2023-10-28 13:52 UTC (3+ messages)
` [PATCH 1/2] MIPS: Enable SPARSEMEM option unconditionally on 64BIT
` [PATCH 2/2] MIPS: generic: Set SPARSEMEM by default for 64BIT kernel
[PATCH v2 00/10] MIPS: Fix kernel in XKPHYS
2023-10-28 7:22 UTC (12+ messages)
` [PATCH v2 01/10] MIPS: Export higher/highest relocation functions in uasm
` [PATCH v2 02/10] MIPS: spaces: Define a couple of handy macros
` [PATCH v2 03/10] MIPS: genex: Fix except_vec_vi for kernel in XKPHYS
` [PATCH v2 04/10] MIPS: Fix set_uncached_handler for ebase "
` [PATCH v2 05/10] MIPS: Refactor mips_cps_core_entry implementation
` [PATCH v2 06/10] MIPS: Allow kernel base to be set from Kconfig for all platforms
` [PATCH v2 07/10] MIPS: traps: Handle CPU with non standard vint offset
` [PATCH v2 08/10] MIPS: Avoid unnecessary reservation of exception space
` [PATCH v2 09/10] MIPS: traps: Enhance memblock ebase allocation process
` [PATCH v2 10/10] MIPS: Get rid of CONFIG_NO_EXCEPT_FILL
[PATCH 0/5] MIPS: Fix kernel in XKPHYS
2023-10-27 20:47 UTC (9+ messages)
` [PATCH 1/5] MIPS: Export higher/highest relocation functions in uasm
` [PATCH 2/5] MIPS: genex: Fix except_vec_vi for kernel in XKPHYS
` [PATCH 3/5] MIPS: Fix set_uncached_handler for ebase "
` [PATCH 4/5] MIPS: Handle mips_cps_core_entry within lower 4G
` [PATCH 5/5] MIPS: Allow kernel base to be set from Kconfig for all platforms
[PATCH] MIPS: process: Remove lazy context flags for new kernel thread
2023-10-27 18:47 UTC (3+ messages)
[PATCH] MAINTAINERS: Add myself as maintainer of the Ralink architecture
2023-10-25 12:58 UTC (5+ messages)
[PATCH] vgacon: fix mips/sibyte build regression
2023-10-25 12:56 UTC (3+ messages)
[PATCH 00/11] Add support for the Mobileye EyeQ5 SoC
2023-10-24 16:08 UTC (17+ messages)
` [PATCH 01/11] MIPS: compressed: Use correct instruction for 64 bit code
` [PATCH 02/11] MIPS: use virtual addresses from xkphys for MIPS64
` [PATCH 03/11] MIPS: support RAM beyond 32-bit
Wycena paneli fotowoltaicznych
2023-10-24 8:15 UTC
[PATCH v2 0/6] remove AR7 platform and associated drivers
2023-10-19 12:32 UTC (9+ messages)
` [PATCH v2 6/6] MIPS: AR7: remove platform
[PATCH] MIPS: KVM: Fix a build warning about variable set but not used
2023-10-19 8:50 UTC (2+ messages)
[PATCH 0/2] MIPS: lantic: Fix "no prototype" warning
2023-10-19 8:51 UTC (2+ messages)
[bpf-next PATCH v2 1/4] kbuild: remove ARCH_POSTLINK from module builds
2023-10-18 15:19 UTC
[PATCH v5 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-10-18 10:48 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).