linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-08 18:06:56 to 2025-05-18 09:21:27 UTC [more...]

[PATCH v2 1/4] powerpc/kvm: Fix ifdef to remove build warning
 2025-05-18  9:20 UTC  (5+ messages)
` [PATCH v2 2/4] powerpc/perf: make isa207_pmu_format_group struct static
` [PATCH v2 3/4] powerpc/prom_init: Fix shellcheck warnings
` [PATCH v2 4/4] powerpc/boot/install.sh: "

[PATCH] powerpc: Replace strcpy() with strscpy() in proc_ppc64_init()
 2025-05-18  3:45 UTC  (2+ messages)

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

[PATCH] powerpc: Transliterate author name and remove FIXME
 2025-05-18  3:45 UTC  (10+ messages)

[PATCH] powerpc/powermac: Use str_enabled_disabled() and str_on_off() helpers
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] powerpc/iommu: Use str_disabled_enabled() helper
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] powerpc/mm/fault: Use str_write_read() helper function
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] powerpc/kernel: Fix ppc_save_regs inclusion in build
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH v3] powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] powerpc/8xx: Reduce alignment constraint for kernel memory
 2025-05-18  3:44 UTC  (2+ messages)

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

[PATCH] powerpc/pseries/htmdump: Include header file to get is_kvm_guest() definition
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] docs: powerpc: Add htm.rst to table of contents
 2025-05-17 21:07 UTC 

[PATCH 0/6] bus: fsl-mc: cleanup and fixes
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] soc: fsl: qe: Consolidate chained IRQ handler install/remove
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Add H_VIRT mapping for tracing exits
 2025-05-17 14:03 UTC  (2+ messages)

[PATCH v2] powerpc: Fix struct termio related ioctl macros
 2025-05-17 14:22 UTC 

[PATCH] soc: fsl: qbman: Remove const from portal->cgrs allocation type
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] bus: fsl-mc: Use strscpy() instead of strscpy_pad()
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] powerpc: Fix indentation and replace typedef with struct name
 2025-05-17 12:58 UTC 

[RESEND PATCH] bus: fsl-mc: Use strscpy() instead of strscpy_pad()
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] bus: fsl_mc: Fix driver_managed_dma check
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH 0/4] pci: implement "pci=aer_panic"
 2025-05-17  4:07 UTC  (7+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] PCI/AER: Introduce aer_panic kernel command-line option
` [PATCH 3/4] PCI/AER: Expose AER panic state via pci_aer_panic_enabled()
` [PATCH 4/4] PCI/AER: Trigger kernel panic on recovery failure if aer_panic is set

[PATCH] powerpc: Add gcc 128-bit shift helpers
 2025-05-17  1:50 UTC  (3+ messages)
    ` [v2 PATCH] "

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-16 17:01 UTC  (4+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

[PATCH V3 06/16] powerpc/perf: Remove driver-specific throttle support
 2025-05-16 18:28 UTC 

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-05-16 18:09 UTC  (9+ 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] ASoC: fsl_xcvr: update platform driver name
 2025-05-16 18:09 UTC  (3+ messages)

[PATCH 0/2] PCI: Convert MSI and AER state tracking variables to bool type
 2025-05-16 16:52 UTC  (3+ messages)
` [PATCH 1/2] PCI/MSI: Use bool for MSI enable state tracking
` [PATCH 2/2] PCI/AER: Use bool for AER disable "

[PATCH] powerpc: Fix struct termio related ioctl macros
 2025-05-15 20:10 UTC  (2+ messages)

[PATCH 06/15] bugs/powerpc: Pass in 'cond_str' to BUG_ENTRY()
 2025-05-15 12:46 UTC  (2+ messages)
` [PATCH 07/15] bugs/powerpc: Concatenate 'cond_str' with '__FILE__' in BUG_ENTRY(), to extend WARN_ON/BUG_ON output

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15 10:33 UTC  (13+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH] crypto: powerpc/poly1305 - add depends on BROKEN for now
 2025-05-15  2:10 UTC  (4+ messages)

[PATCH v5 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-05-15  1:45 UTC  (6+ messages)
` [PATCH v5 1/4] tpm: add bufsiz parameter in the .send callback
` [PATCH v5 2/4] tpm: support devices with synchronous send()
` [PATCH v5 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
` [PATCH v5 4/4] tpm/tpm_svsm: "

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-14 17:34 UTC  (13+ messages)
` [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 v4 0/5] PCI: Add support for resetting the slots in a platform specific way
 2025-05-14 16:42 UTC  (17+ messages)
` [PATCH v4 1/5] PCI/ERR: Remove misleading TODO regarding kernel panic
` [PATCH v4 2/5] PCI/ERR: Add support for resetting the slots in a platform specific way
` [PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges
` [PATCH v4 5/5] PCI: qcom: Add support for resetting the slot due to link down event

[PATCH V2 05/15] powerpc/perf: Remove driver-specific throttle support
 2025-05-14 15:13 UTC 

[PATCH v2] fsldma: Set correct dma_mask based on hw capability
 2025-05-14 15:03 UTC  (2+ messages)

[PATCH v1] powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery
 2025-05-14 13:09 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
 2025-05-14  8:02 UTC  (13+ messages)
` [kvm-unit-tests PATCH v3 01/16] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH v3 02/16] scripts: Add 'test_args' test definition parameter
` [kvm-unit-tests PATCH v3 04/16] run_tests.sh: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v3 05/16] scripts: Document environment variables
` [kvm-unit-tests PATCH v3 06/16] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v3 07/16] scripts: Use an associative array for qemu argument names

[PATCH] irqdomain: ppc: Switch to of_fwnode_handle()
 2025-05-14  5:07 UTC  (3+ messages)

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

[PATCH v2 0/5] powerpc: convert board-file GPIO chips to using new value setters
 2025-05-14  4:03 UTC  (3+ messages)

[PATCH V3 0/9] Add support for configure and control of Hardware Trace Macro(HTM)
 2025-05-14  4:03 UTC  (2+ messages)

Crash in __do_IRQ with gcc 15
 2025-05-14  2:06 UTC  (8+ messages)

[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
 2025-05-13 22:36 UTC  (10+ messages)

[PATCH] powerpc/rtas: Replace one-element array with flexible array member
 2025-05-13 17:40 UTC 

[PATCH v4 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-05-13 14:02 UTC  (7+ messages)
` [PATCH v4 1/4] tpm: add buf_size parameter in the .send callback
` [PATCH v4 2/4] tpm: support devices with synchronous send()
` [PATCH v4 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
` [PATCH v4 4/4] tpm/tpm_svsm: "

[PATCH] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-05-13 10:57 UTC  (2+ messages)

linux-next: build warning after merge of the powerpc tree
 2025-05-13 10:28 UTC 

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

[PATCH v4 0/6] Fix potential out-of-bounds error in some drivers
 2025-05-12 13:15 UTC  (10+ messages)
` [PATCH v4 1/6] iio: backend: fix out-of-bound write
` [PATCH v4 2/6] accel/ivpu: Use effective buffer size for zero terminator
` [PATCH v4 4/6] gpio: fix potential out-of-bound write

[powerpc:merge] BUILD SUCCESS c6127e778e8e7a30329c929c19cf799cde965ac1
 2025-05-12 20:06 UTC 

[PATCH] powerpc/vdso: Fix build of VDSO32 with pcrel
 2025-05-12 18:14 UTC 

[powerpc:next-test] BUILD SUCCESS 2c54e431574f829ec0895d5104575b3f209eae28
 2025-05-12 18:07 UTC 

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 UTC  (2+ messages)

[PATCH] dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference
 2025-05-12 12:52 UTC  (2+ messages)

[PATCH 0/3] Enhancements to the secvar interface in static key management mode
 2025-05-12 10:16 UTC  (9+ messages)
` [PATCH 1/3] powerpc/pseries: Correct secvar format representation for static key management

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-05-12  9:55 UTC  (3+ messages)

[PATCH v14 00/11] Support page table check on PowerPC
 2025-05-12  5:04 UTC  (2+ messages)

[PATCH 0/4] crypto: lib/chacha - improve type safety
 2025-05-12  5:45 UTC  (2+ messages)

[v2 PATCH] crypto: powerpc/poly1305 - Add poly1305_emit_arch wrapper
 2025-05-11  2:10 UTC  (8+ messages)
                    ` [PATCH] crypto: powerpc/poly1305 - Add SIMD fallback

[PATCH] powerpc/microwatt: Correct ISA version number in device tree
 2025-05-10  1:35 UTC 

[PATCH] powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory
 2025-05-09 18:32 UTC  (7+ messages)

[PATCH v2] soc: fsl: qe: remove unused qe_ic_from_irq function
 2025-05-09 16:16 UTC  (4+ messages)

[PATCH v3 0/6] powerpc: use lock guards for mutex Set 1
 2025-05-09 13:02 UTC  (4+ messages)
` [PATCH v3 3/6] powerpc: fadump: use lock guard for mutex

[PATCH 1/2] soc: fsl: qmc: Only set completion interrupt when needed
 2025-05-09 10:12 UTC  (6+ messages)
` [PATCH 2/2] ASoC: fsl: fsl_qmc_audio: Only request completion on last channel

[PATCH v7 net-next 00/14] Add more features for ENETC v4 - round 2
 2025-05-09  3:20 UTC  (2+ messages)

[PATCH v3 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-05-08 20:00 UTC  (5+ messages)
` [PATCH v3 1/4] tpm: add buf_size parameter in the .send callback

[PATCH v4 07/13] crypto: riscv/sha256 - implement library instead of shash
 2025-05-08 18:06 UTC  (3+ 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).