linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-04 16:20:45 to 2021-10-07 13:46:11 UTC [more...]

[PATCH] KVM: PPC: Defer vtime accounting 'til after IRQ handling
 2021-10-07 13:45 UTC  (3+ messages)

[PATCH] powerpc/eeh:Fix some mistakes in comments
 2021-10-07 12:55 UTC  (3+ messages)

[PATCH] powerpc/mce: check if event info is valid
 2021-10-07 12:09 UTC  (3+ messages)

[PATCH] video: fbdev: use memset_io() instead of memset()
 2021-10-07 11:28 UTC  (2+ messages)

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-10-07  9:27 UTC  (16+ 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 v2 00/10] powerpc/bpf: Various fixes
 2021-10-07  8:47 UTC  (21+ 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 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support
 2021-10-07  8:07 UTC  (22+ messages)
` [PATCH 01/12] of: Add of_get_cpu_hwid() to read hardware ID from CPU nodes
` [PATCH 02/12] ARM: Use of_get_cpu_hwid()
` [PATCH 03/12] ARM: broadcom: "
` [PATCH 04/12] arm64: "
` [PATCH 05/12] csky: "
` [PATCH 06/12] openrisc: "
` [PATCH 07/12] powerpc: "
` [PATCH 08/12] riscv: "
` [PATCH 09/12] sh: "
` [PATCH 10/12] x86: dt: "
` [PATCH 11/12] cacheinfo: Allow for >32-bit cache 'id'
` [PATCH 12/12] cacheinfo: Set cache 'id' based on DT data

[V2] powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10
 2021-10-07  7:51 UTC 

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

[PATCH v3 0/4] Add mem_hops field in perf_mem_data_src structure
 2021-10-07  6:49 UTC  (6+ messages)
` [PATCH v3 1/4] perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove an extra line
` [PATCH v3 2/4] perf: Add mem_hops field in perf_mem_data_src structure
` [PATCH v3 3/4] tools/perf: "
` [PATCH v3 4/4] powerpc/perf: Fix data source encodings for L2.1 and L3.1 accesses

[PATCH] Documentation: Fix typo in testing/sysfs-class-cxl
 2021-10-07  0:09 UTC  (2+ messages)

[PATCH] Documentation: Fix typo in testing/sysfs-class-cxl
 2021-10-06 14:39 UTC 

[PATCH] docs: typo fixes in Documentation/ABI/
 2021-10-06 14:00 UTC  (4+ messages)

[PATCH] docs: typo fixes in Documentation/ABI/
 2021-10-06 12:36 UTC  (3+ messages)

[PATCH] perf vendor events power10: Add metric events json file for power10 platform
 2021-10-06 17:32 UTC  (2+ messages)

[PATCH v1 00/15] powerpc: Add KUAP support for BOOKE and 40x
 2021-10-06 12:43 UTC  (16+ messages)
` [PATCH v1 01/15] powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
` [PATCH v1 02/15] powerpc/32s: Save content of sr0 to avoid 'mfsr'
` [PATCH v1 03/15] powerpc/kuap: Add a generic intermediate layer
` [PATCH v1 04/15] powerpc/kuap: Check KUAP activation in generic functions
` [PATCH v1 05/15] powerpc/kuap: Remove __kuap_assert_locked()
` [PATCH v1 06/15] powerpc/kuap: Add kuap_lock()
` [PATCH v1 07/15] powerpc/nohash: Move setup_kuap out of 8xx.c
` [PATCH v1 08/15] powerpc/config: Add CONFIG_BOOKE_OR_40x
` [PATCH v1 09/15] powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64
` [PATCH v1 10/15] powerpc: Add KUAP support for BOOKE and 40x
` [PATCH v1 11/15] powerpc/kuap: Wire-up KUAP on 44x
` [PATCH v1 12/15] powerpc/kuap: Wire-up KUAP on 40x
` [PATCH v1 13/15] powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode
` [PATCH v1 14/15] powerpc/kuap: Wire-up KUAP on book3e/64
` [PATCH v1 15/15] powerpc: Remove CONFIG_PPC_HAVE_KUAP

[PATCH 1/4] perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove an extra line
 2021-10-06  6:38 UTC  (7+ 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

[RFC 1/5] ipmi:bt-bmc: Separate out ASPEED specific bits
 2021-10-06  6:02 UTC  (10+ 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 v5 00/14] PCI: Add support for Apple M1
 2021-10-06  5:56 UTC  (3+ messages)

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

[PATCH 0/9] powerpc/bpf: Various fixes
 2021-10-05 20:22 UTC  (24+ 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 6/9] powerpc/bpf: Fix BPF_SUB when imm == 0x80000000

[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 0/3] Update crashkernel offset to allow kernel to boot on large config LPARs
 2021-10-05  8:14 UTC  (8+ messages)
` [PATCH 1/3] fixup mmu_features immediately after getting cpu pa features
` [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()

[PATCH 2/3] Remove 256MB limit restriction for boot cpu paca allocation
 2021-10-05  5:58 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v6 07/11] PCI: Replace pci_dev::driver usage that gets the driver name

[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  9:22 UTC  (2+ messages)

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

[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  (3+ messages)
` [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  (25+ messages)
` [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


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