linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-28 15:24:12 to 2025-05-05 18:19:50 UTC [more...]

[PATCH 0/4] crypto: lib/chacha - improve type safety
 2025-05-05 18:18 UTC  (4+ messages)
` [PATCH 2/4] crypto: lib/chacha - use struct assignment to copy state
` [PATCH 3/4] crypto: lib/chacha - add strongly-typed state zeroization
` [PATCH 4/4] crypto: lib/chacha - add array bounds to function prototypes

[RFC V1 0/6] Generic Entry/Exit support for ppc64
 2025-05-05 17:18 UTC  (9+ messages)
` [RFC V1 4/6] powerpc: Add flag in paca for register restore state
` [RFC V1 5/6] powerpc: Introduce syscall exit arch functions
` [RFC V1 6/6] powerpc: Enable Generic Entry/Exit for syscalls

[PATCH v2] fsldma: Set correct dma_mask based on hw capability
 2025-05-05 17:53 UTC 

[PATCH v3 0/5] PCI: Add support for resetting the slots in a platform specific way
 2025-05-05 16:14 UTC  (4+ messages)
` [PATCH v3 5/5] PCI: qcom: Add support for resetting the slot due to link down event

[PATCH v3 0/6] powerpc: use lock guards for mutex Set 1
 2025-05-05 14:22 UTC  (9+ messages)
` [PATCH v3 1/6] powerpc: eeh: use lock guard for mutex
` [PATCH v3 2/6] powerpc: rtas: "
` [PATCH v3 3/6] powerpc: fadump: "
` [PATCH v3 4/6] powerpc: book3s: vas: "
` [PATCH v3 5/6] powerpc: powernv: ocxl: "
` [PATCH v3 6/6] powerpc: sysdev: "

Bug: Issue in ioctls.h affecting userspace
 2025-05-05 12:44 UTC 

[PATCH v4 00/13] Architecture-optimized SHA-256 library API
 2025-05-05 12:24 UTC  (16+ messages)
` [PATCH v4 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH v4 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH v4 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH v4 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH v4 05/13] crypto: mips/sha256 "
` [PATCH v4 06/13] crypto: powerpc/sha256 "
` [PATCH v4 07/13] crypto: riscv/sha256 "
` [PATCH v4 08/13] crypto: s390/sha256 "
` [PATCH v4 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH v4 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH v4 11/13] crypto: x86/sha256 "
` [PATCH v4 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH v4 13/13] crypto: lib/sha256 - improve function prototypes

[PATCH v2] powerpc/boot: Fix build with gcc 15
 2025-05-05 12:14 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add
 2025-05-05  9:02 UTC  (4+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries KVM Guest
 2025-05-05  8:53 UTC  (2+ messages)

[PATCH 0/3] Enhancements to the secvar interface in static key management mode
 2025-05-05  8:36 UTC  (10+ messages)
` [PATCH 1/3] powerpc/pseries: Correct secvar format representation for static key management
` [PATCH 2/3] powerpc/secvar: Expose secvars relevant to the key management mode
` [PATCH 3/3] integrity/platform_certs: Allow loading of keys in static "

[PATCH for-next 1/2] book3s64/radix : Handle error conditions properly in radix_vmemmap_populate
 2025-05-05  7:36 UTC  (3+ messages)
` [PATCH for-next 2/2] book3s64/radix : Optimize vmemmap start alignment

[PATCH v2 0/6] powerpc: use lock guards for mutex Set 1
 2025-05-05  4:02 UTC  (5+ messages)
` [PATCH v2 6/6] powerpc: sysdev: use lock guard for mutex

[PATCH] PCI/AER: Use pci_clear_and_set_config_dword() to simplify mask updates
 2025-05-04 15:43 UTC 

[PATCH v3] powerpc/bpf: fix JIT code size calculation of bpf trampoline
 2025-05-04  3:21 UTC  (2+ messages)

[PATCH] powerpc: do not build ppc_save_regs.o always
 2025-05-04  3:21 UTC  (2+ messages)

[PATCH] powerpc64/ftrace: fix clobbered r15 during livepatching
 2025-05-04  3:21 UTC  (2+ messages)

[PATCH] powerpc/pseries: Include linux/types.h in papr-platform-dump.h
 2025-05-04  3:21 UTC  (4+ messages)

[PATCH] Documentation: Fix description format for powerpc RTAS ioctls
 2025-05-04  3:21 UTC  (6+ messages)

[PATCH] powerpc/pseries/msi: Avoid reading PCI device registers in reduced power states
 2025-05-04  3:21 UTC  (2+ messages)

[PATCH v2] powerpc/crash: Fix non-smp kexec preparation
 2025-05-04  3:21 UTC  (2+ messages)

[PATCH] powerpc: Don't use --- in kernel logs
 2025-05-04  3:21 UTC  (2+ messages)

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-05-03  8:19 UTC  (16+ messages)
` [PATCH v3 1/9] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v3 2/9] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v3 3/9] kbuild: add stamp file for vmlinux BTF data
` [PATCH v3 4/9] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v3 5/9] module: Make module loading policy usable without MODULE_SIG
` [PATCH v3 6/9] module: Move integrity checks into dedicated function
` [PATCH v3 7/9] module: Move lockdown check into generic module loader
` [PATCH v3 8/9] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v3 9/9] module: Introduce hash-based integrity checking

[PATCH 1/2] ASoC: fsl_rpmsg: Configure CPU DAI for card that sits on rpmsg-micfil-channel
 2025-05-02 22:21 UTC  (2+ messages)

[PATCH] powerpc/iommu: Memory leak in TCE table userspace view
 2025-05-02 19:53 UTC  (3+ messages)

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-02 18:57 UTC  (23+ messages)
` [PATCH bpf-next v3 01/11] selftests/bpf: Fix caps for __xlated/jited_unpriv
` [PATCH bpf-next v3 02/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v3 03/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next v3 04/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next v3 05/11] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v3 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next v3 07/11] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next v3 08/11] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v3 09/11] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v3 10/11] bpf: Allow nospec-protected var-offset stack access
` [PATCH bpf-next v3 11/11] bpf: Fall back to nospec for sanitization-failures

[PATCH] powerpc/8xx: Reduce alignment constraint for kernel memory
 2025-05-02 13:07 UTC 

[PATCH] watchdog: Fix the SOFTLOCKUP_DETECTOR=n case
 2025-05-02 12:00 UTC  (2+ messages)

[PATCH 0/6] Fixes for shellcheck/sparse warnings
 2025-05-02 10:16 UTC  (5+ messages)
` [PATCH 2/6] powerpc/xmon: fix sparse warning "Using plain integer as NULL pointer"
` [PATCH 4/6] powerpc: fix sparse warnings

[PATCH v2 0/5] powerpc: convert board-file GPIO chips to using new value setters
 2025-05-02  9:32 UTC  (7+ messages)
` [PATCH v2 1/5] powerpc: sysdev/gpio: use new line value setter callbacks
` [PATCH v2 2/5] powerpc: 83xx/gpio: "
` [PATCH v2 3/5] powerpc: 44x/gpio: "
` [PATCH v2 4/5] powerpc: 52xx/gpio: "
` [PATCH v2 5/5] powerpc: 8xx/gpio: "

[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
 2025-05-02  9:05 UTC  (11+ messages)

[PATCH] powerpc/powernv: Enable CPU idle state detection for POWER11
 2025-05-02  8:37 UTC  (2+ messages)

segmentation fault when stepping multi-threaded application
 2025-05-02  8:35 UTC  (5+ messages)

[PATCH v4 0/3] net: ibmveth: Make ibmveth use new reset function and new KUnit testsg
 2025-05-01 19:49 UTC  (4+ messages)
` [PATCH v4 1/3] net: ibmveth: Indented struct ibmveth_adapter correctly
` [PATCH v4 2/3] net: ibmveth: Reset the adapter when unexpected states are detected
` [PATCH v4 3/3] net: ibmveth: added KUnit tests for some buffer pool functions

[PATCH 00/12] crypto: sha256 - Use partial block API
 2025-05-01  5:19 UTC  (4+ messages)

[PATCH 0/5] powerpc: convert board-file GPIO chips to using new value setters
 2025-04-30 17:48 UTC  (14+ messages)
` [PATCH 1/5] powerpc: sysdev/gpio: use new line value setter callbacks
` [PATCH 2/5] powerpc: 83xx/gpio: "
` [PATCH 3/5] powerpc: 44x/gpio: "
` [PATCH 4/5] powerpc: 52xx/gpio: "
` [PATCH 5/5] powerpc: 8xx/gpio: "

[PATCH] bus: fsl_mc: Fix driver_managed_dma check
 2025-04-30 19:56 UTC  (2+ messages)

[PATCH v3 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-04-30 15:49 UTC  (9+ messages)
` [PATCH v3 1/4] tpm: add buf_size parameter in the .send callback
` [PATCH v3 2/4] tpm: support devices with synchronous send()
` [PATCH v3 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
` [PATCH v3 4/4] tpm/tpm_svsm: "

[PATCH] Documentation: ioctl-number: Extend "Include File" column width
 2025-04-30 14:11 UTC  (3+ messages)

[PATCH] ASoC: fsl: fsl_qmc_audio: Reset audio data pointers on TRIGGER_START event
 2025-04-30 12:54 UTC  (5+ messages)

[v3 PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-30  2:43 UTC  (5+ messages)

[PATCH v6 net-next 00/14] Add more features for ENETC v4 - round 2
 2025-04-30  1:36 UTC  (7+ messages)
` [PATCH v6 net-next 05/14] net: enetc: add debugfs interface to dump MAC filter
` [PATCH v6 net-next 09/14] net: enetc: change enetc_set_rss() to void type

[PATCH 0/4 v2] Make ELOG log and trace consistently with GHES
 2025-04-29 18:20 UTC  (7+ messages)
` [PATCH 1/4 v2] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/4 v2] PCI/AER: Modify pci_print_aer() to take log level
` [PATCH 3/4 v2] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 4/4 v2] ACPI: extlog: Trace CPER CXL Protocol Errors

[PATCH 0/2] bpf: Inline helper in powerpc JIT
 2025-04-29 17:02 UTC  (7+ messages)
` [PATCH 1/2] powerpc, bpf: Support internal-only MOV instruction to resolve per-CPU addrs
` [PATCH 2/2] powerpc, bpf: Inline bpf_get_smp_processor_id()

[RESEND PATCH] bus: fsl-mc: Use strscpy() instead of strscpy_pad()
 2025-04-29 12:45 UTC  (4+ messages)

linux-next: build warning after merge of the powerpc tree
 2025-04-29  8:57 UTC 

[PATCH v3 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-29  8:22 UTC  (3+ messages)
` [PATCH v3 02/13] crypto: powerpc - drop redundant dependencies on PPC

linux-next: build warning after merge of the powerpc tree
 2025-04-29  8:17 UTC 

[PATCH 0/2] powerpc: kvm: generic framework and run posix timers in task context
 2025-04-29  6:19 UTC  (8+ messages)
` [PATCH 1/2] powerpc: kvm: use generic transfer to guest mode work

[PATCH v3 0/4] Apple/PASemi i2c error recovery fixes
 2025-04-28 22:45 UTC  (2+ messages)

[PATCH 1/2] selftests/mm: Fix build break when compiling pkey_util.c
 2025-04-28 17:13 UTC  (5+ messages)
` [PATCH 2/2] selftests/mm: Fix a build failure on powerpc

[GIT PULL] Please pull powerpc/linux.git powerpc-6.15-3 tag
 2025-04-28 16:34 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).