linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-01 21:18:41 to 2021-10-06 04:56:08 UTC [more...]

[PATCH v2 00/10] powerpc/bpf: Various fixes
 2021-10-06  4:55 UTC  (16+ messages)
` [PATCH v2 01/10] powerpc/lib: Add helper to check if offset is within conditional branch range
` [PATCH v2 02/10] powerpc/bpf: Validate branch ranges
` [PATCH v2 03/10] powerpc/bpf: Fix BPF_MOD when imm == 1
` [PATCH v2 04/10] powerpc/bpf: Fix BPF_SUB when imm == 0x80000000
` [PATCH v2 05/10] powerpc/security: Add a helper to query stf_barrier type
` [PATCH v2 06/10] powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC
` [PATCH v2 07/10] powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operation
` [PATCH v2 08/10] powerpc/bpf ppc32: Fix JMP32_JSET_K
` [PATCH v2 09/10] powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_END
` [PATCH v2 10/10] powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000

[PATCH kernel v2] powerps/pseries/dma: Add support for 2M IOMMU page size
 2021-10-06  4:47 UTC 

[RFC 1/5] ipmi:bt-bmc: Separate out ASPEED specific bits
 2021-10-06  3:06 UTC  (7+ messages)
` [RFC 2/5] ipmi:bt-bmc: Prefix ASPEED specific registers with ASPEED_
` [RFC 3/5] ipmi:bt-bmc: Put arch specific function into bt_bmc_ops
` [RFC 4/5] ipmi:bt-bmc: No longer ASPEED specific
` [RFC 5/5] ipmi:bt-bmc: Add Microwatt

[PATCH 0/9] powerpc/bpf: Various fixes
 2021-10-05 20:22 UTC  (39+ 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 1/4] perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove an extra line
 2021-10-05 20:20 UTC  (6+ messages)
` [PATCH 2/4] perf: Add mem_hops field in perf_mem_data_src structure
` [PATCH 3/4] tools/perf: "
` [PATCH 4/4] powerpc/perf: Fix data source encodings for L2.1 and L3.1 accesses

[PATCH v4 0/8] Fix long standing AER Error Handling Issues
 2021-10-05 17:18 UTC  (9+ messages)
` [PATCH v4 1/8] PCI/AER: Remove ID from aer_agent_string[]
` [PATCH v4 2/8] PCI: Cleanup struct aer_err_info
` [PATCH v4 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
` [PATCH v4 4/8] PCI/DPC: Use pci_aer_clear_status() "
` [PATCH v4 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
` [PATCH v4 6/8] PCI/AER: Clear error device AER registers in aer_irq()
` [PATCH v4 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
` [PATCH v4 8/8] PCI/AER: Include DEVCTL in aer_print_error()

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-10-05 14:22 UTC  (4+ messages)
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE

[PATCH v5 00/14] PCI: Add support for Apple M1
 2021-10-05  9:57 UTC  (2+ messages)

[PATCH 0/3] Update crashkernel offset to allow kernel to boot on large config LPARs
 2021-10-05  8:14 UTC  (10+ 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 v3 0/8] Fix long standing AER Error Handling Issues
 2021-10-05  6:54 UTC  (12+ messages)
` [PATCH v3 1/8] PCI/AER: Remove ID from aer_agent_string[]
` [PATCH v3 2/8] PCI: Cleanup struct aer_err_info
` [PATCH v3 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
` [PATCH v3 4/8] PCI/DPC: Use pci_aer_clear_status() "
` [PATCH v3 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
` [PATCH v3 6/8] PCI/AER: Clear error device AER registers in aer_irq()
` [PATCH v3 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
` [PATCH v3 8/8] PCI/AER: Include DEVCTL in aer_print_error()

[V2 0/4] powerpc/perf: Add instruction and data address registers to extended regs
 2021-10-05  5:52 UTC  (3+ messages)
` [V2 1/4] powerpc/perf: Refactor the code definition of perf reg extended mask

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-10-05  1:55 UTC  (9+ messages)
` [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

[PATCH v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-10-04 16:06 UTC  (5+ 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 0/6] MIPS: OCTEON: Remove redundant AER code
 2021-10-04 17:59 UTC  (2+ messages)
` [PATCH 1/6] PCI/AER: Enable COR/UNCOR error reporting in set_device_error_reporting()

[PATCH v2 0/8] Fix long standing AER Error Handling Issues
 2021-10-04 14:12 UTC  (9+ messages)
    ` [PATCH v2 1/8] PCI/AER: Remove ID from aer_agent_string[]
    ` [PATCH v2 2/8] PCI: Cleanup struct aer_err_info
    ` [PATCH v2 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()
    ` [PATCH v2 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
    ` [PATCH v2 6/8] PCI/AER: Clear error device AER registers in aer_irq()
    ` [PATCH v2 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
    ` [PATCH v2 8/8] PCI/AER: Include DEVCTL in aer_print_error()
      ` [PATCH "

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

[PATCH 00/10] Add Apple M1 support to PASemi i2c driver
 2021-10-04 18:01 UTC  (6+ messages)
` [PATCH 01/10] dt-bindings: i2c: Add Apple I2C controller bindings
` [PATCH 09/10] i2c: pasemi: Add Apple platform driver

[PATCH v3 1/2] powerpc/powermac: add missing g5_phy_disable_cpu1() declaration
 2021-10-04 17:00 UTC  (3+ messages)
` [PATCH v3 2/2] powerpc/powermac: constify device_node in of_irq_parse_oldworld()

[PATCH 0/5] convert ifc binding to yaml and drop "simple-bus"
 2021-10-04 16:27 UTC  (7+ 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

[RFC PATCH] KVM: PPC: Book3S HV P9: Move H_CEDE logic mostly to one place
 2021-10-04 16:10 UTC 

[PATCH v3 00/52] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-10-04 16:00 UTC  (53+ 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 v3 29/52] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [PATCH v3 30/52] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [PATCH v3 31/52] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [PATCH v3 32/52] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [PATCH v3 33/52] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [PATCH v3 34/52] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require it
` [PATCH v3 35/52] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [PATCH v3 36/52] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [PATCH v3 37/52] KVM: PPC: Book3S HV P9: Demand fault TM "
` [PATCH v3 38/52] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [PATCH v3 39/52] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [PATCH v3 40/52] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [PATCH v3 41/52] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [PATCH v3 42/52] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [PATCH v3 43/52] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [PATCH v3 44/52] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [PATCH v3 45/52] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
` [PATCH v3 46/52] KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
` [PATCH v3 47/52] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
` [PATCH v3 48/52] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
` [PATCH v3 49/52] KVM: PPC: Book3S HV P9: Remove most of the vcore logic
` [PATCH v3 50/52] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
` [PATCH v3 51/52] KVM: PPC: Book3S HV P9: Stop using vc->dpdes
` [PATCH v3 52/52] KVM: PPC: Book3S HV P9: Remove subcore HMI handling

[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] KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] value
 2021-10-04 14:57 UTC 

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

[PATCH v4 00/11] sections: Unify kernel sections range check and use
 2021-10-03 17:19 UTC  (3+ messages)
` [PATCH v4 07/11] mm: kasan: Use is_kernel() helper

[PATCH] ASoC: fsl_spdif: implement bypass mode from in to out
 2021-10-02  0:16 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).