linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-17 13:14:44 to 2023-07-19 12:47:52 UTC [more...]

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-07-19  7:16 UTC  (4+ messages)
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET to __kvm_follow_pfn

[PATCH v2 0/9] video: screen_info cleanups
 2023-07-19 12:39 UTC  (9+ messages)
` [PATCH v2 1/9] vgacon: rework Kconfig dependencies
` [PATCH v2 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v2 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v2 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v2 5/9] vgacon: remove screen_info dependency
` [PATCH v2 6/9] vgacon: clean up global screen_info instances
` [PATCH v2 7/9] vga16fb: drop powerpc support
` [PATCH v2 8/9] hyperv: avoid dependency on screen_info

linux-next: Tree for Jul 13 (drivers/video/fbdev/ps3fb.c)
 2023-07-19 12:36 UTC  (7+ messages)

[PATCH 1/2] PCI: layerscape: Add support for Link down notification
 2023-07-19 12:26 UTC  (11+ messages)
` [PATCH 2/2] PCI: layerscape: Add the workaround for lost link capablities during reset

[PATCH v2 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-19 12:18 UTC  (6+ messages)
` [PATCH v2 1/5] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH v2 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()
` [PATCH v2 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
` [PATCH v2 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
` [PATCH v2 5/5] mmu_notifiers: Rename invalidate_range notifier

[PATCH] powerpc/build: vdso linker warning for orphan sections
 2023-07-19 11:55 UTC  (5+ messages)

[PATCH] platforms: powermac: "foo* bar" replace with "foo *bar"
 2023-07-19  9:01 UTC 

[PATCH] platforms: powermac: "foo* bar" replace with "foo *bar"
 2023-07-19  8:53 UTC 

[PATCH] platforms: powermac: Add require space after that ','
 2023-07-19  8:49 UTC 

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-07-19  8:33 UTC  (27+ messages)
` [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"
` [RFC PATCH 02/21] crypto: qat - Drop support for allocating destination buffers
` [RFC PATCH 03/21] crypto: acompress - Drop destination scatterlist allocation feature
` [RFC PATCH 04/21] net: ipcomp: Migrate to acomp API from deprecated comp API
` [RFC PATCH 05/21] ubifs: Pass worst-case buffer size to compression routines
` [RFC PATCH 06/21] ubifs: Avoid allocating buffer space unnecessarily
` [RFC PATCH 07/21] ubifs: Migrate to acomp compression API
` [RFC PATCH 08/21] zram: "
` [RFC PATCH 09/21] crypto: nx - Migrate to scomp API
` [RFC PATCH 10/21] crypto: 842 - drop obsolete 'comp' implementation
` [RFC PATCH 11/21] crypto: deflate "
` [RFC PATCH 12/21] crypto: lz4 "
` [RFC PATCH 13/21] crypto: lz4hc "
` [RFC PATCH 14/21] crypto: lzo-rle "
` [RFC PATCH 15/21] crypto: lzo "
` [RFC PATCH 16/21] crypto: zstd "
` [RFC PATCH 17/21] crypto: cavium/zip "
` [RFC PATCH 18/21] crypto: compress_null "
` [RFC PATCH 19/21] crypto: remove obsolete 'comp' compression API
` [RFC PATCH 20/21] crypto: deflate - implement acomp API directly
` [RFC PATCH 21/21] crypto: scompress - Drop the use of per-cpu scratch buffers

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-19  7:54 UTC  (33+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH] Revert "powerpc/64s: Remove support for ELFv1 little endian userspace"
 2023-07-19  7:18 UTC 

[PATCH V2 00/26] tools/perf: Fix shellcheck coding/formatting issues of perf tool shell scripts
 2023-07-19  6:17 UTC  (2+ messages)

[PATCH v3 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-07-19  6:12 UTC  (11+ messages)
` [PATCH v3 01/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus topology information
` [PATCH v3 02/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_bus_topology sysfs interface file
` [PATCH v3 03/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor config information
` [PATCH v3 04/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_config sysfs interface file
` [PATCH v3 05/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via virtual processor information
` [PATCH v3 06/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_virtual_processor sysfs interface file
` [PATCH v3 07/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via domain information
` [PATCH v3 08/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_domain sysfs interface file
` [PATCH v3 09/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via partition information
` [PATCH v3 10/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_partition sysfs interface file

[PATCH v3 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-07-19  6:06 UTC 

[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-19  5:42 UTC  (13+ messages)
` [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
` [PATCH 2/4] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
` [PATCH 4/4] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()

[PATCH v3 00/13] mm: free retracted page table by RCU
 2023-07-19  5:24 UTC  (5+ messages)
` [PATCH v3 04/13] powerpc: assert_pte_locked() use pte_offset_map_nolock()

[PATCH v2 1/2] PCI: layerscape: Add support for Link down notification
 2023-07-19  4:29 UTC  (3+ messages)
` [PATCH v2 2/2] PCI: layerscape: Add the workaround for lost link capablities during reset

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-18 15:56 UTC  (6+ messages)

[PATCH 00/12] arch,fbdev: Move screen_info into arch/
 2023-07-18 14:47 UTC  (9+ messages)
` [PATCH 07/12] arch/x86: Declare edid_info in <asm/screen_info.h>

[PATCH v2] powerpc: Explicitly include correct DT includes
 2023-07-18 14:32 UTC 

[PATCH v2] dmaengine: Explicitly include correct DT includes
 2023-07-18 14:31 UTC 

[PATCH v2] misc: Explicitly include correct DT includes
 2023-07-18 14:31 UTC 

[PATCH v2] usb: Explicitly include correct DT includes
 2023-07-18 14:30 UTC 

[PATCH] platforms: 52xx: Remove space after '(' and before ')'
 2023-07-18 14:08 UTC  (2+ messages)

Kernel Crash Dump (kdump) broken with 6.5
 2023-07-18 13:19 UTC  (3+ messages)

[PATCH] ASoC: fsl_sai: Disable bit clock with transmitter
 2023-07-18 11:47 UTC  (2+ messages)

[PATCH v6 2/3] PCI/AER: Disable AER interrupt on suspend
 2023-07-18 11:17 UTC  (2+ messages)

[PATCH v4 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-18 10:58 UTC  (3+ messages)
` [PATCH v4 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers

[PATCH] platforms: powermac: insert space before the open parenthesis '('
 2023-07-18  9:48 UTC 

[PATCH] platforms: powermac: insert space before the open parenthesis '('
 2023-07-18  9:37 UTC 

[PATCH] powerpc: platforms: chrp: Add require space after that ','
 2023-07-18  9:28 UTC 

[PATCH] net: Explicitly include correct DT includes
 2023-07-18  9:27 UTC  (3+ messages)

[PATCH] platforms: chrp: Add require space after that ','
 2023-07-18  9:11 UTC 

[PATCH] powerpc: platforms: ps3: Add require space after that ';'
 2023-07-18  8:47 UTC 

[PATCH] powerpc: platforms: ps3: insert space before the open parenthesis '('
 2023-07-18  8:32 UTC 

[PATCH] powerpc: platforms: insert space before the open parenthesis '('
 2023-07-18  8:23 UTC 

[PATCH] powerpc: boot: insert space before the open parenthesis '('
 2023-07-18  7:55 UTC 

[PATCH] usb: Explicitly include correct DT includes
 2023-07-18  6:31 UTC  (3+ messages)

[powerpc:fixes-test] BUILD SUCCESS ccb381e1af1ace292153c88eb1fffa5683d16a20
 2023-07-18  3:30 UTC 

[powerpc:merge] BUILD SUCCESS 7c5878b16f9cd959e232169b967be5b2a0897afa
 2023-07-18  3:30 UTC 

[powerpc:next-test] BUILD SUCCESS b059dfc41139ee194c9127b89dbea02afa409443
 2023-07-18  3:30 UTC 

[PATCH 0/4] powerpc: mm_cpumask cleanups and lazy tlb mm
 2023-07-18  2:54 UTC  (3+ messages)
` [PATCH 4/4] powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIs

[PATCH v4 0/6] Add support for memmap on memory feature on ppc64
 2023-07-18  2:44 UTC  (7+ messages)
` [PATCH v4 1/6] mm/hotplug: Simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfig
` [PATCH v4 2/6] mm/hotplug: Allow memmap on memory hotplug request to fallback
` [PATCH v4 3/6] mm/hotplug: Allow architecture to override memmap on memory support check
` [PATCH v4 4/6] mm/hotplug: Allow pageblock alignment via altmap reservation
` [PATCH v4 5/6] powerpc/book3s64/memhotplug: Enable memmap on memory for radix
` [PATCH v4 6/6] mm/hotplug: Embed vmem_altmap details in memory block

[PATCH v5 00/13] Add support for DAX vmemmap optimization for ppc64
 2023-07-18  2:29 UTC  (14+ messages)
` [PATCH v5 01/13] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support
` [PATCH v5 02/13] mm: Change pudp_huge_get_and_clear_full take vm_area_struct as arg
` [PATCH v5 03/13] mm/vmemmap: Improve vmemmap_can_optimize and allow architectures to override
` [PATCH v5 04/13] mm/vmemmap: Allow architectures to override how vmemmap optimization works
` [PATCH v5 05/13] mm: Add pud_same similar to __HAVE_ARCH_P4D_SAME
` [PATCH v5 06/13] mm/huge pud: Use transparent huge pud helpers only with CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH v5 07/13] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization
` [PATCH v5 08/13] powerpc/mm/trace: Convert trace event to trace event class
` [PATCH v5 09/13] powerpc/book3s64/mm: Enable transparent pud hugepage
` [PATCH v5 10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
` [PATCH v5 11/13] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
` [PATCH v5 12/13] powerpc/book3s64/radix: Remove mmu_vmemmap_psize
` [PATCH v5 13/13] powerpc/book3s64/radix: Add debug message to give more details of vmemmap allocation

[PATCH] ALSA: ps3: Fix errors in snd_ps3.h
 2023-07-18  1:16 UTC 

linux-next: Tree for Jul 13 (drivers/video/fbdev/ps3fb.c)
 2023-07-18  0:45 UTC 

[PATCH 0/2] Add support for rpmsg sound card on i.MX93 platform
 2023-07-17 21:59 UTC  (2+ messages)

[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
 2023-07-17 16:51 UTC  (4+ messages)

[PATCH 1/1] sound:soc: fix return value check in imx_audmux_suspend
 2023-07-17 14:51 UTC 

[PATCH 1/1] sound:soc: fix return value check in imx_audmux_resume
 2023-07-17 14:50 UTC 

[PATCH] misc: Explicitly include correct DT includes
 2023-07-17 17:47 UTC  (2+ messages)

[PATCH v2 00/12] mm: jit/text allocator
 2023-07-17 17:23 UTC  (9+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

[PATCH] dmaengine: Explicitly include correct DT includes
 2023-07-17 16:02 UTC  (2+ messages)

[PATCH v5] Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto"
 2023-07-17 15:46 UTC  (4+ messages)

[RFC][PATCH] sched: Rename DIE domain
 2023-07-17 14:19 UTC  (3+ messages)

[PATCH] char: Explicitly include correct DT includes
 2023-07-17 14:14 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/tpm: Create linux,sml-base/size as big endian
 2023-07-17 13:13 UTC  (6+ messages)

[PATCH v11 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-07-17 13:10 UTC  (2+ messages)
` [PATCH v11 1/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()


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