linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-17 13:58:36 to 2020-12-23 21:00:54 UTC [more...]

[PATCH] powerpc/mm: Limit allocation of SWIOTLB on server machines
 2020-12-23 20:58 UTC  (2+ messages)

[PATCH 1/2] powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o
 2020-12-23 17:11 UTC  (2+ messages)
` [PATCH 2/2] powerpc/vdso64: remove meaningless vgettimeofday.o build rule

[PATCH -next] soc: fsl: qe: Use DEFINE_SPINLOCK() for spinlock
 2020-12-23 14:14 UTC 

[PATCH -next] misc: ocxl: use DEFINE_MUTEX (and mutex_init() had been too late)
 2020-12-23 14:12 UTC 

[PATCH] arch: consolidate pm_power_off callback
 2020-12-23 10:37 UTC  (4+ messages)

[PATCH] tty: serial: cpm_uart: Add udbg support for enabling xmon
 2020-12-23  9:38 UTC  (3+ messages)
` [PATCH] powerpc/xmon: Select CONSOLE_POLL for the 8xx
` [PATCH] powerpc/xmon: Enable breakpoints on 8xx

[PATCH] powerpc/32s: Fix RTAS machine check with VMAP stack
 2020-12-23  6:48 UTC  (3+ messages)

[PATCH] powerpc/32s: Fix RTAS machine check with VMAP stack - again
 2020-12-23  6:40 UTC 

[powerpc:merge] BUILD SUCCESS 409655c00c9ca27e768b09af3bae5bd675fbd994
 2020-12-23  3:59 UTC 

[powerpc:fixes-test] BUILD SUCCESS 9c7422b92cb27369653c371ad9c44a502e5eea8f
 2020-12-23  3:52 UTC 

[PATCH 0/3] powerpc: convert to use ARCH_ATOMIC
 2020-12-23  2:45 UTC  (5+ messages)
` [PATCH 3/3] powerpc: rewrite atomics "

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

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

[PATCH v3 00/19] powerpc: interrupt wrappers
 2020-12-22 14:42 UTC  (3+ messages)
` [PATCH v3 03/19] powerpc: bad_page_fault, do_break get registers from regs

[PATCH] tpm: ibmvtpm: fix error return code in tpm_ibmvtpm_probe()
 2020-12-22 13:36 UTC  (3+ messages)

[PATCH -next] ide/pmac: use DIV_ROUND_UP macro to do calculation
 2020-12-22 13:32 UTC 

[PATCH v1 00/15] powerpc/32: Reduce head complexity and re-activate MMU earlier
 2020-12-22 13:28 UTC  (16+ messages)
` [PATCH v1 01/15] powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall too
` [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()
` [PATCH v1 05/15] powerpc: Remove address argument from bad_page_fault()
` [PATCH v1 06/15] powerpc: Remove address and errorcode arguments from do_break()
` [PATCH v1 07/15] powerpc: Remove address and errorcode arguments from do_page_fault()
` [PATCH v1 08/15] powerpc/32: Split head_32.h into head_40x.h and head_6xx_8xx.h
` [PATCH v1 09/15] powerpc/32: Preserve cr1 in exception prolog stack check
` [PATCH v1 10/15] powerpc/32: Make VMAP stack code depend on HAVE_ARCH_VMAP_STACK
` [PATCH v1 11/15] powerpc/32: Use r1 directly instead of r11 in syscall prolog
` [PATCH v1 12/15] powerpc/32: Remove msr argument in EXC_XFER_TEMPLATE() on 6xx/8xx
` [PATCH v1 13/15] powerpc/32: Enable instruction translation at the same time as data translation
` [PATCH v1 14/15] powerpc/32: Use r1 directly instead of r11 in exception prologs on 6xx/8xx
` [PATCH v1 15/15] powerpc/32: Use r11 to store DSISR in prolog

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/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  (2+ messages)
` [Bug 210749] "

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

[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  (5+ messages)
` [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  (3+ messages)

[PATCH v2] powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected
 2020-12-18  6:56 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  (5+ messages)
` [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)


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