linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-26 14:18:41 to 2020-08-31 09:17:20 UTC [more...]

generic DMA bypass flag v4
 2020-08-31  6:40 UTC  (4+ messages)
` [PATCH 5/5] powerpc: use the generic dma_ops_bypass mode

KVM on POWER8 host lock up since 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C")
 2020-08-31  9:15 UTC  (4+ messages)

[PATCH 1/2] powerpc/8xx: Refactor calculation of number of entries per PTE in page tables
 2020-08-31  8:30 UTC  (2+ messages)
` [PATCH 2/2] powerpc/8xx: Support 16k hugepages with 4k pages

[PATCH] selftests/vm: Fix display of page size in map_hugetlb
 2020-08-31  8:23 UTC 

[PATCH] powerpc: Fix random segfault when freeing hugetlb range
 2020-08-31  7:58 UTC 

[PATCH] fsldma: fsl_ioread64*() do not need lower_32_bits()
 2020-08-31  6:39 UTC  (7+ messages)

[PATCH] powerpc/powernv/pci: Drop pnv_phb->initialized
 2020-08-31  6:15 UTC 

[PATCH v1 00/10] DDW indirect mapping
 2020-08-31  4:35 UTC  (42+ messages)
` [PATCH v1 01/10] powerpc/pseries/iommu: Replace hard-coded page shift
` [PATCH v1 02/10] powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE on iommu_*_coherent()
` [PATCH v1 03/10] powerpc/kernel/iommu: Use largepool as a last resort when !largealloc
` [PATCH v1 04/10] powerpc/kernel/iommu: Add new iommu_table_in_use() helper
` [PATCH v1 05/10] powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helper
` [PATCH v1 06/10] powerpc/pseries/iommu: Add ddw_list_add() helper
` [PATCH v1 07/10] powerpc/pseries/iommu: Allow DDW windows starting at 0x00
` [PATCH v1 08/10] powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()
` [PATCH v1 09/10] powerpc/pseries/iommu: Make use of DDW even if it does not map the partition

[PATCH 0/4] more mm switching vs TLB shootdown and lazy tlb
 2020-08-31  1:25 UTC  (7+ messages)
` [PATCH 1/4] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
` [PATCH 2/4] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
` [PATCH 3/4] sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
` [PATCH 4/4] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

fsl_espi errors on v5.7.15
 2020-08-30 21:59 UTC  (10+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.9-4 tag
 2020-08-30 19:15 UTC  (2+ messages)

ptrace_syscall_32 is failing
 2020-08-30 15:52 UTC 

[PATCH v2] powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMU
 2020-08-30 11:39 UTC  (2+ messages)

[PATCH] fsldma: fsl_ioread64*() do not need lower_32_bits()
 2020-08-29 15:58 UTC  (2+ messages)

[PATCH net-next] net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTION
 2020-08-29 11:58 UTC 

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-08-29  9:25 UTC  (18+ messages)
` [PATCH 01/10] fs: don't allow kernel reads and writes without iter ops
` [PATCH 02/10] fs: don't allow splice read/write without explicit ops
` [PATCH 03/10] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 04/10] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 05/10] lkdtm: disable set_fs-based "
` [PATCH 06/10] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32, 64}_types.h
` [PATCH 07/10] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 08/10] x86: remove address space overrides using set_fs()
` [PATCH 09/10] powerpc: use non-set_fs based maccess routines
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()

kernel since 5.6 do not boot anymore on Apple PowerBook
 2020-08-28 17:07 UTC  (25+ messages)

Flushing transparent hugepages
 2020-08-28 17:06 UTC  (3+ messages)

[powerpc:fixes-test] BUILD SUCCESS 4a133eb351ccc275683ad49305d0b04dde903733
 2020-08-28 16:53 UTC 

[powerpc:merge] BUILD SUCCESS f5d3660ab83be7c3dc2c8a5d662bbac7bc1b092f
 2020-08-28 16:53 UTC 

[powerpc:next-test] BUILD SUCCESS WITH WARNING dd419a93bd9954cfdd333f8387a9a0d22218720d
 2020-08-28 16:54 UTC 

[PATCH v2] powerpc/book3s64/radix: Fix boot failure with large amount of guest memory
 2020-08-28 10:08 UTC 

[PATCHv5 1/2] powerpc/pseries: group lmb operation and memblock's
 2020-08-28  8:10 UTC  (6+ messages)
` [PATCHv5 2/2] powerpc/pseries: update device tree before ejecting hotplug uevents

[PATCH v2 1/5] powerpc/vdso: Remove DBG()
 2020-08-28  5:58 UTC  (5+ messages)
` [PATCH v2 2/5] powerpc/vdso: Don't rely on vdso_pages being 0 for failure
` [PATCH v2 3/5] powerpc/vdso: Initialise vdso32_kbase at compile time
` [PATCH v2 4/5] powerpc/vdso: Declare constant vars as __ro_after_init
` [PATCH v2 5/5] powerpc/vdso: Declare vdso_patches[] as __initdata

[PATCH v1 1/9] powerpc/vdso: Remove BUG_ON() in vdso_init()
 2020-08-28  5:46 UTC  (8+ messages)
` [PATCH v1 4/9] powerpc/vdso: Remove unnecessary ifdefs in vdso_pagelist initialization

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-08-28  2:14 UTC  (8+ messages)
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()

[PATCH] powerpc/tools: Remove 90 line limit in checkpatch script
 2020-08-28  2:05 UTC 

[powerpc:next-test] BUILD SUCCESS adf3447eddc59967b18faf51dff97c07a5a8220b
 2020-08-27 20:00 UTC 

[powerpc:merge] BUILD SUCCESS 2281d5a219ba2dca30e0e74e49b811ed8bfc6a81
 2020-08-27 20:00 UTC 

[powerpc:fixes-test] BUILD SUCCESS 16d83a540ca4e7f1ebb2b3756869b77451d31414
 2020-08-27 20:00 UTC 

[PATCH] powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMU
 2020-08-27 18:26 UTC 

[PATCH v3 0/6] Use per-CPU temporary mappings for patching
 2020-08-27 18:10 UTC  (10+ messages)
` [PATCH v3 1/6] powerpc: Add LKDTM accessor for patching addr
` [PATCH v3 2/6] x86: "
` [PATCH v3 3/6] Add LKDTM test to hijack a patch mapping (powerpc, x86_64)
` [PATCH v3 4/6] powerpc: Introduce temporary mm
` [PATCH v3 5/6] powerpc: Initialize a temporary mm for code patching
` [PATCH v3 6/6] powerpc: Use "

[PATCH v2 25/25] powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsafe' version
 2020-08-27 15:59 UTC  (2+ messages)

[PATCH v1 1/6] powerpc/vdso: Remove DBG()
 2020-08-27 15:49 UTC  (6+ messages)
` [PATCH v1 2/6] powerpc/vdso: Don't reference vdso32 static functions/vars without CONFIG_VDSO32
` [PATCH v1 3/6] powerpc/vdso: Don't rely on vdso_pages being 0 for failure
` [PATCH v1 4/6] powerpc/vdso: Initialise vdso32_kbase at compile time
` [PATCH v1 5/6] powerpc/vdso: Declare constant vars as __ro_after_init
` [PATCH v1 6/6] powerpc/vdso: Declare vdso_patches[] as __initdata

[PATCH v3 00/13] mm/debug_vm_pgtable fixes
 2020-08-27 12:17 UTC  (15+ messages)
` [PATCH v3 01/13] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
` [PATCH v3 02/13] powerpc/mm: Move setting pte specific flags to pfn_pte
` [PATCH v3 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [PATCH v3 04/13] mm/debug_vm_pgtables/hugevmap: Use the arch helper to identify huge vmap support
` [PATCH v3 05/13] mm/debug_vm_pgtable/savedwrite: Enable savedwrite test with CONFIG_NUMA_BALANCING
` [PATCH v3 06/13] mm/debug_vm_pgtable/THP: Mark the pte entry huge before using set_pmd/pud_at
` [PATCH v3 07/13] mm/debug_vm_pgtable/set_pte/pmd/pud: Don't use set_*_at to update an existing pte entry
` [PATCH v3 08/13] mm/debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [PATCH v3 09/13] mm/debug_vm_pgtable/locks: Move non page table modifying test together
` [PATCH v3 10/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v3 11/13] mm/debug_vm_pgtable/pmd_clear: Don't use pmd/pud_clear on pte entries
` [PATCH v3 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH v3 13/13] mm/debug_vm_pgtable: populate a pte entry before fetching it

[PATCH 0/2] do exception handling appropriately in imx_es8328_probe()
 2020-08-27  9:17 UTC  (3+ messages)
` [PATCH 2/2] ASoC: fsl: imx-es8328: add missing put_device() call "

remove the last set_fs() in common code, and remove it for x86 and powerpc
 2020-08-27  9:37 UTC  (4+ messages)
` [PATCH 09/11] x86: remove address space overrides using set_fs()

[PATCH v2 0/3] Reintroduce PROT_SAO
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH] Documentation/powerpc: fix malformed table in syscall64-abi
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH] Revert "powerpc/powernv/idle: Replace CPU feature check with PVR check"
 2020-08-27  7:46 UTC  (5+ messages)

[PATCH] powerpc/64s: scv entry should set PPR
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH] video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=n
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH] powerpc/64s: Fix crash in load_fp_state() due to fpexc_mode
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH] powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH] powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driver
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH kernel] powerpc/perf: Stop crashing with generic_compat_pmu
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH] powerpc/perf: Fix reading of MSR[HV PR] bits in trace-imc
 2020-08-27  7:46 UTC  (2+ messages)

[PATCH v2] powerpc: Update documentation of ISA versions for Power10
 2020-08-27  6:18 UTC  (4+ messages)

[PATCH v5 00/23] Kernel userspace access/execution prevention with hash translation
 2020-08-27  4:57 UTC  (25+ messages)
` [PATCH v5 01/23] powerpc: Add new macro to handle NESTED_IFCLR
` [PATCH v5 02/23] KVM: PPC: BOOK3S: PR: Ignore UAMOR SPR
` [PATCH v5 03/23] powerpc/book3s64/kuap/kuep: Make KUAP and KUEP a subfeature of PPC_MEM_KEYS
` [PATCH v5 04/23] powerpc/book3s64/kuap/kuep: Move uamor setup to pkey init
` [PATCH v5 05/23] powerpc/book3s64/kuap: Move KUAP related function outside radix
` [PATCH v5 06/23] powerpc/book3s64/kup: Use the correct #ifdef when including headers
` [PATCH v5 07/23] powerpc/book3s64/kuep: Move KUEP related function outside radix
` [PATCH v5 08/23] powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP to MMU_FTR_KUAP
` [PATCH v5 09/23] powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation
` [PATCH v5 10/23] powerpc/exec: Set thread.regs early during exec
` [PATCH v5 11/23] powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry and exit from kernel
` [PATCH v5 12/23] powerpc/book3s64/pkeys: Inherit correctly on fork
` [PATCH v5 13/23] powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
` [PATCH v5 14/23] powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one
` [PATCH v5 15/23] powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode
` [PATCH v5 16/23] powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR
` [PATCH v5 17/23] powerpc/book3s64/kuap: Improve error reporting with KUAP
` [PATCH v5 18/23] powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation
` [PATCH v5 19/23] powerpc/book3s64/kuep: Use Key 3 to implement KUEP "
` [PATCH v5 20/23] powerpc/book3s64/hash/kuap: Enable kuap on hash
` [PATCH v5 21/23] powerpc/book3s64/hash/kuep: Enable KUEP "
` [PATCH v5 22/23] powerpc/book3s64/hash/kup: Don't hardcode kup key
` [PATCH v5 23/23] powerpc/book3s64/pkeys: Optimize FTR_KUAP and FTR_KUEP disabled case

[PATCH] powerpc/64s: Remove TM from Power10 features
 2020-08-27  3:55 UTC 

[PATCH] ASoC: fsl_spdif: Fix unnecessary check in fsl_spdif_probe()
 2020-08-27  1:37 UTC  (3+ messages)
  ` [PATCH] ASoC: fsl_spdif: Fix unnecessary check infsl_spdif_probe()

[PATCH v5 4/8] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
 2020-08-27  0:59 UTC  (2+ messages)

[PATCH v2 16/23] powerpc: use asm-generic/mmu_context.h for no-op implementations
 2020-08-26 14:52 UTC 

[Bug 208957] New: 5.9-rc1 fails to build for a PowerMac G5: .../book3s64/hash_utils.c:1119:21: error: ‘default_uamor’ undeclared (first use in this function) 1119 | mtspr(SPRN_UAMOR, default_uamor);
 2020-08-26 14:34 UTC  (3+ messages)
` [Bug 208957] "

[PATCH v2 1/4] powerpc/drmem: Make lmb_size 64 bit
 2020-08-26 13: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).