linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-07 23:41:54 to 2023-12-14 10:35:16 UTC [more...]

[PATCH v2 1/5] of: Add of_machine_compatible_match()
 2023-12-14 10:31 UTC  (4+ messages)
` [PATCH v2 2/5] of: Change of_machine_is_compatible() to return bool
` [PATCH v2 3/5] of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()
` [PATCH v2 4/5] powerpc/machdep: Define 'compatibles' property in ppc_md and use it

[PATCH] powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOV
 2023-12-14 10:18 UTC  (2+ messages)

[PATCH v3 00/11] devm_led_classdev_register() usage problem
 2023-12-14 10:06 UTC  (11+ messages)
` [PATCH v3 01/11] leds: aw2013: unlock mutex before destroying it
` [PATCH v3 02/11] locking: add define if mutex_destroy() is not an empty function
` [PATCH v3 03/11] devm-helpers: introduce devm_mutex_init
` [PATCH v3 04/11] leds: aw2013: use devm API to cleanup module's resources

[PATCH 00/13] kmsan: Enable on powerpc
 2023-12-14  9:27 UTC  (21+ messages)
` [PATCH 01/13] kmsan: Export kmsan_handle_dma
` [PATCH 02/13] hvc: Fix use of uninitialized array in udbg_hvc_putc
` [PATCH 03/13] powerpc: Disable KMSAN santitization for prom_init, vdso and purgatory
` [PATCH 04/13] powerpc: Disable CONFIG_DCACHE_WORD_ACCESS when KMSAN is enabled
` [PATCH 05/13] powerpc: Unpoison buffers populated by hcalls
` [PATCH 06/13] powerpc/pseries/nvram: Unpoison buffer populated by rtas_call
` [PATCH 07/13] powerpc/kprobes: Unpoison instruction in kprobe struct
` [PATCH 08/13] powerpc: Unpoison pt_regs
` [PATCH 09/13] powerpc: Disable KMSAN checks on functions which walk the stack
` [PATCH 10/13] powerpc: Define KMSAN metadata address ranges for vmalloc and ioremap
` [PATCH 11/13] powerpc: Implement architecture specific KMSAN interface
` [PATCH 12/13] powerpc/string: Add KMSAN support
` [PATCH 13/13] powerpc: Enable KMSAN on powerpc

[PATCH v3 05/11] leds: aw200xx: use devm API to cleanup module's resources
 2023-12-14  8:29 UTC  (7+ messages)
` [PATCH v3 06/11] leds: lp3952: "
` [PATCH v3 07/11] leds: lm3532: "
` [PATCH v3 08/11] leds: nic78bx: "
` [PATCH v3 09/11] leds: mlxreg: use devm_mutex_init for mutex initializtion
` [PATCH v3 10/11] leds: an30259a: use devm_mutext_init for mutext initialization
` [PATCH v3 11/11] leds: powernv: use LED_RETAIN_AT_SHUTDOWN flag for leds

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-14  6:20 UTC  (16+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large

[RFC PATCH 00/12] Unified cross-architecture kernel-mode FPU API
 2023-12-14  4:45 UTC  (33+ messages)
` [RFC PATCH 01/12] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 02/12] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 03/12] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [RFC PATCH 04/12] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 05/12] lib/raid6: Use CC_FLAGS_FPU for NEON CFLAGS
` [RFC PATCH 06/12] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 07/12] powerpc: "
` [RFC PATCH 08/12] x86: "
` [RFC PATCH 09/12] riscv: Add support for kernel-mode FPU
` [RFC PATCH 10/12] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 11/12] selftests/fpu: Move FP code to a separate translation unit
` [RFC PATCH 12/12] selftests/fpu: Allow building on other architectures

[PATCH] scsi: ibmvscsi: replace deprecated strncpy with strscpy
 2023-12-14  4:29 UTC  (2+ messages)

[PATCH] scsi: ibmvfc: replace deprecated strncpy with strscpy
 2023-12-14  4:29 UTC  (2+ messages)

[PATCH] scsi: ipr: Remove obsolete check for old CPUs
 2023-12-14  4:29 UTC  (2+ messages)

[PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
 2023-12-13 22:59 UTC  (9+ messages)

[PATCH] Reapply "kbuild: Create directory for target DTB"
 2023-12-13 11:21 UTC  (3+ messages)

[PATCH v4 0/5] powerpc/smp: Topology and shared processor optimizations
 2023-12-13 11:20 UTC  (4+ messages)

[PATCH] MAINTAINERS: powerpc: Add Aneesh & Naveen
 2023-12-13 11:13 UTC  (3+ messages)

[PATCH v4 0/7] kexec_file: print out debugging message if required
 2023-12-13  5:57 UTC  (8+ messages)
` [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v4 2/7] kexec_file: print out debugging message if required
` [PATCH v4 3/7] kexec_file, x86: "
` [PATCH v4 4/7] kexec_file, arm64: "
` [PATCH v4 5/7] kexec_file, ricv: "
` [PATCH v4 6/7] kexec_file, power: "
` [PATCH v4 7/7] kexec_file, parisc: "

[RESEND PATCH] powerpc/fsl: fix the schema check errors for fsl,tmu-calibration
 2023-12-13  5:17 UTC  (2+ messages)

[PATCH] soc: fsl: dpio: fix spelling errors
 2023-12-13  4:38 UTC 

[PATCH v3 0/7] kexec_file: print out debugging message if required
 2023-12-13  3:23 UTC  (9+ messages)
` [PATCH v3 5/7] kexec_file, ricv: "

[PATCH 0/3] PCI/AER: Clean up logging
 2023-12-12 22:42 UTC  (12+ messages)
` [PATCH 1/3] PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errors
` [PATCH 2/3] PCI/AER: Decode Requester ID when no error info found
` [PATCH 3/3] PCI/AER: Use explicit register sizes for struct members

[PATCH 3/3] drm/amd/display: Support DRM_AMD_DC_FP on RISC-V
 2023-12-12 17:42 UTC  (4+ messages)

[PATCH 0/8] generic command line v6
 2023-12-12 17:25 UTC  (4+ messages)
` [PATCH 5/8] drivers: firmware: efi: libstub: enable generic commandline

[PATCH v6 00/13] powerpc/pseries: New character devices for system parameters and VPD
 2023-12-12 17:02 UTC  (14+ messages)
` [PATCH v6 01/13] powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()
` [PATCH v6 02/13] powerpc/rtas: Add for_each_rtas_function() iterator
` [PATCH v6 03/13] powerpc/rtas: Fall back to linear search on failed token->function lookup
` [PATCH v6 04/13] powerpc/rtas: Add function return status constants
` [PATCH v6 05/13] powerpc/rtas: Move token validation from block_rtas_call() to sys_rtas()
` [PATCH v6 06/13] powerpc/rtas: Facilitate high-level call sequences
` [PATCH v6 07/13] powerpc/rtas: Serialize firmware activation sequences
` [PATCH v6 08/13] powerpc/rtas: Warn if per-function lock isn't held
` [PATCH v6 09/13] powerpc/pseries: Add papr-vpd character driver for VPD retrieval
` [PATCH v6 10/13] powerpc/pseries/papr-sysparm: Validate buffer object lengths
` [PATCH v6 11/13] powerpc/pseries/papr-sysparm: Expose character device to user space
` [PATCH v6 12/13] powerpc/selftests: Add test for papr-vpd
` [PATCH v6 13/13] powerpc/selftests: Add test for papr-sysparm

[PATCH v5 00/13] powerpc/pseries: New character devices for system parameters and VPD
 2023-12-12 15:38 UTC  (12+ messages)
` [PATCH v5 01/13] powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()
` [PATCH v5 02/13] powerpc/rtas: Add for_each_rtas_function() iterator
` [PATCH v5 03/13] powerpc/rtas: Fall back to linear search on failed token->function lookup
` [PATCH v5 05/13] powerpc/rtas: Move token validation from block_rtas_call() to sys_rtas()
` [PATCH v5 07/13] powerpc/rtas: Serialize firmware activation sequences
` [PATCH v5 09/13] powerpc/pseries: Add papr-vpd character driver for VPD retrieval
` [PATCH v5 10/13] powerpc/pseries/papr-sysparm: Validate buffer object lengths
` [PATCH v5 11/13] powerpc/pseries/papr-sysparm: Expose character device to user space
` [PATCH v5 12/13] powerpc/selftests: Add test for papr-vpd
` [PATCH v5 13/13] powerpc/selftests: Add test for papr-sysparm

[PATCH v6 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
 2023-12-12 10:18 UTC  (4+ messages)
` [PATCH v6 4/4] PCI: layerscape: Add suspend/resume for ls1043a

[GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8
 2023-12-12  9:55 UTC 

[PATCH v3 00/35] bitops: add atomic find_bit() operations
 2023-12-12  2:27 UTC  (4+ messages)
` [PATCH v3 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v3 02/35] lib/find: add test for atomic find_bit() ops
` [PATCH v3 18/35] powerpc: optimize arch code by using atomic find_bit() API

[PATCH AUTOSEL 6.6 12/47] ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case
 2023-12-11 13:50 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 15/47] ASoC: fsl_xcvr: refine the requested phy clock frequency

[PATCH 1/2] powerpc/locking: implement this_cpu_cmpxchg local API
 2023-12-11 11:40 UTC  (2+ messages)

[PATCH 1/1] powerpc/debug: implement HAVE_USER_RETURN_NOTIFIER
 2023-12-11 10:05 UTC  (3+ messages)

[PATCH v14 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug
 2023-12-11  8:30 UTC  (7+ messages)
` [PATCH v14 1/6] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v14 2/6] crash: make CPU and Memory hotplug support reporting flexible
` [PATCH v14 3/6] crash: add a new kexec flag for FDT update
` [PATCH v14 4/6] powerpc/kexec: turn some static helper functions public
` [PATCH v14 5/6] powerpc: add crash CPU hotplug support
` [PATCH v14 6/6] powerpc: add crash memory "

[RFC PATCH 0/9] powerpc: ftrace updates
 2023-12-11  5:39 UTC  (11+ messages)
` [RFC PATCH 1/9] powerpc/ftrace: Fix indentation in ftrace.h
` [RFC PATCH 2/9] powerpc/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [RFC PATCH 3/9] powerpc/ftrace: Remove nops after the call to ftrace_stub
` [RFC PATCH 4/9] powerpc/Kconfig: Select FUNCTION_ALIGNMENT_4B
` [RFC PATCH 5/9] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [RFC PATCH 6/9] powerpc/ftrace: Update and move function profile instructions out-of-line
` [RFC PATCH 7/9] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [RFC PATCH 8/9] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [RFC PATCH 9/9] samples/ftrace: Add support for ftrace direct samples on powerpc

[PATCH 00/12] KVM: PPC: Nested APIv2 : Performance improvements
 2023-12-11  4:01 UTC  (8+ messages)
` [PATCH 01/12] KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guest
` [PATCH 09/12] KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUEST

[PATCH v9 0/7] Support page table check
 2023-12-11  2:53 UTC  (4+ messages)
` [PATCH v9 4/7] powerpc: mm: Default p{m,u}d_pte implementations

[GIT PULL] Please pull powerpc/linux.git powerpc-6.7-4 tag
 2023-12-10  3:39 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION bc63de6e6ba0b16652c5fb4b9c9916b9e7ca1f23
 2023-12-09  5:13 UTC 

[PATCH v2] i2c: cpm: Remove linux,i2c-index conversion from be32
 2023-12-09  0:10 UTC  (3+ messages)

[PATCH RFC/RFT 0/4] Remove preventive sfence.vma
 2023-12-08 14:39 UTC  (10+ messages)
` [PATCH RFC/RFT 1/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
` [PATCH RFC/RFT 2/4] riscv: Add a runtime detection of invalid TLB entries caching
` [PATCH RFC/RFT 3/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings

[PATCH v6 0/3] powerpc: make fadump resilient with memory add/remove events
 2023-12-08 11:51 UTC  (4+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] powerpc/fadump: add hotplug_ready sysfs interface
` [PATCH v6 3/3] Documentation/powerpc: update fadump implementation details

[PATCH] powerpc/powernv: Add a null pointer check to scom_debug_init_one
 2023-12-08  8:59 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).