linux-um
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v6 04/13] um: nommu: memory handling
Hajime Tazaki
[PATCH v6 13/13] um: nommu: plug nommu code into build system
Hajime Tazaki
[PATCH v6 12/13] um: nommu: add documentation of nommu UML
Hajime Tazaki
[PATCH v6 07/13] x86/um: nommu: process/thread handling
Hajime Tazaki
Re: [PATCH v6 00/13] nommu UML
Benjamin Berg
Re: [PATCH v6 00/13] nommu UML
Hajime Tazaki
Re: [PATCH v6 00/13] nommu UML
Benjamin Berg
Re: [PATCH v6 00/13] nommu UML
Hajime Tazaki
[PATCH v2 4/7] syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
Re: [PATCH v2 4/7] syscall.h: introduce syscall_set_nr()
Charlie Jenkins
[PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Dmitry V. Levin
Re: [PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Charlie Jenkins
Re: [PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
H. Peter Anvin
Re: [PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Eugene Syromyatnikov
Re: [PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
H. Peter Anvin
[PATCH v2 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
Dmitry V. Levin
[PATCH 0/2] Fixes and cleanups for fixmap removal
Tiwei Bie
[PATCH 1/2] um: Include missing headers in asm/pgtable.h
Tiwei Bie
[PATCH 2/2] um: Remove unused asm/archparam.h header
Tiwei Bie
[PATCH v2] um: fix execve stub execution on old host OSs
Benjamin Berg
Re: [PATCH v2] um: fix execve stub execution on old host OSs
Glenn Washburn
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
Brendan Jackman
[PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
Brendan Jackman
Re: [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
Borislav Petkov
Re: [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
Mike Rapoport
Re: [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
Brendan Jackman
[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
Brendan Jackman
Re: [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
Borislav Petkov
Re: [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
Brendan Jackman
Re: [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
Borislav Petkov
[PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
Brendan Jackman
[PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
Brendan Jackman
[PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
Brendan Jackman
[PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
Brendan Jackman
[PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Brendan Jackman
Re: [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Borislav Petkov
Re: [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Borislav Petkov
Re: [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Brendan Jackman
Re: [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Borislav Petkov
[PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
Brendan Jackman
[PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
Brendan Jackman
Re: [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
Borislav Petkov
Re: [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
Yosry Ahmed
Re: [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
Brendan Jackman
[PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
Brendan Jackman
[PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
Brendan Jackman
[PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
Brendan Jackman
Re: [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
Brendan Jackman
[PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap data as nonsensitive
Brendan Jackman
[PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
Brendan Jackman
[PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
Brendan Jackman
[PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
Brendan Jackman
[PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
Brendan Jackman
[PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
Brendan Jackman
Re: [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
Yosry Ahmed
[PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
Brendan Jackman
[PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
Brendan Jackman
[PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
Brendan Jackman
[PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
Brendan Jackman
[PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
Brendan Jackman
[PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag
Brendan Jackman
[PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
Brendan Jackman
[PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
Brendan Jackman
[PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
Brendan Jackman
[PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory as nonsensitive
Brendan Jackman
[PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
Brendan Jackman
[PATCH] um: fix execve stub execution on old host OSs
Benjamin Berg
Re: [PATCH] um: fix execve stub execution on old host OSs
Glenn Washburn
Re: [PATCH] um: fix execve stub execution on old host OSs
Benjamin Berg
[PATCH 0/3] um: irq locking fixes
Johannes Berg
[PATCH 3/3] um: convert irq_lock to raw spinlock
Johannes Berg
[PATCH 1/3] um: virt-pci: don't use kmalloc()
Johannes Berg
[PATCH 2/3] um: virtio_uml: use raw spinlock
Johannes Berg
close_range is not available on older systems, preventing the building of a UML kernel
Glenn Washburn
Re: close_range is not available on older systems, preventing the building of a UML kernel
Benjamin Berg
Re: close_range is not available on older systems, preventing the building of a UML kernel
Geert Uytterhoeven
Re: close_range is not available on older systems, preventing the building of a UML kernel
Benjamin Berg
[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
Qi Zheng
[PATCH v5 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
Qi Zheng
[PATCH v5 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Qi Zheng
[PATCH v5 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
Qi Zheng
Re: [PATCH v5 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
Arnd Bergmann
[PATCH v5 04/17] mm: pgtable: add statistics for P4D level page table
Qi Zheng
[PATCH v5 06/17] s390: pgtable: add statistics for PUD and P4D level page table
Qi Zheng
Re: [PATCH v5 06/17] s390: pgtable: add statistics for PUD and P4D level page table
Alexander Gordeev
[PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
Qi Zheng
Re: [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
Will Deacon
Re: [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
Qi Zheng
Re: [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
Will Deacon
[PATCH v5 07/17] mm: pgtable: introduce pagetable_dtor()
Qi Zheng
Re: [PATCH v5 07/17] mm: pgtable: introduce pagetable_dtor()
Alexander Gordeev
[PATCH v5 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
[PATCH v5 09/17] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
Re: [PATCH v5 09/17] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table()
Will Deacon
[PATCH v5 10/17] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
[PATCH v5 11/17] x86: pgtable: convert __tlb_remove_table() to use struct ptdesc
Qi Zheng
Re: [PATCH v5 11/17] x86: pgtable: convert __tlb_remove_table() to use struct ptdesc
Kevin Brodsky
[PATCH v5 13/17] s390: pgtable: consolidate PxD and PTE TLB free paths
Qi Zheng
Re: [PATCH v5 13/17] s390: pgtable: consolidate PxD and PTE TLB free paths
Alexander Gordeev
[PATCH v5 14/17] mm: pgtable: introduce generic __tlb_remove_table()
Qi Zheng
Re: [PATCH v5 14/17] mm: pgtable: introduce generic __tlb_remove_table()
Arnd Bergmann
[PATCH v5 15/17] mm: pgtable: completely move pagetable_dtor() to generic tlb_remove_table()
Qi Zheng
[PATCH v5 17/17] mm: pgtable: introduce generic pagetable_dtor_free()
Qi Zheng
[PATCH v5 12/17] x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
[PATCH v5 16/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
Qi Zheng
[PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
Dmitry V. Levin
[PATCH 1/6] Revert "arch: remove unused function syscall_set_arguments()"
Dmitry V. Levin
[PATCH 3/6] syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
Re: [PATCH 3/6] syscall.h: introduce syscall_set_nr()
Sven Schnelle
Re: [PATCH 3/6] syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
Re: [PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
H. Peter Anvin
[PATCH] um: properly align signal stack on x86_64
Benjamin Berg
[PATCH v2 0/6] Account page tables at all levels
Kevin Brodsky
[PATCH v2 1/6] mm: Move common part of pagetable_*_ctor to helper
Kevin Brodsky
[PATCH v2 2/6] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
Kevin Brodsky
[PATCH v2 3/6] m68k: mm: Add calls to pagetable_pmd_[cd]tor
Kevin Brodsky
[PATCH v2 5/6] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
Kevin Brodsky
[PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Kevin Brodsky
Re: [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Alexander Gordeev
Re: [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Heiko Carstens
Re: [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Alexander Gordeev
Re: [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Alexander Gordeev
[PATCH v2 4/6] ARM: mm: Rename PGD helpers
Kevin Brodsky
Re: [PATCH v2 0/6] Account page tables at all levels
Qi Zheng
Re: [PATCH v2 0/6] Account page tables at all levels
Kevin Brodsky
Re: [PATCH v2 0/6] Account page tables at all levels
patchwork-bot+linux-riscv
[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
Qi Zheng
[PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Qi Zheng
Re: [PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Alexandre Ghiti
[PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
Qi Zheng
Re: [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
Kevin Brodsky
Re: [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
Qi Zheng
Re: [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
Kevin Brodsky
[PATCH v4 05/15] arm64: pgtable: use mmu gather to free p4d level page table
Qi Zheng
[PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
Qi Zheng
Re: [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
Alexander Gordeev
Re: [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
Qi Zheng
Re: [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
Alexander Gordeev
Re: [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
Qi Zheng
Re: [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
Kevin Brodsky
[PATCH v4 08/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
[PATCH v4 01/15] Revert "mm: pgtable: make ptlock be freed by RCU"
Qi Zheng
[PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Kevin Brodsky
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Kevin Brodsky
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Kevin Brodsky
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Kevin Brodsky
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Kevin Brodsky
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Kevin Brodsky
[PATCH v4 03/15] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
Qi Zheng
[PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D level page table
Qi Zheng
Re: [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D level page table
Alexander Gordeev
Re: [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D level page table
Qi Zheng
Re: [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D level page table
Alexander Gordeev
Re: [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D level page table
Qi Zheng
[PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
Andreas Larsson
Re: [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
Alexander Gordeev
[PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()
Qi Zheng
Re: [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()
Alexander Gordeev
[PATCH v4 14/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
Qi Zheng
[PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table()
Alexander Gordeev
Re: [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table()
Alexander Gordeev
Re: [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table()
Alexander Gordeev
Re: [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table()
Qi Zheng
[PATCH v4 11/15] x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
[PATCH v4 09/15] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
Re: [PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
Andrew Morton
Re: [PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
Kevin Brodsky
Re: [PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
Qi Zheng
[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
Mike Rapoport
[PATCH 2/8] x86/mm/pat: drop duplicate variable in cpa_flush()
Mike Rapoport
[PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
Mike Rapoport
Re: [PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
Peter Zijlstra
[PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
Mike Rapoport
Re: [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
Kirill A. Shutemov
Re: [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
Luis Chamberlain
Re: [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
Mike Rapoport
Re: [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
Kirill A. Shutemov
Re: [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
Mike Rapoport
[PATCH 5/8] module: introduce MODULE_STATE_GONE
Mike Rapoport
Re: [PATCH 5/8] module: introduce MODULE_STATE_GONE
Daniel Thompson
[PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
Mike Rapoport
Re: [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
Lorenzo Stoakes
Re: [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
Andrew Cooper
Re: [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
Andrew Morton
Re: [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
Marek Marczykowski-Górecki
Re: [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
Jürgen Groß
Re: [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
Luis Chamberlain
Re: [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
Marek Maślanka
Earlier messages
Later messages