linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-25 19:17:31 to 2024-11-03 22:33:25 UTC [more...]

[PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-11-03 22:31 UTC  (9+ messages)
` [PATCH v3 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v3 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v3 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v3 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v3 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v3 06/18] loongarch/crc32: "
` [PATCH v3 07/18] mips/crc32: "
` [PATCH v3 14/18] lib/crc32: make crc32c() go directly to lib

[PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib
 2024-11-03 13:57 UTC  (3+ messages)

[resend PATCH 1/2] dim: make dim_calc_stats() inputs const pointers
 2024-11-03 20:21 UTC  (14+ messages)
` [resend PATCH 2/2] dim: pass dim_sample to net_dim() by reference

[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-11-03 20:02 UTC  (12+ messages)
` [PATCH v2 01/10] sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size
` [PATCH v2 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
` [PATCH v2 04/10] nvmem: core: calculate "
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
` [PATCH v2 06/10] sysfs: treewide: constify attribute callback of bin_attribute::mmap()
` [PATCH v2 07/10] sysfs: treewide: constify attribute callback of bin_attribute::llseek()
` [PATCH v2 08/10] sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()
` [PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
` [PATCH v2 10/10] driver core: Constify attribute arguments of binary attributes

[PATCH] tools/perf/tests/base_probe: Fix check for the count of existing probes in test_adding_kernel
 2024-11-03 15:20 UTC  (3+ messages)

[PATCH] selftests/ftrace: update kprobe syntax error test for ppc64le
 2024-11-03  4:57 UTC  (3+ messages)

[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-11-02 17:21 UTC  (25+ messages)
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 16/18] jbd2: switch to using the crc32c library
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library

[PATCH] lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN
 2024-11-01 21:49 UTC 

[PATCH v8 0/3] Extended MODVERSIONS Support
 2024-11-01 21:10 UTC  (11+ messages)
` [PATCH v8 1/3] modules: Support extended MODVERSIONS info
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information
` [PATCH v8 3/3] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v7 0/4] Support SMT control on arm64
 2024-11-01  9:31 UTC  (10+ messages)
` [PATCH v7 1/4] cpu/SMT: Provide a default topology_is_primary_thread()
` [PATCH v7 2/4] arch_topology: Support SMT control for OF based system
` [PATCH v7 3/4] arm64: topology: Support SMT control on ACPI "
` [PATCH v7 4/4] arm64: Kconfig: Enable HOTPLUG_SMT

[PATCH net] net: dpaa_eth: print FD status in CPU endianness in dpaa_eth_fd tracepoint
 2024-11-01  2:40 UTC  (3+ messages)

[PATCH 2/2] dim: pass dim_sample to net_dim() by reference
 2024-10-30 23:48 UTC 

[PATCH] powerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clang
 2024-10-30 18:41 UTC 

[PATCH net-next 0/3] Fix sparse warnings in dpaa_eth driver
 2024-10-30 14:27 UTC  (8+ messages)
` [PATCH net-next 1/3] soc: fsl_qbman: use be16_to_cpu() in qm_sg_entry_get_off()
` [PATCH net-next 2/3] net: dpaa_eth: add assertions about SGT entry offsets in sg_fd_to_skb()
` [PATCH net-next 3/3] net: dpaa_eth: extract hash using __be32 pointer in rx_default_dqrr()

[PATCH] sound: Switch back to struct platform_driver::remove()
 2024-10-30 13:49 UTC  (4+ messages)

[PATCH] sched/membarrier: Fix redundant load of membarrier_state
 2024-10-30 13:33 UTC  (5+ messages)
` [PATCH v2] "

[RFC PATCH 0/2] Fix doorbell emulation for nested KVM guests in V1 API
 2024-10-30 13:33 UTC  (4+ messages)
` [RFC PATCH 2/2] arch/powerpc/kvm: Fix doorbells for nested KVM guests on PowerNV

[PATCH 00/28] vdso: Preparations for generic data storage
 2024-10-30 11:39 UTC  (6+ messages)
` [PATCH 04/28] arm64: vdso: Drop LBASE_VDSO
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-30  8:45 UTC  (2+ messages)

[PATCH v7 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-30  7:08 UTC  (18+ messages)
` [PATCH v7 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v7 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v7 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v7 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v7 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v7 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v7 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v7 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v7 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v7 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v7 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v7 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v7 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v7 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v7 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v7 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v7 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-30  5:57 UTC  (10+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[PATCH v7 0/3] Extended MODVERSIONS Support
 2024-10-30  5:35 UTC  (5+ messages)
` [PATCH v7 1/3] modules: Support extended MODVERSIONS info

[PATCH v3 0/6] x86/uaccess: avoid barrier_nospec()
 2024-10-30  4:59 UTC  (11+ messages)
` [PATCH v3 1/6] x86/uaccess: Avoid barrier_nospec() in 64-bit copy_from_user()
` [PATCH v3 2/6] x86/uaccess: Avoid barrier_nospec() in 64-bit __get_user()
` [PATCH v3 3/6] x86/uaccess: Avoid barrier_nospec() in 32-bit copy_from_user()
` [PATCH v3 4/6] x86/uaccess: Convert 32-bit get_user() to unconditional pointer masking
` [PATCH v3 5/6] x86/uaccess: Avoid barrier_nospec() in 32-bit __get_user()
` [PATCH v3 6/6] x86/uaccess: Converge [__]get_user() implementations

[PATCH] soc: Switch back to struct platform_driver::remove()
 2024-10-30  0:23 UTC  (6+ messages)

[PATCH] tools/perf/tests/expr: Make the system_tsc_freq test only for intel
 2024-10-29 23:59 UTC  (2+ messages)

[PATCH] powerpc/powernv: Free name on error in opal_event_init()
 2024-10-29 23:24 UTC  (2+ messages)

[PATCH net-next] ibmvnic: use ethtool string helpers
 2024-10-29 23:00 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS f2535cf29e1a1aa8ffb1690e1d6257b48af2b21a
 2024-10-29 16:56 UTC 

Boot failure with ppc64 port on iMacs G5
 2024-10-29 10:30 UTC  (7+ messages)

[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-29  6:44 UTC  (10+ messages)
` [PATCH v6 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v6 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v6 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v6 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH v5 0/6] ASoC: fsl: add memory to memory function for ASRC
 2024-10-29  2:20 UTC  (7+ messages)
` [PATCH v5 1/6] ALSA: compress: Add output rate and output format support
` [PATCH v5 2/6] ASoC: fsl_asrc: define functions for memory to memory usage
` [PATCH v5 3/6] ASoC: fsl_easrc: "
` [PATCH v5 4/6] ASoC: fsl_asrc_m2m: Add memory to memory function
` [PATCH v5 5/6] ASoC: fsl_asrc: register m2m platform device
` [PATCH v5 6/6] ASoC: fsl_easrc: "

[PATCH] x86/uaccess: Avoid barrier_nospec() in copy_from_user()
 2024-10-28 20:49 UTC  (14+ messages)

[PATCH v3 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2024-10-28  9:21 UTC  (5+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests/mm: Use "
` [PATCH v3 3/3] selftests/powerpc: "

[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
 2024-10-28 17:33 UTC  (5+ messages)

[PATCH AUTOSEL 6.11 05/32] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler
 2024-10-28 12:11 UTC  (3+ messages)
` [PATCH AUTOSEL 6.11 24/32] ASoC: fsl_micfil: Add sample rate constraint

[PATCH AUTOSEL 4.19 1/3] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler
 2024-10-28 10:53 UTC 

[PATCH AUTOSEL 5.4 1/3] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler
 2024-10-28 10:53 UTC 

[PATCH AUTOSEL 5.10 2/4] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler
 2024-10-28 10:53 UTC 

[PATCH AUTOSEL 5.15 2/7] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler
 2024-10-28 10:53 UTC 

[PATCH AUTOSEL 6.1 2/8] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler
 2024-10-28 10:52 UTC 

[PATCH AUTOSEL 6.6 03/15] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler
 2024-10-28 10:52 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 13/15] ASoC: fsl_micfil: Add sample rate constraint

[PATCH] KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guests
 2024-10-28 10:16 UTC 

[PATCH v3] KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid spurious interrupts
 2024-10-28  9:04 UTC 

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-28  5:46 UTC  (11+ messages)
` [PATCH v5 17/17] powerpc64/bpf: Add support for "

[PATCH] powerpc: Use str_enabled_disabled() helper function
 2024-10-28  3:40 UTC  (2+ messages)

[PATCH net-next] net: freescale: use ethtool string helpers
 2024-10-28  3:24 UTC  (6+ messages)

[v2 PATCH 1/2] crypto/nx: Rename devdata_mutex to devdata_spinlock
 2024-10-26  6:55 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).