linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 22:08:22 to 2022-09-21 14:54:36 UTC [more...]

[PATCH V2 1/3] powerpc/perf: Fix branch_filter support for multiple filters in powerpc
 2022-09-21 14:52 UTC  (2+ messages)
` [PATCH V2 3/3] tools/testing/selftests/powerpc: Update the bhrb filter sampling test to test for multiple branch filters

[PATCH v1 0/3] coding-style.rst: document BUG() and WARN() rules
 2022-09-21 13:03 UTC  (7+ messages)
` [PATCH v1 1/3] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")
` [PATCH v1 2/3] powerpc/prom_init: drop PROM_BUG()
` [PATCH v1 3/3] checkpatch: warn on usage of VM_BUG_ON() and other BUG variants

[PATCH] powerpc: Save AMR/IAMR when switching tasks
 2022-09-21 13:00 UTC  (7+ messages)

[PATCH v2 00/10] drm: Add driver for PowerPC OF displays
 2022-09-21 12:55 UTC  (15+ messages)
` [PATCH v2 07/10] drm/ofdrm: Add ofdrm for Open Firmware framebuffers
` [PATCH v2 08/10] drm/ofdrm: Add CRTC state
` [PATCH v2 09/10] drm/ofdrm: Add per-model device function
` [PATCH v2 10/10] drm/ofdrm: Support color management

[PATCH v3] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-21  9:30 UTC  (2+ messages)

[PATCH v3 00/16] objtool: Enable and implement --mcount option on powerpc
 2022-09-21  9:10 UTC  (4+ messages)

[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-21  8:54 UTC  (4+ messages)
` [PATCH v4 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-21  7:17 UTC  (11+ messages)
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v2 1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix
 2022-09-21  7:07 UTC  (6+ messages)
` [PATCH v2 2/4] powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utils
` [PATCH v2 3/4] powerpc/64s: Allow double call of kernel_[un]map_linear_page()
` [PATCH v2 4/4] powerpc/64s: Enable KFENCE on book3s64

[PATCH v6 00/25] powerpc: Syscall wrapper and register clearing
 2022-09-21  6:56 UTC  (26+ messages)
` [PATCH v6 01/25] powerpc: Remove asmlinkage from syscall handler definitions
` [PATCH v6 02/25] powerpc: Save caller r3 prior to system_call_exception
` [PATCH v6 03/25] powerpc: Add ZEROIZE_GPRS macros for register clears
` [PATCH v6 04/25] powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlers
` [PATCH v6 05/25] powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.S
` [PATCH v6 06/25] powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRS
` [PATCH v6 07/25] powerpc/64s: Fix comment on interrupt handler prologue
` [PATCH v6 08/25] powerpc: Fix fallocate and fadvise64_64 compat parameter combination
` [PATCH v6 09/25] asm-generic: compat: Support BE for long long args in 32-bit ABIs
` [PATCH v6 10/25] powerpc: Use generic fallocate compatibility syscall
` [PATCH v6 11/25] powerpc/32: Remove powerpc select specialisation
` [PATCH v6 12/25] powerpc: Remove direct call to personality syscall handler
` [PATCH v6 13/25] powerpc: Remove direct call to mmap2 syscall handlers
` [PATCH v6 14/25] powerpc: Provide do_ppc64_personality helper
` [PATCH v6 15/25] powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
` [PATCH v6 16/25] powerpc: Include all arch-specific syscall prototypes
` [PATCH v6 17/25] powerpc: Enable compile-time check for syscall handlers
` [PATCH v6 18/25] powerpc: Use common syscall handler type
` [PATCH v6 19/25] powerpc: Remove high-order word clearing on compat syscall entry
` [PATCH v6 20/25] powerpc: Change system_call_exception calling convention
` [PATCH v6 21/25] powerpc: Provide syscall wrapper
` [PATCH v6 22/25] powerpc/64s: Clear user GPRs in syscall interrupt entry
` [PATCH v6 23/25] powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS Kconfig
` [PATCH v6 24/25] powerpc/64s: Clear gprs on interrupt routine entry in Book3S
` [PATCH v6 25/25] powerpc/64e: Clear gprs on interrupt routine entry on Book3E

[PATCH v6 0/8] phy: Add support for Lynx 10G SerDes
 2022-09-21  6:57 UTC  (10+ messages)
` [PATCH v6 1/8] dt-bindings: phy: Add 2500BASE-X and 10GBASE-R
` [PATCH v6 2/8] dt-bindings: phy: Add Lynx 10G phy binding
` [PATCH v6 3/8] dt-bindings: clock: Add ids for Lynx 10g PLLs
` [PATCH v6 4/8] phy: fsl: Add Lynx 10G SerDes driver
` [PATCH v6 5/8] arm64: dts: ls1046a: Add serdes bindings
` [PATCH v6 6/8] arm64: dts: ls1088a: "
` [PATCH v6 7/8] arm64: dts: ls1046ardb: "
` [PATCH v6 8/8] [WIP] arm64: dts: ls1088ardb: "

[powerpc] Kernel crash with THP tests (next-20220920)
 2022-09-21  6:30 UTC 

[PATCH 00/23] powerpc: Syscall wrapper and register clearing
 2022-09-21  5:33 UTC  (32+ messages)
` [PATCH 05/23] powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.S
` [PATCH 06/23] powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRS
` [PATCH 07/23] powerpc/64s: Fix comment on interrupt handler prologue
` [PATCH 08/23] powerpc: Fix fallocate and fadvise64_64 compat parameter combination
` [PATCH 09/23] asm-generic: compat: Support BE for long long args in 32-bit ABIs
` [PATCH 15/23] powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
` [PATCH 16/23] powerpc: Include all arch-specific syscall prototypes
` [PATCH 17/23] powerpc: Enable compile-time check for syscall handlers
` [PATCH 18/23] powerpc: Use common syscall handler type
` [PATCH 19/23] powerpc: Provide syscall wrapper
` [PATCH 20/23] powerpc/64s: Clear/restore caller gprs in syscall interrupt/return
` [PATCH 21/23] powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS Kconfig
` [PATCH 22/23] powerpc/64s: Clear gprs on interrupt routine entry in Book3S

[RFC] Objtool toolchain proposal: -fannotate-{jump-table,noreturn}
 2022-09-21  3:16 UTC  (7+ messages)

[PATCH 1/2] powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5
 2022-09-21  1:41 UTC  (2+ messages)
` [PATCH 2/2] powerpc/64s: update cpu selection options

[RFC PATCH 0/7] powerpc: first hack at pcrel addressing
 2022-09-21  1:01 UTC  (4+ messages)
` [RFC PATCH 5/7] powerpc/64s: update generic cpu option name and compiler flags

[PATCH v4 00/12] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-21  0:32 UTC  (13+ messages)
` [PATCH v4 01/12] KVM: x86: make vendor code check for all nested events
` [PATCH v4 02/12] KVM: nVMX: Make an event request when pending an MTF nested VM-Exit
` [PATCH v4 03/12] KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed
` [PATCH v4 04/12] KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific
` [PATCH v4 05/12] KVM: x86: lapic does not have to process INIT if it is blocked
` [PATCH v4 06/12] KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set
` [PATCH v4 07/12] KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-Enter
` [PATCH v4 08/12] KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pending
` [PATCH v4 09/12] KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested events
` [PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
` [PATCH v4 11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v4 12/12] KVM: remove KVM_REQ_UNHALT

[PATCH v2] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined
 2022-09-20 23:33 UTC 

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-09-20 14:04 UTC  (65+ messages)
` [PATCH v2 01/44] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v2 03/44] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v2 04/44] cpuidle: Move IRQ state validation
` [PATCH v2 05/44] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v2 06/44] cpuidle,tegra: "
` [PATCH v2 07/44] cpuidle,psci: "
` [PATCH v2 08/44] cpuidle,imx6: "
` [PATCH v2 09/44] cpuidle,omap3: "
` [PATCH v2 10/44] cpuidle,armada: "
` [PATCH v2 11/44] cpuidle,omap4: "
` [PATCH v2 12/44] cpuidle,dt: "
` [PATCH v2 13/44] cpuidle: Fix ct_idle_*() usage
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 17/44] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v2 18/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v2 19/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v2 20/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v2 21/44] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 24/44] arm64,smp: "
` [PATCH v2 25/44] printk: "
` [PATCH v2 26/44] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v2 27/44] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v2 28/44] cpuidle,mwait: Make noinstr clean
` [PATCH v2 30/44] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v2 32/44] cpuidle,acpi: Make "
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 34/44] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v2 35/44] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v2 36/44] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "
` [PATCH v2 40/44] ubsan: Fix objtool UACCESS warns
` [PATCH v2 41/44] intel_idle: Add force_irq_on module param
` [PATCH v2 42/44] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v2 43/44] sched: Always inline __this_cpu_preempt_check()
` [PATCH v2 44/44] arm64,riscv,perf: Remove RCU_NONIDLE() usage

[PATCH] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined
 2022-09-20 22:41 UTC  (3+ messages)

[PATCH] powerpc/highmem: Properly handle fragmented memory
 2022-09-20 18:17 UTC  (2+ messages)

[PATCH] powerpc/hv-gpci: Fix hv_gpci event list
 2022-09-20 16:38 UTC 

[PATCH kernel v2 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
 2022-09-20 13:43 UTC  (5+ messages)
` [PATCH kernel v2 1/3] powerpc/iommu: Add "borrowing" iommu_table_group_ops
` [PATCH kernel v2 2/3] powerpc/pci_64: Init pcibios subsys a bit later
` [PATCH kernel v2 3/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains

[PATCH] powerpc/64: Remove unused prom_init_toc symbols
 2022-09-20 13:11 UTC 

[PATCH v4 1/2] powerpc: add ISA v3.0 / v3.1 wait opcode macro
 2022-09-20 12:22 UTC  (2+ messages)
` [PATCH v4 2/2] powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loops

[PATCH v2 3/7] powerpc/build: move got, toc, plt, branch_lt sections to read-only
 2022-09-20 10:50 UTC  (4+ messages)

[PATCH v2 01/19] powerpc/Kconfig: Fix non existing CONFIG_PPC_FSL_BOOKE
 2022-09-20  8:56 UTC  (3+ messages)
` [PATCH v2 06/19] powerpc/cputable: Split cpu_specs[] out of cputable.h

[PATCH v2 0/2] Remove unused macros from asm-offset
 2022-09-20  8:15 UTC  (5+ messages)
` [PATCH v2 1/2] powerpc/kvm: "
` [PATCH v2 2/2] powerpc/kvm: Remove unused references for MMCR3/SIER2/SIER3 registers

[PATCH 0/6] Out-of-line static calls for powerpc64 ELF V2
 2022-09-20  7:01 UTC  (12+ messages)
` [PATCH 1/6] powerpc/code-patching: Implement generic text patching function
` [PATCH 4/6] static_call: Move static call selftest to static_call_selftest.c

[PATCH] powerpc/irq: Modernise inline assembly in irq_soft_mask_{set,return}
 2022-09-20  6:41 UTC 

[PATCH] powerpc/irq: Refactor irq_soft_mask_{set,or}_return()
 2022-09-20  6:41 UTC 

[PATCH] Revert "powerpc/rtas: Implement reentrant rtas call"
 2022-09-20  3:54 UTC  (10+ messages)

[PACTH v2] powerpc/pseries/mce: Avoid instrumentation in realmode
 2022-09-20  3:51 UTC  (4+ messages)

[PATCH v2 0/2] Fix console probe delay when stdout-path isn't set
 2022-09-19 22:56 UTC  (5+ messages)

[PATCH] powerpc/83xx: update kmeter1 defconfig and dts
 2022-09-19 23:34 UTC  (5+ 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).