linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-27 18:37:52 to 2023-11-05 16:44:43 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-05 16:30 UTC  (16+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-05 16:19 UTC  (134+ 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 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

[powerpc:next] BUILD SUCCESS 303d77a6e1707498f09c9d8ee91b1dc07ca315a5
 2023-11-04 11:38 UTC 

[powerpc:merge] BUILD REGRESSION efdcf91a2158294ea1af97e7d592c00e7a97c5b5
 2023-11-04 11:04 UTC 

[PATCH 0/8] devm_led_classdev_register() usage problem
 2023-11-04  7:18 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.7-1 tag
 2023-11-03 20:22 UTC  (2+ messages)

[PATCH v3 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
 2023-11-02 18:29 UTC  (13+ messages)
` [PATCH v3 1/4] PCI: layerscape: Add function pointer for exit_from_l2()
` [PATCH v3 2/4] PCI: layerscape: Add suspend/resume for ls1021a
` [PATCH v3 3/4] PCI: layerscape: Rename pf_* as pf_lut_*
` [PATCH v3 4/4] PCI: layerscape: Add suspend/resume for ls1043a

Radeon NI: GIT kernel with the nislands_smc commit doesn't boot on a Freescale P5040 board and P.A.Semi Nemo board
 2023-11-02 14:45 UTC  (4+ messages)
    ` Fbdev issue after the drm updates 'drm-next-2023-10-31-1'

[RFC PATCH] powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONE
 2023-11-02 13:23 UTC 

[PATCH v2] powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
 2023-11-02 11:39 UTC  (3+ messages)

Does anyone use Appletalk?
 2023-11-02  8:55 UTC  (2+ messages)

[PATCH 1/2] kexec: fix KEXEC_FILE dependencies
 2023-11-02  8:03 UTC  (4+ messages)

[PATCH v2 00/37] Implement execute-only protection on powerpc
 2023-11-02  5:39 UTC  (5+ messages)
` [PATCH v2 29/37] powerpc/nohash: Replace pte_user() by pte_read()
` [PATCH v2 37/37] powerpc: Support execute-only on all powerpc

[pci:controller/xilinx-xdma] BUILD REGRESSION 8d786149d78c7784144c7179e25134b6530b714b
 2023-11-01 17:34 UTC  (6+ messages)

[RFC PATCH v8 00/13] Add audio support in v4l2 framework
 2023-11-01 11:45 UTC  (6+ messages)

[ppc64le] WARN at crypto/testmgr.c:5804
 2023-10-31 12:42 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c503e3eec382ac708ee7adf874add37b77c5d312
 2023-10-31 17:57 UTC  (4+ messages)

Several kmemleak reports + "refcount_t: underflow; use-after-free" at boot when OF_UNITTEST + OF_OVERLAY is set (Kernel v6.6-rc6, PowerMac G5 11,2)
 2023-10-31 16:46 UTC  (4+ messages)

[Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c
 2023-10-31 16:44 UTC  (2+ messages)
` [Bug 206203] "

[PATCH 00/10] Remove obsolete and orphaned wifi drivers
 2023-10-31  9:08 UTC  (5+ messages)

[PATCH v8 00/30] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-10-30 21:31 UTC  (5+ messages)

[PATCH] scsi: ibmvscsi: replace deprecated strncpy with strscpy
 2023-10-30 20:40 UTC 

[PATCH] scsi: ibmvfc: replace deprecated strncpy with strscpy
 2023-10-30 19:04 UTC 

[PATCH v7 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-30 18:56 UTC  (4+ messages)
` [PATCH v7 1/5] powerpc/code-patching: introduce patch_instructions()

[PATCH 00/12] Miscellaneous Sparse fixes
 2023-10-30 13:16 UTC  (3+ messages)
` [PATCH 02/12] powerpc/pseries: Restructure hvc_get_chars() endianness

[PATCH v12 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug
 2023-10-30  7:56 UTC  (9+ messages)
` [PATCH v12 1/6] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v12 2/6] crash: make CPU and Memory hotplug support reporting flexible
` [PATCH v12 3/6] crash: add a new kexec flag for FDT update
` [PATCH v12 4/6] powerpc/kexec: turn some static helper functions public
` [PATCH v12 5/6] powerpc: add crash CPU hotplug support
` [PATCH v12 6/6] powerpc: add crash memory "

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-30  7:00 UTC  (6+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[PATCH v5 0/3] powerpc: make fadump resilient with memory add/remove events
 2023-10-29 12:45 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] powerpc/fadump: add hotplug_ready sysfs interface
` [PATCH v5 3/3] Documentation/powerpc: update fadump implementation details

[powerpc:merge] BUILD REGRESSION d369da17dce8aba8ec8303026b8bc827fd0cd8d2
 2023-10-28 20:31 UTC 


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).