linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 12:25:59 to 2021-02-06 16:36:12 UTC [more...]

[PATCH 2/8] powerpc/signal: Add unsafe_copy_{vsx,fpr}_from_user()
 2021-02-06 16:32 UTC  (2+ messages)
` [PATCH 2/8] powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()

[GIT PULL] Please pull powerpc/linux.git powerpc-5.11-7 tag
 2021-02-06 12:50 UTC 

[PATCH 1/3] powerpc/32s: Change mfsrin() into a static inline function
 2021-02-06 11:47 UTC  (3+ messages)
` [PATCH 2/3] powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()
` [PATCH 3/3] powerpc/32s: Allow constant folding in mtsr()/mfsr()

[PATCH v2] powerpc64/idle: Fix SP offsets when saving GPRs
 2021-02-06  7:23 UTC 

[PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code
 2021-02-06  3:03 UTC  (7+ messages)

[PATCH v3] powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mm
 2021-02-06  2:56 UTC 

[PATCH v7 00/42] powerpc: interrupt wrappers
 2021-02-06  2:46 UTC  (9+ messages)
` [PATCH v7 28/42] powerpc: convert interrupt handlers to use wrappers
` [PATCH v7 39/42] powerpc: move NMI entry/exit code into wrapper

[PATCH] powerpc/8xx: Fix software emulation interrupt
 2021-02-06  2:30 UTC  (2+ messages)

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2021-02-06  2:28 UTC  (10+ messages)
` [PATCH v3 28/32] powerpc/64s: interrupt implement exit logic in C

[RFC PATCH 0/9] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-02-05 21:28 UTC  (3+ messages)
` [RFC PATCH 1/9] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point

[PATCH] powerpc/pseries/dlpar: handle ibm, configure-connector delay status
 2021-02-05 19:46 UTC  (3+ messages)
` [PATCH] powerpc/pseries/dlpar: handle ibm,configure-connector "

[PATCH v2] powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mm
 2021-02-05 18:17 UTC 

[PATCH v2 1/2] ima: Free IMA measurement buffer on error
 2021-02-05 17:59 UTC  (7+ messages)
` [PATCH v2 2/2] ima: Free IMA measurement buffer after kexec syscall

[PATCH] mm/pmem: Avoid inserting hugepage PTE entry with fsdax if hugepage support is disabled
 2021-02-05 17:47 UTC  (3+ messages)

[PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
 2021-02-05 16:41 UTC  (2+ messages)
` [PATCH] KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2

[PATCH] powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mm
 2021-02-05 16:12 UTC  (4+ messages)

[PATCH 1/2] PCI/AER: Disable AER interrupt during suspend
 2021-02-05 15:17 UTC  (3+ messages)

[PATCH 0/7] Add audio driver base on rpmsg on i.MX platform
 2021-02-05 14:58 UTC  (11+ messages)
` [PATCH 1/7] ASoC: soc-component: Add snd_soc_pcm_component_ack
` [PATCH 2/7] ASoC: fsl_rpmsg: Add CPU DAI driver for audio base on rpmsg
` [PATCH 3/7] ASoC: dt-bindings: fsl_rpmsg: Add binding doc for rpmsg cpu dai driver
` [PATCH 4/7] ASoC: imx-audio-rpmsg: Add rpmsg_driver for audio channel
` [PATCH 5/7] ASoC: imx-pcm-rpmsg: Add platform driver for audio base on rpmsg
` [PATCH 6/7] ASoC: imx-rpmsg: Add machine "
` [PATCH 7/7] ASoC: dt-bindings: imx-rpmsg: Add binding doc for rpmsg machine driver

[PATCH] mm/memtest: Add ARCH_USE_MEMTEST
 2021-02-05  9:20 UTC  (3+ messages)

[PATCH V2] powerpc/perf: Record counter overflow always if SAMPLE_IP is unset
 2021-02-05  9:14 UTC 

[PATCH] arch:powerpc simple_write_to_buffer return check
 2021-02-05  8:29 UTC  (5+ messages)

[PATCH v5 00/10] Improve signal performance on PPC64 with KUAP
 2021-02-05  5:17 UTC  (14+ messages)
` [PATCH v5 01/10] powerpc/uaccess: Add unsafe_copy_from_user
` [PATCH v5 02/10] powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()
` [PATCH v5 03/10] powerpc/signal64: Move non-inline functions out of setup_sigcontext()
` [PATCH v5 04/10] powerpc: Reference param in MSR_TM_ACTIVE() macro
` [PATCH v5 05/10] powerpc/signal64: Remove TM ifdefery in middle of if/else block
` [PATCH v5 06/10] powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()
` [PATCH v5 07/10] powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()
` [PATCH v5 08/10] powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches
` [PATCH v5 09/10] powerpc/signal64: Rewrite rt_sigreturn() "
` [PATCH v5 10/10] powerpc/signal64: Use __get_user() to copy sigset_t

[PATCH 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code
 2021-02-05  3:16 UTC 

[PATCH] powerpc/perf: Record counter overflow always if SAMPLE_IP is unset
 2021-02-05  2:36 UTC  (3+ messages)

[PATCH v16 00/12] Carry forward IMA measurement log on kexec on ARM64
 2021-02-04 23:42 UTC  (18+ messages)
` [PATCH v16 01/12] powerpc: Rename kexec elfcorehdr_addr to elf_headers_mem
` [PATCH v16 02/12] of: Add a common kexec FDT setup function
` [PATCH v16 03/12] arm64: Use common of_kexec_setup_new_fdt()
` [PATCH v16 04/12] powerpc: "
` [PATCH v16 05/12] powerpc: Move ima buffer fields to struct kimage
` [PATCH v16 06/12] powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c
` [PATCH v16 07/12] kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDT
` [PATCH v16 08/12] powerpc: Delete unused function delete_fdt_mem_rsv()
` [PATCH v16 09/12] of: Define functions to allocate and free FDT
` [PATCH v16 10/12] arm64: Use OF alloc and free functions for FDT
` [PATCH v16 11/12] powerpc: Use OF alloc and free "
` [PATCH v16 12/12] arm64: Enable passing IMA log to next kernel on kexec

[PATCH] KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path
 2021-02-04 20:05 UTC 

[PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
 2021-02-04 19:31 UTC  (11+ messages)
` [PATCH RFC v1 1/6] swiotlb: define new enumerated type
` [PATCH RFC v1 2/6] swiotlb: convert variables to arrays
` [PATCH RFC v1 3/6] swiotlb: introduce swiotlb_get_type() to calculate swiotlb buffer type
` [PATCH RFC v1 4/6] swiotlb: enable 64-bit swiotlb
` [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays
` [PATCH RFC v1 6/6] xen-swiotlb: enable 64-bit xen-swiotlb

[PATCH] cpufreq: Remove unused flag CPUFREQ_PM_NO_WARN
 2021-02-04 18:27 UTC  (2+ messages)

[PATCH] powerpc/fault: fix wrong KUAP fault for IO_URING
 2021-02-04 17:57 UTC  (24+ messages)

[PATCH v2] powerpc/uprobes: Validation for prefixed instruction
 2021-02-04 16:12 UTC  (6+ messages)

[PATCH] vio: make remove callback return void
 2021-02-04 16:08 UTC  (2+ messages)

[PATCH kernel v3] powerpc/uaccess: Skip might_fault() when user access is enabled
 2021-02-04 12:16 UTC 

[PATCH 0/3] powerpc/perf: Add Performance Monitor Counters to extended regs
 2021-02-04 12:14 UTC  (4+ messages)
` [PATCH 3/3] tools/perf: Add perf tools support to expose Performance Monitor Counter SPRs as part of "

[PATCH] tools/perf: Fix powerpc gap between kernel end and module start
 2021-02-04 12:11 UTC  (6+ messages)

[PATCH] powerpc/kexec_file: fix FDT size estimation for kdump kernel
 2021-02-04 11:31 UTC 

[PATCH] powerpc64/idle: Fix SP offsets when saving GPRs
 2021-02-04 11:26 UTC  (5+ messages)

[PATCH 00/20] Rid W=1 warnings in Crypto
 2021-02-04 11:09 UTC  (5+ messages)
` [PATCH 16/20] crypto: vmx: Source headers are not good kernel-doc candidates
` [PATCH 17/20] crypto: nx: nx-aes-cbc: Headers comments should not be kernel-doc
` [PATCH 18/20] crypto: nx: nx_debugfs: Header "
` [PATCH 19/20] crypto: nx: Demote header comment and add description for 'nbytes'

module loader dead code removal and cleanups v3
 2021-02-04 10:44 UTC  (3+ messages)
` [PATCH 01/13] powerpc/powernv: remove get_cxl_module

[PATCH v2 1/3] powerpc: sstep: Fix load and update emulation
 2021-02-04 10:29 UTC  (7+ messages)

[PATCH v4 1/2] powerpc: sstep: Fix load-store and update emulation
 2021-02-04  8:31 UTC  (3+ messages)
` [PATCH v4 2/2] powerpc: sstep: Fix darn emulation

[PATCH v2 0/5] shoot lazy tlbs
 2021-02-04  8:21 UTC  (2+ messages)

[PATCH v3 1/2] powerpc: sstep: Fix load-store and update emulation
 2021-02-04  7:59 UTC  (5+ messages)
` [PATCH v3 2/2] powerpc: sstep: Fix darn emulation

[PATCH v2] powerpc/64s: Fix pte update for kernel memory on radix
 2021-02-04  6:41 UTC  (4+ messages)

[PATCH v4 02/10] powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()
 2021-02-04  6:09 UTC  (2+ messages)

[PATCH] mm/memory.c: Remove pte_sw_mkyoung()
 2021-02-04  3:23 UTC  (3+ messages)

[PATCH] powerpc/pkeys: Remove unused code
 2021-02-03 21:38 UTC  (2+ messages)

[PATCH 1/2] ima: Free IMA measurement buffer on error
 2021-02-03 17:47 UTC  (6+ messages)
` [PATCH 2/2] ima: Free IMA measurement buffer after kexec syscall

[PATCH v10 0/6] KASAN for powerpc64 radix
 2021-02-03 12:53 UTC  (9+ messages)
` [PATCH v10 1/6] kasan: allow an architecture to disable inline instrumentation
` [PATCH v10 2/6] kasan: allow architectures to provide an outline readiness check
` [PATCH v10 3/6] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v10 4/6] kasan: Document support on 32-bit powerpc
` [PATCH v10 5/6] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v10 6/6] powerpc: Book3S 64-bit outline-only KASAN support

[PATCH v9 0/6] KASAN for powerpc64 radix
 2021-02-03 11:46 UTC  (4+ messages)
` [PATCH v9 6/6] powerpc: Book3S 64-bit outline-only KASAN support

[PATCH] powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64 semantics
 2021-02-03 11:46 UTC  (2+ messages)

[PATCH v2] powerpc/sstep: Fix array out of bound warning
 2021-02-03 11:46 UTC  (2+ messages)

[PATCH] powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous interrupt
 2021-02-03 11:46 UTC  (2+ messages)

[PATCH 1/2] powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o
 2021-02-03 11:46 UTC  (2+ messages)

[PATCH v2 -next] misc: ocxl: use DEFINE_MUTEX() for mutex lock
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH] selftests/powerpc: make the test check in eeh-basic.sh posix compliant
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH 1/3] selftests/powerpc: Hoist helper code out of eeh-basic
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH] powerpc/pci: Delete traverse_pci_dn()
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH 1/2] powerpc/eeh: Rework pci_dev lookup in debugfs attributes
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH v2] powerpc: always enable queued spinlocks for 64s, disable for others
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH] powerpc/64s/kuap: Use mmu_has_feature()
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH] powerpc: Fix build error in paravirt.h
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH] powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH] cxl: Reduce scope for the variable “mm” in cxllib_get_PE_attributes()
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH 0/2] PowerPC-pSeries: Adjustments for dlpar_store()
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH 0/2] powerpc/82xx: Adjustments for pq2ads_pci_init_irq()
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH v3] powerpc/perf/hv-24x7: Dont create sysfs event files for dummy events
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH] powerpc/time: enable sched clock for irqtime
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH v5 1/2] powerpc/mce: Reduce the size of event arrays
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH v2 00/23] powerpc: Fix W=1 compile errors
 2021-02-03 11:40 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).