linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-23 22:55:37 to 2023-08-30 16:45:49 UTC [more...]

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-08-30 16:44 UTC  (4+ messages)
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH] macintosh/ams: linux/platform_device.h is needed
 2023-08-30 15:32 UTC  (3+ messages)

[PATCH] crypto: vmx: Improved AES/XTS performance of 6-way unrolling for ppc
 2023-08-30 13:50 UTC  (3+ messages)

[PATCH v2] crypto: vmx: Improved AES/XTS performance of 6-way unrolling for ppc
 2023-08-30 13:49 UTC 

[PATCH] kbuild: single-quote the format string of printf
 2023-08-30 13:00 UTC  (4+ messages)

[PATCH] powerpc/smp: Dynamically build powerpc topology
 2023-08-30 12:26 UTC 

[PATCH 0/4] powerpc/smp: Shared processor sched optimizations
 2023-08-30 10:52 UTC  (5+ messages)
` [PATCH 1/4] powerpc/smp: Cache CPU has Asymmetric SMP
` [PATCH 2/4] powerpc/smp: Move shared_processor static key to smp.h
` [PATCH 3/4] powerpc/smp: Enable Asym packing for cores on shared processor
` [PATCH 4/4] powerpc/smp: Disable MC domain for "

[PATCH] powerpc: Hide empty pt_regs at base of the stack
 2023-08-30  8:49 UTC  (2+ messages)

[PATCH RFC 0/2] powerpc/pseries: new character devices for RTAS functions
 2023-08-30  7:29 UTC  (6+ messages)
` [PATCH RFC 1/2] powerpc/pseries: papr-vpd char driver for VPD retrieval
` [PATCH RFC 2/2] powerpc/selftests: add test for papr-vpd

Recent Power changes and stack_trace_save_tsk_reliable?
 2023-08-30  6:37 UTC  (3+ messages)

[PATCH] powerpc/configs: Set more PPC debug configs
 2023-08-30  4:42 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-08-30  0:48 UTC  (4+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-08-30  3:11 UTC  (16+ messages)

linux-next: manual merge of the net-next tree with the powerpc tree
 2023-08-29 23:28 UTC  (2+ messages)

[PATCH v2 0/2] kbuild: Show Kconfig fragments in "help"
 2023-08-29 20:07 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] kbuild: Split internal config targets from .config into .fragment

[PATCH] perf test: Skip perf bench breakpoint run if no breakpoints available
 2023-08-29 19:03 UTC  (3+ messages)

crypto: powerpc/chacha20,poly1305-p10 - Add dependency on VSX
 2023-08-29 11:48 UTC  (2+ messages)

[RFC v2 0/2] CPU-Idle latency selftest framework
 2023-08-29 10:59 UTC  (4+ messages)
` [RFC v2 1/2] powerpc/cpuidle: cpuidle wakeup latency based on IPI and timer events
` [RFC v2 2/2] powerpc/selftest: Add support for cpuidle latency measurement

[PATCH] kbuild: dummy-tools: -mprofile-kernel is not limited to little endian
 2023-08-29 10:40 UTC 

[PATCH 0/3] Fix preemption errors in watchpoints
 2023-08-29  6:42 UTC  (5+ messages)
` [PATCH 1/3] powerpc/watchpoints: Disable preemption in thread_change_pc()
` [PATCH 2/3] powerpc/watchpoint: Disable pagefaults when getting user instruction
` [PATCH 3/3] powerpc/watchpoints: Annotate atomic context in more places

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-29  2:53 UTC  (3+ messages)

[PATCH v7 00/24] iommu: Make default_domain's mandatory
 2023-08-28 23:24 UTC  (51+ messages)
` [PATCH v7 01/24] iommu: Add iommu_ops->identity_domain
` [PATCH v7 02/24] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v7 03/24] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v7 04/24] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v7 05/24] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v7 06/24] iommu/tegra-gart: Remove tegra-gart
` [PATCH v7 07/24] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v7 08/24] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v7 09/24] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v7 10/24] iommu/exynos: Implement an IDENTITY domain
` [PATCH v7 11/24] iommu/tegra-smmu: "
` [PATCH v7 12/24] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v7 13/24] iommu/omap: Implement an IDENTITY domain
` [PATCH v7 14/24] iommu/msm: "
` [PATCH v7 15/24] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v7 16/24] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v7 17/24] iommu/ipmmu: "
` [PATCH v7 18/24] iommu/mtk_iommu: "
` [PATCH v7 19/24] iommu/sun50i: "
` [PATCH v7 20/24] iommu: Require a default_domain for all iommu drivers
` [PATCH v7 21/24] iommu: Add __iommu_group_domain_alloc()
` [PATCH v7 22/24] iommu: Add ops->domain_alloc_paging()
` [PATCH v7 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v7 24/24] iommu: Convert remaining simple drivers "

[PATCH] Update creation of flash_block_cache to accout for potential panic
 2023-08-28 21:02 UTC  (2+ messages)

[PATCH v2] reapply: powerpc/xmon: Relax frame size for clang
 2023-08-28 20:39 UTC 

[PATCH] fsl_ucc_hdlc: add a check of the return value from hdlc_open
 2023-08-28 19:38 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] fsl_ucc_hdlc: process the result of hold_open()

[PATCH] Revert "Revert "powerpc/xmon: Relax frame size for clang""
 2023-08-28 17:46 UTC  (2+ messages)

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-28  8:07 UTC  (7+ messages)
` (subset) "

[PATCH 1/2] powerpc/mm/book3s64: Fix build error with SPARSEMEM disabled
 2023-08-28  7:47 UTC  (3+ messages)
` [PATCH 2/2] powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory attached

[PATCH 1/2] perf vendor events: Update JSON/events for power10 platform
 2023-08-28  5:00 UTC  (2+ messages)

[powerpc:next] BUILD REGRESSION c37b6908f7b2bd24dcaaf14a180e28c9132b9c58
 2023-08-28  4:22 UTC 

KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
 2023-08-27 23:17 UTC  (17+ messages)

[powerpc:next-test 84/129] arch/powerpc/mm/init_64.c:477:45: error: 'SECTION_SIZE_BITS' undeclared
 2023-08-27 15:04 UTC 

[PATCH 0/4] Introduce perf build subcommand
 2023-08-27  7:17 UTC  (7+ messages)
` [PATCH 1/4] perf build: introduce "
` [PATCH 2/4] perf version: update --build-options to use 'supported_features' array
` [PATCH 3/4] perf tests task_analyzer: check perf build for libtraceevent support
` [PATCH 4/4] tools/perf/tests: Update probe_vfs_getname.sh script to use perf build --has

[powerpc:next] BUILD REGRESSION b9bbbf4979073d5536b7650decd37fcb901e6556
 2023-08-27  5:47 UTC 

[PATCH] docs: move powerpc under arch
 2023-08-26 16:56 UTC 

[powerpc:next-test] BUILD SUCCESS 4b81a69056d73fadcce7389a2b1b8f389367cacc
 2023-08-26 16:33 UTC 

[PATCH rfc -next v2 00/10] mm: convert to generic VMA lock-based page fault
 2023-08-26  1:07 UTC  (8+ messages)
` [PATCH rfc v2 01/10] mm: add a generic VMA lock-based page fault handler
` [PATCH rfc v2 04/10] s390: mm: use try_vma_locked_page_fault()

[PATCH v9 13/15] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-08-25 23:32 UTC 

[PATCH] kbuild: Show Kconfig fragments in "help"
 2023-08-25 19:11 UTC  (10+ messages)

[powerpc:next 84/128] arch/powerpc/mm/init_64.c:477:38: error: use of undeclared identifier 'SECTION_SIZE_BITS'
 2023-08-25 18:14 UTC  (2+ messages)

[PATCH 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-08-25 17:43 UTC  (11+ messages)
` [PATCH v3 1/5] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v3 2/5] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v3 3/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
` [PATCH v3 4/5] powerpc/code-patching: introduce patch_instructions()
` [PATCH v3 5/5] powerpc/bpf: use patch_instructions()

[PATCH v2 0/4] enable bpf_prog_pack allocator for powerpc
 2023-08-25 15:40 UTC  (6+ messages)
` [PATCH v2 4/4] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-08-25 14:43 UTC  (19+ messages)

[PATCH v4] powerpc: Use shared font data
 2023-08-25 14:27 UTC 

[PATCH] powerpc/perf/hv-24x7: Update domain value check
 2023-08-25 11:35 UTC  (2+ messages)

[PATCH] powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE
 2023-08-25 11:25 UTC 

[PATCH net-next] kunit: Fix checksum tests on big endian CPUs
 2023-08-25  9:20 UTC  (2+ messages)

[PATCH 1/4] powerpc: Make mmiowb a wmb
 2023-08-25  6:59 UTC  (10+ messages)
` [PATCH 4/4] powerpc/64s: Use POWER10 stsync barrier for wmb()

[PATCH] powerpc/dexcr: Move HASHCHK trap handler
 2023-08-25  1:49 UTC 

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-08-25  1:38 UTC  (9+ messages)
` [PATCH v7 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET "

[PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes
 2023-08-22 21:26 UTC  (3+ messages)

[PATCH v4 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer (v4)
 2023-08-24 16:44 UTC  (15+ messages)
` [PATCH v4 06/28] dt-bindings: net: Add support for QMC HDLC
` [PATCH v4 20/28] wan: qmc_hdlc: Add runtime timeslots changes support
` [PATCH v4 21/28] net: wan: Add framer framework support
` [PATCH v4 22/28] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer

[powerpc:next] BUILD REGRESSION 0f71dcfb4aef6043da6cc509e7a7f6a3ae87c12d
 2023-08-24 13:23 UTC  (2+ messages)

[PATCH v3] powerpc: Use shared font data
 2023-08-24 12:46 UTC  (4+ messages)

[powerpc:merge] BUILD SUCCESS 64064aca208d7b078c36be8399825ce8b2cab5be
 2023-08-24 12:28 UTC 

[PATCH] powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12
 2023-08-24 12:28 UTC 

[PATCH v8 0/8] KVM: allow mapping non-refcounted pages
 2023-08-24  9:13 UTC  (10+ messages)
` [PATCH v8 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v8 2/8] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v8 3/8] KVM: mmu: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v8 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v8 5/8] KVM: x86/mmu: Don't pass FOLL_GET "
` [PATCH v8 6/8] KVM: arm64: Migrate "
` [PATCH v8 7/8] KVM: PPC: "
` [PATCH v8 8/8] KVM: mmu: remove __gfn_to_pfn_memslot

[powerpc:next-test] BUILD SUCCESS 18e9506562a0e93e7542cf44fc7d107b7aad9610
 2023-08-24 12:02 UTC 

[PATCH v4 1/2] PCI: layerscape: Add support for Link down notification
 2023-08-24  8:14 UTC  (2+ messages)

[PATCH v3 0/4] general defconfig cleanups
 2023-08-24  6:02 UTC  (3+ messages)
` [PATCH v3 2/4] arch/loongarch/configs/*_defconfig cleanup

[PATCH 2/3] PCI/AER: Disable AER service on suspend
 2023-08-24  4:46 UTC  (2+ messages)
` [PATCH 3/3] PCI/DPC: Disable DPC "

[PATCH RFC] rcu: torture: shorten the time between forward-progress tests
 2023-08-24  2:29 UTC  (3+ messages)

[PATCH treewide 0/9] Remove obsolete IDE headers
 2023-08-23 22:54 UTC  (2+ messages)


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