linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-29 10:18:27 to 2021-10-04 16:20:04 UTC [more...]

[PATCH v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-10-04 12:59 UTC  (4+ messages)
` [PATCH v6 05/11] powerpc/eeh: Don't use driver member of struct pci_dev and further cleanups
` [PATCH v6 07/11] PCI: Replace pci_dev::driver usage that gets the driver name
` [PATCH v6 10/11] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[PATCH v3 00/52] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-10-04 16:00 UTC  (29+ messages)
` [PATCH v3 01/52] powerpc/64s: Remove WORT SPR from POWER9/10 (take 2)
` [PATCH v3 02/52] powerpc/64s: guard optional TIDR SPR with CPU ftr test
` [PATCH v3 03/52] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
` [PATCH v3 04/52] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v3 05/52] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v3 06/52] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v3 07/52] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [PATCH v3 08/52] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [PATCH v3 09/52] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [PATCH v3 10/52] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v3 11/52] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [PATCH v3 12/52] powerpc/64s: Implement PMU override command line option
` [PATCH v3 13/52] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [PATCH v3 14/52] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
` [PATCH v3 15/52] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
` [PATCH v3 16/52] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [PATCH v3 17/52] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v3 18/52] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v3 19/52] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [PATCH v3 20/52] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [PATCH v3 21/52] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [PATCH v3 22/52] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [PATCH v3 23/52] KVM: PPC: Book3S HV P9: Move TB updates
` [PATCH v3 24/52] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [PATCH v3 25/52] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [PATCH v3 26/52] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [PATCH v3 27/52] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [PATCH v3 28/52] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions

[PATCH 0/5] powerpc: various interrupt handling fixes
 2021-10-04 15:28 UTC  (7+ messages)
` [PATCH 1/5] powerpc/64s: fix program check interrupt emergency stack path
` [PATCH 2/5] powerpc/traps: do not enable irqs in _exception
` [PATCH 3/5] powerpc/64: warn if local irqs are enabled in NMI or hardirq context
` [PATCH 4/5] powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUG
` [PATCH 5/5] powerpc/64s: Fix unrecoverable MCE calling async handler from NMI

[PATCH 0/3] Update crashkernel offset to allow kernel to boot on large config LPARs
 2021-10-04 15:32 UTC  (5+ messages)
` [PATCH 1/3] fixup mmu_features immediately after getting cpu pa features
` [PATCH 2/3] Remove 256MB limit restriction for boot cpu paca allocation
` [PATCH 3/3] powerpc: Set crashkernel offset to mid of RMA region

[PATCH] KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] value
 2021-10-04 14:57 UTC 

Add Apple M1 support to PASemi i2c driver
 2021-10-04 11:22 UTC  (11+ messages)

[PATCH 0/5] convert ifc binding to yaml and drop "simple-bus"
 2021-10-04  9:31 UTC  (14+ messages)
` [PATCH 1/5] dt-bindings: memory: fsl: convert ifc binding to yaml schema
` [PATCH 2/5] memory: fsl_ifc: populate child devices without relying on simple-bus
` [PATCH 3/5] ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node
` [PATCH 4/5] arm64: dts: "
` [PATCH 5/5] powerpc/mpc85xx: "

[PATCH] powerpc/eeh:Fix docstrings in eeh
 2021-10-04  8:58 UTC 

[PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-10-04  8:43 UTC  (21+ messages)
` [PATCH v4 1/8] bpf powerpc: Remove unused SEEN_STACK
` [PATCH v4 2/8] bpf powerpc: Remove extra_pass from bpf_jit_build_body()
` [PATCH v4 3/8] bpf powerpc: refactor JIT compiler code
` [PATCH v4 4/8] powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macro
` [PATCH v4 5/8] bpf ppc64: Add BPF_PROBE_MEM support for JIT
` [PATCH v4 6/8] bpf ppc64: Access only if addr is kernel address
` [PATCH v4 7/8] bpf ppc32: Add BPF_PROBE_MEM support for JIT
` [PATCH v4 8/8] bpf ppc32: Access only if addr is kernel address

[PATCH v4 00/11] sections: Unify kernel sections range check and use
 2021-10-03 17:19 UTC  (15+ messages)
` [PATCH v4 01/11] kallsyms: Remove arch specific text and data check
` [PATCH v4 02/11] kallsyms: Fix address-checks for kernel related range
` [PATCH v4 03/11] sections: Move and rename core_kernel_data() to is_kernel_core_data()
` [PATCH v4 04/11] sections: Move is_kernel_inittext() into sections.h
` [PATCH v4 05/11] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text()
` [PATCH v4 06/11] sections: Provide internal __is_kernel() and __is_kernel_text() helper
` [PATCH v4 07/11] mm: kasan: Use is_kernel() helper
` [PATCH v4 08/11] extable: Use is_kernel_text() helper
` [PATCH v4 09/11] powerpc/mm: Use core_kernel_text() helper
` [PATCH v4 10/11] microblaze: Use is_kernel_text() helper
` [PATCH v4 11/11] alpha: "

[PATCH 00/10] Add Apple M1 support to PASemi i2c driver
 2021-10-03 14:37 UTC  (6+ messages)
` [PATCH 09/10] i2c: pasemi: Add Apple platform driver

[PATCH 0/9] powerpc/bpf: Various fixes
 2021-10-03  8:07 UTC  (28+ messages)
` [PATCH 1/9] powerpc/lib: Add helper to check if offset is within conditional branch range
` [PATCH 2/9] powerpc/bpf: Validate branch ranges
` [PATCH 3/9] powerpc/bpf: Remove unused SEEN_STACK
` [PATCH 4/9] powerpc/bpf: Handle large branch ranges with BPF_EXIT
` [PATCH 5/9] powerpc/bpf: Fix BPF_MOD when imm == 1
` [PATCH 6/9] powerpc/bpf: Fix BPF_SUB when imm == 0x80000000
` [PATCH 7/9] powerpc/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06
` [PATCH 8/9] powerpc/security: Add a helper to query stf_barrier type
` [PATCH 9/9] powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC

[PATCH] ASoC: fsl_spdif: implement bypass mode from in to out
 2021-10-02  0:16 UTC  (2+ messages)

[PATCH v5 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-10-01 17:43 UTC  (6+ messages)
` [PATCH v5 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[PATCH kernel] powerpc/iommu: Report the correct most efficient DMA mask for PCI devices
 2021-10-01 14:36 UTC  (3+ messages)

[V2 0/4] powerpc/perf: Add instruction and data address registers to extended regs
 2021-10-01 11:29 UTC  (9+ messages)
` [V2 1/4] powerpc/perf: Refactor the code definition of perf reg extended mask
` [V2 2/4] tools/perf: Refactor the code definition of perf reg extended mask in tools side header file
` [V2 3/4] powerpc/perf: Expose instruction and data address registers as part of extended regs
` [V2 4/4] tools/perf: Add perf tools support to expose "

[PATCH v2 0/9] cxl_pci refactor for reusability
 2021-10-01  9:42 UTC  (3+ messages)
` [PATCH v2 6/9] PCI: Add pci_find_dvsec_capability to find designated VSEC

[PATCH v3 1/4] mm: Create a new system state and fix core_kernel_text()
 2021-10-01  7:14 UTC  (5+ messages)
` [PATCH v3 2/4] mm: Make generic arch_is_kernel_initmem_freed() do what it says
` [PATCH v3 3/4] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH v3 4/4] s390: "

[PATCH] powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload
 2021-10-01  6:10 UTC  (2+ messages)

[PATCH] powerpc/eeh:Fix some mistakes in comments
 2021-10-01  1:36 UTC 

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (9+ messages)
` [PATCH v2 1/6] arch_numa: simplify numa_distance allocation
` [PATCH v2 2/6] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH v2 3/6] memblock: drop memblock_free_early_nid() and memblock_free_early()
` [PATCH v2 4/6] memblock: stop aliasing __memblock_free_late with memblock_free_late
` [PATCH v2 5/6] memblock: rename memblock_free to memblock_phys_free
` [PATCH v2 6/6] memblock: use memblock_free for freeing virtual pointers

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-09-30 17:47 UTC  (9+ messages)
` [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

[Bug 206669] New: Little-endian kernel crashing on POWER8 on heavy big-endian PowerKVM load
 2021-09-30 15:44 UTC  (2+ messages)
` [Bug 206669] "

[PATCH] ASoC: fsl_rpmsg: Add rpmsg audio support for i.MX8ULP
 2021-09-30 14:58 UTC  (2+ messages)

[PATCH v5 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-09-30 13:48 UTC  (10+ messages)
` [PATCH v5 07/11] PCI: Replace pci_dev::driver usage that gets the driver name
` [PATCH v5 10/11] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[PATCH] powerpc/pseries/msi: Add an empty irq_write_msi_msg() handler
 2021-09-30 13:32 UTC  (3+ messages)

[PATCH v2 3/9] xen/x86: make "earlyprintk=xen" work better for PVH Dom0
 2021-09-30 12:18 UTC  (2+ messages)
` [PATCH v2 5/9] xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU

[PATCH] KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()
 2021-09-30  6:59 UTC  (3+ messages)

[PATCH] powerpc/eeh:Fix some mistakes in comments
 2021-09-30  6:31 UTC  (2+ messages)

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-09-29 14:36 UTC  (7+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
` [PATCH v1 3/6] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
` [PATCH v1 4/6] mm/memory_hotplug: remove HIGHMEM leftovers
` [PATCH v1 5/6] mm/memory_hotplug: remove stale function declarations
` [PATCH v1 6/6] x86: remove memory hotplug support on X86_32

[PATCH v8 0/2] Interface to represent PAPR firmware attributes
 2021-09-29 13:49 UTC  (3+ messages)
` [PATCH v8 1/2] powerpc/pseries: "

[PATCH v2 0/4] CPU DLPAR/hotplug for v5.16
 2021-09-29 12:06 UTC  (5+ messages)
` [PATCH v2 4/4] powerpc/pseries/cpuhp: remove obsolete comment from pseries_cpu_die


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