linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-24 08:25:55 to 2021-03-01 00:47:53 UTC [more...]

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2021-03-01  0:47 UTC  (4+ messages)
` [PATCH v3 28/32] powerpc/64s: interrupt implement exit logic in C

[PATCH] powerpc: Force inlining of mmu_has_feature to fix build failure
 2021-02-27 16:30 UTC 

[PASEMI] Nemo board doesn't boot anymore because of moving pas_pci_init
 2021-02-27 15:42 UTC  (10+ messages)
      ` Latest Git kernel doesn't compile because of the LINUX_VERSION_CODE issue

[PATCH] powerpc/bug: Remove specific powerpc BUG_ON()
 2021-02-27 10:31 UTC  (5+ messages)

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

[PATCH v2 00/37] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-02-27  0:55 UTC  (54+ messages)
` [PATCH v2 01/37] KVM: PPC: Book3S 64: remove unused kvmppc_h_protect argument
` [PATCH v2 02/37] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v2 03/37] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v2 04/37] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v2 05/37] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v2 06/37] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v2 07/37] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v2 08/37] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v2 09/37] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v2 10/37] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v2 11/37] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v2 12/37] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v2 13/37] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v2 14/37] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v2 15/37] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v2 16/37] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v2 17/37] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v2 18/37] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v2 19/37] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v2 20/37] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v2 21/37] powerpc: add set_dec_or_work API for safely updating decrementer
` [PATCH v2 22/37] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v2 23/37] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v2 24/37] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
` [PATCH v2 25/37] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v2 26/37] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v2 27/37] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v2 28/37] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
` [PATCH v2 29/37] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v2 30/37] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v2 31/37] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v2 32/37] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v2 33/37] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v2 34/37] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v2 35/37] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v2 36/37] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v2 37/37] KVM: PPC: Book3S HV: remove POWER9 support from P7/8 paths

[PATCH v4 0/5] ibmvfc: hard reset fixes
 2021-02-26 16:43 UTC  (8+ messages)
` [PATCH v4 1/5] ibmvfc: simplify handling of sub-CRQ initialization
` [PATCH v4 2/5] ibmvfc: fix invalid sub-CRQ handles after hard reset
` [PATCH v4 3/5] ibmvfc: treat H_CLOSED as success during sub-CRQ registration
` [PATCH v4 4/5] ibmvfc: store return code of H_FREE_SUB_CRQ during cleanup
` [PATCH v4 5/5] ibmvfc: reinitialize sub-CRQs and perform channel enquiry after LPM

Freeing page tables through RCU
 2021-02-26 16:21 UTC  (5+ messages)

[PATCH V2 1/2] powerpc/perf: Infrastructure to support checking of attr.config*
 2021-02-26 14:03 UTC  (3+ messages)
` [PATCH V2 2/2] powerpc/perf: Add platform specific check_attr_config

[PATCH] powerpc/sstep: Fix VSX instruction emulation
 2021-02-26 11:09 UTC  (2+ messages)

[PATCH v4 00/14] Restricted DMA
 2021-02-26  9:35 UTC  (5+ messages)
` [PATCH v4 12/14] swiotlb: Add restricted DMA alloc/free support

[PATCH V2] powerpc/perf: Fix handling of privilege level checks in perf interrupt context
 2021-02-26  9:35 UTC  (2+ messages)

[PATCH] perf bench numa: Fix the condition checks for max number of numa nodes
 2021-02-26  8:58 UTC  (2+ messages)

[PATCH next v3 00/15] printk: remove logbuf_lock
 2021-02-26  7:59 UTC  (6+ messages)
` [PATCH next v3 11/15] printk: kmsg_dumper: remove @active field
` [PATCH next v3 12/15] printk: introduce a kmsg_dump iterator
` [PATCH next v3 14/15] printk: kmsg_dump: remove _nolock() variants

[PATCH v2] crypto/nx: add missing call to of_node_put()
 2021-02-26  1:23 UTC 

[RFC PATCH 0/8] WIP support for the LLVM integrated assembler
 2021-02-26  0:28 UTC  (17+ messages)
` [PATCH 1/8] powerpc/64s/exception: Clean up a missed SRR specifier
` [RFC PATCH 2/8] powerpc: check for support for -Wa,-m{power4,any}
` [RFC PATCH 3/8] powerpc/head-64: do less gas-specific stuff with sections
` [RFC PATCH 4/8] powerpc/ppc_asm: use plain numbers for registers
` [RFC PATCH 5/8] poweprc/lib/quad: Provide macros for lq/stq
` [RFC PATCH 6/8] powerpc/mm/book3s64/hash: drop pre 2.06 tlbiel for clang
` [RFC PATCH 7/8] powerpc/purgatory: drop .machine specifier
` [RFC PATCH 8/8] powerpc/64/asm: don't reassign labels

[PATCH v2] vio: make remove callback return void
 2021-02-25 22:18 UTC 

[PATCH v3 0/5] ibmvfc: hard reset fixes
 2021-02-25 22:13 UTC  (8+ messages)
` [PATCH v3 1/5] ibmvfc: simplify handling of sub-CRQ initialization
` [PATCH v3 2/5] ibmvfc: fix invalid sub-CRQ handles after hard reset
` [PATCH v3 3/5] ibmvfc: treat H_CLOSED as success during sub-CRQ registration
` [PATCH v3 4/5] ibmvfc: store return code of H_FREE_SUB_CRQ during cleanup
` [PATCH v3 5/5] ibmvfc: reinitialize sub-CRQs and perform channel enquiry after LPM

[PATCH v1] powerpc: low_i2c: change @lock to raw_spinlock_t
 2021-02-25 22:06 UTC 

[PATCH v2 0/5] ibmvfc: hard reset fixes
 2021-02-25 21:17 UTC  (9+ messages)
` [PATCH v2 1/5] ibmvfc: simplify handling of sub-CRQ initialization
` [PATCH v2 2/5] ibmvfc: fix invalid sub-CRQ handles after hard reset
` [PATCH v2 3/5] ibmvfc: treat H_CLOSED as success during sub-CRQ registration
` [PATCH v2 4/5] ibmvfc: store return code of H_FREE_SUB_CRQ during cleanup
` [PATCH v2 5/5] ibmvfc: reinitialize sub-CRQs and perform channel enquiry after LPM

[PATCH] docs: powerpc: Fix tables in syscall64-abi.rst
 2021-02-25 20:04 UTC  (2+ messages)

[PATCH v1 00/15] powerpc: Cleanup of uaccess.h
 2021-02-25 17:50 UTC  (16+ messages)
` [PATCH v1 01/15] powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
` [PATCH v1 02/15] powerpc/uaccess: Define ___get_user_instr() for ppc32
` [PATCH v1 03/15] powerpc/uaccess: Remove __get/put_user_inatomic()
` [PATCH v1 04/15] powerpc/uaccess: Move get_user_instr helpers in asm/inst.h
` [PATCH v1 05/15] powerpc/align: Don't use __get_user_instr() on kernel addresses
` [PATCH v1 06/15] powerpc/uaccess: Call might_fault() inconditionaly
` [PATCH v1 07/15] powerpc/uaccess: Remove __unsafe_put_user_goto()
` [PATCH v1 08/15] powerpc/uaccess: Remove __chk_user_ptr() in __get/put_user
` [PATCH v1 09/15] powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()
` [PATCH v1 10/15] powerpc/uaccess: Split out __get_user_nocheck()
` [PATCH v1 11/15] powerpc/uaccess: Rename __get/put_user_check/nocheck
` [PATCH v1 12/15] powerpc/uaccess: Refactor get/put_user() and __get/put_user()
` [PATCH v1 13/15] powerpc/uaccess: Swap clear_user() and __clear_user()
` [PATCH v1 14/15] powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32
` [PATCH v1 15/15] powerpc/uaccess: Move copy_mc_xxx() functions down

[PATCH v2] vio: make remove callback return void
 2021-02-25 14:01 UTC  (4+ messages)

[PATCH] crypto/nx: add missing call to of_node_put()
 2021-02-25 12:59 UTC  (3+ messages)

[PATCH 00/13] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-02-25 10:59 UTC  (4+ messages)
` [PATCH 12/13] KVM: PPC: Book3S HV: Move radix MMU switching together in the P9 path

Is unrecoverable_exception() really an interrupt handler ?
 2021-02-25 10:54 UTC  (2+ messages)

[PATCH] powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()
 2021-02-25 10:52 UTC  (2+ messages)

[PATCH] powerpc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-25  9:12 UTC 

[PATCH 1/2] powerpc/perf: Infrastructure to support checking of attr.config*
 2021-02-25  6:39 UTC  (4+ messages)
` [PATCH 2/2] powerpc/perf: Add platform specific check_attr_config

[PATCH] selftests/powerpc: Add uaccess flush test
 2021-02-25  6:19 UTC 

[PATCH v6 00/10] Improve signal performance on PPC64 with KUAP
 2021-02-25  3:54 UTC  (10+ messages)
` [PATCH v6 01/10] powerpc/uaccess: Add unsafe_copy_from_user
` [PATCH v6 06/10] powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()
` [PATCH v6 07/10] powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()

[PATCH 1/3] powernv/memtrace: Allow mmaping trace buffers
 2021-02-25  3:21 UTC  (3+ messages)
` [PATCH 2/3] selftests/powerpc: Suggest memtrace instead of /dev/mem for ci memory
` [PATCH 3/3] powerpc/sstep: Always test lmw and stmw

[PATCH v2 0/7] Add audio driver base on rpmsg on i.MX platform
 2021-02-25  3:10 UTC  (5+ messages)
` [PATCH v2 3/7] ASoC: dt-bindings: fsl_rpmsg: Add binding doc for rpmsg cpu dai driver

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

[PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c
 2021-02-24 16:24 UTC  (2+ messages)

[PATCH v5 0/3] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-02-24 15:58 UTC  (5+ messages)
` [PATCH v5 1/3] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
` [PATCH v5 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v5 3/3] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[PATCH] powerpc/perf: prevent mixed EBB and non-EBB events
 2021-02-24 12:21 UTC 

[PATCH] powerpc/perf: Fix handling of privilege level checks in perf interrupt context
 2021-02-24 11:10 UTC  (4+ 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).