linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-24 09:31:28 to 2024-10-29 23:45:30 UTC [more...]

[PATCH v7 00/32] riscv control-flow integrity for usermode
 2024-10-29 23:44 UTC  (29+ 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 v6 00/33] riscv control-flow integrity for usermode
 2024-10-29 22:06 UTC  (6+ messages)
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)

[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  (4+ messages)

[PATCH v4 0/5] implement lightweight guard pages
 2024-10-29 10:32 UTC  (9+ 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 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v4 5/5] selftests/mm: add self tests for guard page feature

[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
 2024-10-29  5:51 UTC  (20+ 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

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  (17+ messages)
` [PATCH 1/6] mm: Add vmalloc_huge_node()
` [PATCH 2/6] futex: Implement FUTEX2_NUMA
` [PATCH 3/6] futex: Propagate flags into futex_get_value_locked()
` [PATCH 4/6] futex: Enable FUTEX2_{8,16}
` [PATCH 5/6] futex,selftests: Extend the futex selftests
` [PATCH 6/6] futex,selftests: Extend the futex selftests for 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  (28+ 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 

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-28 15:27 UTC  (21+ 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 03/17] fgraph: Pass ftrace_regs to retfunc
` [PATCH v18 04/17] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v18 05/17] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v18 06/17] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v18 07/17] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v18 08/17] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v18 09/17] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v18 10/17] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
` [PATCH v18 13/17] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v18 14/17] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v18 15/17] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v18 17/17] bpf: Add get_entry_ip() for arm64

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-10-28 14:10 UTC  (11+ messages)

[PATCH v11 0/4] Replace fallback for IO memcpy and IO memset
 2024-10-28 14:01 UTC  (6+ messages)
` [PATCH v11 1/4] New implementation "
` [PATCH v11 2/4] arm64: Use new fallback IO memcpy/memset
` [PATCH v11 3/4] csky: "
` [PATCH v11 4/4] loongarch: "

[PATCH v3 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2024-10-28  9:21 UTC  (5+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests/mm: Use "
` [PATCH v3 3/3] selftests/powerpc: "

[PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
 2024-10-28  8:33 UTC  (7+ messages)

[PATCH v2 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2024-10-28  8:09 UTC  (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] selftests/mm: Use "
` [PATCH v2 3/3] selftests/powerpc/mm: "

[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-10-27  8:14 UTC  (28+ 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 13/18] x86/crc32: expose CRC32 functions through lib
` [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 16/18] jbd2: "
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library

[arnd-asm-generic:master 6/12] include/asm-generic/io.h:596:15: error: call to '_outb' declared with attribute error: outb() requires CONFIG_HAS_IOPORT
 2024-10-27  5:40 UTC 

[arnd-asm-generic:asm-generic] BUILD SUCCESS a6653736cdcedcb7c2c22ee0af0288a326a0e036
 2024-10-26 22:56 UTC 

[PATCH v4 0/4] simplify do_div() with constant divisor
 2024-10-26 10:04 UTC  (4+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS e1cac6a143e257c1bf9166e30083fbd66acfe8b6
 2024-10-26  5:54 UTC 

[PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build
 2024-10-25 23:03 UTC  (2+ messages)

[PATCH v9 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-25 15:11 UTC  (9+ messages)
` [PATCH v9 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
` [PATCH v9 2/5] Bluetooth: add HAS_IOPORT dependencies
` [PATCH v9 3/5] drm: handle "
` [PATCH v9 4/5] tty: serial: "
` [PATCH v9 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
 2024-10-25 14:20 UTC  (3+ messages)

provide generic page_to_phys and phys_to_page implementations v3
 2024-10-25 13:37 UTC  (2+ messages)

[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
 2024-10-25  7:40 UTC  (2+ messages)

[GIT PULL] LoongArch fixes for v6.12-rc5
 2024-10-24 21:29 UTC  (2+ messages)

[PATCH v4 0/6] page allocation tag compression
 2024-10-24 16:25 UTC  (5+ messages)
` [PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-24 10:52 UTC  (9+ messages)

[PATCH v8 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-24  9:30 UTC  (7+ messages)
` [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies


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).