linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-21 15:17:34 to 2020-07-23 11:00:30 UTC [more...]

[PATCH 1/2] lockdep: improve current->(hard|soft)irqs_enabled synchronisation with actual irq state
 2020-07-23 10:56 UTC  (2+ messages)
` [PATCH 2/2] lockdep: warn on redundant or incorrect irq state changes

[PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
 2020-07-23 10:48 UTC  (9+ messages)
` [PATCH 1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables
` [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR
` [PATCH 3/7] powerpc/watchpoint/kvm: Introduce new capability for "
` [PATCH 4/7] powerpc/selftests/ptrace-hwbreak: Add testcases "
` [PATCH 5/7] powerpc/selftests/perf-hwbreak: Coalesce event creation code
` [PATCH 6/7] powerpc/selftests/perf-hwbreak: Add testcases for 2nd DAWR
` [PATCH 7/7] powerpc/selftests: Add selftest to test concurrent perf/ptrace events

[PATCH] powerpc/64s: Fix irq tracing corruption in interrupt/syscall return caused by perf interrupts
 2020-07-23 10:29 UTC  (3+ messages)

[PATCH] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_DAWR_ARCH_31
 2020-07-23  9:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 00/10] powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm
 2020-07-23  9:08 UTC  (11+ messages)
` [PATCH v5 01/10] powerpc/watchpoint: Fix 512 byte boundary limit
` [PATCH v5 02/10] powerpc/watchpoint: Fix DAWR exception constraint
` [PATCH v5 03/10] powerpc/watchpoint: Fix DAWR exception for CACHEOP
` [PATCH v5 04/10] powerpc/watchpoint: Enable watchpoint functionality on power10 guest
` [PATCH v5 05/10] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR
` [PATCH v5 06/10] powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bit
` [PATCH v5 07/10] powerpc/watchpoint: Rename current H_SET_MODE DAWR macro
` [PATCH v5 08/10] powerpc/watchpoint: Guest support for 2nd DAWR hcall
` [PATCH v5 09/10] powerpc/watchpoint: Return available watchpoints dynamically
` [PATCH v5 10/10] powerpc/watchpoint: Remove 512 byte boundary

[PATCH v3 00/10] Coregroup support on Powerpc
 2020-07-23  8:51 UTC  (11+ messages)
` [PATCH v3 01/10] powerpc/smp: Fix a warning under !NEED_MULTIPLE_NODES
` [PATCH v3 02/10] powerpc/smp: Merge Power9 topology with Power topology
` [PATCH v3 03/10] powerpc/smp: Move powerpc_topology above
` [PATCH v3 04/10] powerpc/smp: Move topology fixups into a new function
` [PATCH v3 05/10] powerpc/smp: Dont assume l2-cache to be superset of sibling
` [PATCH v3 06/10] powerpc/smp: Generalize 2nd sched domain
` [PATCH v3 07/10] powerpc/numa: Detect support for coregroup
` [PATCH v3 08/10] powerpc/smp: Allocate cpumask only after searching thread group
` [PATCH v3 09/10] powerpc/smp: Create coregroup domain
` [PATCH v3 10/10] powerpc/smp: Implement cpu_to_coregroup_id

[v4] powerpc/perf: Initialize power10 PMU registers in cpu setup routine
 2020-07-23  7:40 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS c27fe454aff795023d2f3f90f41eb1a3104e614f
 2020-07-23  7:28 UTC 

Linux powerpc new system call instruction and ABI
 2020-07-23  6:47 UTC  (3+ messages)
` [PATCH 2/2] powerpc/64s: system call support for scv/rfscv instructions

[PATCH v4 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-23  6:47 UTC  (5+ messages)
` [PATCH v4 07/12] ppc64/kexec_file: add support to relocate purgatory

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

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-07-23  6:19 UTC  (3+ messages)
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly

[PATCH] powerpc/kvm: Enable support for ISA v3.1 guests
 2020-07-23  6:21 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Protect kvm_vcpu_read_guest with srcu locks
 2020-07-23  6:19 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: increase KVMPPC_NR_LPIDS on POWER8 and POWER9
 2020-07-23  6:20 UTC  (2+ messages)

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

[PATCH 0/4] ASoC: fsl_asrc: allow selecting arbitrary clocks
 2020-07-23  5:46 UTC  (4+ messages)

[v3 00/15] powerpc/perf: Add support for power10 PMU Hardware
 2020-07-23  5:44 UTC  (29+ 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

[PATCH devicetree 0/4] Add Seville Ethernet switch to T1040RDB
 2020-07-23  5:40 UTC  (6+ messages)
` [PATCH devicetree 1/4] powerpc: dts: t1040: add bindings for Seville Ethernet switch
` [PATCH devicetree 2/4] powerpc: dts: t1040: label the 2 MDIO controllers
` [PATCH devicetree 3/4] powerpc: dts: t1040rdb: put SGMII PHY under &mdio0 label
` [PATCH devicetree 4/4] powerpc: dts: t1040rdb: add ports for Seville Ethernet switch

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

[PATCH 1/2] ASoC: fsl-asoc-card: Support configuring dai fmt from DT
 2020-07-23  5:35 UTC  (2+ messages)

[PATCH] ASoC: fsl_esai: add IRQF_SHARED for devm_request_irq
 2020-07-23  5:31 UTC  (2+ messages)

[PATCH v2 0/2] Rework secure memslot dropping
 2020-07-23  3:36 UTC  (7+ 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

[PATCH v2 0/3] kprobes: Remove MODULE dependency
 2020-07-23  1:51 UTC  (4+ messages)
` [PATCH v2 1/3] module: Rename module_alloc() to text_alloc() and move to kernel proper

[PATCH v4 0/7] Remove default DMA window before creating DDW
 2020-07-22 23:45 UTC  (10+ 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] powerpc/drmem: cache LMBs in xarray to accelerate lookup
 2020-07-22 23:00 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/drmem: accelerate memory_add_physaddr_to_nid() with LMB xarray

OF: Can't handle multiple dma-ranges with different offsets
 2020-07-22 22:11 UTC  (2+ messages)

[PATCH v3 0/2] Selftest for cpuidle latency measurement
 2020-07-22 15:33 UTC  (3+ messages)

[PATCH] spi: ppc4xx: Convert to use GPIO descriptors
 2020-07-22 13:45 UTC  (2+ messages)

[RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
 2020-07-22 12:45 UTC  (8+ messages)
  `  "

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

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

PowerNV PCI & SR-IOV cleanups
 2020-07-22 10:06 UTC  (11+ 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

[PATCH v2 00/10] Coregroup support on Powerpc
 2020-07-22  8:54 UTC  (24+ 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 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 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  7:51 UTC  (7+ messages)

[PATCH v2 01/16] powernv/pci: Add pci_bus_to_pnvhb() helper
 2020-07-22  6:57 UTC  (16+ 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 12/16] powerpc/powernv/sriov: De-indent setup and teardown
` [PATCH v2 13/16] powerpc/powernv/sriov: Move M64 BAR allocation into a helper
` [PATCH v2 14/16] powerpc/powernv/sriov: Refactor M64 BAR setup
` [PATCH v2 15/16] powerpc/powernv/sriov: Make single PE mode a per-BAR setting
` [PATCH v2 16/16] powerpc/powernv/sriov: Remove vfs_expanded

[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 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] 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 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

[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  (11+ messages)

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


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