messages from 2021-02-18 07:57:54 to 2021-02-25 10:11:30 UTC [more...]
[PATCH V2] powerpc/perf: Fix handling of privilege level checks in perf interrupt context
2021-02-25 10:10 UTC
[PATCH] powerpc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
2021-02-25 9:12 UTC
[PATCH] crypto/nx: add missing call to of_node_put()
2021-02-25 8:56 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] docs: powerpc: Fix tables in syscall64-abi.rst
2021-02-25 6:08 UTC
[PATCH v6 00/10] Improve signal performance on PPC64 with KUAP
2021-02-25 3:54 UTC (17+ messages)
` [PATCH v6 01/10] powerpc/uaccess: Add unsafe_copy_from_user
` [PATCH v6 02/10] powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user()
` [PATCH v6 03/10] powerpc/signal64: Remove non-inline calls from setup_sigcontext()
` [PATCH v6 04/10] powerpc: Reference parameter in MSR_TM_ACTIVE() macro
` [PATCH v6 05/10] powerpc/signal64: Remove TM ifdefery in middle of if/else block
` [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 v6 08/10] powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches
` [PATCH v6 09/10] powerpc/signal64: Rewrite rt_sigreturn() "
` [PATCH v6 10/10] powerpc/signal: Use __get_user() to copy sigset_t
[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] powerpc/sstep: Fix VSX instruction emulation
2021-02-25 3:19 UTC
[PATCH v2 0/7] Add audio driver base on rpmsg on i.MX platform
2021-02-25 3:10 UTC (13+ messages)
` [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
[RFC PATCH 0/8] WIP support for the LLVM integrated assembler
2021-02-25 3:10 UTC (9+ 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 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 00/13] KVM: PPC: Book3S: C-ify the P9 entry/exit code
2021-02-24 20:36 UTC (19+ messages)
` [PATCH 01/13] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH 02/13] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH 03/13] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH 04/13] KVM: PPC: Book3S 64: remove unused kvmppc_h_protect argument
` [PATCH 05/13] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH 06/13] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH 07/13] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH 08/13] KVM: PPC: Book3S HV: Move hcall early register setup to KVM
` [PATCH 09/13] KVM: PPC: Book3S HV: Move interrupt "
` [PATCH 10/13] KVM: PPC: Book3S HV: move bad_host_intr check to HV handler
` [PATCH 11/13] KVM: PPC: Book3S HV: Minimise hcall handler calling convention differences
` [PATCH 12/13] KVM: PPC: Book3S HV: Move radix MMU switching together in the P9 path
` [PATCH 13/13] KVM: PPC: Book3S HV: Implement the rest of the P9 entry/exit handling in C
[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
[PASEMI] Nemo board doesn't boot anymore because of moving pas_pci_init
2021-02-24 12:15 UTC (5+ messages)
[PATCH] powerpc/perf: Fix handling of privilege level checks in perf interrupt context
2021-02-24 11:10 UTC (5+ messages)
[PATCH v2] vio: make remove callback return void
2021-02-24 11:01 UTC (2+ messages)
Is unrecoverable_exception() really an interrupt handler ?
2021-02-24 8:15 UTC
[PATCH] powerpc: remove unneeded semicolon
2021-02-24 7:29 UTC
[PATCH] powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()
2021-02-24 6:34 UTC
[PATCH v19 00/13] Carry forward IMA measurement log on kexec on ARM64
2021-02-24 1:57 UTC (21+ messages)
` [PATCH v19 01/13] kexec: Move ELF fields to struct kimage
` [PATCH v19 02/13] arm64: Use ELF fields defined in 'struct kimage'
` [PATCH v19 03/13] powerpc: "
` [PATCH v19 04/13] x86: "
` [PATCH v19 05/13] of: Add a common kexec FDT setup function
` [PATCH v19 06/13] arm64: Use common of_kexec_alloc_and_setup_fdt()
` [PATCH v19 07/13] powerpc: "
` [PATCH v19 08/13] powerpc: Move ima buffer fields to struct kimage
` [PATCH v19 09/13] powerpc: Enable passing IMA log to next kernel on kexec
` [PATCH v19 10/13] powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c
` [PATCH v19 11/13] kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDT
` [PATCH v19 12/13] powerpc: Delete unused function delete_fdt_mem_rsv()
` [PATCH v19 13/13] arm64: Enable passing IMA log to next kernel on kexec
[PATCH v2] selftests/powerpc: Fix L1D flushing tests for Power10
2021-02-24 0:42 UTC (2+ messages)
[PATCH v2 1/2] ima: Free IMA measurement buffer on error
2021-02-23 23:33 UTC (6+ messages)
[PATCH] ibmveth: Switch to using the new API kobj_to_dev()
2021-02-23 23:46 UTC (2+ messages)
[PATCH for 5.10] powerpc/32: Preserve cr1 in exception prolog stack check to fix build error
2021-02-23 14:39 UTC (3+ messages)
[PATCH] powerpc/chrp: Make hydra_init() static
2021-02-23 9:53 UTC
[PATCH kernel] powerpc/iommu: Annotate nested lock for lockdep
2021-02-23 5:13 UTC (5+ messages)
[PATCH v4 0/3] Support for H_RPT_INVALIDATE in PowerPC KVM
2021-02-22 23:26 UTC (8+ messages)
` [PATCH v4 1/3] powerpc/book3s64/radix/tlb: tlbie primitives for process-scoped invalidations from guests
` [PATCH v4 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
[PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
2021-02-23 1:22 UTC (7+ messages)
` [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays
[GIT PULL] Please pull powerpc/linux.git powerpc-5.12-1 tag
2021-02-23 1:13 UTC (7+ messages)
linux-next: manual merge of the spi tree with the powerpc tree
2021-02-22 23:57 UTC (2+ messages)
[powerpc:fixes-test] BUILD SUCCESS a5c2f7d40511976f30de38b4374b8da2b39a073c
2021-02-22 23:21 UTC
[powerpc:merge] BUILD SUCCESS b267c8c58643460da9159ee69f46b3945cfd9de6
2021-02-22 23:21 UTC
[PATCH kernel 0/2] powerpc/iommu: Stop crashing the host when VM is terminated
2021-02-22 18:39 UTC (5+ messages)
` [PATCH kernel 2/2] powerpc/iommu: Do not immediately panic when failed IOMMU table allocation
[PATCH] ASoC: fsl_xcvr: move reset assert into runtime_resume
2021-02-22 9:09 UTC
[PATCH] ASoC: fsl_sai: Add pm qos cpu latency support
2021-02-22 8:40 UTC
[PATCH] scsi: ibmvfc: Switch to using the new API kobj_to_dev()
2021-02-22 6:47 UTC
[PATCH] powerpc: use ARRAY_SIZE instead of division operation
2021-02-22 1:40 UTC (2+ messages)
[PATCH v18 00/10] Carry forward IMA measurement log on kexec on ARM64
2021-02-22 1:35 UTC (4+ messages)
` [PATCH v18 03/11] of: Add a common kexec FDT setup function
[PATCH v2] PCI: Convert enum pci_bus_flags to bit fields in struct pci_bus
2021-02-22 0:24 UTC
[PATCH 1/2] arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work
2021-02-21 17:14 UTC (2+ messages)
[PATCH v2] powerpc/kexec_file: Restore FDT size estimation for kdump kernel
2021-02-20 17:13 UTC (2+ messages)
[PATCH] powerpc/sstep: Use bitwise instead of arithmetic operator for flags
2021-02-20 8:57 UTC
[PATCH] powerpc/kexec_file: Restore FDT size estimation for kdump kernel
2021-02-19 23:42 UTC (3+ messages)
[PATCH 1/9] ASoC: fsl: fsl_asrc: remove useless assignment
2021-02-19 23:29 UTC (7+ messages)
` [PATCH 2/9] ASoC: fsl: fsl_dma: remove unused variable
` [PATCH 3/9] ASoC: fsl: fsl_easrc: remove useless assignments
` [PATCH 4/9] ASoC: fsl: fsl_esai: clarify expression
` [PATCH 5/9] ASoC: fsl: fsl_ssi: remove unnecessary tests
` [PATCH 6/9] ASoC: fsl: imx-hdmi: remove unused structure members
` [PATCH 8/9] ASoC: fsl: mpc8610: remove useless assignment
swiotlb cleanups
2021-02-19 21:00 UTC (5+ messages)
` [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] of: error: 'const struct kimage' has no member named 'arch'
2021-02-19 18:43 UTC (13+ messages)
[PATCH] powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is used
2021-02-19 16:56 UTC
[PATCH v12 00/14] huge vmalloc mappings
2021-02-19 8:52 UTC (5+ messages)
` [PATCH v12 13/14] mm/vmalloc: Hugepage "
[RFC PATCH 0/9] KVM: PPC: Book3S: C-ify the P9 entry/exit code
2021-02-19 8:03 UTC (9+ messages)
` [RFC PATCH 1/9] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [RFC PATCH 2/9] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
[PATCH] ASoC: imx-hdmi: no need to set .owner when using module_platform_driver
2021-02-19 2:55 UTC (2+ messages)
[PATCH 1/6] powerpc/mm/64s: Add _PAGE_KERNEL_ROX
2021-02-19 2:43 UTC (8+ messages)
` [PATCH 2/6] powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()
` [PATCH 4/6] powerpc/mm/64s/hash: Factor out change_memory_range()
` [PATCH 5/6] powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPAR
linux-next: manual merge of the devicetree tree with the powerpc tree
2021-02-18 23:28 UTC (6+ messages)
[PATCH] powerpc/4xx: Fix build errors from mfdcr()
2021-02-18 13:04 UTC (2+ messages)
[PATCH v5 00/10] Improve signal performance on PPC64 with KUAP
2021-02-18 10:47 UTC (5+ messages)
` [PATCH v5 05/10] powerpc/signal64: Remove TM ifdefery in middle of if/else block
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).