linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-22 10:25:16 to 2021-07-27 22:28:01 UTC [more...]

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-27 22:26 UTC  (2+ messages)
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()

[PATCH v5 0/6] compat: remove compat_alloc_user_space
 2021-07-27 20:42 UTC  (16+ messages)
` [PATCH v5 1/6] kexec: move locking into do_kexec_load
` [PATCH v5 2/6] kexec: avoid compat_alloc_user_space
` [PATCH v5 3/6] mm: simplify compat_sys_move_pages
` [PATCH v5 4/6] mm: simplify compat numa syscalls
` [PATCH v5 5/6] compat: remove some compat entry points
` [PATCH v5 6/6] arch: remove compat_alloc_user_space

[PATCH v5 0/2] KVM: PPC: Book3S HV: Nested guest state sanitising changes
 2021-07-27 14:36 UTC  (5+ messages)
` [PATCH v5 1/2] KVM: PPC: Book3S HV: Sanitise vcpu registers in nested path
` [PATCH v5 2/2] KVM: PPC: Book3S HV: Stop forwarding all HFUs to L1

[PATCH v6 0/6] Add support for FORM2 associativity
 2021-07-27 10:03 UTC  (7+ messages)
` [PATCH v6 1/6] powerpc/pseries: rename min_common_depth to primary_domain_index
` [PATCH v6 2/6] powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY
` [PATCH v6 3/6] powerpc/pseries: Consolidate different NUMA distance update code paths
` [PATCH v6 4/6] powerpc/pseries: Add a helper for form1 cpu distance
` [PATCH v6 5/6] powerpc/pseries: Add support for FORM2 associativity
` [PATCH v6 6/6] powerpc/pseries: Consolidate form1 distance initialization into a helper

Possible regression by ab037dd87a2f (powerpc/vdso: Switch VDSO to generic C implementation.)
 2021-07-27  8:45 UTC 

[PATCH printk v4 0/6] printk: remove safe buffers
 2021-07-27  7:26 UTC  (2+ messages)

[PATCH 1/3] powerpc64/bpf: Store temp registers' bpf to ppc mapping
 2021-07-27  6:55 UTC  (3+ messages)
` [PATCH 2/3] powerpc/bpf: Use helper for mapping bpf to ppc registers on PPC64
` [PATCH 3/3] powerpc/bpf: Reallocate BPF registers to volatile registers when possible "

[PATCH] cpufreq:powernv: Fix init_chip_info initialization in numa=off
 2021-07-27  6:49 UTC  (3+ messages)

switch the block layer to use kmap_local_page v3
 2021-07-27  5:56 UTC  (16+ messages)
` [PATCH 01/15] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 02/15] bvec: fix the include guards for bvec.h
` [PATCH 03/15] bvec: add a bvec_kmap_local helper
` [PATCH 04/15] bvec: add memcpy_{from, to}_bvec and memzero_bvec helper
` [PATCH 05/15] block: use memzero_page in zero_fill_bio
` [PATCH 06/15] rbd: use memzero_bvec
` [PATCH 07/15] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 08/15] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 09/15] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 10/15] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 11/15] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 12/15] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 13/15] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 14/15] block: use bvec_kmap_local in t10_pi_type1_{prepare, complete}
` [PATCH 15/15] block: use bvec_kmap_local in bio_integrity_process

[PATCH v5 0/6] Add support for FORM2 associativity
 2021-07-27  5:59 UTC  (20+ messages)
` [PATCH v5 1/6] powerpc/pseries: rename min_common_depth to primary_domain_index
` [PATCH v5 4/6] powerpc/pseries: Consolidate different NUMA distance update code paths
` [PATCH v5 5/6] powerpc/pseries: Add a helper for form1 cpu distance
` [PATCH v5 6/6] powerpc/pseries: Add support for FORM2 associativity

[PATCH] tests/nvdimm/ndtest: Simulate nvdimm health, DSC and smart-inject
 2021-07-27  5:50 UTC 

Linux kernel: powerpc: KVM guest to host memory corruption
 2021-07-27  0:46 UTC  (2+ messages)

[PATCH v3] soc: fsl: qe: convert QE interrupt controller to platform_device
 2021-07-26 20:44 UTC  (2+ messages)

[PATCH] powerpc/stacktrace: Include linux/delay.h
 2021-07-26 16:55 UTC  (2+ messages)

[RFC PATCH 1/4] powerpc: Optimize register usage for esr register
 2021-07-26 14:30 UTC  (4+ messages)
` [RFC PATCH 2/4] powerpc/64e: Get esr offset with _ESR macro
` [RFC PATCH 3/4] powerpc: Optimize register usage for dear register
` [RFC PATCH 4/4] powerpc/64e: Get dear offset with _DEAR macro

[PATCH v3 0/5] powerpc: apm82181: adding customer devices
 2021-07-26  9:43 UTC  (4+ messages)

[PATCH v1 00/55] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-07-26  7:01 UTC  (58+ messages)
` [PATCH v1 01/55] KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 path
` [PATCH v1 02/55] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt
` [PATCH v1 03/55] KVM: PPC: Book3S HV: Sanitise vcpu registers in nested path
` [PATCH v1 04/55] KVM: PPC: Book3S HV: Stop forwarding all HFUs to L1
` [PATCH v1 05/55] KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs are live
` [PATCH v1 06/55] powerpc/64s: Remove WORT SPR from POWER9/10
` [PATCH v1 07/55] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
` [PATCH v1 08/55] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v1 09/55] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v1 10/55] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v1 11/55] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [PATCH v1 12/55] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [PATCH v1 13/55] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [PATCH v1 14/55] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v1 15/55] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [PATCH v1 16/55] powerpc/64s: Implement PMU override command line option
` [PATCH v1 17/55] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [PATCH v1 18/55] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
` [PATCH v1 19/55] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
` [PATCH v1 20/55] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [PATCH v1 21/55] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v1 22/55] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v1 23/55] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [PATCH v1 24/55] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [PATCH v1 25/55] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [PATCH v1 26/55] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [PATCH v1 27/55] KVM: PPC: Book3S HV P9: Move TB updates
` [PATCH v1 28/55] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [PATCH v1 29/55] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [PATCH v1 30/55] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [PATCH v1 31/55] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [PATCH v1 32/55] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
` [PATCH v1 33/55] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [PATCH v1 34/55] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [PATCH v1 35/55] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [PATCH v1 36/55] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [PATCH v1 37/55] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [PATCH v1 38/55] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require it
` [PATCH v1 39/55] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [PATCH v1 40/55] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [PATCH v1 41/55] KVM: PPC: Book3S HV P9: Demand fault TM "
` [PATCH v1 42/55] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [PATCH v1 43/55] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [PATCH v1 44/55] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [PATCH v1 45/55] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [PATCH v1 46/55] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [PATCH v1 47/55] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [PATCH v1 48/55] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [PATCH v1 49/55] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
` [PATCH v1 50/55] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
` [PATCH v1 51/55] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
` [PATCH v1 52/55] KVM: PPC: Book3S HV P9: Remove most of the vcore logic
` [PATCH v1 53/55] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
` [PATCH v1 54/55] KVM: PPC: Book3S HV P9: Stop using vc->dpdes
` [PATCH v1 55/55] KVM: PPC: Book3S HV P9: Remove subcore HMI handling

[PATCH 1/2] powerpc/64s: POWER9 DD2.3 CPU feature flag fixes
 2021-07-26  3:17 UTC  (2+ messages)
` [PATCH 2/2] powerpc/64s: Rename CPU_FTR_POWER9_DD2_1 to CPU_FTR_P9_STOP_FIXED

[powerpc:merge] BUILD SUCCESS e4277861b65960a264040663ac44c0b946ab402b
 2021-07-26  2:33 UTC 

[powerpc:fixes-test] BUILD SUCCESS d9c57d3ed52a92536f5fa59dc5ccdd58b4875076
 2021-07-26  2:33 UTC 

[PATCH v4 0/2] KVM: PPC: Book3S HV: Nested guest state sanitising changes
 2021-07-26  1:50 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: PPC: Book3S HV: Sanitise vcpu registers in nested path
` [PATCH v4 2/2] KVM: PPC: Book3S HV: Stop forwarding all HFUs to L1

[PATCH v4 00/10] DMA fixes for PS3 gelic network driver
 2021-07-25 18:38 UTC  (17+ messages)
` [PATCH v4 02/10] net/ps3_gelic: Use local dev variable
` [PATCH v4 01/10] net/ps3_gelic: Add gelic_descr structures
` [PATCH v4 08/10] net/ps3_gelic: Rename no to descr_count
` [PATCH v4 05/10] net/ps3_gelic: Add vlan_id structure
` [PATCH v4 06/10] net/ps3_gelic: Cleanup debug code
` [PATCH v4 07/10] net/ps3_gelic: Add new routine gelic_unmap_link
` [PATCH v4 04/10] net/ps3_gelic: Add new macro BUG_ON_DEBUG
` [PATCH v4 03/10] net/ps3_gelic: Format cleanups
` [PATCH v4 10/10] net/ps3_gelic: Fix DMA mapping problems
` [PATCH v4 09/10] net/ps3_gelic: Add new routine gelic_work_to_card

[GIT PULL] Please pull powerpc/linux.git powerpc-5.14-3 tag
 2021-07-25 17:49 UTC  (2+ messages)

[PATCH] powerpc/xmon: use ARRAY_SIZE
 2021-07-25 15:01 UTC 

[PATCH v2 00/21] .map_sg() error cleanup
 2021-07-25  6:07 UTC  (23+ messages)
` [PATCH v2 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v2 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v2 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v2 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v2 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v2 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v2 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v2 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v2 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 12/21] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 14/21] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v2 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 16/21] parisc: return error code from .map_sg() ops
` [PATCH v2 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v2 18/21] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v2 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 20/21] dma-mapping: return error code from dma_dummy_map_sg()
` [PATCH v2 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

[Bug 213837] New: "Kernel panic - not syncing: corrupted stack end detected inside scheduler" at building via distcc on a G5
 2021-07-23 20:01 UTC  (2+ messages)
` [Bug 213837] "

[PATCH v2 0/2] Skip numa distance for offline nodes
 2021-07-23 14:39 UTC  (6+ messages)
` [PATCH v2 1/2] sched/topology: Skip updating masks for non-online nodes

[PATCH v7 0/1] Interface to represent PAPR firmware attributes
 2021-07-23 13:16 UTC  (4+ messages)
` [PATCH v7 1/1] powerpc/pseries: "

[Bug 213079] New: IRQ problems and crashes on a PowerMac G5 with 5.13-rc1
 2021-07-23 12:47 UTC  (2+ messages)
` [Bug 213079] [bisected] IRQ problems and crashes on a PowerMac G5 with 5.12.3

[PATCH 0/2] Fix arm64 boot regression in 5.14
 2021-07-23 12:04 UTC  (4+ messages)
` [PATCH v2] Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"

[Bug 205303] New: Compilation for PPC64 fails on warning in watchdog.o
 2021-07-23 10:21 UTC  (2+ messages)
` [Bug 205303] "

[PATCH 2/8] hvsi: don't panic on tty_register_driver failure
 2021-07-23  7:43 UTC 

[PATCH 1/2] PCI/AER: Disable AER interrupt during suspend
 2021-07-23  7:05 UTC  (4+ messages)

[PATCH v5 00/11] DDW + Indirect Mapping
 2021-07-23  5:34 UTC  (6+ messages)
` [PATCH v5 10/11] powerpc/pseries/iommu: Make use of DDW for indirect mapping

[PATCH] soc: fsl: qe: convert QE interrupt controller to platform_device
 2021-07-22 19:37 UTC  (4+ messages)

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 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).