linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 11:20:04 to 2020-12-21 08:51:36 UTC [more...]

[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

[PATCH] powerpc/smp: Add __init to init_big_cores()
 2020-12-21  7:41 UTC 

unsubscribe
 2020-12-21  7:28 UTC 

[PATCH] powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall too
 2020-12-21  6:18 UTC 

[PATCH] powerpc: always enable queued spinlocks for 64s, disable for others
 2020-12-21  6:04 UTC  (2+ messages)

cleanup handling of bad IRQs
 2020-12-21  5:44 UTC  (22+ 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  5:40 UTC  (3+ messages)

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

[PATCH] powerpc/time: Force inlining of get_tb()
 2020-12-20 18:18 UTC 

[RFC PATCH 0/5] powerpc/64s/radix: Use non-atomic ops for PTE
 2020-12-20 11:43 UTC  (8+ 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

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-19 12:33 UTC  (6+ messages)

[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  (11+ messages)
` [RFC PATCH v1 1/7] powerpc/bpf: Remove classical BPF support for PPC32
` [RFC PATCH v1 2/7] powerpc/bpf: Change register numbering for bpf_set/is_seen_register()
` [RFC PATCH v1 3/7] powerpc/bpf: Move common helpers into bpf_jit.h
` [RFC PATCH v1 4/7] powerpc/bpf: Move common functions into bpf_jit_comp.c
` [RFC PATCH v1 5/7] powerpc/bpf: Change values of SEEN_ flags
` [RFC PATCH v1 6/7] powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPF
` [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 1/3] powerpc/vdso: Block R_PPC_REL24 relocations
 2020-12-18 11:16 UTC  (3+ 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/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)

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

[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  (7+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v2 2/2] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[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  (5+ messages)
` [PATCH v3 1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1
` [PATCH v3 2/4] KVM: PPC: Rename current DAWR macros and variables
` [PATCH v3 3/4] KVM: PPC: Add infrastructure to support 2nd DAWR
` [PATCH v3 4/4] KVM: PPC: Introduce new capability for "

[PATCH v3 00/19] powerpc: interrupt wrappers
 2020-12-16  7:17 UTC  (3+ messages)
` [PATCH v3 04/19] powerpc/perf: move perf irq/nmi handling details into traps.c

[PATCH] powerpc/boot: Fix build of dts/fsl
 2020-12-16  5:23 UTC  (4+ messages)

[PATCH v2 00/13] powerpc/xive: misc cleanups
 2020-12-16  2:49 UTC  (5+ messages)
` [PATCH v2 07/13] powerpc: Increase NR_IRQS range to support more KVM guests

[powerpc:merge] BUILD SUCCESS a1d4aa500bfb93c4ea6eb9a3c5c9cb6720ed8f46
 2020-12-16  1:13 UTC 

[powerpc:next] BUILD SUCCESS c15d1f9d03a0f4f68bf52dffdd541c8054e6de35
 2020-12-16  1:13 UTC 

[RFC PATCH] treewide: remove bzip2 compression support
 2020-12-15 23:39 UTC  (3+ messages)

[PATCH] powerpc/vas: Fix IRQ name allocation
 2020-12-15 12:33 UTC  (3+ messages)

[PATCH 2/3] kbuild: LD_VERSION redenomination
 2020-12-15 13:48 UTC  (2+ messages)

[PATCH v7 updated 21/22 ] powerpc/book3s64/kup: Check max key supported before enabling kup
 2020-12-15 11:19 UTC  (2+ messages)

[PATCH] powerpc/book3s64/kuap: Improve error reporting with KUAP
 2020-12-15 11:09 UTC  (4+ messages)

[PATCH 0/3] powerpc: convert to use ARCH_ATOMIC
 2020-12-15 11:01 UTC  (2+ messages)

[PATCH v4 1/6] powerpc/book3s64/kuap: Improve error reporting with KUAP
 2020-12-15 10:58 UTC  (2+ messages)

[PATCH v1 01/20] powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32
 2020-12-15 10:53 UTC  (2+ messages)

[PATCH] powerpc/rtas: fix typo of ibm,open-errinjct in rtas filter
 2020-12-15 10:49 UTC  (2+ messages)
` [PATCH] powerpc/rtas: fix typo of ibm, open-errinjct "

[PATCH v5 0/5] powerpc/sstep: VSX 32-byte vector paired load/store instructions
 2020-12-15 10:49 UTC  (2+ messages)

[PATCH v3] powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions
 2020-12-15 10:49 UTC  (2+ messages)

[PATCH v2] powerpc/64: irq replay remove decrementer overflow check
 2020-12-15 10:49 UTC  (2+ messages)

[PATCH] powerpc/64s: Remove MSR[ISF] bit
 2020-12-15 10:49 UTC  (2+ messages)

[PATCH 1/2] powerpc/64s: remplement power4_idle code in C
 2020-12-15 10:49 UTC  (2+ messages)

[PATCH v2 00/28] partition suspend updates
 2020-12-15 10:49 UTC  (2+ messages)

[PATCH v3 0/5] Extend Parsing "ibm, thread-groups" for Shared-L2 information
 2020-12-15 10:49 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).