messages from 2024-10-18 17:38:16 to 2024-10-25 19:17:31 UTC [more...]
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-10-25 19:14 UTC (16+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [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 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 08/18] powerpc/crc32: "
` [PATCH v2 09/18] s390/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 15/18] ext4: switch to using the crc32c library
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
[PATCH] sched/membarrier: Fix redundant load of membarrier_state
2024-10-25 18:30 UTC (6+ messages)
[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
2024-10-25 17:41 UTC (17+ messages)
` [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v13 34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
` [PATCH v13 51/85] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
[PATCH] x86/uaccess: Avoid barrier_nospec() in copy_from_user()
2024-10-25 16:35 UTC (29+ messages)
[PATCH v7 0/3] Extended MODVERSIONS Support
2024-10-25 15:17 UTC (11+ messages)
` [PATCH v7 1/3] modules: Support extended MODVERSIONS info
` [PATCH v7 2/3] modpost: Produce extended MODVERSIONS information
` [PATCH v7 3/3] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH net-next] net: freescale: use ethtool string helpers
2024-10-25 14:56 UTC (3+ messages)
[PATCH v2] KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid spurious interrupts
2024-10-25 14:30 UTC (5+ messages)
provide generic page_to_phys and phys_to_page implementations v3
2024-10-25 13:37 UTC (4+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-25 7:40 UTC (19+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library
[PATCH v2] ASoC: fsl_mqs: Support accessing registers by scmi interface
2024-10-25 6:29 UTC
[PATCH] ASoC: fsl_mqs: Support accessing registers by scmi interface
2024-10-25 6:02 UTC (2+ messages)
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-10-25 4:35 UTC (12+ messages)
` [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
[PATCH 1/7] powerpc/entry: convert to common and generic entry
2024-10-25 2:50 UTC (6+ messages)
[PATCH] powerpc/xmon: symbol lookup length fixed
2024-10-25 2:32 UTC (5+ messages)
powerpc: clang-nightly: fatal error: error in backend: Trying to obtain a reserved register "r2"
2024-10-25 1:22 UTC (2+ messages)
[PATCH v2] powerpc/xmon: symbol lookup length fixed
2024-10-24 19:12 UTC
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-24 17:20 UTC (6+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
[PATCH net-next] ibmvnic: use ethtool string helpers
2024-10-24 15:13 UTC (3+ messages)
[PATCH v6 0/4] Support SMT control on arm64
2024-10-24 15:09 UTC (7+ messages)
` [PATCH v6 2/4] arch_topology: Support SMT control for OF based system
` [PATCH v6 3/4] arm64: topology: Support SMT control on ACPI "
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-10-24 10:52 UTC (9+ messages)
[kvm-unit-tests PATCH v3 0/5] Support cross compiling with clang
2024-10-24 8:38 UTC (2+ messages)
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-24 8:13 UTC (22+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH v4 0/7] ASoC: fsl: add memory to memory function for ASRC
2024-10-24 5:17 UTC (3+ messages)
[powerpc:next-test] BUILD SUCCESS bee08a9e6ab03caf14481d97b35a258400ffab8f
2024-10-24 4:43 UTC
[PATCH] powerpc/chrp: Add missing of_node_get() before of_find_node_by_name()
2024-10-24 3:08 UTC
[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
2024-10-23 17:14 UTC
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2024-10-23 16:27 UTC (9+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH AUTOSEL 4.19 5/5] powerpc/powernv: Free name on error in opal_event_init()
2024-10-23 14:33 UTC
[PATCH AUTOSEL 5.4 5/5] powerpc/powernv: Free name on error in opal_event_init()
2024-10-23 14:33 UTC
[PATCH AUTOSEL 5.10 6/6] powerpc/powernv: Free name on error in opal_event_init()
2024-10-23 14:32 UTC
[PATCH AUTOSEL 5.15 10/10] powerpc/powernv: Free name on error in opal_event_init()
2024-10-23 14:32 UTC
[PATCH AUTOSEL 6.1 16/17] powerpc/powernv: Free name on error in opal_event_init()
2024-10-23 14:31 UTC
[PATCH AUTOSEL 6.6 20/23] powerpc/powernv: Free name on error in opal_event_init()
2024-10-23 14:31 UTC
[PATCH AUTOSEL 6.11 26/30] powerpc/powernv: Free name on error in opal_event_init()
2024-10-23 14:29 UTC
[PATCH 0/2] Make ELOG log and trace consistently with GHES
2024-10-23 13:35 UTC (4+ messages)
` [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section
[PATCH] KVM: Array access out of bounds
2024-10-23 12:58 UTC (2+ messages)
[PATCH v6 0/8] PCI: Consolidate TLP Log reading and printing
2024-10-23 8:27 UTC (2+ messages)
[PATCH] dma-mapping.h: drop unneeded includes
2024-10-23 5:31 UTC
[PATCH v4 4/5] perf/powerpc: Count dropped samples in core-book3s PMU
2024-10-23 0:09 UTC
[PATCH 0/2] ASoC: fsl_xcvr: enable some interrupts
2024-10-22 21:00 UTC (2+ messages)
[PATCH] ASoC: fsl_micfil: Add sample rate constraint
2024-10-22 21:00 UTC (2+ messages)
[PATCH] tools/perf/tests/expr: Make the system_tsc_freq test only for intel
2024-10-22 14:01 UTC
[PATCH v3 00/12] powerpc/kfence: Improve kfence support (mainly Hash)
2024-10-22 3:09 UTC (5+ messages)
` [PATCH v3 01/12] powerpc: mm/fault: Fix kfence page fault reporting
[PATCH] char: Switch back to struct platform_driver::remove()
2024-10-21 16:21 UTC (2+ messages)
[PATCH v5 14/16] modules: Support extended MODVERSIONS info
2024-10-21 19:35 UTC (11+ messages)
[PATCH v6 2/5] modules: Support extended MODVERSIONS info
2024-10-21 18:44 UTC (2+ messages)
[PATCH] powerpc/crash: Allow direct printing on kexec
2024-10-21 14:44 UTC (5+ messages)
[PATCH][next] powerpc/ps3: replace open-coded sysfs_emit function
2024-10-21 8:49 UTC (3+ messages)
[PATCH][next] powerpc/spufs: Replace snprintf() with the safer scnprintf() variant
2024-10-19 4:13 UTC (4+ messages)
[PATCH v3] mm/kfence: Add a new kunit test test_use_after_free_read_nofault()
2024-10-18 21:02 UTC (2+ messages)
[PATCH] ASoC: fsl_micfil: Add a flag to distinguish with different volume control types
2024-10-18 21:30 UTC (2+ messages)
(subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
2024-10-18 18:58 UTC (4+ messages)
[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-18 17:36 UTC (9+ messages)
` [PATCH v6 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [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 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v6 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v6 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v6 17/17] powerpc64/bpf: Add support for bpf trampolines
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).