linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-03 13:57:32 to 2024-11-11 20:54:19 UTC [more...]

[PATCH v8 00/29] riscv control-flow integrity for usermode
 2024-11-11 20:53 UTC  (10+ messages)
` [PATCH v8 01/29] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v8 02/29] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v8 03/29] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v8 04/29] riscv: zicfiss / zicfilp enumeration
` [PATCH v8 05/29] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v8 06/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v8 07/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v8 08/29] riscv mm: manufacture shadow stack pte
` [PATCH v8 09/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs

[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
 2024-11-11 20:43 UTC  (4+ messages)
` [PATCH v6 3/7] Adjust symbol ordering in text output section

[PATCH] tools/memory-model: Fix litmus-tests's file names for case-insensitive filesystem
 2024-11-11 20:29 UTC  (6+ messages)

[PATCH v2 0/4] Add new headers for Hyper-V Dom0
 2024-11-11 19:36 UTC  (19+ messages)
` [PATCH v2 1/4] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH v2 2/4] hyperv: Clean up unnecessary #includes
` [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v2 4/4] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
  ` [EXTERNAL] RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0

[PATCH v6 00/13] Zacas/Zabha support and qspinlocks
 2024-11-11 16:43 UTC  (19+ 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

[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
 2024-11-11 11:02 UTC  (11+ messages)
` [RFC PATCH 1/4] mm: Add mempolicy support to the filemap layer
` [RFC PATCH 2/4] Introduce fbind syscall
  ` [RFC PATCH 3/4] KVM: guest_memfd: Pass file pointer instead of inode in guest_memfd APIs
  ` [RFC PATCH 4/4] KVM: guest_memfd: Enforce NUMA mempolicy if available

[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-10 17:16 UTC  (25+ messages)
` [PATCH v19 01/19] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v19 02/19] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v19 03/19] fgraph: Pass ftrace_regs to retfunc
` [PATCH v19 04/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v19 05/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v19 06/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v19 07/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v19 08/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v19 09/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v19 10/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v19 11/19] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v19 12/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v19 13/19] fprobe: Add fprobe_header encoding feature
` [PATCH v19 14/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v19 15/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v19 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v19 17/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v19 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v19 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-09 15:10 UTC  (13+ messages)
` [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature

[PATCH v9 00/15] arm64: support poll_idle()
 2024-11-08 22:15 UTC  (22+ messages)
` [PATCH v9 01/15] asm-generic: add barrier smp_cond_load_relaxed_timeout()
` [PATCH v9 02/15] cpuidle/poll_state: poll via smp_cond_load_relaxed_timeout()
` [PATCH v9 03/15] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL
` [PATCH v9 04/15] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
` [PATCH v9 05/15] arm64: barrier: add support for smp_cond_relaxed_timeout()
` [PATCH v9 06/15] arm64: define TIF_POLLING_NRFLAG
` [PATCH v9 07/15] arm64: add support for polling in idle
` [PATCH v9 08/15] ACPI: processor_idle: Support polling state for LPI
` [PATCH v9 09/15] cpuidle-haltpoll: define arch_haltpoll_want()
` [PATCH v9 10/15] governors/haltpoll: drop kvm_para_available() check
` [PATCH v9 11/15] cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL
` [PATCH v9 12/15] arm64: idle: export arch_cpu_idle
` [PATCH v9 13/15] arm64: support cpuidle-haltpoll
` [RFC PATCH v9 14/15] arm64/delay: move some constants out to a separate header
` [RFC PATCH v9 15/15] arm64: support WFET in smp_cond_relaxed_timeout()

[PATCH v4 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2024-11-08 17:28 UTC  (6+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] selftests/mm: Use "
` [PATCH v4 3/3] selftests/powerpc: "

[PATCH v3 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2024-11-08  8:59 UTC  (4+ messages)
` [PATCH v3 1/3] "

[PATCH] tests/module/gen_test_kallsyms.sh: use 0 value for variables
 2024-11-07 22:33 UTC  (3+ messages)

[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
 2024-11-07 21:54 UTC  (20+ messages)
` [PATCH v7 1/7] Add AutoFDO "
` [PATCH v7 7/7] Add Propeller configuration for kernel build

[PATCH v9 03/10] asm/rwonce: Introduce [READ|WRITE]_ONCE() support for __int128
 2024-11-07 13:47 UTC  (8+ messages)

[PATCH 1/2] Rename .data.unlikely to .data..unlikely
 2024-11-06 16:39 UTC  (3+ messages)
` [PATCH 2/2] Rename .data.once to .data..once to fix resetting WARN*_ONCE

[PATCHES][RFC] cleaning up asm/vga.h situation
 2024-11-06  6:11 UTC  (5+ messages)
` [PATCH 1/4] vt_buffer.h: get rid of dead code in default scr_...() instances
` [PATCH 2/4] asm/vga.h: don't bother with scr_mem{cpy,move}v() unless we need to
` [PATCH 3/4] sparc: get rid of asm/vga.h
` empty include/asm-generic/vga.h

[PATCH v3] selftests: add new kallsyms selftests
 2024-11-06  0:21 UTC  (3+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-05 19:04 UTC  (5+ messages)
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text

[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-11-02 22:26 UTC  (3+ messages)
` [PATCH v2 15/18] ext4: switch to using the crc32c library

provide generic page_to_phys and phys_to_page implementations v3
 2024-11-05  9:56 UTC  (3+ messages)
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys

[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 v12 3/5] rust: samples: add tracepoint to Rust sample
 2024-11-04 10:13 UTC  (3+ messages)

[PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib
 2024-11-04  2:34 UTC  (4+ 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).