linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 06:27:30 to 2020-11-25 12:29:46 UTC [more...]

[PATCH v1 0/4] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH v2 1/3] powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFI
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH v13 0/8] powerpc: switch VDSO to C implementation
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH] powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH] powerpc: avoid broken GCC __attribute__((optimize))
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH v2] powerpc/mm: Update tlbiel loop on POWER10
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH] powerpc/mm: move setting pte specific flags to pfn_pmd
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH v2 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries
 2020-11-25 11:16 UTC  (3+ messages)
` [PATCH v2 1/2] genirq: add an irq_create_mapping_affinity() function
` [PATCH v2 2/2] powerpc/pseries: pass MSI affinity to irq_create_mapping()

[PATCH 1/2] powerpc: sstep: Fix load and update instructions
 2020-11-25 10:09 UTC  (2+ messages)

C vdso
 2020-11-25  9:21 UTC  (7+ messages)

[PATCH v4 00/18] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-11-25  8:32 UTC  (8+ messages)
` [PATCH v4 02/18] dt-bindings: usb: Convert generic USB properties to DT schemas
` [PATCH v4 10/18] dt-bindings: usb: Convert DWC USB3 bindings to DT schema

[PATCH 1/3] perf/core: Flush PMU internal buffers for per-CPU events
 2020-11-25  8:12 UTC  (6+ messages)

[PATCH 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries
 2020-11-25  7:30 UTC  (9+ messages)
` [PATCH 1/2] genirq: add an affinity parameter to irq_create_mapping()
` [PATCH 2/2] powerpc/pseries: pass MSI affinity "

[PATCH V2] powerpc/perf: Exclude kernel samples while counting events in user space
 2020-11-25  7:26 UTC 

[PATCH v4] dt-bindings: misc: convert fsl,qoriq-mc from txt to YAML
 2020-11-25  7:17 UTC  (2+ messages)

[PATCH v1 1/8] powerpc/32s: Always map kernel text and rodata with BATs
 2020-11-25  7:10 UTC  (8+ messages)
` [PATCH v1 2/8] powerpc/32s: Don't hash_preload() kernel text
` [PATCH v1 3/8] powerpc/32s: Fix an FTR_SECTION_ELSE
` [PATCH v1 4/8] powerpc/32s: Don't use SPRN_SPRG_PGDIR in hash_page
` [PATCH v1 5/8] powerpc/603: Use SPRN_SDR1 to store the pgdir phys address
` [PATCH v1 6/8] powerpc/32: Simplify EXCEPTION_PROLOG_1 macro
` [PATCH v1 7/8] powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prolog
` [PATCH v1 8/8] powerpc/32: Use SPRN_SPRG_SCRATCH2 in exception prologs

[PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms
 2020-11-25  6:36 UTC  (16+ messages)

[PATCH net 0/2] ibmvnic: Bug fixes for queue descriptor processing
 2020-11-25  5:43 UTC  (4+ messages)
` [PATCH net 1/2] ibmvnic: Ensure that SCRQ entry reads are correctly ordered
` [PATCH net 2/2] ibmvnic: Fix TX completion error handling

[PATCH v6 00/22] Kernel userspace access/execution prevention with hash translation
 2020-11-25  5:16 UTC  (23+ messages)
` [PATCH v6 01/22] powerpc: Add new macro to handle NESTED_IFCLR
` [PATCH v6 02/22] KVM: PPC: BOOK3S: PR: Ignore UAMOR SPR
` [PATCH v6 03/22] powerpc/book3s64/kuap/kuep: Make KUAP and KUEP a subfeature of PPC_MEM_KEYS
` [PATCH v6 04/22] powerpc/book3s64/kuap/kuep: Move uamor setup to pkey init
` [PATCH v6 05/22] powerpc/book3s64/kuap: Move KUAP related function outside radix
` [PATCH v6 06/22] powerpc/book3s64/kuep: Move KUEP "
` [PATCH v6 07/22] powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP to MMU_FTR_KUAP
` [PATCH v6 08/22] powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation
` [PATCH v6 09/22] powerpc/exec: Set thread.regs early during exec
` [PATCH v6 10/22] powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry and exit from kernel
` [PATCH v6 11/22] powerpc/book3s64/pkeys: Inherit correctly on fork
` [PATCH v6 12/22] powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
` [PATCH v6 13/22] powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one
` [PATCH v6 14/22] powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode
` [PATCH v6 15/22] powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR
` [PATCH v6 16/22] powerpc/book3s64/kuap: Improve error reporting with KUAP
` [PATCH v6 17/22] powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation
` [PATCH v6 18/22] powerpc/book3s64/kuep: Use Key 3 to implement KUEP "
` [PATCH v6 19/22] powerpc/book3s64/hash/kuap: Enable kuap on hash
` [PATCH v6 20/22] powerpc/book3s64/hash/kuep: Enable KUEP "
` [PATCH v6 21/22] powerpc/book3s64/hash/kup: Don't hardcode kup key
` [PATCH v6 22/22] powerpc/book3s64/pkeys: Optimize FTR_KUAP and FTR_KUEP disabled case

[PATCH 0/3] PPC: fixes for clang support
 2020-11-25  5:13 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH 1/3] powerpc/wrapper: add "-z notext" flag to disable diagnostic
  ` [PATCH v3 2/3] powerpc/boot: Use clang when CC is clang
  ` [PATCH v3 3/3] powerpc/64s: feature: Work around inline asm issues

[PATCH 1/3] powerpc: Make NUMA depend on SMP
 2020-11-25  4:30 UTC  (7+ messages)
` [PATCH 2/3] powerpc: Make NUMA default y for powernv
` [PATCH 3/3] powerpc: Update NUMA Kconfig description & help text

[PATCH] powerpc/configs: Add ppc64le_allnoconfig target
 2020-11-25  3:15 UTC 

linux-next: build failure in Linus' tree
 2020-11-25  2:47 UTC  (4+ messages)

[PATCH] net/ethernet/freescale: Fix incorrect IS_ERR_VALUE macro usages
 2020-11-25  1:57 UTC  (4+ messages)

[PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
 2020-11-24 22:22 UTC  (6+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1

[PATCH V2 0/5] ocxl: Mmio invalidation support
 2020-11-24 16:48 UTC  (13+ messages)
` [PATCH V2 1/5] ocxl: Assign a register set to a Logical Partition
` [PATCH V2 2/5] ocxl: Initiate a TLB invalidate command
` [PATCH V2 3/5] ocxl: Update the Process Element Entry
` [PATCH V2 4/5] ocxl: Add mmu notifier
` [PATCH V2 5/5] ocxl: Add new kernel traces

[PATCH v1 1/3] powerpc/32s: Remove unused counters incremented by create_hpte()
 2020-11-24 19:51 UTC  (3+ messages)
` [PATCH v1 2/3] powerpc/32s: In add_hash_page(), calculate VSID later
` [PATCH v1 3/3] powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.S

eBPF on powerpc
 2020-11-24 19:51 UTC  (4+ messages)

[PATCH kernel v4 0/8] genirq/irqdomain: Add reference counting to IRQs
 2020-11-24 16:54 UTC  (12+ messages)
` [PATCH kernel v4 1/8] genirq/ipi: Simplify irq_reserve_ipi
` [PATCH kernel v4 2/8] genirq/irqdomain: Clean legacy IRQ allocation
` [PATCH kernel v4 3/8] genirq/irqdomain: Drop unused realloc parameter from __irq_domain_alloc_irqs
` [PATCH kernel v4 4/8] genirq: Free IRQ descriptor via embedded kobject
` [PATCH kernel v4 5/8] genirq: Add free_irq hook for IRQ descriptor and use for mapping disposal
` [PATCH kernel v4 6/8] genirq/irqdomain: Move hierarchical IRQ cleanup to kobject_release
` [PATCH kernel v4 7/8] genirq/irqdomain: Reference irq_desc for already mapped irqs
` [PATCH kernel v4 8/8] powerpc/pci: Remove LSI mappings on device teardown

[PATCH v1 1/6] powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handler
 2020-11-24 15:24 UTC  (6+ messages)
` [PATCH v1 2/6] powerpc/8xx: Always pin kernel text TLB
` [PATCH v1 3/6] powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15
` [PATCH v1 4/6] powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exception
` [PATCH v1 5/6] powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB "
` [PATCH v1 6/6] powerpc/ppc-opcode: Add PPC_RAW_MFSPR()

[PATCH] tpm: ibmvtpm: fix error return code in tpm_ibmvtpm_probe()
 2020-11-24 14:28 UTC  (2+ messages)

[PATCH] ASoC: fsl_xcvr: fix potential resource leak
 2020-11-24 14:19 UTC 

[PATCH 1/3] selftests/powerpc: Hoist helper code out of eeh-basic
 2020-11-24 11:17 UTC  (4+ messages)
` [PATCH 3/3] selftests/powerpc: Add VF recovery tests

[PATCH v2 0/4] KVM: PPC: Power10 2nd DAWR enablement
 2020-11-24 10:59 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1
` [PATCH v2 2/4] KVM: PPC: Rename current DAWR macros and variables
` [PATCH v2 3/4] KVM: PPC: Add infrastructure to support 2nd DAWR
` [PATCH v2 4/4] KVM: PPC: Introduce new capability for "

[PATCH V3 0/5] ocxl: Mmio invalidation support
 2020-11-24  9:58 UTC  (6+ messages)
` [PATCH V3 1/5] ocxl: Assign a register set to a Logical Partition
` [PATCH V3 2/5] ocxl: Initiate a TLB invalidate command
` [PATCH V3 3/5] ocxl: Update the Process Element Entry
` [PATCH V3 4/5] ocxl: Add mmu notifier
` [PATCH V3 5/5] ocxl: Add new kernel traces

[PATCH v1 0/2] Use H_RPT_INVALIDATE for nested guest
 2020-11-24  9:44 UTC  (2+ messages)

[PATCH] net: fs_enet: Fix incorrect IS_ERR_VALUE macro usages
 2020-11-24  6:24 UTC 

[PATCH v2 00/19] Add generic vdso_base tracking
 2020-11-24  6:53 UTC 

[PATCH v3 0/6] ibmvfc: Protocol definition updates and new targetWWPN Support
 2020-11-24  3:58 UTC  (2+ messages)

[PATCH 1/3] ibmvfc: byte swap login_buf.resp values in attribute show functions
 2020-11-24  3:58 UTC  (2+ messages)

[PATCH V2] powerpc/perf: Fix crash with is_sier_available when pmu is not set
 2020-11-24  2:40 UTC 

[powerpc:fixes-test] BUILD SUCCESS b6b79dd53082db11070b4368d85dd6699ff0b063
 2020-11-24  2:21 UTC 

[powerpc:next-test] BUILD SUCCESS c250581fcf84c34cbaf5b535512b60a5e96970f6
 2020-11-24  2:21 UTC 

[powerpc:merge] BUILD SUCCESS 7c94b5d4e9d328a69d43a11d7e3dfd7a6d762cb6
 2020-11-24  2:21 UTC 

[PATCH v3] soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)
 2020-11-24  1:25 UTC  (2+ messages)

[PATCH v3 0/2] powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() too
 2020-11-24  0:53 UTC  (6+ messages)
` [PATCH v3 2/2] "

[PATCH 00/25] Rid W=1 warnings in SoC
 2020-11-24  0:49 UTC  (4+ messages)
` [PATCH 25/25] soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'

[PATCH v2 00/19] powerpc: interrupt wrappers
 2020-11-23 17:54 UTC  (3+ messages)
` [PATCH v2 04/19] powerpc/perf: move perf irq/nmi handling details into traps.c

Linux kernel: powerpc: RTAS calls can be used to compromise kernel integrity
 2020-11-23 14:41 UTC  (2+ messages)

[PATCH] powerpc/perf: Fix crash with 'is_sier_available' when pmu is not set
 2020-11-23 13:32 UTC  (4+ messages)

[PATCH v2] m68k: Fix WARNING splat in pmac_zilog driver
 2020-11-23  7:41 UTC  (2+ messages)

Fwd: Petitboot for PS3
 2020-11-22 18:13 UTC 

[PATCH kernel v2] vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
 2020-11-22  7:39 UTC 

[PATCH kernel v2] powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU
 2020-11-22  7:38 UTC 

[Bug 209029] New: kernel 5.9-rc2 fails to boot on a PowerMac G5 11, 2 - BUG: Kernel NULL pointer dereference on read at 0x00000020
 2020-11-21 22:06 UTC  (2+ messages)
` [Bug 209029] kernel 5.9-rc2 fails to boot on a PowerMac G5 11,2 "

[PATCH] powerpc: inline iomap accessors
 2020-11-21 17:59 UTC 

[PATCH v3] dt-bindings: misc: convert fsl,qoriq-mc from txt to YAML
 2020-11-21 13:03 UTC  (2+ messages)

[PATCH] m68k: Fix WARNING splat in pmac_zilog driver
 2020-11-21  9:18 UTC  (4+ messages)

[PATCH net-next v2 0/9] ibmvnic: Performance improvements and other updates
 2020-11-21  3:52 UTC  (2+ messages)

[PATCH v4] PCI: Unify ECAM constants in native PCI Express drivers
 2020-11-20 20:34 UTC  (2+ messages)

[PATCH 00/29] partition suspend updates
 2020-11-20 16:09 UTC  (3+ messages)
` [PATCH 29/29] powerpc/pseries/mobility: refactor node lookup during DT update

[PATCH] media: fsl-viu: Use proper check for presence of {out, in}_be32()
 2020-11-20 13:31 UTC  (3+ messages)

[PATCH 0/5] perf/mm: Fix PERF_SAMPLE_*_PAGE_SIZE
 2020-11-20 12:20 UTC  (4+ messages)

[PATCH v3 23/23] mtd: devices: powernv_flash: Add function names to headers and fix 'dev'
 2020-11-20 11:42 UTC  (4+ messages)

[PATCH 0/2] powerpc/64s: fix for CPU hotplug vs mm_cpumask bug
 2020-11-20 10:06 UTC  (3+ messages)
` [PATCH 1/2] kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling

[PATCH for 5.4] powerpc/8xx: Always fault when _PAGE_ACCESSED is not set
 2020-11-20  8:59 UTC  (2+ messages)

[PATCH] powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU context
 2020-11-20  7:00 UTC  (2+ 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).