linux-um
Thread
Date
Earlier messages
Messages by Thread
[PATCH 0/2] um: Minor pgtable fixes
Tiwei Bie
[PATCH 1/2] um: Fix potential race condition in TLB sync
Tiwei Bie
[PATCH 2/2] um: Fix pte_read() and pte_exec() for kernel mappings
Tiwei Bie
[PATCH] um: time-travel: clean up kernel-doc warnings
Randy Dunlap
cleanup the RAID5 XOR library
Christoph Hellwig
[PATCH 02/25] arm/xor: remove in_interrupt() handling
Christoph Hellwig
[PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Christoph Hellwig
Re: [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Peter Zijlstra
Re: [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Christoph Hellwig
Re: [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Eric Biggers
Re: [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Christoph Hellwig
Re: [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Peter Zijlstra
Re: [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Christoph Hellwig
Re: [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Heiko Carstens
Re: [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Christoph Hellwig
Re: [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
Heiko Carstens
[PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
Christoph Hellwig
Re: [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
Richard Weinberger
Re: [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
hch
Re: [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
Johannes Berg
Re: [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
Eric Biggers
Re: [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
Johannes Berg
[PATCH 04/25] xor: move to lib/raid/
Christoph Hellwig
Re: [PATCH 04/25] xor: move to lib/raid/
Eric Biggers
Re: [PATCH 04/25] xor: move to lib/raid/
Christoph Hellwig
[PATCH 06/25] xor: cleanup registration and probing
Christoph Hellwig
Re: [PATCH 06/25] xor: cleanup registration and probing
Eric Biggers
[PATCH 07/25] xor: split xor.h
Christoph Hellwig
Re: [PATCH 07/25] xor: split xor.h
Eric Biggers
Re: [PATCH 07/25] xor: split xor.h
Christoph Hellwig
Re: [PATCH 07/25] xor: split xor.h
Christoph Hellwig
[PATCH 05/25] xor: small cleanups
Christoph Hellwig
[PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
Christoph Hellwig
Re: [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
Arnd Bergmann
Re: [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
Eric Biggers
Re: [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
Christoph Hellwig
[PATCH 08/25] xor: remove macro abuse for XOR implementation registrations
Christoph Hellwig
[PATCH 10/25] alpha: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 11/25] arm: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 12/25] arm64: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 14/25] powerpc: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 13/25] loongarch: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 15/25] riscv: move the XOR code to lib/raid/
Christoph Hellwig
Re: [PATCH 15/25] riscv: move the XOR code to lib/raid/
Eric Biggers
[PATCH 16/25] sparc: move the XOR code to lib/raid/
Christoph Hellwig
Re: [PATCH 16/25] sparc: move the XOR code to lib/raid/
Eric Biggers
Re: [PATCH 16/25] sparc: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 19/25] xor: avoid indirect calls for arm64-optimized ops
Christoph Hellwig
[PATCH 17/25] s390: move the XOR code to lib/raid/
Christoph Hellwig
Re: [PATCH 17/25] s390: move the XOR code to lib/raid/
Heiko Carstens
Re: [PATCH 17/25] s390: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 18/25] x86: move the XOR code to lib/raid/
Christoph Hellwig
Re: [PATCH 18/25] x86: move the XOR code to lib/raid/
Peter Zijlstra
Re: [PATCH 18/25] x86: move the XOR code to lib/raid/
Eric Biggers
Re: [PATCH 18/25] x86: move the XOR code to lib/raid/
Peter Zijlstra
Re: [PATCH 18/25] x86: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 22/25] async_xor: use xor_gen
Christoph Hellwig
Re: [PATCH 22/25] async_xor: use xor_gen
Eric Biggers
[PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
Christoph Hellwig
Re: [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
Eric Biggers
Re: [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
Christoph Hellwig
[PATCH 23/25] btrfs: use xor_gen
Christoph Hellwig
[PATCH 24/25] xor: pass the entire operation to the low-level ops
Christoph Hellwig
Re: [PATCH 24/25] xor: pass the entire operation to the low-level ops
Eric Biggers
Re: [PATCH 24/25] xor: pass the entire operation to the low-level ops
Christoph Hellwig
[PATCH 21/25] xor: add a better public API
Christoph Hellwig
Re: [PATCH 21/25] xor: add a better public API
Eric Biggers
Re: [PATCH 21/25] xor: add a better public API
Christoph Hellwig
[PATCH 25/25] xor: use static_call for xor_gen
Christoph Hellwig
Re: [PATCH 25/25] xor: use static_call for xor_gen
Peter Zijlstra
Re: cleanup the RAID5 XOR library
Andrew Morton
Re: cleanup the RAID5 XOR library
Eric Biggers
Re: cleanup the RAID5 XOR library
Christoph Hellwig
[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
Re: [PATCH] kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
[PATCH v5 01/15] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
Baoquan He
[PATCH v5 02/15] mm/kasan: rename 'kasan_arg' to 'kasan_arg_disabled'
Baoquan He
[PATCH v5 03/15] mm/kasan: mm/kasan: move kasan= code to common place
Baoquan He
[PATCH v5 04/15] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
[PATCH v5 05/15] mm/kasan/sw_tags: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 06/15] arch/arm: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 07/15] arch/arm64: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 08/15] arch/loongarch: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 10/15] arch/riscv: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 11/15] arch/x86: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 12/15] arch/xtensa: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt
Baoquan He
[PATCH v5 15/15] mm/kasan: clean up unneeded ARCH_DEFER_KASAN and kasan_arch_is_ready
Baoquan He
[PATCH v5 13/15] arch/um: don't initialize kasan if it's disabled
Baoquan He
[PATCH v2] regulator: RT5133: add missing HAS_IOMEM dependency
Randy Dunlap
[PATCH] ubd: Use pointer-to-pointers for io_thread_req arrays
Kees Cook
Re: [PATCH] ubd: Use pointer-to-pointers for io_thread_req arrays
Richard Weinberger
[PATCH 1/2] um: fix address-of CMSG_DATA() rvalue in stub
Marcel W. Wysocki
[PATCH 2/2] um: avoid struct sigcontext redefinition with musl
Marcel W. Wysocki
Mainline UML Rust stable io.rs unused imports
Miguel Ojeda
Re: Mainline UML Rust stable io.rs unused imports
Johannes Berg
Re: Mainline UML Rust stable io.rs unused imports
Danilo Krummrich
Re: Mainline UML Rust stable io.rs unused imports
Danilo Krummrich
[GIT PULL] uml-for-7.0-rc1
Johannes Berg
Re: [GIT PULL] uml-for-7.0-rc1
pr-tracker-bot
[PATCH v3 0/4] arch, mm: consolidate empty_zero_page
Mike Rapoport
[PATCH v3 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
Mike Rapoport
Re: [PATCH v3 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
David Hildenbrand (Arm)
Re: [PATCH v3 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
Liam R. Howlett
[PATCH v3 2/4] mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport
Re: [PATCH v3 2/4] mm: rename my_zero_pfn() to zero_pfn()
David Hildenbrand (Arm)
Re: [PATCH v3 2/4] mm: rename my_zero_pfn() to zero_pfn()
Vlastimil Babka
Re: [PATCH v3 2/4] mm: rename my_zero_pfn() to zero_pfn()
Liam R. Howlett
[PATCH v3 3/4] arch, mm: consolidate empty_zero_page
Mike Rapoport
Re: [PATCH v3 3/4] arch, mm: consolidate empty_zero_page
Magnus Lindholm
Re: [PATCH v3 3/4] arch, mm: consolidate empty_zero_page
Dinh Nguyen
Re: [PATCH v3 3/4] arch, mm: consolidate empty_zero_page
Andreas Larsson
Re: [PATCH v3 3/4] arch, mm: consolidate empty_zero_page
David Hildenbrand (Arm)
Re: [PATCH v3 3/4] arch, mm: consolidate empty_zero_page
Liam R. Howlett
[PATCH v3 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
Mike Rapoport
Re: [PATCH v3 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
David Hildenbrand (Arm)
Re: [PATCH v3 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
Liam R. Howlett
[PATCH v2 0/4] arch, mm: consolidate empty_zero_page
Mike Rapoport
[PATCH v2 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
Mike Rapoport
Re: [PATCH v2 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
David Hildenbrand (Arm)
[PATCH v2 2/4] mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport
Re: [PATCH v2 2/4] mm: rename my_zero_pfn() to zero_pfn()
Christophe Leroy (CS GROUP)
Re: [PATCH v2 2/4] mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport
Re: [PATCH v2 2/4] mm: rename my_zero_pfn() to zero_pfn()
Lorenzo Stoakes
Re: [PATCH v2 2/4] mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport
[PATCH v2 3/4] arch, mm: consolidate empty_zero_page
Mike Rapoport
Re: [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
Dave Hansen
Re: [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
Catalin Marinas
Re: [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
David Hildenbrand (Arm)
[PATCH v2 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
Mike Rapoport
Re: [PATCH v2 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
Catalin Marinas
Re: [PATCH v2 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
David Hildenbrand (Arm)
[PATCH v14 00/13] nommu UML
Hajime Tazaki
[PATCH v14 03/13] um: nommu: memory handling
Hajime Tazaki
[PATCH v14 04/13] x86/um: nommu: syscall handling
Hajime Tazaki
[PATCH v14 02/13] um: decouple MMU specific code from the common part
Hajime Tazaki
[PATCH v14 01/13] x86/um: nommu: elf loader for fdpic
Hajime Tazaki
[PATCH v14 05/13] um: nommu: seccomp syscalls hook
Hajime Tazaki
[PATCH v14 06/13] x86/um: nommu: process/thread handling
Hajime Tazaki
[PATCH v14 07/13] um: nommu: configure fs register on host syscall invocation
Hajime Tazaki
[PATCH v14 09/13] x86/um: nommu: signal handling
Hajime Tazaki
[PATCH v14 10/13] um: change machine name for uname output
Hajime Tazaki
[PATCH v14 08/13] x86/um/vdso: nommu: vdso memory update
Hajime Tazaki
[PATCH v14 12/13] um: nommu: add documentation of nommu UML
Hajime Tazaki
[PATCH v14 11/13] um: nommu: disable SMP on nommu UML
Hajime Tazaki
[PATCH v14 13/13] um: nommu: plug nommu code into build system
Hajime Tazaki
[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
Qi Zheng
[PATCH v4 2/8] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
Re: [PATCH v4 2/8] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
Magnus Lindholm
[PATCH v4 3/8] LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
[PATCH v4 4/8] mips: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
[PATCH v4 1/8] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
Qi Zheng
[PATCH v4 5/8] parisc: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
[PATCH v4 6/8] um: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
[PATCH v4 8/8] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
[PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
Qi Zheng
Re: [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
David Hildenbrand (Arm)
Re: [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
Qi Zheng
Re: [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
David Hildenbrand (Arm)
Re: [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
Qi Zheng
Re: [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
David Hildenbrand (Arm)
Re: [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
Andreas Larsson
Re: [PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
Andrew Morton
Re: [PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
Qi Zheng
[PATCH mm-unstable] arch, mm: consolidate empty_zero_page
Mike Rapoport
Re: [PATCH mm-unstable] arch, mm: consolidate empty_zero_page
Christophe Leroy (CS GROUP)
Re: [PATCH mm-unstable] arch, mm: consolidate empty_zero_page
Andreas Larsson
Re: [PATCH mm-unstable] arch, mm: consolidate empty_zero_page
Mike Rapoport
Re: [PATCH mm-unstable] arch, mm: consolidate empty_zero_page
Andreas Larsson
Re: [PATCH mm-unstable] arch, mm: consolidate empty_zero_page
Mike Rapoport
Re: [PATCH mm-unstable] arch, mm: consolidate empty_zero_page
Andreas Larsson
Re: [PATCH mm-unstable] arch, mm: consolidate empty_zero_page
David Hildenbrand (arm)
Re: [PATCH mm-unstable] arch, mm: consolidate empty_zero_page
Helge Deller
[PATCH 1/2] um: add uml_kmalloc_array() helper to avoid potential
iamhswang
[PATCH 2/2] um: use uml_kmalloc_array() instead of uml_malloc()
iamhswang
Re: arch/um/drivers/ubd_kern.c:780:13: warning: stack frame size (2152) exceeds limit (2048) in 'ubd_device_release'
Ming Lei
[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
Mike Rapoport
[PATCH v3 01/29] alpha: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 02/29] arc: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 03/29] arm: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 04/29] arm: make initialization of zero page independent of the memory map
Mike Rapoport
[PATCH v3 05/29] arm64: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 06/29] csky: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 07/29] hexagon: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 08/29] loongarch: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 09/29] m68k: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 10/29] microblaze: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 11/29] mips: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 12/29] nios2: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 13/29] openrisc: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 14/29] parisc: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 15/29] powerpc: introduce arch_zone_limits_init()
Mike Rapoport
Re: [PATCH v3 15/29] powerpc: introduce arch_zone_limits_init()
IBM
[PATCH v3 16/29] riscv: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 17/29] s390: introduce arch_zone_limits_init()
Mike Rapoport
Re: [PATCH v3 17/29] s390: introduce arch_zone_limits_init()
Alexander Gordeev
Re: [PATCH v3 17/29] s390: introduce arch_zone_limits_init()
Mike Rapoport
[PATCH v3 18/29] sh: introduce arch_zone_limits_init()
Mike Rapoport
Earlier messages