messages from 2024-09-20 23:13:09 to 2024-10-01 16:19:46 UTC [more...]
[PATCH v9 0/5] Tracepoints and static branch in Rust
2024-10-01 16:20 UTC (11+ messages)
` [PATCH v9 1/5] rust: add generic static_key_false
` [PATCH v9 2/5] rust: add tracepoint support
` [PATCH v9 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v9 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v9 5/5] rust: add arch_static_branch
[PATCH 00/33] riscv control-flow integrity for usermode
2024-10-01 16:15 UTC (35+ messages)
` [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH 12/33] riscv mm: manufacture shadow stack pte
` [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH 14/33] riscv mmu: write protect and shadow stack
` [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH 21/33] riscv/traps: Introduce software check exception
` [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH 23/33] riscv signal: save and restore of shadow stack for signal
` [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi
[PATCH v8 0/5] Tracepoints and static branch in Rust
2024-10-01 13:32 UTC (3+ messages)
[PATCH v7 00/10] Consolidate IO memcpy functions
2024-10-01 12:53 UTC (16+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 02/10] arm64: Use generic IO memcpy/memset
` [PATCH v7 03/10] csky: "
` [PATCH v7 04/10] loongarch: "
` [PATCH v7 05/10] m68k: Align prototypes of "
` [PATCH v7 06/10] alpha: "
` [PATCH v7 07/10] parisc: "
` [PATCH v7 08/10] sh: "
` [PATCH v7 09/10] um: Add dummy implementation for "
` [PATCH v7 10/10] arm: Align prototype of IO memset
[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
2024-10-01 7:39 UTC (55+ messages)
` [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
` [RFC PATCH 03/28] x86/tools: Use mmap() to simplify relocs host tool
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
` [RFC PATCH 07/28] scripts/kallsyms: Avoid 0x0 as the relative base
` [RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables
` [RFC PATCH 09/28] x86/tools: Remove special relocation handling for "
` [RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes
` [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
` [RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata
` [RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing
` [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
` [RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing
` [RFC PATCH 16/28] x86/entry_64: "
` [RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses
` [RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code
` [RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text
` [RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code
` [RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata
` [RFC PATCH 23/28] tools/objtool: Mark generated sections as writable
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
` [RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations
` [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
` [RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool
[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
2024-09-30 22:49 UTC (9+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build
[RFC PATCH 0/4] implement lightweight guard pages
2024-09-30 16:05 UTC (8+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
` [RFC PATCH 4/4] selftests/mm: add self tests for guard page feature
[PATCH V2] LoongArch: Set correct size for VDSO code mapping
2024-09-30 4:54 UTC
[PATCH v1] asm-generic: introduce be56 unaligned accessors
2024-09-29 21:16 UTC (2+ messages)
[PATCH] LoongArch: Set correct size for VDSO code mapping
2024-09-29 8:19 UTC (2+ messages)
[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
2024-09-28 20:17 UTC (4+ messages)
[GIT PULL] LoongArch changes for v6.12
2024-09-27 17:24 UTC (2+ messages)
[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
2024-09-27 16:21 UTC (8+ messages)
` [PATCH V2 3/3] SH: "
[PATCH v2 0/8] vdso: Use only headers from the vdso/ namespace
2024-09-27 13:09 UTC (31+ messages)
` [PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
` [PATCH v2 2/8] arm64: "
` [PATCH v2 3/8] vdso: Introduce vdso/mman.h
` [PATCH v2 4/8] vdso: Introduce vdso/page.h
` [PATCH v2 5/8] x86: vdso: Modify asm/vdso/getrandom.h to include datapage
` [PATCH v2 6/8] vdso: Modify vdso/getrandom.h to include the asm header
` [PATCH v2 7/8] vdso: Introduce uapi/vdso/random.h
` [PATCH v2 8/8] vdso: Modify getrandom to include the correct namespace
[GIT PULL] asm-generic updates for 6.12
2024-09-26 19:09 UTC (2+ messages)
[PATCH 0/5] asm-generic: clean up asm/mman.h
2024-09-26 13:54 UTC (11+ messages)
` [PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
` [PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h
` [PATCH 3/5] asm-generic: use asm-generic/mman-common.h on mips and xtensa
` [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha
` [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support
New order
2024-09-24 21:58 UTC
[PATCH -next v2] crash: Fix riscv64 crash memory reserve dead loop
2024-09-24 6:40 UTC (2+ messages)
[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-09-24 2:45 UTC (8+ messages)
` [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
2024-09-23 16:28 UTC (5+ messages)
[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
2024-09-23 15:12 UTC (4+ messages)
[PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-09-23 8:08 UTC (3+ messages)
` [PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer
arch maintainer heads-up: masked user access infrastructure
2024-09-22 19:43 UTC
[RFC 04/12] PCI: hv: Annotate the VMBus channel IRQ name
2024-09-20 23:13 UTC (2+ 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).