messages from 2024-10-28 14:14:40 to 2024-11-05 09:22:55 UTC [more...]
[PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code
2024-11-05 9:22 UTC (31+ 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
` [f2fs-dev] "
` [PATCH v3 18/18] scsi: target: iscsi: switch to using the crc32c library
[PATCH v6 00/13] Zacas/Zabha support and qspinlocks
2024-11-05 8:47 UTC (18+ messages)
` [PATCH v6 01/13] riscv: Move cpufeature.h macros into their own header
` [PATCH v6 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs
` [PATCH v6 03/13] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH v6 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v6 05/13] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v6 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [PATCH v6 07/13] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH v6 08/13] riscv: Implement xchg8/16() using Zabha
` [PATCH v6 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v6 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v6 11/13] riscv: Add ISA extension parsing for Ziccrse
` [PATCH v6 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v6 13/13] riscv: Add qspinlock support
[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
2024-11-05 7:25 UTC (15+ messages)
` [PATCH v7 1/7] Add AutoFDO "
` [PATCH v7 2/7] objtool: Fix unreachable instruction warnings for weak functions
` [PATCH v7 3/7] Adjust symbol ordering in text output section
` [PATCH v7 4/7] Add markers for text_unlikely and text_hot sections
` [PATCH v7 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v7 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v7 7/7] Add Propeller configuration for kernel build
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2024-11-05 7:02 UTC (4+ messages)
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
[PATCH v12 0/5] Tracepoints and static branch in Rust
2024-11-04 10:13 UTC (11+ messages)
` [PATCH v12 1/5] rust: add static_branch_unlikely for static_key_false
` [PATCH v12 2/5] rust: add tracepoint support
` [PATCH v12 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v12 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v12 5/5] rust: add arch_static_branch
[PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib
2024-11-04 2:34 UTC (4+ messages)
[PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
2024-11-02 17:21 UTC (10+ messages)
[RFC v2 00/13] LKMM *generic* atomics in Rust
2024-11-02 7:35 UTC (19+ messages)
` [RFC v2 01/13] rust: Introduce atomic API helpers
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 03/13] rust: sync: atomic: Add ordering annotation types
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics
` [RFC v2 05/13] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [RFC v2 06/13] rust: sync: atomic: Add the framework of arithmetic operations
` [RFC v2 07/13] rust: sync: atomic: Add Atomic<u{32,64}>
` [RFC v2 08/13] rust: sync: atomic: Add Atomic<{usize,isize}>
` [RFC v2 09/13] rust: sync: atomic: Add Atomic<*mut T>
` [RFC v2 10/13] rust: sync: atomic: Add arithmetic ops for "
` [RFC v2 11/13] rust: sync: Add memory barriers
` [RFC v2.1 "
` [RFC v2 12/13] rust: add rcu abstraction
` [RFC v2 13/13] rust: sync: rcu: Add RCU protected pointer
[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
2024-11-01 22:39 UTC (7+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT v2 2/2] kernel: converge common shadow stack flow agnostic to arch
[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
2024-11-01 22:03 UTC (22+ messages)
` [PATCH v6 1/7] Add AutoFDO "
` [PATCH v6 2/7] objtool: Fix unreachable instruction warnings for weak functions
` [PATCH v6 3/7] Adjust symbol ordering in text output section
` [PATCH v6 4/7] Add markers for text_unlikely and text_hot sections
` [PATCH v6 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v6 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v6 7/7] Add Propeller configuration for kernel build
[PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build
2024-11-01 20:08 UTC (4+ messages)
` [PATCH v5 1/7] Add AutoFDO "
[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-11-01 19:28 UTC (17+ messages)
` [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v18 02/17] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v18 06/17] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
` [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer
[PATCH 0/5] Add new headers for Hyper-V Dom0
2024-10-31 22:59 UTC (6+ messages)
` [PATCH 2/5] hyperv: Remove unnecessary #includes
[arnd-asm-generic:asm-generic] BUILD SUCCESS c0dc92144ba181cf7ba366a87909bbaa93d5b713
2024-10-30 17:08 UTC
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-30 8:45 UTC (2+ messages)
[arnd-asm-generic:master 14/20] lib/iomem_copy.c:27:26: sparse: sparse: cast removes address space '__iomem' of expression
2024-10-30 1:09 UTC
[PATCH v7 00/32] riscv control-flow integrity for usermode
2024-10-29 23:44 UTC (33+ messages)
` [PATCH v7 01/32] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v7 02/32] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v7 03/32] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v7 04/32] riscv: Add support for per-thread envcfg CSR values
` [PATCH v7 05/32] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v7 06/32] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v7 07/32] riscv: zicfiss / zicfilp enumeration
` [PATCH v7 08/32] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v7 09/32] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v7 10/32] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v7 11/32] riscv mm: manufacture shadow stack pte
` [PATCH v7 12/32] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v7 13/32] riscv mmu: write protect and shadow stack
` [PATCH v7 14/32] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v7 15/32] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v7 16/32] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 17/32] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v7 18/32] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v7 19/32] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v7 20/32] riscv/traps: Introduce software check exception
` [PATCH v7 21/32] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v7 22/32] riscv/signal: save and restore of shadow stack for signal
` [PATCH v7 23/32] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v7 24/32] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v7 25/32] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v7 26/32] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v7 27/32] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v7 28/32] riscv: kernel command line option to opt out of user cfi
` [PATCH v7 29/32] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v7 30/32] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v7 31/32] riscv: Documentation for shadow stack on riscv
` [PATCH v7 32/32] kselftest/riscv: kselftest for user mode cfi
[PATCH v6 00/33] riscv control-flow integrity for usermode
2024-10-29 22:06 UTC (4+ messages)
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
[PATCH v11 0/5] Tracepoints and static branch in Rust
2024-10-29 17:50 UTC (3+ messages)
` [PATCH v11 5/5] rust: add arch_static_branch
[PATCH v3] selftests: add new kallsyms selftests
2024-10-29 16:24 UTC (2+ messages)
[PATCH v4 0/5] implement lightweight guard pages
2024-10-29 10:32 UTC (8+ messages)
` [PATCH v4 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v4 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v4 5/5] selftests/mm: add self tests for guard page feature
Dear Respectable, I wait for your response to this my message
2024-10-29 2:25 UTC
[arnd-asm-generic:master 14/18] lib/iomem_copy.c:14: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2024-10-29 1:15 UTC
[PATCH 0/6] futex: The remaining futex2 bits
2024-10-28 22:37 UTC (7+ messages)
` [PATCH 2/6] futex: Implement FUTEX2_NUMA
[PATCH v1 00/14] futex: More futex2 bits
2024-10-28 22:32 UTC (7+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
[PATCH v3 0/5] implement lightweight guard pages
2024-10-28 21:49 UTC (10+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v3 5/5] selftests/mm: add self tests for guard page feature
[arnd-asm-generic:master 14/17] lib/iomem_copy.c:10:10: fatal error: 'linux/unaligned.h' file not found
2024-10-28 21:48 UTC (2+ messages)
[arnd-asm-generic:master 14/17] lib/iomem_copy.c:10:10: fatal error: linux/unaligned.h: No such file or directory
2024-10-28 18:11 UTC
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).