linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-31 16:45:30 to 2023-11-07 15:50:00 UTC [more...]

[PATCH AUTOSEL 6.5 09/34] scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
 2023-11-07 15:47 UTC 

[PATCH AUTOSEL 6.6 11/36] scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
 2023-11-07 15:45 UTC 

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-07 14:38 UTC  (64+ 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 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory

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

[PATCH AUTOSEL 6.5 11/30] ACPI: APEI: Fix AER info corruption when error status data has multiple sections
 2023-11-07 12:08 UTC 

[PATCH AUTOSEL 6.6 11/31] ACPI: APEI: Fix AER info corruption when error status data has multiple sections
 2023-11-07 12:05 UTC 

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

[RFC PATCH v8 00/13] Add audio support in v4l2 framework
 2023-11-07  9:46 UTC  (9+ messages)
` [RFC PATCH v8 13/13] media: vim2m_audio: add virtual driver for audio memory to memory
      ` [RFC PATCH] v4l-utils: add support for v4l-audioX devices

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-07  8:36 UTC  (5+ messages)
    ` Fbdev issue after the drm updates 'drm-next-2023-10-31-1'

[PATCH] powerpc: Fix signature of pfn_to_kaddr()
 2023-11-07  8:06 UTC  (3+ messages)

[PATCH V3] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
 2023-11-07  6:40 UTC  (3+ messages)

[PATCH 0/3] Fix for shellcheck issues with latest scripts in tests/shell
 2023-11-07  6:38 UTC  (6+ messages)
` [PATCH 1/3] perf tests test_arm_coresight: Fix the shellcheck warning in latest test_arm_coresight.sh

Recurring data races when machine at idle e.g. "BUG: KCSAN: data-race in tick_nohz_idle_stop_tick / tick_sched_do_timer" and several data races at boot (G4 DP, kernel v6.6)
 2023-11-06 21:52 UTC 

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-06 15:56 UTC  (93+ 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 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 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 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared

[PATCH 0/7] powerpc/rtas: Trivial, coding style, and kernel-doc fixes
 2023-11-06 13:42 UTC  (8+ messages)
` [PATCH 1/7] powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc
` [PATCH 2/7] powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc
` [PATCH 3/7] powerpc/rtas: Drop declaration of undefined call_rtas() function
` [PATCH 4/7] powerpc/rtas: Remove unused rtas_service_present()
` [PATCH 5/7] powerpc/rtas: Move post_mobility_fixup() declaration to pseries
` [PATCH 6/7] powerpc/rtas: Remove trailing space
` [PATCH 7/7] powerpc/rtas: Remove 'extern' from function declarations in rtas.h

mm/debug_vm_pgtable.c:860 warning triggered
 2023-11-06  9:06 UTC  (4+ messages)

[PATCH 0/8] devm_led_classdev_register() usage problem
 2023-11-06  8:13 UTC  (5+ messages)
` [PATCH 2/8] leds: nic78bx: explicitly unregister LEDs at module's shutdown

[PATCH 0/2] tty: hvc: Convert to platform remove callback returning void
 2023-11-05 21:44 UTC  (3+ messages)
` [PATCH 1/2] tty: hvc: Make hvc_remove() return no value
` [PATCH 2/2] tty: hvc: hvc_opal: Convert to platform remove callback returning void

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

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

[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

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

[pci:controller/xilinx-xdma] BUILD REGRESSION 8d786149d78c7784144c7179e25134b6530b714b
 2023-11-01 17:34 UTC  (5+ 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  (3+ messages)

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


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