linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 10:50:18 to 2020-12-22 13:43:59 UTC [more...]

[PATCH v1 00/15] powerpc/32: Reduce head complexity and re-activate MMU earlier
 2020-12-22 13:28 UTC  (4+ messages)
` [PATCH v1 02/15] powerpc/32s: Fix RTAS machine check with VMAP stack
` [PATCH v1 03/15] powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected
` [PATCH v1 04/15] powerpc/32s: Do DABR match out of handle_page_fault()

GIT kernel with the PowerPC updates 5.11-1 doesn't boot on a FSL P5040 board and in a virtual e5500 QEMU machine
 2020-12-22 13:14 UTC  (8+ messages)

[PATCH] powerpc/boot: Fix build of dts/fsl
 2020-12-22 13:11 UTC  (2+ messages)

[PATCH 1/3] powerpc/vdso: Block R_PPC_REL24 relocations
 2020-12-22 13:11 UTC  (4+ messages)
` [PATCH 2/3] powerpc/vdso: Don't pass 64-bit ABI cflags to 32-bit VDSO
` [PATCH 3/3] powerpc/vdso: Fix DOTSYM for 32-bit LE VDSO

[PATCH] powerpc/smp: Add __init to init_big_cores()
 2020-12-22 13:11 UTC  (2+ messages)

[PATCH] powerpc/time: Force inlining of get_tb()
 2020-12-22 13:11 UTC  (2+ messages)

[PATCH] powerpc/32s: Fix RTAS machine check with VMAP stack
 2020-12-22 13:11 UTC  (2+ messages)

[PATCH] powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall too
 2020-12-22 13:11 UTC  (2+ messages)

[Bug 210749] New: sysfs: cannot create duplicate filename '/bus/nvmem/devices/module-vpd'
 2020-12-22  6:51 UTC  (3+ messages)
` [Bug 210749] "

[PATCH 1/3] ibmvfc: byte swap login_buf.resp values in attribute show functions
 2020-12-22  6:24 UTC  (3+ messages)
` [PATCH 3/3] ibmvfc: use correlation token to tag commands

[PATCH 0/3] powerpc: convert to use ARCH_ATOMIC
 2020-12-22  3:52 UTC  (4+ messages)
` [PATCH 3/3] powerpc: rewrite atomics "

[RFC PATCH 0/5] powerpc/64s/radix: Use non-atomic ops for PTE
 2020-12-22  3:37 UTC  (10+ messages)
` [RFC PATCH 1/5] powerpc/64s: update_mmu_cache inline the radix test
` [RFC PATCH 2/5] powerpc/64s: implement mm_nmmu_has_tlbs
` [RFC PATCH 3/5] powerpc/64s: add CONFIG_PPC_NMMU for nest MMU support
` [RFC PATCH 4/5] powerpc/64s/radix: implement complete radix__ptep_get_and_clear_full
` [RFC PATCH 5/5] powerpc/64s/radix: Use non-atomic PTE updates if the MMU does not modify the PTE

[PATCH] powerpc: always enable queued spinlocks for 64s, disable for others
 2020-12-22  3:28 UTC  (3+ messages)

[PATCH] powerpc:Don't print raw EIP/LR hex values in dump_stack() and show_regs()
 2020-12-21 17:12 UTC  (5+ messages)

[RFC Qemu PATCH v2 0/2] spapr: nvdimm: Asynchronus flush hcall support
 2020-12-21 14:37 UTC  (7+ messages)
` [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level
` [RFC Qemu PATCH v2 2/2] spapr: nvdimm: Implement async flush hcalls

[PATCH] KVM: PPC: fix comparison to bool warning
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Assign boolean values to a bool variable
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH] powerpc/ps3: use dma_mapping_error()
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH] powerpc/configs: Add ppc64le_allnoconfig target
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH] powerpc: Add config fragment for disabling -Werror
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH v2 1/1] powerpc/kvm: Fix mask size for emulated msgsndp
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH] powerpc/memhotplug: quieting some DLPAR operations
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH] powerpc/mm: Fix hugetlb_free_pmd_range() and hugetlb_free_pud_range()
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH] powerpc: force inlining of csum_partial() to avoid multiple csum_partial() with GCC10
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH] powerpc/powernv: Rate limit opal-elog read failure message
 2020-12-21 11:03 UTC  (2+ messages)

[PATCH V3] powerpc/perf: Fix Threshold Event Counter Multiplier width for P10
 2020-12-21 11:03 UTC  (2+ messages)

cleanup handling of bad IRQs
 2020-12-21  9:27 UTC  (23+ messages)
` [PATCH 01/23] kernel: irq: irqdescs: warn on spurious IRQ
` [PATCH 02/23] arch: alpha: drop misleading warning "
` [PATCH 03/23] arch: arm: "
` [PATCH 04/23] arch: c6x: "
` [PATCH 05/23] arch: ia64: "
` [PATCH 06/23] arch: mips: "
` [PATCH 07/23] arch: parisc: "
` [PATCH 08/23] arch: powerpc: "
` [PATCH 09/23] arch: s390: "
` [PATCH 10/23] arch: sh: "
` [PATCH 11/23] arch: sparc: "
` [PATCH 12/23] arch: x86: "
` [PATCH 13/23] arch: generic: "
` [PATCH 14/23] kernel: generic counter for interrupt errors
` [PATCH 15/23] arch: mips: use generic irq error counter
` [PATCH 16/23] arch: alpha: "
` [PATCH 17/23] arch: arm: "
` [PATCH 18/23] arch: arm64: "
` [PATCH 19/23] arch: c6x: "

[PATCH v2] powerpc/perf/hv-24x7: Dont create sysfs event files for dummy events
 2020-12-21  9:02 UTC  (4+ messages)

[PATCH 00/23] powerpc: Fix W=1 compile errors
 2020-12-21  8:49 UTC  (32+ messages)
` [PATCH 01/23] powerpc/mm: Include __find_linux_pte() prototype
` [PATCH 02/23] powerpc/pseries/ras: Remove unused variable 'status'
` [PATCH 03/23] powerpc/pseries/eeh: Make pseries_pcibios_bus_add_device() static
` [PATCH 04/23] powerpc/pseries/ras: Make init_ras_hotplug_IRQ() static
` [PATCH 05/23] powerpc/pmem: Include pmem prototypes
` [PATCH 06/23] powerpc/setup_64: Make some routines static
` [PATCH 07/23] powerpc/mce: Include prototypes
` [PATCH 08/23] powerpc/smp: Include tick_broadcast() prototype
` [PATCH 09/23] powerpc/smp: Make debugger_ipi_callback() static
` [PATCH 10/23] powerpc/optprobes: Remove unused routine patch_imm32_load_insns()
` [PATCH 11/23] powerpc/optprobes: Make patch_imm64_load_insns() static
` [PATCH 12/23] powerpc/mm: Declare some prototypes
` [PATCH 13/23] powerpc/mm: Move hpte_insert_repeating() prototype
` [PATCH 14/23] powerpc/mm: Declare preload_new_slb_context() prototype
` [PATCH 15/23] powerpc/mm/hugetlb: Make pseries_alloc_bootmem_huge_page() static
` [PATCH 16/23] powerpc/mm: Declare arch_report_meminfo() prototype
` [PATCH 17/23] powerpc/watchdog: Declare soft_nmi_interrupt() prototype
` [PATCH 18/23] KVM: PPC: Make the VMX instruction emulation routines static
` [PATCH 19/23] KVM: PPC: Book3S HV: Include prototypes
` [PATCH 20/23] KVM: PPC: Book3S HV: Declare some prototypes
` [PATCH 21/23] powerpc/pseries: Make IOV setup routines static
` [PATCH 22/23] powerpc/pcidn: "
` [PATCH 23/23] powerpc/pseries/eeh: Make pseries_send_allow_unfreeze() static

unsubscribe
 2020-12-21  7:28 UTC 

[PATCH 0/5] ibmvfc: MQ preparatory locking work
 2020-12-18 23:19 UTC  (6+ messages)
` [PATCH 1/5] ibmvfc: define generic queue structure for CRQs
` [PATCH 2/5] ibmvfc: make command event pool queue specific
` [PATCH 3/5] ibmvfc: define per-queue state/list locks
` [PATCH 4/5] ibmvfc: complete commands outside the host/queue lock
` [PATCH 5/5] ibmvfc: relax locking around ibmvfc_queuecommand

[PATCH] powerpc: fix alignment bug whithin the init sections
 2020-12-18 20:43 UTC  (4+ messages)

[RFC PATCH v1 0/7] Implement EBPF on powerpc32
 2020-12-18 19:33 UTC  (7+ messages)
` [RFC PATCH v1 1/7] powerpc/bpf: Remove classical BPF support for PPC32
` [RFC PATCH v1 3/7] powerpc/bpf: Move common helpers into bpf_jit.h
` [RFC PATCH v1 7/7] powerpc/bpf: Implement extended BPF on PPC32

(repost) cleaning up handling of bad IRQs
 2020-12-18 14:57 UTC  (20+ messages)
` [PATCH 01/23] kernel: irq: irqdescs: warn on spurious IRQ
` [PATCH 02/23] arch: alpha: drop misleading warning "
` [PATCH 03/23] arch: arm: "
` [PATCH 04/23] arch: c6x: "
` [PATCH 05/23] arch: ia64: "
` [PATCH 06/23] arch: mips: "
` [PATCH 07/23] arch: parisc: "
` [PATCH 08/23] arch: powerpc: "
` [PATCH 09/23] arch: s390: "
` [PATCH 10/23] arch: sh: "
` [PATCH 11/23] arch: sparc: "
` [PATCH 12/23] arch: x86: "
` [PATCH 13/23] arch: generic: "
` [PATCH 14/23] kernel: generic counter for interrupt errors
` [PATCH 15/23] arch: mips: use generic irq error counter
` [PATCH 16/23] arch: alpha: "
` [PATCH 17/23] arch: arm: "
` [PATCH 18/23] arch: arm64: "
` [PATCH 19/23] arch: c6x: "

[PATCH] mm: Remove arch_remap() and mm-arch-hooks.h
 2020-12-18 14:07 UTC 

[PATCH] powerpc/perf/hv-24x7: Dont create sysfs event files for dummy events
 2020-12-18  7:51 UTC  (5+ messages)

[PATCH v2] powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected
 2020-12-18  6:56 UTC 

[PATCH] powerpc/mm: Limit allocation of SWIOTLB on server machines
 2020-12-18  6:21 UTC 

[powerpc:merge] BUILD SUCCESS 3ae03872115a0a158508ee5a91337648aede547d
 2020-12-17 22:28 UTC 

[powerpc:next] BUILD SUCCESS c1bea0a840ac75dca19bc6aa05575a33eb9fd058
 2020-12-17 22:28 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.11-1 tag
 2020-12-17 21:44 UTC  (2+ messages)

[PATCH 0/7] powerpc/64s: TLB flushing improvements
 2020-12-17 18:23 UTC  (9+ messages)
` [PATCH 1/7] powerpc/64s/radix: add warning and comments in mm_cpumask trim
` [PATCH 2/7] powerpc/64s/radix: refactor TLB flush type selection
` [PATCH 3/7] powerpc/64s/radix: Check for no TLB flush required
` [PATCH 4/7] powerpc/64s/radix: Allow mm_cpumask trimming from external sources
` [PATCH 5/7] powerpc/64s/radix: occasionally attempt to trim mm_cpumask
` [PATCH 6/7] powerpc/64s/radix: serialize_against_pte_lookup IPIs "
` [PATCH 7/7] powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBs

powerpc VDSO files being unnecessarily rebuilt
 2020-12-17 16:40 UTC  (3+ messages)

[PATCH v2 00/17] ibmvfc: initial MQ development
 2020-12-17 11:49 UTC  (8+ messages)
` [PATCH v2 01/17] ibmvfc: add vhost fields and defaults for MQ enablement

[PATCH v2 0/2] Support for H_RPT_INVALIDATE in PowerPC KVM
 2020-12-17  8:48 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE

[PATCH] powerpc/64s/kuap: Use mmu_has_feature()
 2020-12-17  0:53 UTC 

linux-next: manual merge of the akpm-current tree with the powerpc tree
 2020-12-17  0:48 UTC  (2+ messages)

[PATCH] arch: fix 'unexpected IRQ trap at vector' warnings
 2020-12-16 16:42 UTC  (6+ messages)

[PATCH] ASoC: imx-hdmi: Fix warning of the uninitialized variable ret
 2020-12-16 15:52 UTC  (4+ messages)

[PATCH -next] pci/controller/dwc: convert comma to semicolon
 2020-12-16 13:19 UTC 

[PATCH -next] soc: fsl: qbman: Delete useless kfree code
 2020-12-16 13:08 UTC 

[powerpc:next-test 146/304] arch/powerpc/mm/book3s64/pkeys.c:284:20: error: unused function 'update_current_thread_amr'
 2020-12-16 12:27 UTC 

[PATCH] powerpc/44x: fix spelling mistake in Kconfig "varients" -> "variants"
 2020-12-16 11:36 UTC 

[PATCH v3 0/4] KVM: PPC: Power10 2nd DAWR enablement
 2020-12-16 10:42 UTC  (3+ messages)
` [PATCH v3 1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1
` [PATCH v3 4/4] KVM: PPC: Introduce new capability for 2nd DAWR


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