linux-um
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH 03/10] fs: consistently use file_has_valid_mmap_hooks() helper
Lorenzo Stoakes
Re: [PATCH 03/10] fs: consistently use file_has_valid_mmap_hooks() helper
Christoph Hellwig
Re: [PATCH 03/10] fs: consistently use file_has_valid_mmap_hooks() helper
Jan Kara
Re: [PATCH 03/10] fs: consistently use file_has_valid_mmap_hooks() helper
Christian Brauner
[PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
Lorenzo Stoakes
Re: [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
Damien Le Moal
Re: [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
Viacheslav Dubeyko
Re: [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
Jan Kara
Re: [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
Christian Brauner
Re: [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
David Sterba
Re: [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
Ryusuke Konishi
[PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
Lorenzo Stoakes
Re: [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
Jan Kara
[PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
Lorenzo Stoakes
Re: [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
Matthew Wilcox
Re: [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
Christian Brauner
[PATCH 09/10] fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
Re: [PATCH 09/10] fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Jan Kara
Re: [PATCH 09/10] fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Christian Brauner
[PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
Re: [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Viacheslav Dubeyko
Re: [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Jan Kara
Re: [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Dave Kleikamp
[PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
Lorenzo Stoakes
Re: [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
Jan Kara
Re: [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
Vlastimil Babka
[PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
Lorenzo Stoakes
Re: [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
Christoph Hellwig
Re: [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
Lorenzo Stoakes
Re: [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
Vlastimil Babka
Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare
Al Viro
Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare
Jeff Layton
Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare
Lorenzo Stoakes
[PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
Lorenzo Stoakes
Re: [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
Vlastimil Babka
Re: [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
Jan Kara
Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare
Andrew Morton
Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare
Christian Brauner
Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare
David Howells
Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare
Lorenzo Stoakes
Re: [PATCH 00/10] convert the majority of file systems to mmap_prepare
Christian Brauner
[PATCH] sonypi: add depends on HAS_IOPORT
Randy Dunlap
Re: [PATCH] sonypi: add depends on HAS_IOPORT
Johannes Berg
[RFC PATCH] um: replace deprecated strncpy with strscpy
Brahmajit Das
Re: [RFC PATCH] um: replace deprecated strncpy with strscpy
Kees Cook
Re: [RFC PATCH] um: replace deprecated strncpy with strscpy
Brahmajit Das
[PATCH 0/7] printk cleanup - part 2
Marcos Paulo de Souza
[PATCH 3/7] drivers: tty: Check CON_SUSPENDED instead of CON_ENABLED
Marcos Paulo de Souza
Re: [PATCH 3/7] drivers: tty: Check CON_SUSPENDED instead of CON_ENABLED
Petr Mladek
[PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED
Marcos Paulo de Souza
Re: [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED
Doug Anderson
Re: [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED
Marcos Paulo de Souza
Re: [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED
Doug Anderson
Re: [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED
Petr Mladek
Re: [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED
Doug Anderson
Re: [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED
Petr Mladek
Re: [PATCH 4/7] drivers: serial: kgdboc: Check CON_SUSPENDED instead of CON_ENABLED
Doug Anderson
[PATCH 6/7] debug: kgd_io: Don't check for CON_ENABLED
Marcos Paulo de Souza
Re: [PATCH 6/7] debug: kgd_io: Don't check for CON_ENABLED
Petr Mladek
Re: [PATCH 6/7] debug: kgd_io: Don't check for CON_ENABLED
Marcos Paulo de Souza
[PATCH 5/7] arch: um: kmsg_dump: Don't check for CON_ENABLED
Marcos Paulo de Souza
Re: [PATCH 5/7] arch: um: kmsg_dump: Don't check for CON_ENABLED
Petr Mladek
Re: [PATCH 5/7] arch: um: kmsg_dump: Don't check for CON_ENABLED
John Ogness
[PATCH 7/7] printk: Don't check for CON_ENABLED on console_unblank
Marcos Paulo de Souza
Re: [PATCH 7/7] printk: Don't check for CON_ENABLED on console_unblank
Petr Mladek
Re: [PATCH 7/7] printk: Don't check for CON_ENABLED on console_unblank
Geert Uytterhoeven
[PATCH 1/7] printk: Make console_{suspend,resume} handle CON_SUSPENDED
Marcos Paulo de Souza
Re: [PATCH 1/7] printk: Make console_{suspend,resume} handle CON_SUSPENDED
Petr Mladek
Re: [PATCH 1/7] printk: Make console_{suspend,resume} handle CON_SUSPENDED
Marcos Paulo de Souza
[PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
Marcos Paulo de Souza
Re: [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
Petr Mladek
Re: [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
John Ogness
Re: [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
Petr Mladek
Re: [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
John Ogness
Re: [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
Petr Mladek
Re: [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
Marcos Paulo de Souza
[PATCH 0/4] um: Misc fixes
Tiwei Bie
[PATCH 3/4] um: vfio: Prevent duplicate device assignments
Tiwei Bie
[PATCH 2/4] um: virtio_pcidev: Rename UM_PCI_STAT_WAITING
Tiwei Bie
[PATCH 4/4] um: Use correct data source in fpregs_legacy_set()
Tiwei Bie
[PATCH 1/4] um: ubd: Add missing error check in start_io_thread()
Tiwei Bie
[GIT PULL] uml 6.16-rc1
Johannes Berg
Re: [GIT PULL] uml 6.16-rc1
pr-tracker-bot
[PATCH 1/2] um: fix unused variable warning
Benjamin Berg
[PATCH 2/2] um: remove "extern" from implementation of sigchld_handler
Benjamin Berg
[PATCH] um: fix SECCOMP 32bit xstate register restore
Benjamin Berg
[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
Re: [PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Johannes Berg
Re: [PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Nicolas Schier
Re: [PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
patchwork-bot+linux-riscv
[PATCH v3 0/7] SECCOMP based userspace for UML
Benjamin Berg
[PATCH v3 3/7] um: Add helper functions to get/set state for SECCOMP
Benjamin Berg
[PATCH v3 7/7] um: pass FD for memory operations when needed
Benjamin Berg
[PATCH v3 4/7] um: Track userspace children dying in SECCOMP mode
Benjamin Berg
[PATCH v3 1/7] um: Move faultinfo extraction into userspace routine
Benjamin Berg
[PATCH v3 2/7] um: Add stub side of SECCOMP/futex based process handling
Benjamin Berg
[PATCH v3 5/7] um: Implement kernel side of SECCOMP based process handling
Benjamin Berg
[PATCH v3 6/7] um: Add SECCOMP support detection and initialization
Benjamin Berg
[PATCH] um: Fix tgkill compile error on old host OSes
Yonting Lin
[PATCH AUTOSEL 5.4 4/5] um: let 'make clean' properly clean underlying SUBARCH as well
Sasha Levin
[PATCH AUTOSEL 5.10 4/6] um: let 'make clean' properly clean underlying SUBARCH as well
Sasha Levin
[PATCH AUTOSEL 5.15 4/7] um: let 'make clean' properly clean underlying SUBARCH as well
Sasha Levin
[PATCH AUTOSEL 6.1 4/8] um: let 'make clean' properly clean underlying SUBARCH as well
Sasha Levin
[PATCH AUTOSEL 6.6 05/11] um: let 'make clean' properly clean underlying SUBARCH as well
Sasha Levin
[PATCH AUTOSEL 6.12 05/18] um: let 'make clean' properly clean underlying SUBARCH as well
Sasha Levin
[PATCH AUTOSEL 6.14 07/23] um: let 'make clean' properly clean underlying SUBARCH as well
Sasha Levin
[PATCH 6.12] Revert "um: work around sched_yield not yielding in time-travel mode"
Christian Lamparter
Re: [PATCH 6.12] Revert "um: work around sched_yield not yielding in time-travel mode"
Johannes Berg
Re: [PATCH 6.12] Revert "um: work around sched_yield not yielding in time-travel mode"
Johannes Berg
Re: [PATCH 6.12] Revert "um: work around sched_yield not yielding in time-travel mode"
Christian Lamparter
Patch "[PATCH 6.12] Revert "um: work around sched_yield not yielding in time-travel mode"" has been added to the 6.12-stable tree
gregkh
[PATCH] um: stop using PCI port I/O
Arnd Bergmann
Re: [tip: x86/msr] um: Add UML version of <asm/tsc.h> to define rdtsc()
Johannes Berg
[PATCH -v2] accel/habanalabs: Don't build the driver on UML
Ingo Molnar
Re: [PATCH -v2] accel/habanalabs: Don't build the driver on UML
Johannes Berg
Re: [PATCH -v2] accel/habanalabs: Don't build the driver on UML
Ingo Molnar
[PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Masahiro Yamada
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Johannes Berg
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Shuah Khan
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Masahiro Yamada
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Shuah Khan
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Masahiro Yamada
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Johannes Berg
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Geert Uytterhoeven
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Masahiro Yamada
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
Geert Uytterhoeven
Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
David Gow
[PATCH] MAINTAINERS: remove obsolete file entry in TUN/TAP DRIVER
Lukas Bulwahn
Re: [PATCH] MAINTAINERS: remove obsolete file entry in TUN/TAP DRIVER
Tiwei Bie
[PATCH] um: Include linux/types.h in asm/fpu/api.h
Herbert Xu
Re: [PATCH] um: Include linux/types.h in asm/fpu/api.h
Johannes Berg
[PATCH 0/2] um: Misc cleanups for vector
Tiwei Bie
[PATCH 1/2] um: vector: Clean up and modernize log messages
Tiwei Bie
[PATCH 2/2] um: vector: Use mac_pton() for MAC address parsing
Tiwei Bie
[PATCH AUTOSEL 5.4 16/79] um: Store full CSGSFS and SS register from mcontext
Sasha Levin
[PATCH AUTOSEL 5.4 17/79] um: Update min_low_pfn to match changes in uml_reserved
Sasha Levin
[PATCH AUTOSEL 5.10 022/114] um: Store full CSGSFS and SS register from mcontext
Sasha Levin
[PATCH AUTOSEL 5.10 023/114] um: Update min_low_pfn to match changes in uml_reserved
Sasha Levin
[PATCH AUTOSEL 5.15 032/153] um: Update min_low_pfn to match changes in uml_reserved
Sasha Levin
[PATCH AUTOSEL 5.15 031/153] um: Store full CSGSFS and SS register from mcontext
Sasha Levin
[PATCH AUTOSEL 6.1 045/212] um: Update min_low_pfn to match changes in uml_reserved
Sasha Levin
[PATCH AUTOSEL 6.1 044/212] um: Store full CSGSFS and SS register from mcontext
Sasha Levin
[PATCH AUTOSEL 6.6 054/294] um: Store full CSGSFS and SS register from mcontext
Sasha Levin
[PATCH AUTOSEL 6.6 055/294] um: Update min_low_pfn to match changes in uml_reserved
Sasha Levin
[PATCH AUTOSEL 6.12 090/486] um: Update min_low_pfn to match changes in uml_reserved
Sasha Levin
[PATCH AUTOSEL 6.12 089/486] um: Store full CSGSFS and SS register from mcontext
Sasha Levin
[PATCH AUTOSEL 6.14 113/642] um: Store full CSGSFS and SS register from mcontext
Sasha Levin
[PATCH AUTOSEL 6.14 114/642] um: Update min_low_pfn to match changes in uml_reserved
Sasha Levin
[PATCH] um: chan_kern: use raw spinlock for irqs_to_free_lock
Johannes Berg
[GIT PULL] uml 6.15-rc6
Johannes Berg
Re: [GIT PULL] uml 6.15-rc6
pr-tracker-bot
[PATCH] kbuild: introduce include/generated/global-rebuild.h
Masahiro Yamada
Re: [PATCH] kbuild: introduce include/generated/global-rebuild.h
Nicolas Schier
[PATCH 0/3] um: Remove legacy network transport support
Tiwei Bie
[PATCH 3/3] um: Remove legacy network transport infrastructure
Tiwei Bie
Re: [PATCH 3/3] um: Remove legacy network transport infrastructure
Anton Ivanov
[PATCH 2/3] um: vector: Eliminate the dependency on uml_net
Tiwei Bie
Re: [PATCH 2/3] um: vector: Eliminate the dependency on uml_net
Anton Ivanov
Re: [PATCH 2/3] um: vector: Eliminate the dependency on uml_net
Geert Uytterhoeven
Re: [PATCH 2/3] um: vector: Eliminate the dependency on uml_net
Tiwei Bie
[PATCH 1/3] um: Remove obsolete legacy network transports
Tiwei Bie
Re: [PATCH 1/3] um: Remove obsolete legacy network transports
Anton Ivanov
Re: [PATCH 0/3] um: Remove legacy network transport support
Geert Uytterhoeven
Re: [PATCH 0/3] um: Remove legacy network transport support
Tiwei Bie
[PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
Kees Cook
[PATCH v2 3/3] integer-wrap: Force full rebuild when .scl file changes
Kees Cook
[PATCH v2 2/3] randstruct: Force full rebuild when seed changes
Kees Cook
Re: [PATCH v2 2/3] randstruct: Force full rebuild when seed changes
Masahiro Yamada
Re: [PATCH v2 2/3] randstruct: Force full rebuild when seed changes
Kees Cook
[PATCH v2 1/3] gcc-plugins: Force full rebuild when plugins change
Kees Cook
Re: [PATCH v2 1/3] gcc-plugins: Force full rebuild when plugins change
Masahiro Yamada
Re: [PATCH v2 1/3] gcc-plugins: Force full rebuild when plugins change
Kees Cook
Re: [PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
Masahiro Yamada
Re: [PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
Kees Cook
Re: [PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
Masahiro Yamada
Re: [PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
Kees Cook
Re: [PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
Masahiro Yamada
Re: [PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
Kees Cook
Re: [PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
Masahiro Yamada
[PATCH] um: Merge os-Linux/drivers/ into drivers/
Tiwei Bie
Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/
Anton Ivanov
Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/
Johannes Berg
Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/
Tiwei Bie
Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/
Anton Ivanov
Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/
Tiwei Bie
[PATCH v2 0/8] SECCOMP based userspace for UML
Benjamin Berg
[PATCH v2 8/8] um: Add UML_SECCOMP configuration option
Benjamin Berg
[PATCH v2 6/8] um: Implement kernel side of SECCOMP based process handling
Benjamin Berg
[PATCH v2 2/8] um: Add stub side of SECCOMP/futex based process handling
Benjamin Berg
[PATCH v2 7/8] um: pass FD for memory operations when needed
Benjamin Berg
[PATCH v2 3/8] um: Add helper functions to get/set state for SECCOMP
Benjamin Berg
[PATCH v2 1/8] um: Move faultinfo extraction into userspace routine
Benjamin Berg
[PATCH v2 4/8] um: Add SECCOMP support detection and initialization
Benjamin Berg
[PATCH v2 5/8] um: Track userspace children dying in SECCOMP mode
Benjamin Berg
[PATCH v8 00/12] nommu UML
Hajime Tazaki
[PATCH v8 01/12] x86/um: nommu: elf loader for fdpic
Hajime Tazaki
[PATCH v8 02/12] um: decouple MMU specific code from the common part
Hajime Tazaki
[PATCH v8 09/12] x86/um: nommu: signal handling
Hajime Tazaki
[PATCH v8 12/12] um: nommu: plug nommu code into build system
Hajime Tazaki
[PATCH v8 11/12] um: nommu: add documentation of nommu UML
Hajime Tazaki
Earlier messages
Later messages