linuxppc-dev
Thread
Date
Earlier messages
Messages by Thread
Re: [PATCH v2] powerpc/powernv: Cache OPAL check_token() results
Aditya Gupta
[RFC] rust: kernel: Add KUnit tests for ARCH_WARN_ASM bug table emission
Mukesh Kumar Chaurasiya (IBM)
Re: [RFC] rust: kernel: Add KUnit tests for ARCH_WARN_ASM bug table emission
Peter Zijlstra
[PATCH V6] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
Mukesh Kumar Chaurasiya (IBM)
[RESEND PATCH v5 0/5] ASoC: fsl_asrc/fsl_easrc: expose per-pair/context DAIs and fix DMA race
shengjiu . wang
[RESEND PATCH v5 1/5] ASoC: dt-bindings: fsl,imx-asrc: update port binding to support multiple paths
shengjiu . wang
[RESEND PATCH v5 2/5] ASoC: dt-bindings: fsl,easrc: add ports binding for multiple conversion paths
shengjiu . wang
[RESEND PATCH v5 4/5] ASoC: fsl_asrc: expose individual DAIs per conversion path
shengjiu . wang
Re: [RESEND PATCH v5 4/5] ASoC: fsl_asrc: expose individual DAIs per conversion path
Chancel Liu
[RESEND PATCH v5 5/5] ASoC: fsl_easrc: expose individual DAIs per conversion path
shengjiu . wang
Re: [RESEND PATCH v5 5/5] ASoC: fsl_easrc: expose individual DAIs per conversion path
Chancel Liu
[RESEND PATCH v5 3/5] ASoC: fsl_asrc/fsl_easrc: move DMA params into pair/context struct
shengjiu . wang
[PATCH] soc: fsl: dpio: publish the dpaa2_io object only after it is initialised
Jaidev Shastri via B4 Relay
[PATCH] soc: fsl: qbman: order the probed flags with release/acquire
Jaidev Shastri via B4 Relay
[PATCH v2 0/7] KVM: Serialize vCPU creation and revert vcpu_ids tracking
Sean Christopherson
[PATCH v2 1/7] KVM: Reject attempts to lock all vCPUs if vCPU creation is in-progress
Sean Christopherson
[PATCH v2 2/7] KVM: arm64: vgic: Rely on vCPU creation check in "trylock all vCPUs"
Sean Christopherson
[PATCH v2 3/7] KVM: RISC-V: Use kvm_is_vcpu_creation_in_progress() instead of open-coded equivalent
Sean Christopherson
[PATCH v2 4/7] KVM: Protect all of kvm_vm_ioctl_create_vcpu() with kvm->lock
Sean Christopherson
[PATCH v2 5/7] KVM: Move check for existing vCPU ID to the top of vCPU creation
Sean Christopherson
[PATCH v2 6/7] Revert "KVM: Check for duplicate vcpu_id as early as possible"
Sean Christopherson
[PATCH v2 7/7] KVM: WARN if vCPU creation is in-progress when locking all vCPUs
Sean Christopherson
[PATCH v3] KVM: PPC: Book3S HV: Avoid spurious interrupts caused by LPCR_MER bit
Gautam Menghani
Re: [PATCH v3] KVM: PPC: Book3S HV: Avoid spurious interrupts caused by LPCR_MER bit
Gautam Menghani
[PATCH v3 0/3] powerpc/irq: Use optimizations for /proc/interrupts
Shrikanth Hegde
[PATCH v3 1/3] powerpc/irq: Move __softirq_pending out of irq_stat
Shrikanth Hegde
[PATCH v3 3/3] powerpc/irq: Suppress unlikely interrupt stats by default
Shrikanth Hegde
[PATCH v3 2/3] powerpc/irq: Make irqstats array based
Shrikanth Hegde
[PATCH v6 00/14] crash: Fix several bugs
Jinjie Ruan
[PATCH v6 02/14] kexec: Record allocated CMA pages to fix release size mismatch
Jinjie Ruan
Re: [PATCH v6 02/14] kexec: Record allocated CMA pages to fix release size mismatch
sashiko-bot
[PATCH v6 01/14] kexec: Fix CMA segment address translation with non-zero text_offset
Jinjie Ruan
Re: [PATCH v6 01/14] kexec: Fix CMA segment address translation with non-zero text_offset
sashiko-bot
[PATCH v6 10/14] crash: Extract crash_get_memory_ranges() helper
Jinjie Ruan
Re: [PATCH v6 10/14] crash: Extract crash_get_memory_ranges() helper
sashiko-bot
[PATCH v6 14/14] crash: Fix TOCTOU race in crash memory range collection
Jinjie Ruan
Re: [PATCH v6 14/14] crash: Fix TOCTOU race in crash memory range collection
sashiko-bot
[PATCH v6 03/14] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
Jinjie Ruan
Re: [PATCH v6 03/14] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
sashiko-bot
[PATCH v6 04/14] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
Jinjie Ruan
Re: [PATCH v6 04/14] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
sashiko-bot
[PATCH v6 13/14] driver core: Add device_hotplug_lock_assert_held() helper
Jinjie Ruan
Re: [PATCH v6 13/14] driver core: Add device_hotplug_lock_assert_held() helper
sashiko-bot
[PATCH v6 11/14] crash: Factor out crash_find_elfcorehdr() helper
Jinjie Ruan
Re: [PATCH v6 11/14] crash: Factor out crash_find_elfcorehdr() helper
sashiko-bot
[PATCH v6 05/14] arm64: kexec_file: Fix elf_headers memory leak in retry loop
Jinjie Ruan
Re: [PATCH v6 05/14] arm64: kexec_file: Fix elf_headers memory leak in retry loop
sashiko-bot
[PATCH v6 06/14] LoongArch: kexec_file: Fix CMA page leaks in segment placement retry loops
Jinjie Ruan
Re: [PATCH v6 06/14] LoongArch: kexec_file: Fix CMA page leaks in segment placement retry loops
sashiko-bot
[PATCH v6 07/14] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
Jinjie Ruan
Re: [PATCH v6 07/14] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
sashiko-bot
[PATCH v6 08/14] LoongArch: kexec_file: Fix a modified_cmdline leak
Jinjie Ruan
Re: [PATCH v6 08/14] LoongArch: kexec_file: Fix a modified_cmdline leak
sashiko-bot
[PATCH v6 09/14] x86/crash: Fix massive out-of-bounds write on 32-bit Highmem
Jinjie Ruan
Re: [PATCH v6 09/14] x86/crash: Fix massive out-of-bounds write on 32-bit Highmem
sashiko-bot
[PATCH v6 12/14] crash: Normalize the kexec_load elfcorehdr at load time
Jinjie Ruan
Re: [PATCH v6 12/14] crash: Normalize the kexec_load elfcorehdr at load time
sashiko-bot
[PATCH v2] powerpc/ftrace: Don't restore r13 during ftrace_regs_caller
Shrikanth Hegde
Re: [PATCH v2] powerpc/ftrace: Don't restore r13 during ftrace_regs_caller
Christophe Leroy (CS GROUP)
[PATCH v5 0/6] dma: swiotlb: Centralize default pool policy and sizing
Aneesh Kumar K.V (Arm)
[PATCH v5 1/6] dma: swiotlb: Centralize default pool policy selection
Aneesh Kumar K.V (Arm)
Re: [PATCH v5 1/6] dma: swiotlb: Centralize default pool policy selection
Robin Murphy
[PATCH v5 2/6] dma: swiotlb: Track whether the pool size was explicitly set
Aneesh Kumar K.V (Arm)
Re: [PATCH v5 2/6] dma: swiotlb: Track whether the pool size was explicitly set
Catalin Marinas
Re: [PATCH v5 2/6] dma: swiotlb: Track whether the pool size was explicitly set
Robin Murphy
[PATCH v5 3/6] dma: swiotlb: Centralize minimal pool sizing
Aneesh Kumar K.V (Arm)
Re: [PATCH v5 3/6] dma: swiotlb: Centralize minimal pool sizing
Catalin Marinas
Re: [PATCH v5 3/6] dma: swiotlb: Centralize minimal pool sizing
Robin Murphy
[PATCH v5 5/6] dma: swiotlb: Add an overridable architecture pool opt-out
Aneesh Kumar K.V (Arm)
[PATCH v5 4/6] dma: swiotlb: Centralize memory-encryption pool sizing
Aneesh Kumar K.V (Arm)
[PATCH v5 6/6] dma: swiotlb: Remove SWIOTLB_ANY
Aneesh Kumar K.V (Arm)
[PATCH v2 1/2] drivers/of: Add of_detach_node_no_notify()
Haren Myneni
[PATCH v2 2/2] powerpc/pseries/dlpar: Remove DT entries if failure from CPU ADD notifier
Haren Myneni
[PATCH] KVM: PPC: use assign_bit() where applicable
Peng Fan (OSS)
Re: [PATCH] KVM: PPC: use assign_bit() where applicable
Shrikanth Hegde
Re: [PATCH] KVM: PPC: use assign_bit() where applicable
Peng Fan
Re: [PATCH] KVM: PPC: use assign_bit() where applicable
Gautam Menghani
[PATCH v2 00/20] scsi: ibmvfc: Fixes and cleanup for NVMe/FC support
Tyrel Datwyler
[PATCH v2 01/20] scsi: ibmvfc: initialize evt->tgt for NVMe FCP commands
Tyrel Datwyler
[PATCH v2 02/20] scsi: ibmvfc: fix trace logging for NVMe FCP commands
Tyrel Datwyler
[PATCH v2 03/20] scsi: ibmvfc: complete NVMe FCP requests on H_CLOSED send failure
Tyrel Datwyler
[PATCH v2 05/20] scsi: ibmvfc: fix uninitialized _done dereference for TMF events on send failure
Tyrel Datwyler
[PATCH v2 04/20] scsi: ibmvfc: defer NVMe local port registration out of atomic context
Tyrel Datwyler
[PATCH v2 06/20] scsi: ibmvfc: fix uninitialized shwqs in ibmvfc_purge_requests()
Tyrel Datwyler
[PATCH v2 07/20] scsi: ibmvfc: fix uninitialized status logged on LS abort send failure
Tyrel Datwyler
[PATCH v2 08/20] scsi: ibmvfc: fix inverted suppress-ABTS capability check in NVMe TMF path
Tyrel Datwyler
[PATCH v2 09/20] scsi: ibmvfc: fix infinite reset loop on NULL evt in implicit logout path
Tyrel Datwyler
[PATCH v2 11/20] scsi: ibmvfc: fix UAF and hang in ibmvfc_cancel_all_mq() on send failure
Tyrel Datwyler
[PATCH v2 12/20] scsi: ibmvfc: fix data race on tgt->nvme_remote_port
Tyrel Datwyler
[PATCH v2 10/20] scsi: ibmvfc: fix u16 overflow of max_cmds in ibmvfc_set_login_info()
Tyrel Datwyler
[PATCH v2 14/20] scsi: ibmvfc: fix UAF and stall in NVMe LS abort callback
Tyrel Datwyler
[PATCH v2 15/20] scsi: ibmvfc: unregister NVMe local port on adapter removal
Tyrel Datwyler
[PATCH v2 13/20] scsi: ibmvfc: make NVMe FCP abort callback asynchronous
Tyrel Datwyler
[PATCH v2 17/20] scsi: ibmvfc: fix TOCTOU race in ibmvfc_nvme_create_queue() on adapter removal
Tyrel Datwyler
[PATCH v2 18/20] scsi: ibmvfc: fix NVMe sub-queue registration failure disabling SCSI multiqueue
Tyrel Datwyler
[PATCH v2 19/20] scsi: ibmvfc: fix nr_nvme_hw_queues module parameter ignored for NVMe queue sizing
Tyrel Datwyler
[PATCH v2 20/20] scsi: ibmvfc: fix concurrent SCSI and NVMe discover-targets race dropping targets
Tyrel Datwyler
[PATCH v2 16/20] scsi: ibmvfc: fix NVMe local port leak on fabric link bounce
Tyrel Datwyler
[PATCH v2 7/9] powerpc/papr_scm: Return the string length from the sysfs show functions
Kees Cook
[PATCHv4] dmaengine: bestcomm: use platform machinery to get irq
Rosen Penev
[PATCH] powerpc/sysfs: Use NSEC_PER_USEC for wait time conversions
Thorsten Blum
[BUG] PCIe passthrough of MCS9990 fails
Timothy Pearson
Re: [BUG] PCIe passthrough of MCS9990 fails
Timothy Pearson
Re: [BUG] PCIe passthrough of MCS9990 fails
Narayana Murty N
[PATCH v2] PCI/AER: Fix struct pci_dev reference leak in aer_process_err_devices()
Priyank Rathod
[PATCH v4 0/2] PCI/AER: Fix ghes_estatus_pool memory leaks in error handling
Priyank Rathod
[PATCH v4 2/2] PCI/AER: Fix memory leak in aer_recover_work_func() when pci_dev is missing
Priyank Rathod
[PATCH v4 1/2] PCI/AER: Fix memory leak in aer_recover_queue() on kfifo buffer overflow
Priyank Rathod
Re: [PATCH v4 0/2] PCI/AER: Fix ghes_estatus_pool memory leaks in error handling
Priyank Rathod
[PATCH v4 net-next 0/8] net: dsa: netc: add PTP support for NETC switch
wei . fang
[PATCH v4 net-next 5/8] net: dsa: netc: check return value of ntmp_ipft_delete_entry()
wei . fang
Re: [PATCH v4 net-next 5/8] net: dsa: netc: check return value of ntmp_ipft_delete_entry()
netdev-bot+sashiko
[PATCH v4 net-next 6/8] net: dsa: netc: enable ingress port filtering lookup by default
wei . fang
[PATCH v4 net-next 8/8] net: dsa: netc: add PTP one-step timestamping support
wei . fang
[PATCH v4 net-next 7/8] net: dsa: netc: add PTP two-step timestamping support
wei . fang
Re: [PATCH v4 net-next 7/8] net: dsa: netc: add PTP two-step timestamping support
netdev-bot+sashiko
[PATCH v4 net-next 4/8] net: dsa: netc: use entry ID instead of pointer to track host flood rule
wei . fang
[PATCH v4 net-next 3/8] ptp: netc: export netc_timer_get_current_time() for cross-driver use
wei . fang
Re: [PATCH v4 net-next 3/8] ptp: netc: export netc_timer_get_current_time() for cross-driver use
netdev-bot+sashiko
RE: [PATCH v4 net-next 3/8] ptp: netc: export netc_timer_get_current_time() for cross-driver use
Wei Fang
[PATCH v4 net-next 2/8] ptp: netc: remove unnecessary pcie_flr() call in probe
wei . fang
[PATCH v4 net-next 1/8] ptp: netc: use ioread64_lo_hi/iowrite64_lo_hi for 64-bit register access
wei . fang
[PATCH] powerpc/ftrace: Don't restore r13 during ftrace_regs_caller
Shrikanth Hegde
Re: [PATCH] powerpc/ftrace: Don't restore r13 during ftrace_regs_caller
Christophe Leroy (CS GROUP)
Re: [PATCH] powerpc/ftrace: Don't restore r13 during ftrace_regs_caller
Hari Bathini
Re: [PATCH] powerpc/ftrace: Don't restore r13 during ftrace_regs_caller
Shrikanth Hegde
[PATCH v5 00/17] crash: Rework and add arm64 crash hotplug support
Jinjie Ruan
[PATCH v5 04/17] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
Jinjie Ruan
Re: [PATCH v5 04/17] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
sashiko-bot
[PATCH v5 07/17] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
Jinjie Ruan
Re: [PATCH v5 07/17] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
sashiko-bot
[PATCH v5 06/17] LoongArch: kexec_file: Fix CMA page leaks in segment placement retry loops
Jinjie Ruan
Re: [PATCH v5 06/17] LoongArch: kexec_file: Fix CMA page leaks in segment placement retry loops
sashiko-bot
[PATCH v5 02/17] kexec: Record allocated CMA pages to fix release size mismatch
Jinjie Ruan
Re: [PATCH v5 02/17] kexec: Record allocated CMA pages to fix release size mismatch
sashiko-bot
[PATCH v5 13/17] crash: Assert device_hotplug_lock in crash_get_memory_ranges_nolock()
Jinjie Ruan
Re: [PATCH v5 13/17] crash: Assert device_hotplug_lock in crash_get_memory_ranges_nolock()
sashiko-bot
[PATCH v5 16/17] arm64: kexec_file: Simplify load_other_segments()
Jinjie Ruan
Re: [PATCH v5 16/17] arm64: kexec_file: Simplify load_other_segments()
sashiko-bot
[PATCH v5 15/17] crash: Introduce crash_extra_elfcorehdr_size() helper
Jinjie Ruan
Re: [PATCH v5 15/17] crash: Introduce crash_extra_elfcorehdr_size() helper
sashiko-bot
[PATCH v5 01/17] kexec: Fix CMA segment address translation with non-zero text_offset
Jinjie Ruan
Re: [PATCH v5 01/17] kexec: Fix CMA segment address translation with non-zero text_offset
sashiko-bot
[PATCH v5 14/17] elf: Introduce elf64_phdr_size() helper
Jinjie Ruan
Re: [PATCH v5 14/17] elf: Introduce elf64_phdr_size() helper
sashiko-bot
[PATCH v5 08/17] LoongArch: kexec_file: Fix a modified_cmdline leak
Jinjie Ruan
Re: [PATCH v5 08/17] LoongArch: kexec_file: Fix a modified_cmdline leak
sashiko-bot
[PATCH v5 10/17] crash: Extract crash_get_memory_ranges() helper
Jinjie Ruan
Re: [PATCH v5 10/17] crash: Extract crash_get_memory_ranges() helper
sashiko-bot
[PATCH v5 03/17] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
Jinjie Ruan
Re: [PATCH v5 03/17] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
sashiko-bot
[PATCH v5 05/17] arm64: kexec_file: Fix elf_headers memory leak in retry loop
Jinjie Ruan
Re: [PATCH v5 05/17] arm64: kexec_file: Fix elf_headers memory leak in retry loop
sashiko-bot
[PATCH v5 12/17] crash: Fix TOCTOU race in crash memory range collection
Jinjie Ruan
Re: [PATCH v5 12/17] crash: Fix TOCTOU race in crash memory range collection
sashiko-bot
Re: [PATCH v5 00/17] crash: Rework and add arm64 crash hotplug support
Breno Leitao
Re: [PATCH v5 00/17] crash: Rework and add arm64 crash hotplug support
Jinjie Ruan
[PATCH v5 09/17] x86/crash: Fix massive out-of-bounds write on 32-bit Highmem
Jinjie Ruan
Re: [PATCH v5 09/17] x86/crash: Fix massive out-of-bounds write on 32-bit Highmem
sashiko-bot
[PATCH v5 17/17] arm64: crash: Add crash hotplug support
Jinjie Ruan
Re: [PATCH v5 17/17] arm64: crash: Add crash hotplug support
sashiko-bot
Re: [PATCH v5 17/17] arm64: crash: Add crash hotplug support
Jinjie Ruan
[PATCH v5 11/17] crash: Normalize the kexec_load elfcorehdr at load time
Jinjie Ruan
Re: [PATCH v5 11/17] crash: Normalize the kexec_load elfcorehdr at load time
sashiko-bot
Re: [PATCH v5 11/17] crash: Normalize the kexec_load elfcorehdr at load time
Jinjie Ruan
[PATCH v2 0/7] ASoC et alia: Convert to use dma_request_chan()
Andy Shevchenko
[PATCH v2 2/7] ASoC: sprd: Replace dma_request_slave_channel() by dma_request_chan()
Andy Shevchenko
[PATCH v2 1/7] ASoC: stm32: spdifrx: Drop mention of the deprecated and unused call
Andy Shevchenko
[PATCH v2 6/7] gpib: fmh_gpib: Replace dma_request_slave_channel() by dma_request_chan()
Andy Shevchenko
[PATCH v2 5/7] ASoC: fsl_asrc: Replace dma_request_slave_channel() by dma_request_chan()
Andy Shevchenko
Re: [PATCH v2 5/7] ASoC: fsl_asrc: Replace dma_request_slave_channel() by dma_request_chan()
Frank Li
[PATCH v2 7/7] dmaengine: Remove deprecated dma_request_slave_channel()
Andy Shevchenko
Re: [PATCH v2 7/7] dmaengine: Remove deprecated dma_request_slave_channel()
Vinod Koul
Re: [PATCH v2 7/7] dmaengine: Remove deprecated dma_request_slave_channel()
Andy Shevchenko
[PATCH v2 3/7] ASoC: soc-generic-dmaengine-pcm: Replace dma_request_slave_channel() by dma_request_chan()
Andy Shevchenko
[PATCH v2 4/7] ASoC: pxa: Replace dma_request_slave_channel() by dma_request_chan()
Andy Shevchenko
Re: [PATCH v2 0/7] ASoC et alia: Convert to use dma_request_chan()
Mark Brown
[linux-next20260917] BUG: Bad page map in process
Venkat Rao Bagalkote
Re: [linux-next20260917] BUG: Bad page map in process
Vernon Yang
[PATCH v2] KVM: PPC: Book3S HV: Avoid spurious interrupts caused by LPCR_MER bit
Gautam Menghani
Re: [PATCH v2] KVM: PPC: Book3S HV: Avoid spurious interrupts caused by LPCR_MER bit
Gautam Menghani
[PATCH 1/7] Subject: [PATCH] selftests/powerpc: Add RTAS real-time clock test
Shirisha G
[PATCH 3/7] Subject: [PATCH] selftests/powerpc: Add RTAS /proc interface test
Shirisha G
[PATCH 5/7] Subject: [PATCH] selftests/powerpc: Add RTAS firmware flash interface test
Shirisha G
[PATCH 4/7] Subject: [PATCH] selftests/powerpc: Add FADump sysfs interface test
Shirisha G
[PATCH 7/7] Subject: [PATCH] selftests/powerpc/rtas: consolidate TEST_GEN_PROGS definitions
Shirisha G
[PATCH 6/7] Subject: [PATCH] selftests/powerpc: Add common test utilities header
Shirisha G
[PATCH 2/7] Subject: [PATCH] selftests/powerpc: Add NVRAM access test
Shirisha G
[PATCH] powerpc: remove unused audit_32.h header
Ethan Nelson-Moore
Re: [PATCH] powerpc: remove unused audit_32.h header
Christophe Leroy (CS GROUP)
Re: [PATCH] powerpc: remove unused audit_32.h header
Shrikanth Hegde
Re: [PATCH] powerpc: remove unused audit_32.h header
Christophe Leroy (CS GROUP)
Re: [PATCH] powerpc: remove unused audit_32.h header
Shrikanth Hegde
[PATCHv3] dmaengine: bestcomm: use platform machinery to get irq
Rosen Penev
Re: [PATCHv3] dmaengine: bestcomm: use platform machinery to get irq
Christophe Leroy (CS GROUP)
[powerpc:merge] BUILD SUCCESS 2e384b86e81dabc326c63d34d5dbe9784c768352
kernel test robot
Re: (subset) [PATCH 0/8] driver core: prefer platform_device_set_fwnode()
Srinivas Kandagatla
[PATCH] soc: fsl: dpio: Free the IRQ before releasing the I/O object
Myeonghun Pak
[PATCH] soc: fsl: dpio: Release the I/O object on IRQ registration failure
Myeonghun Pak
[PATCH] ASoC: fsl-asoc-card: Fix codec device leak in fsl_asoc_card_probe()
Wentao Liang
Earlier messages