linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 06:24:21 to 2020-11-26 02:09:30 UTC [more...]

[PATCH 00/13] ibmvfc: initial MQ development
 2020-11-26  1:48 UTC  (12+ messages)
` [PATCH 01/13] ibmvfc: add vhost fields and defaults for MQ enablement
` [PATCH 02/13] ibmvfc: define hcall wrapper for registering a Sub-CRQ
` [PATCH 03/13] ibmvfc: add Subordinate CRQ definitions
` [PATCH 04/13] ibmvfc: add alloc/dealloc routines for SCSI Sub-CRQ Channels
` [PATCH 05/13] ibmvfc: add Sub-CRQ IRQ enable/disable routine
` [PATCH 06/13] ibmvfc: add handlers to drain and complete Sub-CRQ responses
` [PATCH 07/13] ibmvfc: define Sub-CRQ interrupt handler routine
` [PATCH 08/13] ibmvfc: map/request irq and register Sub-CRQ interrupt handler
` [PATCH 09/13] ibmvfc: implement channel enquiry and setup commands
` [PATCH 10/13] ibmvfc: advertise client support for using hardware channels
` [PATCH 12/13] ibmvfc: send commands down HW Sub-CRQ when channelized

[PATCH net v3 0/9] ibmvnic: assorted bug fixes
 2020-11-26  0:04 UTC  (10+ messages)
` [PATCH net v3 1/9] ibmvnic: handle inconsistent login with reset
` [PATCH net v3 2/9] ibmvnic: stop free_all_rwi on failed reset
` [PATCH net v3 3/9] ibmvnic: avoid memset null scrq msgs
` [PATCH net v3 4/9] ibmvnic: restore adapter state on failed reset
` [PATCH net v3 5/9] ibmvnic: delay next reset if hard reset fails
` [PATCH net v3 6/9] ibmvnic: track pending login
` [PATCH net v3 7/9] ibmvnic: send_login should check for crq errors
` [PATCH net v3 8/9] ibmvnic: no reset timeout for 5 seconds after reset
` [PATCH net v3 9/9] ibmvnic: reduce wait for completion time

[powerpc:next] BUILD SUCCESS 0bd4b96d99108b7ea9bac0573957483be7781d70
 2020-11-25 20:45 UTC 

[powerpc:next-test] BUILD SUCCESS 6cc5522b62bbc176e1a5666c401466a37ffc746e
 2020-11-25 20:45 UTC 

[powerpc:merge] BUILD SUCCESS 4c202167192a77481310a3cacae9f12618b92216
 2020-11-25 20:45 UTC 

[PATCH v3 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries
 2020-11-25 17:34 UTC  (7+ messages)
` [PATCH v3 1/2] genirq/irqdomain: Add an irq_create_mapping_affinity() function
` [PATCH v3 2/2] powerpc/pseries: pass MSI affinity to irq_create_mapping()

[PATCH] net/ethernet/freescale: Fix incorrect IS_ERR_VALUE macro usages
 2020-11-25 17:05 UTC  (5+ messages)

[PATCH v2 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries
 2020-11-25 15:00 UTC  (9+ 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 V4 0/5] ocxl: Mmio invalidation support
 2020-11-25 15:50 UTC  (6+ messages)
` [PATCH V4 1/5] ocxl: Assign a register set to a Logical Partition
` [PATCH V4 2/5] ocxl: Initiate a TLB invalidate command
` [PATCH V4 3/5] ocxl: Update the Process Element Entry
` [PATCH V4 4/5] ocxl: Add mmu notifier
` [PATCH V4 5/5] ocxl: Add new kernel traces

[PATCH net 0/2] ibmvnic: Bug fixes for queue descriptor processing
 2020-11-25 15:26 UTC  (5+ 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 14:57 UTC  (35+ 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 V3 0/5] ocxl: Mmio invalidation support
 2020-11-25 14:29 UTC  (11+ 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] ASoC: fsl_xcvr: fix potential resource leak
 2020-11-25 13:58 UTC  (2+ messages)

C vdso
 2020-11-25 12:22 UTC  (8+ messages)

[PATCH] powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.S
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH] Revert "powerpc/pseries/hotplug-cpu: Remove double free in error path"
 2020-11-25 11:58 UTC  (2+ messages)

[PATCH] powerpc/powernv/sriov: fix unsigned int win compared to less than zero
 2020-11-25 11:58 UTC  (2+ messages)

[PATCH] powerpc/mm: Fix comparing pointer to 0 warning
 2020-11-25 11:57 UTC  (2+ messages)

[PATCHv2] selftests/powerpc/eeh: disable kselftest timeout setting for eeh-basic
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH] powerpc/ps3: Drop unused DBG macro
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH] powerpc/85xx: Fix declaration made after definition
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH] powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH] powerpc/64s/perf: perf interrupt does not have to get_user_pages to access user memory
 2020-11-25 11:57 UTC  (2+ messages)

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

[PATCH v4 1/2] powerpc/64: Set up a kernel stack for secondaries before cpu_restore()
 2020-11-25 11:57 UTC  (2+ messages)

[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 1/2] powerpc: sstep: Fix load and update instructions
 2020-11-25 10:09 UTC  (2+ messages)

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

[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 0/3] PPC: fixes for clang support
 2020-11-25  5:13 UTC  (12+ messages)
` [PATCH v3 "
  ` [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 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
 2020-11-24 22:22 UTC  (4+ messages)
` [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  (5+ messages)
` [PATCH V2 4/5] ocxl: Add mmu notifier

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


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