messages from 2024-10-28 20:50:13 to 2024-11-05 02:08:57 UTC [more...]
[PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code
2024-11-05 1:33 UTC (29+ 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 08/18] powerpc/crc32: "
` [PATCH v3 09/18] s390/crc32: "
` [PATCH v3 10/18] sparc/crc32: "
` [PATCH v3 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v3 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v3 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v3 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v3 15/18] ext4: switch to using the crc32c library
` [PATCH v3 16/18] jbd2: "
` [PATCH v3 17/18] f2fs: switch to using the crc32 library
` [PATCH v3 18/18] scsi: target: iscsi: switch to using the crc32c library
[PATCH net-next 0/4] net: ucc_geth: devm cleanups
2024-11-05 1:35 UTC (6+ messages)
` [PATCH net-next 1/4] net: ucc_geth: use devm for kmemdup
` [PATCH net-next 2/4] net: ucc_geth: use devm for alloc_etherdev
` [PATCH net-next 3/4] net: ucc_geth: use devm for register_netdev
` [PATCH net-next 4/4] net: ucc_geth: fix usage with NVMEM MAC address
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2024-11-04 23:27 UTC (3+ messages)
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
[PATCH] tools/perf/tests/expr: Make the system_tsc_freq test only for intel
2024-11-04 20:44 UTC (4+ messages)
[PATCH] selftests/ftrace: update kprobe syntax error test for ppc64le
2024-11-04 17:36 UTC (10+ messages)
[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
2024-11-04 14:56 UTC (16+ 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 net-next 0/3] Fix sparse warnings in dpaa_eth driver
2024-11-04 14:35 UTC (11+ 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 v2] lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN
2024-11-04 14:23 UTC
[PATCH 1/2] powerpc/fadump: allocate memory for additional parameters early
2024-11-04 10:20 UTC (3+ messages)
` [PATCH 2/2] fadump: reserve param area if below boot_mem_top
[PATCH V2] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
2024-11-04 7:29 UTC
[resend PATCH 1/2] dim: make dim_calc_stats() inputs const pointers
2024-11-04 2:52 UTC (17+ messages)
` [resend PATCH 2/2] dim: pass dim_sample to net_dim() by reference
[PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib
2024-11-04 2:34 UTC (4+ messages)
[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 v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
2024-11-02 17:21 UTC (10+ messages)
[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] 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 (2+ messages)
[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] 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 (4+ messages)
` [PATCH v6 17/17] powerpc64/bpf: Add support for "
[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 (12+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).