July 2026 Archives by author
Starting: Wed Jul 1 14:31:34 PDT 2026
Ending: Tue Jul 28 16:47:26 PDT 2026
Messages: 267
- [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
Lorenzo Stoakes (ARM)
- [PATCH v2 00/10] simplified UML/NOMMU approach
Lorenzo Stoakes (ARM)
- [PATCH v2 00/10] simplified UML/NOMMU approach
Lorenzo Stoakes (ARM)
- [PATCH 01/22] mm: drop unused __mm_flags_set_mask_bits_word()
David Hildenbrand (Arm)
- [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
David Hildenbrand (Arm)
- [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
David Hildenbrand (Arm)
- [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
David Hildenbrand (Arm)
- [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
David Hildenbrand (Arm)
- Re: [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
H. Peter Anvin
- [RFC PATCH 0/9] simplified UML/NOMMU approach
Johannes Berg
- [RFC PATCH 1/9] x86/um: nommu: elf loader for fdpic
Johannes Berg
- [RFC PATCH 2/9] um: decouple MMU specific code from the common part
Johannes Berg
- [RFC PATCH 3/9] um: nommu: memory handling
Johannes Berg
- [RFC PATCH 4/9] um: change machine name for uname output
Johannes Berg
- [RFC PATCH 5/9] x86/um/vdso: nommu: vdso memory update
Johannes Berg
- [RFC PATCH 6/9] um: further decouple MMU related code
Johannes Berg
- [RFC PATCH 7/9] um: nommu: add SMP futex operations
Johannes Berg
- [RFC PATCH 8/9] um: nommu: add userspace runner processes
Johannes Berg
- [RFC PATCH 9/9] um: nommu: plug nommu code into build system
Johannes Berg
- [RFC PATCH 7/9] um: nommu: add SMP futex operations
Johannes Berg
- [RFC PATCH 7/9] um: nommu: add SMP futex operations
Johannes Berg
- [RFC PATCH] um: fix futex implementation
Johannes Berg
- [RFC PATCH v2] um: fix futex implementation
Johannes Berg
- [RFC PATCH 0/6] um: introduce pidfd_mmap()/pidfd_munmap() syscalls
Johannes Berg
- [PATCH] um: Allow multiple symbol definitions for GCOV builds
Johannes Berg
- [RFC PATCH 0/9] simplified UML/NOMMU approach
Johannes Berg
- [RFC PATCH 8/9] um: nommu: add userspace runner processes
Johannes Berg
- [PATCH] um: Allow multiple symbol definitions for GCOV builds
Johannes Berg
- [PATCH 1/2] um: add uml_kmalloc_array() helper to avoid potential
Johannes Berg
- [PATCH] um: Allow multiple symbol definitions for GCOV builds
Johannes Berg
- [RFC PATCH 8/9] um: nommu: add userspace runner processes
Johannes Berg
- [PATCH] um: fix futex implementation
Johannes Berg
- [PATCH v2 00/10] simplified UML/NOMMU approach
Johannes Berg
- [PATCH v2 01/10] x86/um: nommu: elf loader for fdpic
Johannes Berg
- [PATCH v2 02/10] um: decouple MMU specific code from the common part
Johannes Berg
- [PATCH v2 03/10] um: nommu: memory handling
Johannes Berg
- [PATCH v2 04/10] um: change machine name for uname output
Johannes Berg
- [PATCH v2 05/10] x86/um/vdso: nommu: vdso memory update
Johannes Berg
- [PATCH v2 06/10] um: further decouple MMU related code
Johannes Berg
- [PATCH v2 07/10] um: nommu: add SMP futex operations
Johannes Berg
- [PATCH v2 08/10] um: nommu: add userspace runner processes
Johannes Berg
- [PATCH v2 09/10] um: allow deselecting CONFIG_MMU
Johannes Berg
- [PATCH v2 10/10] Documentation: um: document nommu UML
Johannes Berg
- [PATCH v2 00/10] simplified UML/NOMMU approach
Johannes Berg
- [PATCH v2 08/10] um: nommu: add userspace runner processes
Johannes Berg
- [PATCH] um: Allow multiple symbol definitions for GCOV builds
Johannes Berg
- [PATCH v2 10/10] Documentation: um: document nommu UML
Johannes Berg
- [PATCH v2 04/10] um: change machine name for uname output
Johannes Berg
- [PATCH v2 04/10] um: change machine name for uname output
Johannes Berg
- [PATCH v2 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
Eric Biggers
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
Eric Biggers
- [PATCH v2 2/8] um: Check for missing AVX and AVX-512 xstate bits
Eric Biggers
- [PATCH v2 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
Eric Biggers
- [PATCH v2 4/8] lib/crypto: x86: Stop using cpu_has_xfeatures()
Eric Biggers
- [PATCH v2 5/8] lib/crc: x86: Stop using cpu_has_xfeatures()
Eric Biggers
- [PATCH v2 6/8] x86/fpu: Remove cpu_has_xfeatures()
Eric Biggers
- [PATCH v2 7/8] lib/raid/xor: x86: Remove redundant X86_FEATURE_OSXSAVE check
Eric Biggers
- [PATCH v2 8/8] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
Eric Biggers
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
Eric Biggers
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
Eric Biggers
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
Eric Biggers
- [PATCH v2 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
Eric Biggers
- [PATCH] um: vector: fix use-after-free in vector_mmsg_rx()
Michael Bommarito
- [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
Kevin Brodsky
- [PATCH 00/22] Simplify special kernel page table handling
Kevin Brodsky
- [PATCH 01/22] mm: drop unused __mm_flags_set_mask_bits_word()
Kevin Brodsky
- [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
Kevin Brodsky
- [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
Kevin Brodsky
- [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
Kevin Brodsky
- [PATCH 05/22] arm64: mm: use mm_is_kernel() for kernel mm checks
Kevin Brodsky
- [PATCH 06/22] loongarch: mm: use mm_is_kernel() in switch_mm_irqs_off()
Kevin Brodsky
- [PATCH 07/22] parisc: mm: use mm_is_kernel() for kernel mm checks
Kevin Brodsky
- [PATCH 08/22] powerpc: mm: use mm_is_kernel() for kernel mm checks
Kevin Brodsky
- [PATCH 09/22] s390: mm: use mm_is_kernel() for kernel mm checks
Kevin Brodsky
- [PATCH 10/22] sparc: mm: use mm_is_kernel() for kernel mm checks
Kevin Brodsky
- [PATCH 11/22] um: mm: use mm_is_kernel() in TLB sync
Kevin Brodsky
- [PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
Kevin Brodsky
- [PATCH 13/22] mm: account page table pages when allocated
Kevin Brodsky
- [PATCH 14/22] mm: set page table page type when allocated
Kevin Brodsky
- [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
Kevin Brodsky
- [PATCH 16/22] efi: mark efi_mm as a kernel mm
Kevin Brodsky
- [PATCH 17/22] mm: pagewalk: drop redundant address check for kernel mm walks
Kevin Brodsky
- [PATCH 18/22] arm64: mm: drop explicit mm_is_efi() check in contpte
Kevin Brodsky
- [PATCH 19/22] x86/tboot: mark tboot_mm as a kernel mm
Kevin Brodsky
- [PATCH 20/22] arm64: mm: drop ctor/dtor calls for kernel page tables
Kevin Brodsky
- [PATCH 21/22] arm: mm: drop ctor call for kernel page tables
Kevin Brodsky
- [PATCH 22/22] riscv: mm: drop ctor/dtor calls for kernel page tables
Kevin Brodsky
- [PATCH 00/22] Simplify special kernel page table handling
Kevin Brodsky
- [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
Kevin Brodsky
- [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
Kevin Brodsky
- [PATCH 14/22] mm: set page table page type when allocated
Kevin Brodsky
- [PATCH 17/22] mm: pagewalk: drop redundant address check for kernel mm walks
Kevin Brodsky
- [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
Kevin Brodsky
- [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
Kevin Brodsky
- [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
Kevin Brodsky
- [PATCH 14/22] mm: set page table page type when allocated
Kevin Brodsky
- [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
Mukesh Kumar Chaurasiya
- [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
Mukesh Kumar Chaurasiya
- [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
Mukesh Kumar Chaurasiya
- [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Mukesh Kumar Chaurasiya
- [patch 05/18] powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Mukesh Kumar Chaurasiya
- [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Mukesh Kumar Chaurasiya
- [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
Mukesh Kumar Chaurasiya
- [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
Mukesh Kumar Chaurasiya
- [patch 09/18] entry: Remove syscall_enter_from_user_mode()
Mukesh Kumar Chaurasiya
- [patch 10/18] entry: Use syscall number instead of rereading it
Mukesh Kumar Chaurasiya
- [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
Mukesh Kumar Chaurasiya
- [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Mukesh Kumar Chaurasiya
- [patch 14/18] entry: Make return type of syscall_trace_enter() bool
Mukesh Kumar Chaurasiya
- [patch 15/18] x86/entry: Make syscall functions static
Mukesh Kumar Chaurasiya
- [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
Mukesh Kumar Chaurasiya
- [patch 00/18] entry: Consolidate and rework syscall entry handling
Mukesh Kumar Chaurasiya
- [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
Mukesh Kumar Chaurasiya
- [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
Kees Cook
- [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
Kees Cook
- [PATCH stable 6.12 0/9] Kunit backports for older systems
Florian Fainelli
- [PATCH stable 6.12 1/9] um: Add os_set_pdeathsig helper function
Florian Fainelli
- [PATCH stable 6.12 2/9] um: Set parent death signal for winch thread/process
Florian Fainelli
- [PATCH stable 6.12 3/9] um: Use os_set_pdeathsig helper in winch thread/process
Florian Fainelli
- [PATCH stable 6.12 4/9] um: Set parent-death signal for ubd io thread/process
Florian Fainelli
- [PATCH stable 6.12 5/9] um: Set parent-death signal for write_sigio thread/process
Florian Fainelli
- [PATCH stable 6.12 6/9] um: Set parent death signal for userspace process
Florian Fainelli
- [PATCH stable 6.12 7/9] kunit: tool: Terminate kernel under test on SIGINT
Florian Fainelli
- [PATCH stable 6.12 8/9] kunit: tool: skip stty when stdin is not a tty
Florian Fainelli
- [PATCH stable 6.12 9/9] um: Preserve errno within signal handler
Florian Fainelli
- [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
Thomas Gleixner
- [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
Thomas Gleixner
- [patch 00/18] entry: Consolidate and rework syscall entry handling
Thomas Gleixner
- [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
Thomas Gleixner
- [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
Thomas Gleixner
- [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
Thomas Gleixner
- [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Thomas Gleixner
- [patch 05/18] powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Thomas Gleixner
- [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Thomas Gleixner
- [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
Thomas Gleixner
- [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
Thomas Gleixner
- [patch 09/18] entry: Remove syscall_enter_from_user_mode()
Thomas Gleixner
- [patch 10/18] entry: Use syscall number instead of rereading it
Thomas Gleixner
- [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
Thomas Gleixner
- [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Thomas Gleixner
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Thomas Gleixner
- [patch 14/18] entry: Make return type of syscall_trace_enter() bool
Thomas Gleixner
- [patch 15/18] x86/entry: Make syscall functions static
Thomas Gleixner
- [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
Thomas Gleixner
- [patch 17/18] x86/entry: Simplify the syscall number logic
Thomas Gleixner
- [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
Thomas Gleixner
- [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
Thomas Gleixner
- [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
Thomas Gleixner
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Thomas Gleixner
- [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
Thomas Gleixner
- [patch 09/18] entry: Remove syscall_enter_from_user_mode()
Thomas Gleixner
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Thomas Gleixner
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Thomas Gleixner
- [patch 00/18] entry: Consolidate and rework syscall entry handling
Thomas Gleixner
- [patch 00/18] entry: Consolidate and rework syscall entry handling
Thomas Gleixner
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
Thomas Gleixner
- [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
Dave Hansen
- [PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
Dave Hansen
- [PATCH 19/22] x86/tboot: mark tboot_mm as a kernel mm
Dave Hansen
- [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
Shrikanth Hegde
- [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
Shrikanth Hegde
- [PATCH v2 7/8] lib/raid/xor: x86: Remove redundant X86_FEATURE_OSXSAVE check
Christoph Hellwig
- [PATCH v2 8/8] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
Christoph Hellwig
- [PATCH v2 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
Christoph Hellwig
- [PATCH 1/1[RFC] um: include .fini_array.* in linker scripts
Alex Hung
- [PATCH] um: Allow multiple symbol definitions for GCOV builds
Alex Hung
- [PATCH] um: Allow multiple symbol definitions for GCOV builds
Alex Hung
- [PATCH] um: Allow multiple symbol definitions for GCOV builds
Alex Hung
- [PATCH] um: Allow multiple symbol definitions for GCOV builds
Alex Hung
- [PATCH] um: fix CONFIG_GCOV for built-in code
Alex Hung
- [RFC PATCH v2] um: fix futex implementation
Anton Ivanov
- [PATCH] um: vector: fix use-after-free in vector_mmsg_rx()
Anton Ivanov
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
David Laight
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
David Laight
- [PATCH v2 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
David Laight
- [patch 00/18] entry: Consolidate and rework syscall entry handling
Magnus Lindholm
- [patch 00/18] entry: Consolidate and rework syscall entry handling
Magnus Lindholm
- [patch 00/18] entry: Consolidate and rework syscall entry handling
Magnus Lindholm
- [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
Philippe Mathieu-Daudé
- [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
Philippe Mathieu-Daudé
- [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Philippe Mathieu-Daudé
- [patch 05/18] powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Philippe Mathieu-Daudé
- [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Philippe Mathieu-Daudé
- [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
Philippe Mathieu-Daudé
- [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
Philippe Mathieu-Daudé
- [patch 10/18] entry: Use syscall number instead of rereading it
Philippe Mathieu-Daudé
- [patch 10/18] entry: Use syscall number instead of rereading it
Philippe Mathieu-Daudé
- [PATCH 14/22] mm: set page table page type when allocated
Vishal Moola
- [PATCH 14/22] mm: set page table page type when allocated
Vishal Moola
- [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Oleg Nesterov
- [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
Oleg Nesterov
- [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Oleg Nesterov
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Oleg Nesterov
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Oleg Nesterov
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
Borislav Petkov
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
Borislav Petkov
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
Borislav Petkov
- [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
Borislav Petkov
- [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Guo Ren
- [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
Radu Rendec
- [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
Radu Rendec
- [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
Radu Rendec
- [patch 05/18] powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Radu Rendec
- [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Radu Rendec
- [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Radu Rendec
- [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
Radu Rendec
- [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
Radu Rendec
- [patch 09/18] entry: Remove syscall_enter_from_user_mode()
Radu Rendec
- [patch 10/18] entry: Use syscall number instead of rereading it
Radu Rendec
- [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Radu Rendec
- [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
Jinjie Ruan
- [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
Jinjie Ruan
- [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
Jinjie Ruan
- [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Jinjie Ruan
- [patch 15/18] x86/entry: Make syscall functions static
Jinjie Ruan
- [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
Jinjie Ruan
- [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
Jinjie Ruan
- [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
Jinjie Ruan
- [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Jinjie Ruan
- [patch 05/18] powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Jinjie Ruan
- [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
Jinjie Ruan
- [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
Jinjie Ruan
- [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
Jinjie Ruan
- [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
Jinjie Ruan
- [patch 09/18] entry: Remove syscall_enter_from_user_mode()
Jinjie Ruan
- [patch 10/18] entry: Use syscall number instead of rereading it
Jinjie Ruan
- [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
Jinjie Ruan
- [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
Jinjie Ruan
- [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel
Jinjie Ruan
- [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel
Jinjie Ruan
- [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
Mark Rutland
- [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
Mark Rutland
- [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
Sven Schnelle
- [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
Michal Suchánek
- [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
Michal Suchánek
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Michal Suchánek
- [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Michal Suchánek
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Michal Suchánek
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Michal Suchánek
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Michal Suchánek
- [patch 13/18] entry: Make trace_syscall_enter() return type bool
Michal Suchánek
- [RFC PATCH 0/9] simplified UML/NOMMU approach
Hajime Tazaki
- [RFC PATCH 8/9] um: nommu: add userspace runner processes
Hajime Tazaki
- [RFC PATCH 0/9] simplified UML/NOMMU approach
Hajime Tazaki
- [RFC PATCH 8/9] um: nommu: add userspace runner processes
Hajime Tazaki
- [PATCH v2 10/10] Documentation: um: document nommu UML
Hajime Tazaki
- [PATCH v2 04/10] um: change machine name for uname output
Hajime Tazaki
- [PATCH v2 10/10] Documentation: um: document nommu UML
Hajime Tazaki
- [PATCH v2 04/10] um: change machine name for uname output
Hajime Tazaki
- [PATCH v2 04/10] um: change machine name for uname output
Hajime Tazaki
- [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
Geert Uytterhoeven
- [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
Linus Walleij
- [PATCH 0/7] um: skas: harden the seccomp userspace stub
Cong Wang
- [RFC PATCH 0/6] um: introduce pidfd_mmap()/pidfd_munmap() syscalls
Cong Wang
- [RFC PATCH 1/6] pidfd: add pidfd_mmap()/pidfd_munmap() syscalls
Cong Wang
- [RFC PATCH 2/6] um: acquire a stub pidfd via CLONE_PIDFD in seccomp mode
Cong Wang
- [RFC PATCH 3/6] um: install guest mappings via pidfd_mmap() in seccomp mode
Cong Wang
- [RFC PATCH 4/6] um: forbid mmap/munmap in the stub seccomp filter
Cong Wang
- [RFC PATCH 5/6] um: install guest mappings via pidfd_mmap() in both modes
Cong Wang
- [RFC PATCH 6/6] selftests/pidfd: add pidfd_mmap()/pidfd_munmap() tests
Cong Wang
- [PATCH] um: vector: fix use-after-free in vector_mmsg_rx()
Richard Weinberger
- [PATCH] um: virtio_uml: fix heap overflow in vhost_user_get_config()
Richard Weinberger
- [PATCH] um: ubd: validate COW header fields before use
Richard Weinberger
- [PATCH] um: vector: fix use-after-free in vector_mmsg_rx()
Richard Weinberger
- [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel
Thomas Weißschuh
- [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel
Thomas Weißschuh
- [PATCH] um: use ARRAY_SIZE macro in stub_exe.c
longlong yan
Last message date:
Tue Jul 28 16:47:26 PDT 2026
Archived on: Tue Jul 28 16:47:57 PDT 2026
This archive was generated by
Pipermail 0.09 (Mailman edition).