linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-20 06:26:20 to 2020-07-22 07:20:15 UTC [more...]

[PATCH v2 01/16] powernv/pci: Add pci_bus_to_pnvhb() helper
 2020-07-22  6:57 UTC  (11+ messages)
` [PATCH v2 02/16] powerpc/powernv/pci: Always tear down DMA windows on PE release
` [PATCH v2 03/16] powerpc/powernv/pci: Add explicit tracking of the DMA setup state
` [PATCH v2 04/16] powerpc/powernv/pci: Initialise M64 for IODA1 as a 1-1 window
` [PATCH v2 05/16] powerpc/powernv/sriov: Move SR-IOV into a separate file
` [PATCH v2 06/16] powerpc/powernv/sriov: Explain how SR-IOV works on PowerNV
` [PATCH v2 07/16] powerpc/powernv/sriov: Rename truncate_iov
` [PATCH v2 08/16] powerpc/powernv/sriov: Simplify used window tracking
` [PATCH v2 09/16] powerpc/powernv/sriov: Factor out M64 BAR setup
` [PATCH v2 10/16] powerpc/powernv/pci: Refactor pnv_ioda_alloc_pe()
` [PATCH v2 11/16] powerpc/powernv/sriov: Drop iov->pe_num_map[]

[PATCH v2 00/10] Coregroup support on Powerpc
 2020-07-22  6:56 UTC  (15+ messages)
` [PATCH v2 01/10] powerpc/smp: Cache node for reuse
` [PATCH v2 02/10] powerpc/smp: Merge Power9 topology with Power topology
` [PATCH v2 03/10] powerpc/smp: Move powerpc_topology above
` [PATCH v2 04/10] powerpc/smp: Enable small core scheduling sooner
` [PATCH v2 05/10] powerpc/smp: Dont assume l2-cache to be superset of sibling
` [PATCH v2 06/10] powerpc/smp: Generalize 2nd sched domain
` [PATCH v2 07/10] Powerpc/numa: Detect support for coregroup
` [PATCH v2 08/10] powerpc/smp: Allocate cpumask only after searching thread group
` [PATCH v2 09/10] Powerpc/smp: Create coregroup domain
` [PATCH v2 10/10] powerpc/smp: Implement cpu_to_coregroup_id

[PATCH v3 0/4] powerpc/mm/radix: Memory unplug fixes
 2020-07-22  6:05 UTC  (7+ messages)

[v3 00/15] powerpc/perf: Add support for power10 PMU Hardware
 2020-07-22  6:03 UTC  (28+ messages)
` [v3 01/15] powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registers
` [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
` [v3 04/15] powerpc/perf: Add support for ISA3.1 PMU SPRs
` [v3 07/15] powerpc/perf: Add power10_feat to dt_cpu_ftrs
` [v3 11/15] powerpc/perf: BHRB control to disable BHRB logic when not used
` [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
` [v3 13/15] tools/perf: Add perf tools support for extended register capability in powerpc
` [v3 14/15] powerpc/perf: Add extended regs support for power10 platform
` [v3 15/15] tools/perf: Add perf tools support for extended regs in power10

[PATCH] selftests/powerpc: Add test of memcmp at end of page
 2020-07-22  5:53 UTC 

[PATCH 1/5] powerpc sstep: Add tests for prefixed integer load/stores
 2020-07-22  5:47 UTC  (4+ messages)
` [PATCH 5/5] powerpc sstep: Add tests for Prefixed Add Immediate

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

PowerNV PCI & SR-IOV cleanups
 2020-07-22  5:39 UTC  (9+ messages)
` [PATCH 05/15] powerpc/powernv/sriov: Move SR-IOV into a seperate file
` [PATCH 15/15] powerpc/powernv/sriov: Make single PE mode a per-BAR setting

[RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
 2020-07-22  5:02 UTC  (9+ messages)

[PATCHv3 1/2] powerpc/pseries: group lmb operation and memblock's
 2020-07-22  4:57 UTC  (3+ messages)
` [PATCHv3 2/2] powerpc/pseries: update device tree before ejecting hotplug uevents

[PATCH v4 0/3] powernv/idle: Power9 idle cleanup
 2020-07-22  4:53 UTC  (5+ messages)
` [PATCH v4 1/3] powerpc/powernv/idle: Replace CPU features check with PVR check
` [PATCH v4 2/3] powerpc/powernv/idle: Rename pnv_first_spr_loss_level variable
` [PATCH v4 3/3] powerpc/powernv/idle: Exclude mfspr on HID1, 4, 5 on P9 and above

[PATCH v2 01/14] powerpc/eeh: Remove eeh_dev_phb_init_dynamic()
 2020-07-22  4:26 UTC  (14+ messages)
` [PATCH v2 02/14] powerpc/eeh: Remove eeh_dev.c
` [PATCH v2 03/14] powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev
` [PATCH v2 04/14] powerpc/pseries: Stop using pdn->pe_number
` [PATCH v2 05/14] powerpc/eeh: Kill off eeh_ops->get_pe_addr()
` [PATCH v2 06/14] powerpc/eeh: Remove VF config space restoration
` [PATCH v2 07/14] powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()
` [PATCH v2 08/14] powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()
` [PATCH v2 09/14] powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()
` [PATCH v2 10/14] powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_log
` [PATCH v2 11/14] powerpc/eeh: Remove class code field from edev
` [PATCH v2 12/14] powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()
` [PATCH v2 13/14] powerpc/eeh: Drop pdn use in eeh_pe_tree_insert()
` [PATCH v2 14/14] powerpc/eeh: Move PE tree setup into the platform

[PATCH v4 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-22  4:25 UTC  (15+ messages)
` [PATCH v4 01/12] kexec_file: allow archs to handle special regions while locating memory hole
` [PATCH v4 02/12] powerpc/kexec_file: mark PPC64 specific code
` [PATCH v4 03/12] powerpc/kexec_file: add helper functions for getting memory ranges
` [PATCH v4 04/12] ppc64/kexec_file: avoid stomping memory used by special regions
` [PATCH v4 05/12] powerpc/drmem: make lmb walk a bit more flexible
` [PATCH v4 06/12] ppc64/kexec_file: restrict memory usage of kdump kernel
` [PATCH v4 07/12] ppc64/kexec_file: add support to relocate purgatory
` [PATCH v4 08/12] ppc64/kexec_file: setup the stack for purgatory
` [PATCH v4 09/12] ppc64/kexec_file: setup backup region for kdump kernel
` [PATCH v4 10/12] ppc64/kexec_file: prepare elfcore header for crashing kernel
` [PATCH v4 11/12] ppc64/kexec_file: add appropriate regions for memory reserve map
` [PATCH v4 12/12] ppc64/kexec_file: fix kexec load failure with lack of memory hole

OF: Can't handle multiple dma-ranges with different offsets
 2020-07-22  4:19 UTC 

[PATCH] powerpc/numa: Restrict possible nodes based on platform
 2020-07-22  3:28 UTC  (5+ messages)
` [PATCH 1/2] powerpc/numa: Limit possible nodes to within num_possible_nodes
  ` [PATCH 2/2] powerpc/numa: Remove a redundant variable

[PATCH] powerpc/40x: Fix assembler warning about r0
 2020-07-22  2:24 UTC 

[PATCH v4 0/7] Remove default DMA window before creating DDW
 2020-07-22  1:28 UTC  (8+ messages)
` [PATCH v4 5/7] powerpc/iommu: Move iommu_table cleaning routine to iommu_table_clean
` [PATCH v4 6/7] powerpc/pseries/iommu: Make use of DDW even if it does not map the partition

[PATCH v2 0/3] powerpc/pseries: IPI doorbell improvements
 2020-07-22  0:52 UTC  (3+ messages)
` [PATCH v2 1/3] powerpc: inline doorbell sending functions

[PATCH v2 0/2] Rework secure memslot dropping
 2020-07-21 21:37 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up
` [PATCH v2 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping

[powerpc:next-test] BUILD REGRESSION 08b8bb849948ff5e2305d1115ce8bbdd55364a70
 2020-07-21 20:01 UTC 

[PATCH v6] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-21 19:38 UTC  (6+ messages)

[powerpc:next] BUILD SUCCESS 9a77c4a0a12597c661be374b8d566516c0341570
 2020-07-21 18:37 UTC 

[RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
 2020-07-21 15:22 UTC  (16+ messages)

[PATCH -next] PCI: rpadlpar: Make some functions static
 2020-07-21 15:17 UTC 

[PATCH v3 0/2] Selftest for cpuidle latency measurement
 2020-07-21 14:57 UTC  (4+ messages)
` [PATCH v3 1/2] cpuidle: Trace IPI based and timer based wakeup latency from idle states
` [PATCH v3 2/2] selftest/cpuidle: Add support for cpuidle latency measurement

[PATCH v3 0/3] powernv/idle: Power9 idle cleanup
 2020-07-21 14:55 UTC  (9+ messages)
` [PATCH v3 1/3] powerpc/powernv/idle: Replace CPU features checks with PVR checks
` [PATCH v3 2/3] powerpc/powernv/idle: Rename pnv_first_spr_loss_level variable

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-21 14:36 UTC  (9+ messages)

[PATCH v4 00/10] powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm
 2020-07-21 14:16 UTC  (18+ messages)
` [PATCH v4 05/10] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR
` [PATCH v4 09/10] powerpc/watchpoint: Return available watchpoints dynamically
` [PATCH v4 10/10] powerpc/watchpoint: Remove 512 byte boundary

[PATCH v2 0/2] Selftest for cpuidle latency measurement
 2020-07-21 11:56 UTC  (4+ messages)
` [PATCH v2 2/2] selftest/cpuidle: Add support "

[PATCH v3] powerpc/pseries: Avoid using addr_to_pfn in realmode
 2020-07-21 10:08 UTC  (3+ messages)

[PATCH trivial] ppc64/mm: remove comment that is no longer valid
 2020-07-21  9:19 UTC 

[PATCH 00/20] Documentation: eliminate duplicated words
 2020-07-21  6:27 UTC  (3+ messages)
` [PATCH 09/20] Documentation: i2c: eliminate duplicated word

ASMedia ASM2142 USB host controller tries to DMA to address zero when doing bulk reads from multiple devices
 2020-07-21  5:49 UTC 

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

[PATCH] KVM: PPC: Book3S HV: Use feature flag CPU_FTR_P9_TIDR when accessing TIDR
 2020-07-21  5:39 UTC  (3+ messages)

[PATCH v2 13/16] scripts/kallsyms: move ignored symbol types to is_ignored_symbol()
 2020-07-21  4:00 UTC  (3+ messages)

[PATCH 1/2] ASoC: fsl-asoc-card: Support configuring dai fmt from DT
 2020-07-21  3:41 UTC  (2+ messages)
` [PATCH 2/2] ASoC: bindings: fsl-asoc-card: Support properties for configuring dai fmt

[powerpc:next-test 103/106] arch/powerpc/mm/book3s64/radix_pgtable.c:513:21: error: use of undeclared identifier 'SECTION_SIZE_BITS'
 2020-07-21  3:13 UTC  (4+ messages)

[PATCH 00/11] Support for grouping cores
 2020-07-21  2:57 UTC  (27+ messages)
` [PATCH 02/11] powerpc/smp: Merge Power9 topology with Power topology
` [PATCH 04/11] powerpc/smp: Enable small core scheduling sooner
` [PATCH 05/11] powerpc/smp: Dont assume l2-cache to be superset of sibling
` [PATCH 06/11] powerpc/smp: Generalize 2nd sched domain
` [PATCH 07/11] Powerpc/numa: Detect support for coregroup
` [PATCH 10/11] powerpc/smp: Implement cpu_to_coregroup_id
` [PATCH 11/11] powerpc/smp: Provide an ability to disable coregroup

Question about NUMA distance calculation in powerpc/mm/numa.c
 2020-07-21  1:36 UTC  (2+ messages)

[PATCH] powerpc/fault: kernel can extend a user process's stack
 2020-07-21  0:57 UTC  (6+ messages)

[PATCH net-next] net: fs_enet: remove redundant null check
 2020-07-21  0:42 UTC  (2+ messages)

[PATCH] powerpc/boot: Use address-of operator on section symbols
 2020-07-20 21:02 UTC  (3+ messages)

[FIX PATCH] powerpc/prom: Enable Radix GTSE in cpu pa-features
 2020-07-20 14:14 UTC  (2+ messages)

[PATCH] HID: udraw-ps3: Replace HTTP links with HTTPS ones
 2020-07-20 10:25 UTC  (3+ messages)

[PATCH 0/5] cpuidle-pseries: Parse extended CEDE information for idle
 2020-07-20  6:34 UTC  (7+ messages)
` [PATCH 3/5] cpuidle-pseries : Fixup exit latency for CEDE(0)
` [PATCH 4/5] cpuidle-pseries : Include extended CEDE states in cpuidle framework
` [PATCH 5/5] cpuidle-pseries: Block Extended CEDE(1) which adds no additional value


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