linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v2 00/20] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-05-20 12:54 UTC  (26+ messages)
` [RFC PATCH v2 01/20] mm: Provide pagesize to pmd_populate()
` [RFC PATCH v2 02/20] mm: Provide page size to pte_alloc_huge()
` [RFC PATCH v2 03/20] mm: Provide pmd to pte_leaf_size()
` [RFC PATCH v2 04/20] mm: Provide mm_struct and address to huge_ptep_get()
` [RFC PATCH v2 05/20] powerpc/mm: Allow hugepages without hugepd
` [RFC PATCH v2 06/20] powerpc/8xx: Fix size given to set_huge_pte_at()
` [RFC PATCH v2 07/20] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [RFC PATCH v2 08/20] powerpc/8xx: Simplify struct mmu_psize_def
` [RFC PATCH v2 09/20] powerpc/mm: Remove _PAGE_PSIZE
` [RFC PATCH v2 10/20] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [RFC PATCH v2 11/20] powerpc/mm: Complement huge_pte_alloc() for all non HUGEPD setups
` [RFC PATCH v2 12/20] powerpc/64e: Remove unneeded #ifdef CONFIG_PPC_E500
` [RFC PATCH v2 13/20] powerpc/64e: Clean up impossible setups
` [RFC PATCH v2 14/20] powerpc/e500: Remove enc field from struct mmu_psize_def
` [RFC PATCH v2 15/20] powerpc/85xx: Switch to 64 bits PGD
` [RFC PATCH v2 16/20] powerpc/e500: Encode hugepage size in PTE bits
` [RFC PATCH v2 17/20] powerpc/e500: Use contiguous PMD instead of hugepd
` [RFC PATCH v2 18/20] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [RFC PATCH v2 19/20] powerpc/mm: Remove hugepd leftovers
` [RFC PATCH v2 20/20] mm: Remove CONFIG_ARCH_HAS_HUGEPD

[PATCH 0/2] ASoC: fsl_mqs: Add i.MX95 platform support
 2024-05-20 10:47 UTC  (4+ messages)
` [PATCH 1/2] ASoC: dt-bindings: fsl,mqs: "
` [PATCH 2/2] ASoC: fsl_mqs: "

CVE-2023-52665: powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2
 2024-05-20  8:52 UTC  (3+ messages)

[RESEND PATCH 0/3] XICS emulation optimizations in KVM for PPC
 2024-05-20  8:20 UTC  (4+ messages)
` [RESEND PATCH 1/3] arch/powerpc/kvm: Use bitmap to speed up resend of irqs in ICS
` [RESEND PATCH 2/3] arch/powerpc/kvm: Optimize the server number -> ICP lookup
` [RESEND PATCH 3/3] arch/powerpc/kvm: Reduce lock contention by moving spinlock from ics to irq_state

[PATCH] selftests/sigaltstack: Fix ppc64 GCC build
 2024-05-20  6:26 UTC 

Machine freezes after running KASAN KUnit test 21 with a GCC 13.2 built kernel but runs tests fine with a CLANG 18 build kernel (v6.9-rc5, 32bit ppc, PowerMac G4 DP)
 2024-05-19 23:01 UTC  (4+ messages)

[PATCH v8] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-05-17 21:11 UTC  (3+ messages)

[PATCH v12 0/8] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-05-17 17:04 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.10-1 tag
 2024-05-17 16:36 UTC  (2+ messages)

[RFC PATCH 0/8] Reimplement huge pages without hugepd on powerpc 8xx
 2024-05-17 14:27 UTC  (2+ messages)

[PATCH v2 0/1] powerpc/numa: Make cpu/memory less numa-node online
 2024-05-17 14:25 UTC  (2+ messages)
` [PATCH v2 1/1] powerpc/numa: Online a node if PHB is attached

[PATCH v2 0/2] PCI hotplug driver fixes
 2024-05-17 11:14 UTC  (5+ messages)
` [PATCH v2 1/2] pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
` [PATCH v2 2/2] powerpc: hotplug driver bridge support

[PATCH 0/5] powerpc64/bpf: jit support for cpuv4 instructions
 2024-05-17  7:56 UTC  (6+ messages)
` [PATCH 1/5] powerpc64/bpf: jit support for 32bit offset jmp instruction
` [PATCH 2/5] powerpc64/bpf: jit support for unconditional byte swap
` [PATCH 3/5] powerpc64/bpf: jit support for sign extended load
` [PATCH 4/5] powerpc64/bpf: jit support for sign extended mov
` [PATCH 5/5] powerpc64/bpf: jit support for signed division and modulo

[PATCHv4 0/9] ASoC: fsl-asoc-card: compatibility integration of a generic codec use case for use with S/PDIF controller
 2024-05-17 11:17 UTC  (19+ messages)
` [PATCHv4 1/9] ASoC: fsl-asoc-card: add support for dai links with multiple codecs
` [PATCHv4 2/9] ASoC: fsl-asoc-card: add second dai link component for codecs
` [PATCHv4 3/9] ASoC: fsl-asoc-card: add compatibility to use 2 codecs in dai-links
` [PATCHv4 4/9] ASoC: fsl-asoc-card: add new compatible for a generic codec use case
` [PATCHv4 5/9] ASoC: fsl-asoc-card: set generic codec as clock provider
` [PATCHv4 6/9] ASoC: fsl-asoc-card: add use of devicetree TDM slot properties
` [PATCHv4 7/9] ASoC: fsl-asoc-card: add DT clock "cpu_sysclk" with generic codec
` [PATCHv4 8/9] ASoC: fsl-asoc-card: add DT property "cpu-system-clock-direction-out"
` [PATCHv4 9/9] ASoC: dt-bindings: fsl-asoc-card: add compatible for generic codec

[PATCH v2] powerpc/perf: Set cpumode flags using sample address
 2024-05-17  9:46 UTC 

[PATCH 0/1] powerpc/numa: Make cpu/memory less numa-node online
 2024-05-17  8:58 UTC  (3+ messages)
` [PATCH 1/1] powerpc/numa: Online a node if PHB is attached

[PATCH] PowerPC: Replace kretprobe with rethook
 2024-05-17  4:56 UTC  (3+ messages)

[powerpc:next] BUILD SUCCESS 61700f816e6f58f6b1aaa881a69a784d146e30f0
 2024-05-17  2:49 UTC 

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-16 23:00 UTC  (3+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v2 0/1] arch/fault: don't print logs for simulated poison errors
 2024-05-16 20:28 UTC  (13+ messages)
` [PATCH v2 1/1] arch/fault: don't print logs for pte marker "

[PATCH 0/3] crypto: X25519 supports for ppc64le
 2024-05-16 19:48 UTC  (21+ messages)
` [PATCH 1/3] crypto: X25519 low-level primitives "
` [PATCH 2/3] crypto: X25519 core functions "
` [PATCH 3/3] crypto: Update Kconfig and Makefile for ppc64le x25519

[syzbot] WARNING in btrfs_free_reserved_data_space_noquota
 2024-05-16 15:38 UTC  (2+ messages)

[PATCH v2 0/3] crypto: X25519 supports for ppc64le
 2024-05-16 15:19 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: X25519 low-level primitives "
` [PATCH v2 2/3] crypto: X25519 core functions "
` [PATCH v2 3/3] crypto: Update Kconfig and Makefile for ppc64le x25519

[PATCH v15 00/16] Add audio support in v4l2 framework
 2024-05-16 14:58 UTC  (28+ messages)

[PATCH] Perf: Calling available function for stats printing
 2024-05-16 13:49 UTC 

[PATCH] powerpc/fadump: Fix section mismatch warning
 2024-05-16 13:26 UTC 

linux-next: build warning after merge of the powerpc tree
 2024-05-16  4:36 UTC  (3+ messages)

kswapd0: page allocation failure: order:0, mode:0x820(GFP_ATOMIC), nodemask=(null),cpuset=/,mems_allowed=0 (Kernel v6.5.9, 32bit ppc)
 2024-05-15 22:06 UTC  (3+ messages)

[PATCH v2] arch/powerpc: Remove unused cede related functions
 2024-05-15  5:23 UTC  (2+ messages)

[PATCH v4 0/5] Add generic data patching functions
 2024-05-15  2:44 UTC  (6+ messages)
` [PATCH v4 1/5] powerpc/code-patching: Add generic memory patching
` [PATCH v4 2/5] powerpc/code-patching: Add data patch alignment check
` [PATCH v4 3/5] powerpc/64: Convert patch_instruction() to patch_u32()
` [PATCH v4 4/5] powerpc/32: Convert patch_instruction() to patch_uint()
` [PATCH v4 5/5] powerpc/code-patching: Add boot selftest for data patching

Administrivia: remove old list address
 2024-05-14 23:39 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 47279113c5d094a564909879dd1983f3c72c2ee5
 2024-05-14 13:43 UTC 

[PATCH 0/2] PCI hotplug driver fixes
 2024-05-14 12:08 UTC  (6+ messages)
` [PATCH 2/2] arch/powerpc: hotplug driver bridge support

[PATCH v5 0/7] PCI: Consolidate TLP Log reading and printing
 2024-05-14 11:31 UTC  (8+ messages)
` [PATCH v5 1/7] PCI: Don't expose pcie_read_tlp_log() outside of PCI subsystem
` [PATCH v5 2/7] PCI: Move TLP Log handling to own file
` [PATCH v5 3/7] PCI: Make pcie_read_tlp_log() signature same
` [PATCH v5 4/7] PCI: Use unsigned int i in pcie_read_tlp_log()
` [PATCH v5 5/7] PCI: Store # of supported End-End TLP Prefixes
` [PATCH v5 6/7] PCI: Add TLP Prefix reading into pcie_read_tlp_log()
` [PATCH v5 7/7] PCI: Create helper to print TLP Header and Prefix Log

[PATCH] arch/powerpc: Remove the definition of unused cede function
 2024-05-14 11:21 UTC  (3+ messages)

[PATCH v3 0/5] Add generic data patching functions
 2024-05-14 10:42 UTC  (6+ messages)
` [PATCH v3 3/5] powerpc/64: Convert patch_instruction() to patch_u32()

[PATCH v2 0/2] ASoC: fsl_xcvr: Support i.MX95 platform
 2024-05-14  3:12 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: fsl,xcvr: Add compatible string for i.MX95
` [PATCH v2 2/2] ASoC: fsl_xcvr: Add support for i.MX95 platform

[powerpc:next-test] BUILD SUCCESS 7b090b6ff51b9a9f002139660672f662b95f0630
 2024-05-14  1:48 UTC 

[powerpc:next] BUILD SUCCESS e789d4499abdb488dd9cabce4f95c74dac6bcbe5
 2024-05-14  1:48 UTC 

[PATCH] powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid mode
 2024-05-14  1:46 UTC 

[PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-05-14  1:09 UTC  (5+ messages)

[PATCH] powerpc/perf: set cpumode flags using sample address in the PPMU_ARCH_31 case
 2024-05-13 13:22 UTC  (3+ messages)

[PATCH v2 0/3] powerpc/fadump: pass additional args to dump capture kernel
 2024-05-13 13:22 UTC  (2+ messages)

[PATCH] powerpc/fadump: update documentation about bootargs_append
 2024-05-13 13:22 UTC  (2+ messages)

[PATCH] powerpc/85xx: fix compile error without CONFIG_CRASH_DUMP
 2024-05-13 13:22 UTC  (2+ messages)

[PATCH V2 0/9] Add data type profiling support for powerpc
 2024-05-13  7:32 UTC  (3+ messages)

[PATCH bpf v2] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-05-13  6:18 UTC  (2+ messages)

[PATCH bpf] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-05-13  6:10 UTC  (3+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-13  2:57 UTC  (7+ messages)

Boot failure with ppc64 port on iMacs G5
 2024-05-11 13:27 UTC  (7+ messages)

[PATCH 0/4] ASoC: fsl_xcvr: Support i.MX95 platform
 2024-05-11 12:47 UTC  (6+ messages)
` [PATCH 2/4] ASoC: dt-bindings: fsl,xcvr: Add two PLL clock sources

[RFC PATCH v2 0/6] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
 2024-05-10 18:33 UTC  (6+ messages)

About the code updte of the arc/linux/arch/beta/kernel/irq_64.c
 2024-05-10 16:23 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).