messages from 2024-10-15 01:34:46 to 2024-10-21 00:31:27 UTC [more...]
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-21 0:29 UTC (15+ 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 15/15] f2fs: switch to using the crc32 library
[PATCH] x86/uaccess: Avoid barrier_nospec() in copy_from_user()
2024-10-20 23:35 UTC (24+ messages)
[PATCH] powerpc/crash: Allow direct printing on kexec
2024-10-20 20:41 UTC (2+ messages)
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-19 22:51 UTC (25+ 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 v5 14/16] modules: Support extended MODVERSIONS info
2024-10-19 20:45 UTC (11+ messages)
[PATCH][next] powerpc/spufs: Replace snprintf() with the safer scnprintf() variant
2024-10-19 4:13 UTC (4+ messages)
[PATCH][next] powerpc/ps3: replace open-coded sysfs_emit function
2024-10-19 2:13 UTC
[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 (3+ messages)
(subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
2024-10-18 18:58 UTC (4+ messages)
[PATCH v3 00/12] powerpc/kfence: Improve kfence support (mainly Hash)
2024-10-18 17:40 UTC (14+ messages)
` [PATCH v3 01/12] powerpc: mm/fault: Fix kfence page fault reporting
` [PATCH v3 02/12] book3s64/hash: Remove kfence support temporarily
` [PATCH v3 03/12] book3s64/hash: Refactor kernel linear map related calls
` [PATCH v3 04/12] book3s64/hash: Add hash_debug_pagealloc_add_slot() function
` [PATCH v3 05/12] book3s64/hash: Add hash_debug_pagealloc_alloc_slots() function
` [PATCH v3 06/12] book3s64/hash: Refactor hash__kernel_map_pages() function
` [PATCH v3 07/12] book3s64/hash: Make kernel_map_linear_page() generic
` [PATCH v3 08/12] book3s64/hash: Disable debug_pagealloc if it requires more memory
` [PATCH v3 09/12] book3s64/hash: Add kfence functionality
` [PATCH v3 10/12] book3s64/radix: Refactoring common kfence related functions
` [PATCH v3 11/12] book3s64/hash: Disable kfence if not early init
` [PATCH v3 12/12] book3s64/hash: Early detect debug_pagealloc size requirement
[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-18 17:36 UTC (18+ messages)
` [PATCH v6 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v6 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v6 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v6 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v6 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v6 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v6 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v6 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v6 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [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
[PATCH v4 1/3] powerpc/fadump: Refactor and prepare fadump_cma_init for late init
2024-10-18 16:17 UTC (3+ messages)
` [PATCH v4 2/3] powerpc/fadump: Reserve page-aligned boot_memory_size during fadump_reserve_mem
` [PATCH v4 3/3] powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()
[RFC v3 1/3] fadump: Refactor and prepare fadump_cma_init for late init
2024-10-18 16:04 UTC (9+ messages)
` [RFC v3 2/3] fadump: Reserve page-aligned boot_memory_size during fadump_reserve_mem
` [RFC v3 3/3] fadump: Move fadump_cma_init to setup_arch() after initmem_init()
[PATCH v2 0/6] x86/uaccess: Avoid barrier_nospec()
2024-10-18 15:55 UTC (11+ messages)
` [PATCH v2 1/6] x86/uaccess: Avoid barrier_nospec() in copy_from_user()
` [PATCH v2 2/6] x86/uaccess: Avoid barrier_nospec() in __get_user()
` [PATCH v2 3/6] x86/uaccess: Rearrange putuser.S
` [PATCH v2 4/6] x86/uaccess: Add user pointer masking to __put_user()
` [PATCH v2 5/6] x86/uaccess: Add user pointer masking to copy_to_user()
` [PATCH v2 6/6] x86/uaccess: Add user pointer masking to clear_user()
[PATCH V2 1/2] tools/perf/pmu-events/powerpc: Add support for compat events in json
2024-10-18 15:20 UTC (5+ messages)
[GIT PULL] Please pull powerpc/linux.git powerpc-6.12-5 tag
2024-10-18 14:12 UTC (2+ messages)
nx_crypto on power8 lpar
2024-10-18 10:22 UTC
[PATCH] pmu_battery: Set power supply type to BATTERY
2024-10-18 6:07 UTC
[PATCH] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
2024-10-18 5:34 UTC (4+ messages)
[linux-next:master 4889/5321] arch/powerpc/boot/dts/turris1x.dtb: reboot@d: {'compatible': ['syscon-reboot'], 'reg': [[13, 1]], 'offset': 13, 'mask': 1, 'value': 1, 'priority': 64, '$nodename': ['reboot@d']} is valid under each of {'required': ['re
2024-10-18 0:15 UTC
[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
2024-10-17 17:40 UTC (2+ messages)
[PATCH 00/15] timers: Cleanup delay/sleep related mess
2024-10-17 14:19 UTC (2+ messages)
` (subset) "
[PATCH v5 00/30] Permission Overlay Extension
2024-10-17 14:00 UTC (14+ messages)
` [PATCH v5 19/30] arm64: add POE signal support
[PATCH] tools/perf/tests/base_probe: Fix check for the count of existing probes in test_adding_kernel
2024-10-17 10:14 UTC (3+ messages)
[powerpc:next] BUILD SUCCESS 0882db7f928c5d467a17a69521a963db5448d140
2024-10-17 10:03 UTC
[powerpc:merge] BUILD SUCCESS 99e7a16007479504d952db810d5d9aba34f038ec
2024-10-17 9:47 UTC
[powerpc:fixes-test] BUILD SUCCESS cf8989d20d64ad702a6210c11a0347ebf3852aa7
2024-10-17 9:47 UTC
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-16 23:58 UTC (17+ messages)
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
[PATCH] tools/perf/tests: Fix compilation error with strncpy in tests/tool_pmu
2024-10-16 19:04 UTC (6+ messages)
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-16 14:36 UTC (6+ messages)
[PATCH] tools/perf/tests: Remove duplicate evlist__delete in tests/tool_pmu.c
2024-10-16 12:30 UTC (3+ messages)
[PATCH 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-10-16 12:14 UTC (5+ messages)
` [PATCH 13/17] KVM: PPC: "
[PATCH v6 0/4] Support SMT control on arm64
2024-10-16 6:19 UTC (7+ messages)
` [PATCH v6 1/4] cpu/SMT: Provide a default topology_is_primary_thread()
` [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 v6 4/4] arm64: Kconfig: Enable HOTPLUG_SMT
[PATCH v3 04/22] powerpc/cell: Switch to irq_get_nr_irqs()
2024-10-15 23:36 UTC (2+ messages)
[PATCH v6 2/5] modules: Support extended MODVERSIONS info
2024-10-15 23:18 UTC
[PATCH] tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver
2024-10-15 22:22 UTC (3+ messages)
[PATCH 0/2] net: ethernet: freescale: Use %pa to format resource_size_t
2024-10-15 18:00 UTC (4+ messages)
[PATCH 1/7] powerpc/entry: convert to common and generic entry
2024-10-15 17:43 UTC (2+ messages)
[PATCH 6/7] powerpc/entry: factout irqentry-state
2024-10-15 15:42 UTC (2+ messages)
[RFC PATCH v3 4/4] sched+mm: Use hazard pointers to track lazy active mm existence
2024-10-15 13:33 UTC (2+ messages)
drivers/nx: Invalid wait context issue when rebooting
2024-10-15 11:18 UTC (5+ messages)
[v2 PATCH 1/2] crypto/nx: Rename devdata_mutex to devdata_spinlock
2024-10-15 10:55 UTC (2+ messages)
` [v2 PATCH 2/2] crypto/nx: Fix invalid wait context during kexec reboot
[RFC RESEND v2 00/13] powerpc/kfence: Improve kfence support
2024-10-15 8:19 UTC (11+ messages)
` [RFC RESEND v2 02/13] powerpc: mm: Fix kfence page fault reporting
` [RFC RESEND v2 07/13] book3s64/hash: Refactor hash__kernel_map_pages() function
` [RFC RESEND v2 08/13] book3s64/hash: Make kernel_map_linear_page() generic
` [RFC RESEND v2 09/13] book3s64/hash: Disable debug_pagealloc if it requires more memory
` [RFC RESEND v2 10/13] book3s64/hash: Add kfence functionality
` [RFC RESEND v2 11/13] book3s64/radix: Refactoring common kfence related functions
` [RFC RESEND v2 12/13] book3s64/hash: Disable kfence if not early init
` [RFC RESEND v2 13/13] book3s64/hash: Early detect debug_pagealloc size requirement
[PATCH] KVM: PPC: Book3S HV: Reset LPCR_MER before running a vCPU to avoid spurious interrupts
2024-10-15 7:18 UTC
provide generic page_to_phys and phys_to_page implementations v2
2024-10-15 5:44 UTC (3+ messages)
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
[PATCHES] drm/radeon issues
2024-10-15 3:57 UTC (3+ 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).