linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-09 04:10:19 to 2020-07-13 12:49:48 UTC [more...]

[PATCH v2 00/10] powerpc/perf: Add support for power10 PMU Hardware
 2020-07-13 12:50 UTC  (25+ messages)
` [PATCH v2 01/10] powerpc/perf: Add support for ISA3.1 PMU SPRs
` [PATCH v2 03/10] powerpc/xmon: Add PowerISA v3.1 "
` [PATCH v2 04/10] powerpc/perf: Add power10_feat to dt_cpu_ftrs
` [PATCH v2 07/10] powerpc/perf: support BHRB disable bit and new filtering modes
` [PATCH v2 09/10] tools/perf: Add perf tools support for extended register capability in powerpc
` [PATCH v2 10/10] powerpc/perf: Add extended regs support for power10 platform

[PATCH] powerpc/boot: add DTB to 'targets'
 2020-07-13 12:34 UTC  (2+ messages)

[PATCH 00/20] Documentation: eliminate duplicated words
 2020-07-13 12:24 UTC  (14+ messages)
` [PATCH 05/20] Documentation: fpga: eliminate duplicated word
` [PATCH 10/20] Documentation: kbuild/kconfig-language: "
` [PATCH 11/20] Documentation: leds/ledtrig-transient: "
` [PATCH 13/20] Documentation: mips/ingenic-tcu: "
` [PATCH 14/20] Documentation: misc/xilinx_sdfec: "
` [PATCH 18/20] Documentation: security/keys: "

[PATCH v2 0/3] Power10 basic energy management
 2020-07-13 10:48 UTC  (9+ messages)
` [PATCH v2 1/3] powerpc/powernv/idle: Exclude mfspr on HID1, 4, 5 on P9 and above
` [PATCH v2 2/3] powerpc/powernv/idle: save-restore DAWR0, DAWRX0 for P10
` [PATCH v2 3/3] powerpc/powernv/idle: Rename pnv_first_spr_loss_level variable

EEH core pci_dn de-lousing
 2020-07-13 11:39 UTC  (13+ messages)
` [PATCH 03/14] powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev
` [PATCH 04/14] powerpc/pseries: Stop using pdn->pe_number
` [PATCH 05/14] powerpc/eeh: Kill off eeh_ops->get_pe_addr()
` [PATCH 06/14] powerpc/eeh: Remove VF config space restoration

[v3 0/5] Migrate non-migrated pages of a SVM
 2020-07-13  9:50 UTC  (9+ messages)
` [v3 1/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
` [v3 2/5] KVM: PPC: Book3S HV: track the state of GFNs associated with secure VMs
` [v3 3/5] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_DONE
` [v3 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out H_SVM_PAGE_IN
` [v3 5/5] KVM: PPC: Book3S HV: migrate hot plugged memory

[PATCH 1/2] powerpc/powernv: Make pnv_pci_sriov_enable() and friends static
 2020-07-13  8:39 UTC  (3+ messages)
` [PATCH 2/2] powerpc/powernv: Move pnv_ioda_setup_bus_dma under CONFIG_IOMMU_API

[PATCH] powerpc: Add cputime_to_nsecs()
 2020-07-13  8:36 UTC 

PowerNV PCI & SR-IOV cleanups
 2020-07-13  8:30 UTC  (20+ messages)
` [PATCH 01/15] powernv/pci: Add pci_bus_to_pnvhb() helper
` [PATCH 02/15] powerpc/powernv/pci: Always tear down DMA windows on PE release
` [PATCH 03/15] powerpc/powernv/pci: Add explicit tracking of the DMA setup state
` [PATCH 04/15] powerpc/powernv/pci: Initialise M64 for IODA1 as a 1-1 window
` [PATCH 05/15] powerpc/powernv/sriov: Move SR-IOV into a seperate file
` [PATCH 06/15] powerpc/powernv/sriov: Explain how SR-IOV works on PowerNV
` [PATCH 07/15] powerpc/powernv/sriov: Rename truncate_iov
` [PATCH 08/15] powerpc/powernv/sriov: Simplify used window tracking
` [PATCH 09/15] powerpc/powernv/sriov: Factor out M64 BAR setup
` [PATCH 10/15] powerpc/powernv/pci: Refactor pnv_ioda_alloc_pe()
` [PATCH 11/15] powerpc/powernv/sriov: Drop iov->pe_num_map[]
` [PATCH 12/15] powerpc/powernv/sriov: De-indent setup and teardown
` [PATCH 13/15] powerpc/powernv/sriov: Move M64 BAR allocation into a helper
` [PATCH 14/15] powerpc/powernv/sriov: Refactor M64 BAR setup
` [PATCH 15/15] powerpc/powernv/sriov: Make single PE mode a per-BAR setting

[PATCH v3 0/6] Remove default DMA window before creating DDW
 2020-07-13  7:33 UTC  (3+ messages)
` [PATCH v3 4/6] powerpc/pseries/iommu: "

[PATCH kernel] powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-07-13  6:23 UTC 

[PATCH v6] powerpc/fadump: fix race between pstore write and fadump crash trigger
 2020-07-13  5:24 UTC 

generic DMA bypass flag v4
 2020-07-13  4:59 UTC  (4+ messages)
` [PATCH 4/5] dma-mapping: add a dma_ops_bypass flag to struct device

[RFC PATCH 0/7] mmu context cleanup, lazy tlb cleanup,
 2020-07-13  4:58 UTC  (15+ messages)
` [RFC PATCH 1/7] asm-generic: add generic MMU versions of mmu context functions
` [RFC PATCH 2/7] arch: use asm-generic mmu context for no-op implementations
` [RFC PATCH 3/7] mm: introduce exit_lazy_tlb
` [RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
` [RFC PATCH 5/7] lazy tlb: introduce lazy mm refcount helper functions
` [RFC PATCH 6/7] lazy tlb: allow lazy tlb mm switching to be configurable
` [RFC PATCH 7/7] lazy tlb: shoot lazies, a non-refcounting lazy tlb option

[PATCH V5 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-13  3:23 UTC  (5+ messages)
` [PATCH V5 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features
` [PATCH V5 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
` [PATCH V5 3/4] mm/debug_vm_pgtable: Add debug prints for individual tests
` [PATCH V5 4/4] Documentation/mm: Add descriptions for arch page table helpers

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-07-13  3:07 UTC  (4+ messages)
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly

[PATCH] powerpc/book3s64/pkeys: Fix pkey_access_permitted w.r.t execute disable pkey
 2020-07-12 13:20 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.8-6 tag
 2020-07-11 18:25 UTC  (2+ messages)

[PATCH v2] powerpc/pseries: detect secure and trusted boot state of the system
 2020-07-11  2:25 UTC 

[PATCH V2 1/2] powerpc/vas: Report proper error code for address translation failure
 2020-07-10 23:49 UTC  (2+ messages)
` [PATCH V2 2/2] selftests/powerpc: Use proper error code to check fault address

[PATCH 0/14 v3] PCI: Remove '*val = 0' from pcie_capability_read_*()
 2020-07-10 21:20 UTC  (2+ messages)
` [PATCH 14/14 "

[PATCH v5] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-10 19:25 UTC  (6+ messages)

[PATCH] powerpc/numa: Restrict possible nodes based on platform
 2020-07-10 17:41 UTC  (4+ messages)

[PATCH 0/2] ASoC: fsl_spdif: Clear the validity bit for TX
 2020-07-10 15:39 UTC  (2+ messages)

[PATCH] powerpc/rtas: Restrict RTAS requests from userspace
 2020-07-10 14:02 UTC  (2+ messages)

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-07-10  8:06 UTC  (8+ messages)
` [PATCH v6 1/5] KVM: s390: "
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly

[PATCH v2 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-10  7:52 UTC  (3+ messages)
` [PATCH v2 02/12] powerpc/kexec_file: mark PPC64 specific code

[PATCH V4 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
 2020-07-10  6:47 UTC  (3+ messages)
` [mm/debug_vm_pgtable] a97a171093: BUG:unable_to_handle_page_fault_for_address

[PATCH] powerpc/perf: Add kernel support for new MSR[HV PR] bits in trace-imc
 2020-07-10  6:25 UTC  (2+ messages)

[PATCH v5 0/2] Add cpu hotplug support for powerpc/perf/hv-24x7
 2020-07-10  6:15 UTC  (4+ messages)
` [PATCH v5 1/2] powerpc/perf/hv-24x7: Add cpu hotplug support
` [PATCH v5 2/2] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show cpumask

[RFC][PATCH] avoid refcounting the lazy tlb mm struct
 2020-07-10  0:45 UTC  (2+ messages)

[PATCH 1/2] powerpc/vas: Report proper error for address translation failure
 2020-07-09 20:12 UTC  (4+ messages)

[PATCH 2/2] PCI/AER: Log correctable errors as warning, not error
 2020-07-09 22:06 UTC  (2+ messages)

/sys/kernel/debug/kmemleak empty despite kmemleak reports
 2020-07-09 21:08 UTC  (3+ messages)

Failure to build librseq on ppc
 2020-07-09 20:57 UTC  (18+ messages)

[Bug 208197] New: OF: /pci@f2000000/mac-io@17/gpio@50/...: could not find phandle
 2020-07-09 17:50 UTC  (3+ messages)
` [Bug 208197] "

[PATCH v2] powerpc/pseries: Avoid using addr_to_pfn in realmode
 2020-07-09 16:39 UTC 

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-09 16:06 UTC  (19+ messages)
` [PATCH v3 1/6] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH v3 2/6] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH v3 3/6] powerpc: move spinlock implementation to simple_spinlock
` [PATCH v3 4/6] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR

[PATCH v2 1/2] powerpc/mce: Add MCE notification chain
 2020-07-09 13:55 UTC  (4+ messages)
` [PATCH v2 2/2] papr/scm: Add bad memory ranges to nvdimm bad ranges

[PATCH v3 0/4] powerpc/mm/radix: Memory unplug fixes
 2020-07-09 13:19 UTC  (5+ messages)
` [PATCH v3 1/4] powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappings
` [PATCH v3 2/4] powerpc/mm/radix: Free PUD table when freeing pagetable
` [PATCH v3 3/4] powerpc/mm/radix: Remove split_kernel_mapping()
` [PATCH v3 4/4] powerpc/mm/radix: Create separate mappings for hot-plugged memory

[PATCH] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_DAWR_ARCH_31
 2020-07-09 12:29 UTC 

[PATCH 1/2] powerpc/powernv/idle: Exclude mfspr on HID1, 4, 5 on P9 and above
 2020-07-09 11:21 UTC  (5+ messages)
` [PATCH 2/2] powerpc/powernv/idle: save-restore DAWR0,DAWRX0 for P10
` [PATCH 1/2] powerpc/powernv/idle: Exclude mfspr on HID1,4,5 on P9 and above

[PATCH v5 1/4] riscv: Move kernel mapping to vmalloc zone
 2020-07-09 11:11 UTC  (4+ messages)

[PATCH 0/2] Rework secure memslot dropping
 2020-07-09 11:13 UTC  (5+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping

[PATCH] powerpc: select ARCH_HAS_MEMBARRIER_SYNC_CORE
 2020-07-09 10:24 UTC  (7+ messages)

[PATCH v2 0/3] remove PROT_SAO support and disable
 2020-07-09 10:20 UTC  (4+ messages)
` [PATCH v2 2/3] powerpc/64s: remove PROT_SAO support

[RFC PATCH v0 0/2] Use H_RPT_INVALIDATE for nested guest
 2020-07-09 10:07 UTC  (5+ messages)
` [RFC PATCH v0 2/2] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[PATCH RESEND 1/2] powerpc/mce: Add MCE notification chain
 2020-07-09  9:24 UTC  (6+ messages)
` [PATCH RESEND 2/2] papr/scm: Add bad memory ranges to nvdimm bad ranges

[PATCH v3 0/4] iomap: Constify ioreadX() iomem argument
 2020-07-09  7:32 UTC  (6+ messages)
` [PATCH v3 1/4] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [PATCH v3 2/4] rtl818x: "
` [PATCH v3 3/4] ntb: intel: "
` [PATCH v3 4/4] virtio: pci: "

[PATCH 3/3] misc: cxl: flash: Remove unused variable 'drc_index'
 2020-07-09  7:08 UTC  (3+ messages)
  ` [PATCH v2 "

[PATCH 0/5] Use per-CPU temporary mappings for patching
 2020-07-09  7:02 UTC  (7+ messages)
` [PATCH v2 1/5] powerpc/mm: Introduce temporary mm
` [PATCH v2 2/5] powerpc/lib: Initialize a temporary mm for code patching
` [PATCH v2 3/5] powerpc/lib: Use "
` [PATCH v2 4/5] powerpc/lib: Add LKDTM accessor for patching addr
` [PATCH v2 5/5] powerpc: Add LKDTM test to hijack a patch mapping

[PATCH 1/1] KVM/PPC: Fix typo on H_DISABLE_AND_GET hcall
 2020-07-09  4:09 UTC  (2+ messages)

[PATCH V4 0/3] arm64: Enable vmemmap mapping from device memory
 2020-07-09  3:30 UTC  (2+ messages)

[PATCH v6 00/23] powerpc/book3s/64/pkeys: Simplify the code
 2020-07-09  3:29 UTC  (5+ messages)
` [PATCH v6 19/23] powerpc/book3s64/kuap: Move UAMOR setup to key init function
` [PATCH v6 21/23] powerpc/selftest/ptrace-pkey: Update the test to mark an invalid pkey correctly
` [PATCH v6 22/23] powerpc/selftest/ptrace-pkey: Don't update expected UAMOR value
` [PATCH v6 23/23] powerpc/book3s64/pkeys: Remove is_pkey_enabled()


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