Linux Arch
Thread Index
[
Prev Page
][
Next Page
]
[PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 24/40] arm64/mm: Implement map_shadow_stack()
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 23/40] arm64/gcs: Implement shadow stack prctl() interface
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 20/40] arm64/mm: Handle GCS data aborts
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 19/40] arm64/traps: Handle GCS exceptions
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 18/40] arm64/hwcap: Add hwcap for GCS
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 17/40] arm64/idreg: Add overrride for GCS
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 15/40] arm64/mm: Map pages for guarded control stack
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 14/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 13/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 10/40] arm64/gcs: Provide put_user_gcs()
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 07/40] arm64/gcs: Document the ABI for Guarded Control Stacks
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 05/40] mman: Add map_shadow_stack() flags
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 02/40] mm: Define VM_HIGH_ARCH_6
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 01/40] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v9 1/5] rust: add generic static_key_false
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v9 1/5] rust: add generic static_key_false
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v9 1/5] rust: add generic static_key_false
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
From
: "H. Peter Anvin" <hpa@xxxxxxxxx>
Re: [RFC][PATCHES] asm/unaligned.h removal
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
[PATCH 3/3] move asm/unaligned.h to linux/unaligned.h
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
[PATCH 2/3] arc: get rid of private asm/unaligned.h
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
[PATCH 1/3] parisc: get rid of private asm/unaligned.h
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
[RFC][PATCHES] asm/unaligned.h removal
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
[PATCH 3/3] move asm/unaligned.h to linux/unaligned.h
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Re: [PATCH v9 4/5] jump_label: adjust inline asm to be consistent
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v9 4/5] jump_label: adjust inline asm to be consistent
From
: Catalin Marinas <catalin.marinas@xxxxxxx>
Re: [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH 33/33] kselftest/riscv: kselftest for user mode cfi
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 32/33] riscv: Documentation for shadow stack on riscv
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 29/33] riscv: kernel command line option to opt out of user cfi
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 23/33] riscv signal: save and restore of shadow stack for signal
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 21/33] riscv/traps: Introduce software check exception
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 14/33] riscv mmu: write protect and shadow stack
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 12/33] riscv mm: manufacture shadow stack pte
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 08/33] riscv: zicfiss / zicfilp enumeration
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 04/33] riscv: Add support for per-thread envcfg CSR values
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH 00/33] riscv control-flow integrity for usermode
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v9 1/5] rust: add generic static_key_false
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Re: [PATCH v9 4/5] jump_label: adjust inline asm to be consistent
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v9 1/5] rust: add generic static_key_false
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v8 0/5] Tracepoints and static branch in Rust
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v9 5/5] rust: add arch_static_branch
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v9 4/5] jump_label: adjust inline asm to be consistent
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v9 3/5] rust: samples: add tracepoint to Rust sample
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v9 2/5] rust: add tracepoint support
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v9 1/5] rust: add generic static_key_false
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v9 0/5] Tracepoints and static branch in Rust
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Re: [PATCH v8 0/5] Tracepoints and static branch in Rust
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v7 09/10] um: Add dummy implementation for IO memcpy/memset
From
: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
Re: [PATCH v7 00/10] Consolidate IO memcpy functions
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
Re: [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [PATCH 6/6] Add Propeller configuration for kernel build.
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [PATCH 6/6] Add Propeller configuration for kernel build.
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH 6/6] Add Propeller configuration for kernel build.
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH v7 08/10] sh: Align prototypes of IO memcpy/memset
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH v7 05/10] m68k: Align prototypes of IO memcpy/memset
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH v7 10/10] arm: Align prototype of IO memset
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v7 02/10] arm64: Use generic IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 08/10] sh: Align prototypes of IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 00/10] Consolidate IO memcpy functions
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 03/10] csky: Use generic IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 04/10] loongarch: Use generic IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 10/10] arm: Align prototype of IO memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 09/10] um: Add dummy implementation for IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 07/10] parisc: Align prototypes of IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 05/10] m68k: Align prototypes of IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v7 06/10] alpha: Align prototypes of IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
Re: [RFC PATCH 0/4] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [RFC PATCH 0/4] implement lightweight guard pages
From
: Pavel Machek <pavel@xxxxxx>
[PATCH V2] LoongArch: Set correct size for VDSO code mapping
From
: Huacai Chen <chenhuacai@xxxxxxxxxxx>
RE: [PATCH v1] asm-generic: introduce be56 unaligned accessors
From
: David Laight <David.Laight@xxxxxxxxxx>
Re: [PATCH 6/6] Add Propeller configuration for kernel build.
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH] LoongArch: Set correct size for VDSO code mapping
From
: Xi Ruoyao <xry111@xxxxxxxxxxx>
[PATCH] LoongArch: Set correct size for VDSO code mapping
From
: Huacai Chen <chenhuacai@xxxxxxxxxxx>
[no subject]
From
: Unknown
Re: [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
From
: Bjorn Helgaas <helgaas@xxxxxxxxxx>
Re: [PATCH 6/6] Add Propeller configuration for kernel build.
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
From
: Brian Gerst <brgerst@xxxxxxxxx>
Re: [PATCH 6/6] Add Propeller configuration for kernel build.
From
: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
Re: [GIT PULL] LoongArch changes for v6.12
From
: pr-tracker-bot@xxxxxxxxxx
Re: [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
From
: Mark Rutland <mark.rutland@xxxxxxx>
Re: [PATCH V2 3/3] SH: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
From
: Kexy Biscuit <kexybiscuit@xxxxxxx>
[GIT PULL] LoongArch changes for v6.12
From
: Huacai Chen <chenhuacai@xxxxxxxxxxx>
Re: [PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[RFC PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[RFC PATCH 0/4] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH V2 3/3] SH: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
From
: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx>
[PATCH v1] asm-generic: introduce be56 unaligned accessors
From
: <marius.cristea@xxxxxxxxxxxxx>
Re: [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH V2 3/3] SH: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
From
: Kexy Biscuit <kexybiscuit@xxxxxxx>
Re: [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
From
: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
Re: [GIT PULL] asm-generic updates for 6.12
From
: pr-tracker-bot@xxxxxxxxxx
[GIT PULL] asm-generic updates for 6.12
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
From
: Helge Deller <deller@xxxxxx>
Re: [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support
From
: Helge Deller <deller@xxxxxx>
Re: [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
From
: Jason Andryuk <jason.andryuk@xxxxxxx>
Re: [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
From
: Jason Andryuk <jason.andryuk@xxxxxxx>
Re: [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
From
: Jason Andryuk <jason.andryuk@xxxxxxx>
[PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support
From
: Arnd Bergmann <arnd@xxxxxxxxxx>
[PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha
From
: Arnd Bergmann <arnd@xxxxxxxxxx>
[PATCH 3/5] asm-generic: use asm-generic/mman-common.h on mips and xtensa
From
: Arnd Bergmann <arnd@xxxxxxxxxx>
[PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h
From
: Arnd Bergmann <arnd@xxxxxxxxxx>
[PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
From
: Arnd Bergmann <arnd@xxxxxxxxxx>
[PATCH 0/5] asm-generic: clean up asm/mman.h
From
: Arnd Bergmann <arnd@xxxxxxxxxx>
Re: [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
From
: Vegard Nossum <vegard.nossum@xxxxxxxxxx>
Re: [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
From
: Uros Bizjak <ubizjak@xxxxxxxxx>
Re: [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
From
: Uros Bizjak <ubizjak@xxxxxxxxx>
Re: [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
From
: Uros Bizjak <ubizjak@xxxxxxxxx>
Re: [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
From
: Uros Bizjak <ubizjak@xxxxxxxxx>
Re: [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
From
: Ian Rogers <irogers@xxxxxxxxxx>
Re: [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
[RFC PATCH 07/28] scripts/kallsyms: Avoid 0x0 as the relative base
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
Re: [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
From
: Ian Rogers <irogers@xxxxxxxxxx>
[RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 23/28] tools/objtool: Mark generated sections as writable
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 16/28] x86/entry_64: Use RIP-relative addressing
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 09/28] x86/tools: Remove special relocation handling for per-CPU variables
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 03/28] x86/tools: Use mmap() to simplify relocs host tool
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
Re: [PATCH v2 8/8] vdso: Modify getrandom to include the correct namespace.
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 7/8] vdso: Introduce uapi/vdso/random.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 6/8] vdso: Modify vdso/getrandom.h to include the asm header
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 5/8] x86: vdso: Modify asm/vdso/getrandom.h to include datapage
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 4/8] vdso: Introduce vdso/page.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 3/8] vdso: Introduce vdso/mman.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 2/8] arm64: vdso: Introduce asm/vdso/mman.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 0/8] vdso: Use only headers from the vdso/ namespace
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
New order
From
: Marvin Jack<info@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2 7/8] vdso: Introduce uapi/vdso/random.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH v2 4/8] vdso: Introduce vdso/page.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH v2 4/8] vdso: Introduce vdso/page.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 4/8] vdso: Introduce vdso/page.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH -next v2] crash: Fix riscv64 crash memory reserve dead loop
From
: patchwork-bot+linux-riscv@xxxxxxxxxx
Re: [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v2 8/8] vdso: Modify getrandom to include the correct namespace.
From
: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
Re: [PATCH v2 7/8] vdso: Introduce uapi/vdso/random.h
From
: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
Re: [PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
From
: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
Re: [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
From
: Stephen Boyd <sboyd@xxxxxxxxxx>
Re: [PATCH v2 4/8] vdso: Introduce vdso/page.h
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2 00/15] timers: Cleanup delay/sleep related mess
From
: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
[PATCH v2 8/8] vdso: Modify getrandom to include the correct namespace.
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v2 7/8] vdso: Introduce uapi/vdso/random.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v2 6/8] vdso: Modify vdso/getrandom.h to include the asm header
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v2 5/8] x86: vdso: Modify asm/vdso/getrandom.h to include datapage
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v2 4/8] vdso: Introduce vdso/page.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v2 3/8] vdso: Introduce vdso/mman.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v2 2/8] arm64: vdso: Introduce asm/vdso/mman.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v2 0/8] vdso: Use only headers from the vdso/ namespace
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer
From
: Sven Schnelle <svens@xxxxxxxxxxxxx>
arch maintainer heads-up: masked user access infrastructure
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
From
: Stephen Boyd <sboyd@xxxxxxxxxx>
Re: [RFC 04/12] PCI: hv: Annotate the VMBus channel IRQ name
From
: Bjorn Helgaas <helgaas@xxxxxxxxxx>
Re: [PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
Re: [PATCH 6/6] Add Propeller configuration for kernel build.
From
: Maksim Panchenko <max4bolt@xxxxxxxxx>
Re: [PATCH v3 7/8] execmem: add support for cache of large ROX pages
From
: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
Re: [PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
From
: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: Linux 6.11
From
: Frank Scheiner <frank.scheiner@xxxxxx>
Re: [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
From
: Sean Christopherson <seanjc@xxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: "Vivi, Rodrigo" <rodrigo.vivi@xxxxxxxxx>
Re: [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
From
: Andy Chiu <andybnac@xxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v2 00/15] timers: Cleanup delay/sleep related mess
From
: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
Re: [PATCH v4 21/30] riscv/traps: Introduce software check exception
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v2 00/15] timers: Cleanup delay/sleep related mess
From
: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
RE: [RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
From
: Michael Kelley <mhklinux@xxxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
[PATCH] Update Intel DRM use of seqprop_sequence
From
: Christoph Lameter <cl@xxxxxxxxxx>
Re: [PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
From
: Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx>
Re: [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
From
: Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx>
Re: [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
From
: Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx>
Re: [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
From
: Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx>
Re: [GIT PULL] Emulated one-byte cmpxchg() for ARC and sh
From
: pr-tracker-bot@xxxxxxxxxx
Re: [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv
From
: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
Re: [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
From
: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
Re: [PATCH v3 7/8] execmem: add support for cache of large ROX pages
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v15 19/19] bpf: Add get_entry_ip() for arm64
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 18/19] Documentation: probes: Update fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 16/19] selftests: ftrace: Remove obsolate maxactive syntax check
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 15/19] tracing/fprobe: Remove nr_maxactive from fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 14/19] tracing: Fix function timing profiler to initialize hashtable
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 07/19] fprobe: Use ftrace_regs in fprobe exit handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 06/19] fprobe: Use ftrace_regs in fprobe entry handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 05/19] function_graph: Pass ftrace_regs to retfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 03/19] function_graph: Pass ftrace_regs to entryfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 01/19] tracing: Add a comment about ftrace_regs definition
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
Re: [PATCH v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
[GIT PULL] Emulated one-byte cmpxchg() for ARC and sh
From
: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
Re: [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH v4 21/30] riscv/traps: Introduce software check exception
From
: Andy Chiu <andybnac@xxxxxxxxx>
Re: [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
From
: Andy Chiu <andybnac@xxxxxxxxx>
Re: [PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
From
: Sean Christopherson <seanjc@xxxxxxxxxx>
Re: [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
From
: Sean Christopherson <seanjc@xxxxxxxxxx>
Re: [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
From
: Sean Christopherson <seanjc@xxxxxxxxxx>
Re: [PATCH 10/18] KVM: x86: Keep track of instruction length during faults
From
: Sean Christopherson <seanjc@xxxxxxxxxx>
Re: [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
From
: Sean Christopherson <seanjc@xxxxxxxxxx>
Re: [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
From
: Conor Dooley <conor@xxxxxxxxxx>
Re: [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory
From
: Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx>
Re: [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
From
: Sean Christopherson <seanjc@xxxxxxxxxx>
Re: [PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
From
: Carlos Bilbao <carlos.bilbao.osdev@xxxxxxxxx>
Re: [PATCH v4 15/30] riscv/mm: Implement map_shadow_stack() syscall
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v3 7/8] execmem: add support for cache of large ROX pages
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Catalin Marinas <catalin.marinas@xxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Catalin Marinas <catalin.marinas@xxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
From
: "Rob Herring (Arm)" <robh@xxxxxxxxxx>
[PATCH v4 30/30] kselftest/riscv: kselftest for user mode cfi
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 29/30] riscv: Documentation for shadow stack on riscv
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 27/30] riscv: create a config for shadow stack and landing pad instr support
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 26/30] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 25/30] riscv/ptrace: riscv cfi status and state via ptrace and in core files
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 24/30] riscv/kernel: update __show_regs to print shadow stack register
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 22/30] riscv sigcontext: cfi state struct definition for sigcontext
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 21/30] riscv/traps: Introduce software check exception
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 20/30] riscv: Implements arch agnostic indirect branch tracking prctls
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 19/30] riscv: Implements arch agnostic shadow stack prctls
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 18/30] prctl: arch-agnostic prctl for indirect branch tracking
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 17/30] prctl: arch-agnostic prctl for shadow stack
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 15/30] riscv/mm: Implement map_shadow_stack() syscall
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 14/30] riscv mmu: write protect and shadow stack
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 13/30] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 12/30] riscv mm: manufacture shadow stack pte
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 11/30] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 10/30] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 09/30] riscv: zicfiss / zicfilp extension csr and bit definitions
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 08/30] riscv: zicfiss / zicfilp enumeration
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 06/30] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 05/30] riscv: Call riscv_user_isa_enable() only on the boot hart
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 04/30] riscv: Add support for per-thread envcfg CSR values
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 03/30] riscv: Enable cbo.zero only when all harts support Zicboz
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 02/30] mm: helper `is_shadow_stack_vma` to check shadow stack vma
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v4 00/30] riscv control-flow integrity for usermode
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Christoph Lameter via B4 Relay <devnull+cl.gentwo.org@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
[PATCH v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 18/19] Documentation: probes: Update fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 16/19] selftests: ftrace: Remove obsolate maxactive syntax check
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 15/19] tracing/fprobe: Remove nr_maxactive from fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 14/19] tracing: Fix function timing profiler to initialize hashtable
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 13/19] fprobe: Rewrite fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 07/19] fprobe: Use ftrace_regs in fprobe exit handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 06/19] fprobe: Use ftrace_regs in fprobe entry handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 05/19] function_graph: Pass ftrace_regs to retfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 03/19] function_graph: Pass ftrace_regs to entryfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 01/19] tracing: Add a comment about ftrace_regs definition
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Catalin Marinas <catalin.marinas@xxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: zhiguojiang <justinjiang@xxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH 1/1] x86: SMT broken on Xen PV DomU since 6.9 (updated)
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH net-next v26 00/13] Device Memory TCP
From
: patchwork-bot+netdevbpf@xxxxxxxxxx
Re: [PATCH 2/3] btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH 3/3] btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF version
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH 2/3] btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH 3/3] btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF version
From
: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
Re: [PATCH 2/3] btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
From
: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
Re: [PATCH 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh
From
: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
Re: [PATCH 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Catalin Marinas <catalin.marinas@xxxxxxx>
Re: [PATCH v2 1/3] modpost: check section mismatch in reference to .dtb.init.rodata
From
: "Rob Herring (Arm)" <robh@xxxxxxxxxx>
Re: [PATCH 2/3] btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
From
: Alan Maguire <alan.maguire@xxxxxxxxxx>
Re: [PATCH 1/1] x86: SMT broken on Xen PV DomU since 6.9 (updated)
From
: Niels Dettenbach <nd@xxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
[PATCH 3/3] btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF version
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 2/3] btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH 1/1] x86: SMT broken on Xen PV DomU since 6.9
From
: Niels Dettenbach <nd@xxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
[PATCH v2 05/15] timers: Update function descriptions of sleep/delay related functions
From
: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
From
: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
[PATCH net-next v26 12/13] selftests: add ncdevmem, netcat for devmem TCP
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 13/13] netdev: add dmabuf introspection
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 11/13] net: add devmem TCP documentation
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 09/13] tcp: RX path for devmem TCP
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 08/13] net: add support for skbs with unreadable frags
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 07/13] net: support non paged skb frags
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 06/13] memory-provider: dmabuf devmem memory provider
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 05/13] page_pool: devmem support
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 04/13] netdev: netdevice devmem allocator
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 03/13] netdev: support binding dma-buf to netdevice
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 02/13] net: netdev netlink api to bind dma-buf to a net device
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 01/13] netdev: add netdev_rx_queue_restart()
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v26 00/13] Device Memory TCP
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
Re: [PATCH net-next v25 00/13] Device Memory TCP
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH net-next v25 00/13] Device Memory TCP
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH net-next v25 00/13] Device Memory TCP
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
[no subject]
From
: Unknown
Re: [PATCH net-next v25 00/13] Device Memory TCP
From
: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: Barry Song <21cnbao@xxxxxxxxx>
[PATCH v2 3/3] kbuild: add generic support for built-in boot DTBs
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH v2 2/3] kbuild: move non-boot builtin DTBs to .init.rodata section
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH v2 1/3] modpost: check section mismatch in reference to .dtb.init.rodata
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH 04/15] kbuild: add generic support for built-in boot DTBs
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: zhiguojiang <justinjiang@xxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: zhiguojiang <justinjiang@xxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: Barry Song <21cnbao@xxxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: Barry Song <21cnbao@xxxxxxxxx>
Re: [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH net-next v25 08/13] net: add support for skbs with unreadable frags
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH net-next v25 06/13] memory-provider: dmabuf devmem memory provider
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH net-next v25 00/13] Device Memory TCP
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
Re: [PATCH 06/15] riscv: migrate to the generic rule for built-in DTB
From
: Conor Dooley <conor@xxxxxxxxxx>
Re: [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: zhiguojiang <justinjiang@xxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: zhiguojiang <justinjiang@xxxxxxxx>
Re: [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH net-next v25 00/13] Device Memory TCP
From
: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
From
: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
Re: [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
[PATCH v3 8/8] x86/module: enable ROX caches for module text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v3 7/8] execmem: add support for cache of large ROX pages
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: David Hildenbrand <david@xxxxxxxxxx>
[PATCH v3 5/8] ftrace: Add swap_func to ftrace_process_locs()
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v3 4/8] module: prepare to handle ROX allocations for text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v3 3/8] asm-generic: introduce text-patching.h
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v3 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v3 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH net-next v25 13/13] netdev: add dmabuf introspection
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 12/13] selftests: add ncdevmem, netcat for devmem TCP
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 11/13] net: add devmem TCP documentation
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 09/13] tcp: RX path for devmem TCP
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 08/13] net: add support for skbs with unreadable frags
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 06/13] memory-provider: dmabuf devmem memory provider
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 07/13] net: support non paged skb frags
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 05/13] page_pool: devmem support
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 04/13] netdev: netdevice devmem allocator
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 03/13] netdev: support binding dma-buf to netdevice
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 02/13] net: netdev netlink api to bind dma-buf to a net device
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 01/13] netdev: add netdev_rx_queue_restart()
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
[PATCH net-next v25 00/13] Device Memory TCP
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: Barry Song <21cnbao@xxxxxxxxx>
Re: [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
RE: [PATCH 5/9] vdso: Split linux/minmax.h
From
: David Laight <David.Laight@xxxxxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
[PATCH] set_memory: Add __must_check to generic stubs
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
From
: "Jiaxun Yang" <jiaxun.yang@xxxxxxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH 9/9] vdso: Modify getrandom to include the correct namespace
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH 9/9] vdso: Modify getrandom to include the correct namespace
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH 9/9] vdso: Modify getrandom to include the correct namespace
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH 9/9] vdso: Modify getrandom to include the correct namespace
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH 9/9] vdso: Modify getrandom to include the correct namespace
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH 7/9] x86: vdso: Modify asm/vdso/getrandom.h to include datapage
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Catalin Marinas <catalin.marinas@xxxxxxx>
Re: [PATCH 6/9] vdso: Split linux/array_size.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH 5/9] vdso: Split linux/minmax.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH 4/9] vdso: Introduce vdso/page.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS
From
: Szabolcs Nagy <Szabolcs.Nagy@xxxxxxx>
Re: [PATCH 1/9] x86: vdso: Introduce asm/vdso/mman.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 7/8] execmem: add support for cache of large ROX pages
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Guo Ren <guoren@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
Re: [PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
From
: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
From
: Guo Ren <guoren@xxxxxxxxxx>
Re: [PATCH 04/15] kbuild: add generic support for built-in boot DTBs
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v3 0/4] do_div() with constant divisor simplification
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH 14/15] kbuild: rename CONFIG_GENERIC_BUILTIN_DTB to CONFIG_BUILTIN_DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
[PATCH RFC v3 2/2] selftests/mm: Create ADDR_LIMIT_47BIT test
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
From
: Bjorn Helgaas <helgaas@xxxxxxxxxx>
Re: [PATCH 06/15] timers: Update function descriptions of sleep/delay related functions
From
: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
Re: [PATCH v2] docs: Move fault injection section to dev-tools
From
: Jonathan Corbet <corbet@xxxxxxx>
Re: [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
From
: Wentao Zhang <wentaoz5@xxxxxxxxxxxx>
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
From
: Charlie Jenkins <charlie@xxxxxxxxxxxx>
Re: [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
Re: [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH 06/15] timers: Update function descriptions of sleep/delay related functions
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
[PATCH RFC v2 10/10] selftests: mount_setattr: add CHECK_FIELDS selftest
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 09/10] mount_setattr: add CHECK_FIELDS flag to usize argument
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 08/10] selftests: clone3: add CHECK_FIELDS selftests
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 07/10] clone3: add CHECK_FIELDS flag to usize argument
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 06/10] selftests: openat2: add CHECK_FIELDS selftests
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 05/10] selftests: openat2: add 0xFF poisoned data after misaligned struct
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 04/10] openat2: add CHECK_FIELDS flag to usize argument
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 03/10] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 02/10] sched_getattr: port to copy_struct_to_user
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 01/10] uaccess: add copy_struct_to_user helper
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
[PATCH RFC v2 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
Re: [PATCH 14/15] kbuild: rename CONFIG_GENERIC_BUILTIN_DTB to CONFIG_BUILTIN_DTB
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 04/15] kbuild: add generic support for built-in boot DTBs
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 03/15] kbuild: move non-boot builtin DTBs to .init.rodata section
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 02/15] kbuild: split device tree build rules into scripts/Makefile.dtbs
From
: Rob Herring <robh@xxxxxxxxxx>
Re: FW: [EXTERNAL] Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
From
: Steve VanderLeest <steven.h.vanderleest@xxxxxxxxx>
Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Re: [PATCH 06/15] timers: Update function descriptions of sleep/delay related functions
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
From
: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
[PATCH v2 4/4] x86: enable llvm-cov support
From
: Wentao Zhang <wentaoz5@xxxxxxxxxxxx>
[PATCH v2 3/4] x86: disable llvm-cov instrumentation
From
: Wentao Zhang <wentaoz5@xxxxxxxxxxxx>
[PATCH v2 2/4] llvm-cov: add Clang's MC/DC support
From
: Wentao Zhang <wentaoz5@xxxxxxxxxxxx>
[PATCH v2 1/4] llvm-cov: add Clang's Source-based Code Coverage support
From
: Wentao Zhang <wentaoz5@xxxxxxxxxxxx>
[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
From
: Wentao Zhang <wentaoz5@xxxxxxxxxxxx>
[PATCH 15/15] kbuild: use .init.rodata section unconditionally for cmd_wrap_S_dtb
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 14/15] kbuild: rename CONFIG_GENERIC_BUILTIN_DTB to CONFIG_BUILTIN_DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 13/15] microblaze: migrate to the generic rule for built-in DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 12/15] sh: migrate to the generic rule for built-in DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 11/15] nios2: migrate to the generic rule for built-in DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 10/15] xtensa: migrate to the generic rule for built-in DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 09/15] openrisc: migrate to the generic rule for built-in DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 08/15] ARC: migrate to the generic rule for built-in DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 07/15] LoongArch: migrate to the generic rule for built-in DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 06/15] riscv: migrate to the generic rule for built-in DTB
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 05/15] MIPS: migrate to generic rule for built-in DTBs
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 04/15] kbuild: add generic support for built-in boot DTBs
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 03/15] kbuild: move non-boot builtin DTBs to .init.rodata section
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 02/15] kbuild: split device tree build rules into scripts/Makefile.dtbs
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 01/15] kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 00/15] kbuild: refactor DTB build rules, introduce a generic built-in boot DTB support
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v2] docs: Move fault injection section to dev-tools
From
: Carlos Bilbao <carlos.bilbao.osdev@xxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: John Hubbard <jhubbard@xxxxxxxxxx>
Re: [PATCH 9/9] vdso: Modify getrandom to include the correct namespace
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH 5/9] vdso: Split linux/minmax.h
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH 7/9] x86: vdso: Modify asm/vdso/getrandom.h to include datapage
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH 6/9] vdso: Split linux/array_size.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH 5/9] vdso: Split linux/minmax.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH 4/9] vdso: Introduce vdso/page.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH 1/9] x86: vdso: Introduce asm/vdso/mman.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Kent Overstreet <kent.overstreet@xxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v2 5/6] alloc_tag: make page allocation tag reference size configurable
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v2 5/6] alloc_tag: make page allocation tag reference size configurable
From
: Kent Overstreet <kent.overstreet@xxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Kent Overstreet <kent.overstreet@xxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v5 0/2] arm64: Implement getrandom() in vDSO
From
: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
Re: [PATCH] um: kunit: resolve missing prototypes warning
From
: Gabriele Monaco <gmonaco@xxxxxxxxxx>
Re: [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
From
: Eric Dumazet <edumazet@xxxxxxxxxx>
Re: [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v5 0/2] arm64: Implement getrandom() in vDSO
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH 00/15] timers: Cleanup delay/sleep related mess
From
: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
Re: [PATCH 06/15] timers: Update function descriptions of sleep/delay related functions
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH] um: kunit: resolve missing prototypes warning
From
: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
Re: [PATCH v5 0/2] arm64: Implement getrandom() in vDSO
From
: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
[PATCH] um: kunit: resolve missing prototypes warning
From
: Gabriele Monaco <gmonaco@xxxxxxxxxx>
[PATCH 06/15] timers: Update function descriptions of sleep/delay related functions
From
: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
[PATCH 00/15] timers: Cleanup delay/sleep related mess
From
: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
Re: [PATCH v5 0/2] arm64: Implement getrandom() in vDSO
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [PATCH v5 0/2] arm64: Implement getrandom() in vDSO
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: zhiguojiang <justinjiang@xxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: zhiguojiang <justinjiang@xxxxxxxx>
Re: [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release
From
: Barry Song <21cnbao@xxxxxxxxx>
Re: [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Kent Overstreet <kent.overstreet@xxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: John Hubbard <jhubbard@xxxxxxxxxx>
Re: [PATCH v2 5/6] alloc_tag: make page allocation tag reference size configurable
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: John Hubbard <jhubbard@xxxxxxxxxx>
Re: [PATCH v2 5/6] alloc_tag: make page allocation tag reference size configurable
From
: Kent Overstreet <kent.overstreet@xxxxxxxxx>
Re: [PATCH v2 5/6] alloc_tag: make page allocation tag reference size configurable
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [RFC PATCH v3 06/10] mm/mshare: Add vm flag for shared PTEs
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
Re: [RFC PATCH v3 06/10] mm/mshare: Add vm flag for shared PTEs
From
: James Houghton <jthoughton@xxxxxxxxxx>
[RFC PATCH v3 10/10] mshare: add MSHAREFS_CREATE_MAPPING
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 09/10] mm: create __do_mmap() to take an mm_struct * arg
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 08/10] mm/mshare: Add basic page table sharing support
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 06/10] mm/mshare: Add vm flag for shared PTEs
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 07/10] mm/mshare: Add mmap support
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 04/10] mm/mshare: allocate an mm_struct for msharefs files
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 05/10] mm/mshare: Add ioctl support
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 03/10] mm/mshare: make msharefs writable and support directories
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 02/10] mm/mshare: pre-populate msharefs with information file
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 01/10] mm: Add msharefs filesystem
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[RFC PATCH v3 00/10] Add support for shared PTEs across processes
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
Re: 16-bit store instructions &c?
From
: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
Re: [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
From
: Bjorn Helgaas <helgaas@xxxxxxxxxx>
Re: [PATCH net-next v24 11/13] net: add devmem TCP documentation
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH net-next v24 07/13] net: support non paged skb frags
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH net-next v24 03/13] netdev: support binding dma-buf to netdevice
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
Re: [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
From
: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Re: [PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files
From
: Catalin Marinas <catalin.marinas@xxxxxxx>
Re: [PATCH v12 15/39] KVM: arm64: Manage GCS access and registers for guests
From
: Marc Zyngier <maz@xxxxxxxxxx>
Re: [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH 1/9] x86: vdso: Introduce asm/vdso/mman.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH 1/9] x86: vdso: Introduce asm/vdso/mman.h
From
: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
Re: [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
[PATCH 9/9] vdso: Modify getrandom to include the correct namespace
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 8/9] vdso: Modify vdso/getrandom.h to include the asm header
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 7/9] x86: vdso: Modify asm/vdso/getrandom.h to include datapage
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 6/9] vdso: Split linux/array_size.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 5/9] vdso: Split linux/minmax.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 4/9] vdso: Introduce vdso/page.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 3/9] x86: vdso: Introduce asm/vdso/page.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 2/9] vdso: Introduce vdso/mman.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 1/9] x86: vdso: Introduce asm/vdso/mman.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 0/9] vdso: Use only headers from the vdso/ namespace
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH v4 2/2] arm64: vdso: wire up getrandom() vDSO implementation
From
: Adhemerval Zanella Netto <adhemerval.zanella@xxxxxxxxxx>
Re: [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH v12 25/39] arm64/signal: Expose GCS state in signal frames
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
[PATCH v5 2/2] arm64: vdso: wire up getrandom() vDSO implementation
From
: Adhemerval Zanella <adhemerval.zanella@xxxxxxxxxx>
[PATCH v5 1/2] arm64: alternative: make alternative_has_cap_likely() VDSO compatible
From
: Adhemerval Zanella <adhemerval.zanella@xxxxxxxxxx>
[PATCH v5 0/2] arm64: Implement getrandom() in vDSO
From
: Adhemerval Zanella <adhemerval.zanella@xxxxxxxxxx>
Re: [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
From
: Herve Codina <herve.codina@xxxxxxxxxxx>
Re: [PATCH v12 23/39] arm64/mm: Implement map_shadow_stack()
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
[Index of Archives]
[Kernel Announce]
[IETF Annouce]
[Netdev]
[Netfilter]
[Bugtraq]