linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 18:46:35 to 2021-02-08 03:34:28 UTC [more...]

[PATCH v3 1/2] powerpc/64s: Fix pte update for kernel memory on radix
 2021-02-08  3:29 UTC  (2+ messages)
` [PATCH v3 2/2] selftests/powerpc: Test for spurious kernel memory faults "

[PATCH] mm/memtest: Add ARCH_USE_MEMTEST
 2021-02-08  3:17 UTC  (5+ messages)

swiotlb cleanups
 2021-02-07 16:09 UTC  (9+ messages)
` [PATCH 1/8] powerpc/svm: stop using io_tlb_start
` [PATCH 2/8] xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_buffer
` [PATCH 3/8] xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supported
` [PATCH 4/8] xen-swiotlb: remove xen_set_nslabs
` [PATCH 5/8] xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabs
` [PATCH 6/8] swiotlb: lift the double initialization protection from xen-swiotlb
` [PATCH 7/8] xen-swiotlb: split xen_swiotlb_init
` [PATCH 8/8] xen-swiotlb: remove the unused size argument from xen_swiotlb_fixup

[PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
 2021-02-07 15:56 UTC  (12+ 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 v7 00/42] powerpc: interrupt wrappers
 2021-02-07 12:58 UTC  (14+ 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 v7 42/42] powerpc/64s: power4 nap fixup in C

[PATCH] ASoC: fsl: constify static snd_soc_dai_ops structs
 2021-02-07 10:37 UTC  (2+ messages)

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

[PATCH 2/8] powerpc/signal: Add unsafe_copy_{vsx,fpr}_from_user()
 2021-02-07 10:12 UTC  (4+ messages)
` [PATCH 2/8] powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()

[PATCH] powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpers
 2021-02-07 10:08 UTC 

[PATCH 0/7] Add audio driver base on rpmsg on i.MX platform
 2021-02-07  9:50 UTC  (14+ 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] powerpc/xive: Assign boolean values to a bool variable
 2021-02-07  6:43 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.11-7 tag
 2021-02-06 23:21 UTC  (2+ messages)

[PATCH v2] powerpc/uprobes: Validation for prefixed instruction
 2021-02-06 18:06 UTC  (7+ messages)

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


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