messages from 2025-01-10 20:25:17 to 2025-02-19 17:15:58 UTC [more...]
[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-19 17:15 UTC (4+ messages)
` [PATCH v6 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v6 3/6] syscall.h: introduce syscall_set_nr()
[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
2025-02-19 14:06 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH 0/7] Add folio_mk_pte() and simplify mk_pte()
2025-02-19 9:07 UTC (20+ messages)
` [PATCH 1/7] mm: Set the pte dirty if the folio is already dirty
` [PATCH 2/7] mm: Introduce a common definition of mk_pte()
` [PATCH 3/7] sparc32: Remove custom "
` [PATCH 4/7] x86: "
` [PATCH 5/7] um: "
` [PATCH 6/7] mm: Make mk_pte() definition unconditional
` [PATCH 7/7] mm: Add folio_mk_pte()
[PATCH AUTOSEL 6.6 14/17] um: virt-pci: don't use kmalloc()
2025-02-19 7:42 UTC (3+ messages)
` [PATCH AUTOSEL 6.6 15/17] um: virtio_uml: use raw spinlock
[PATCH AUTOSEL 6.1 11/13] um: virt-pci: don't use kmalloc()
2025-02-18 20:28 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 12/13] um: virtio_uml: use raw spinlock
[PATCH AUTOSEL 5.15 6/6] um: virtio_uml: use raw spinlock
2025-02-18 20:28 UTC
[PATCH AUTOSEL 6.12 21/31] um: virt-pci: don't use kmalloc()
2025-02-18 20:26 UTC (3+ messages)
` [PATCH AUTOSEL 6.12 22/31] um: virtio_uml: use raw spinlock
` [PATCH AUTOSEL 6.12 23/31] um: convert irq_lock to "
[PATCH AUTOSEL 6.13 21/31] um: virt-pci: don't use kmalloc()
2025-02-18 20:24 UTC (3+ messages)
` [PATCH AUTOSEL 6.13 22/31] um: virtio_uml: use raw spinlock
` [PATCH AUTOSEL 6.13 23/31] um: convert irq_lock to "
[GIT PULL] UML fixes for v6.14-rc3
2025-02-16 1:31 UTC (2+ messages)
[PATCH] um: hostfs: avoid issues on inode number reuse by host
2025-02-14 9:28 UTC
[PATCH] um: Allocate vdso page pointer statically
2025-02-12 4:57 UTC
[PATCH v1] kbuild: Allow building of samples with UML
2025-02-11 10:50 UTC (4+ messages)
[PATCH] um: add back support for FXSAVE registers
2025-02-11 7:04 UTC (2+ messages)
[PATCH 0/2] Remove incorrect host mincore call and add rodata handling
2025-02-10 16:09 UTC (3+ messages)
` [PATCH 1/2] um: mark rodata read-only and implement _nofault accesses
` [PATCH 2/2] um: remove copy_from_kernel_nofault_allowed
[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-10 11:35 UTC (3+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v5 4/7] syscall.h: introduce syscall_set_nr()
[PATCH 1/2] rust: pass correct target to bindgen on Usermode Linux
2025-02-10 10:55 UTC
[PATCH] arch: um: Pass the correct Rust target and options with gcc
2025-02-10 10:53 UTC
[PATCH 0/5] remove tlb_remove_page_ptdesc()
2025-02-08 7:22 UTC (12+ messages)
` [PATCH 1/5] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH 2/5] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
` [PATCH 3/5] riscv: pgtable: unconditionally "
` [PATCH 4/5] x86: pgtable: unconditionally use tlb_remove_table()
` [PATCH 5/5] mm: pgtable: remove tlb_remove_page_ptdesc()
UML binary encounters "Segmentation fault" when enabling CONFIG_GCOV_PROFILE_ALL
2025-02-07 19:00 UTC
[PATCH v7 00/13] nommu UML
2025-02-04 12:26 UTC (15+ messages)
` [PATCH v7 01/13] x86/um: clean up elf specific definitions
` [PATCH v7 02/13] x86/um: nommu: elf loader for fdpic
` [PATCH v7 03/13] um: decouple MMU specific code from the common part
` [PATCH v7 04/13] um: nommu: memory handling
` [PATCH v7 05/13] x86/um: nommu: syscall handling
` [PATCH v7 06/13] um: nommu: seccomp syscalls hook
` [PATCH v7 07/13] x86/um: nommu: process/thread handling
` [PATCH v7 08/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v7 09/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v7 10/13] x86/um: nommu: signal handling
` [PATCH v7 11/13] um: change machine name for uname output
` [PATCH v7 12/13] um: nommu: add documentation of nommu UML
` [PATCH v7 13/13] um: nommu: plug nommu code into build system
[PATCH v2 0/6] Account page tables at all levels
2025-02-03 19:15 UTC (7+ messages)
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-03 10:35 UTC (5+ messages)
` [PATCH v4 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v4 4/7] syscall.h: introduce syscall_set_nr()
[GIT PULL] UML changes for v6.14
2025-01-31 2:32 UTC (2+ messages)
[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-30 11:36 UTC (11+ messages)
` [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
` [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()
[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
2025-01-29 17:28 UTC (15+ messages)
` [PATCH v3 1/9] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v3 2/9] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v3 3/9] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v3 4/9] execmem: don't remove ROX cache from the direct map
` [PATCH v3 5/9] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v3 7/9] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v3 8/9] module: drop unused module_writable_address()
` [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support
[PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy
2025-01-24 13:34 UTC (17+ messages)
` [PATCH v2 01/10] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v2 02/10] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v2 03/10] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v2 04/10] execmem: don't remove ROX cache from the direct map
` [PATCH v2 05/10] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v2 06/10] module: introduce MODULE_STATE_GONE
` [PATCH v2 07/10] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v2 08/10] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v2 09/10] module: drop unused module_writable_address()
` [PATCH v2 10/10] x86: re-enable EXECMEM_ROX support
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-01-17 11:23 UTC (17+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2025-01-12 18:42 UTC (3+ messages)
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
` [REGRESSION] "
UML failing at "Failed to initialize default registers" on kernel 5.10
2025-01-21 4:21 UTC (4+ messages)
[PATCH 0/3] KASAN fix for arch_dup_task_struct (x86, um)
2025-01-20 13:36 UTC (3+ messages)
` [PATCH 2/3] um: avoid copying FP state from init_task
[PATCH v2] um: fix execve stub execution on old host OSs
2025-01-19 16:54 UTC (2+ messages)
[PATCH] hostfs: fix string handling in __dentry_name()
2025-01-19 13:36 UTC (2+ messages)
[PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
2025-01-18 4:34 UTC (7+ messages)
` [PATCH v2 4/7] syscall.h: introduce syscall_set_nr()
[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-17 13:25 UTC (7+ messages)
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
` [PATCH v5 09/17] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table()
[PATCH v6 00/13] nommu UML
2025-01-16 10:09 UTC (18+ messages)
` [PATCH v6 01/13] x86/um: clean up elf specific definitions
` [PATCH v6 02/13] x86/um: nommu: elf loader for fdpic
` [PATCH v6 03/13] um: decouple MMU specific code from the common part
` [PATCH v6 04/13] um: nommu: memory handling
` [PATCH v6 05/13] x86/um: nommu: syscall handling
` [PATCH v6 06/13] um: nommu: seccomp syscalls hook
` [PATCH v6 07/13] x86/um: nommu: process/thread handling
` [PATCH v6 08/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v6 09/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v6 10/13] x86/um: nommu: signal handling
` [PATCH v6 11/13] um: change machine name for uname output
` [PATCH v6 12/13] um: nommu: add documentation of nommu UML
` [PATCH v6 13/13] um: nommu: plug nommu code into build system
[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
2025-01-14 11:01 UTC (6+ messages)
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
[PATCH v2 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-13 17:09 UTC
[PATCH 0/2] Fixes and cleanups for fixmap removal
2025-01-13 15:32 UTC (3+ messages)
` [PATCH 1/2] um: Include missing headers in asm/pgtable.h
` [PATCH 2/2] um: Remove unused asm/archparam.h header
[PATCH] um: fix execve stub execution on old host OSs
2025-01-13 7:08 UTC (3+ messages)
[PATCH 3/6] syscall.h: introduce syscall_set_nr()
2025-01-11 1:16 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).