public inbox for linux-um@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-04-21 11:53:36 to 2021-07-22 12:59:41 UTC [more...]

[PATCH v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-07-22 12:59 UTC  (11+ messages)
` [PATCH v3 1/9] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
` [PATCH v3 2/9] h8300: remove stale strncpy_from_user
` [PATCH v3 3/9] hexagon: use generic strncpy/strnlen from_user
` [PATCH v3 4/9] arc: "
` [PATCH v3 5/9] csky: "
` [PATCH v3 6/9] microblaze: "
` [PATCH v3 7/9] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
` [PATCH v3 8/9] asm-generic: remove extra strn{cpy_from,len}_user declarations
` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols

linux process killed after poweroff
 2021-07-20 11:00 UTC 

[PATCH 0/4 POC] Allow executing code and syscalls in another address space
 2021-07-18  1:34 UTC  (22+ messages)
` [PATCH 2/4] arch/x86: implement the process_vm_exec syscall

Build regressions/improvements in v5.14-rc1
 2021-07-14 15:58 UTC  (3+ messages)

[PATCH] dmaengine: idxd: depends on !UML
 2021-07-14  7:00 UTC  (4+ messages)

[PATCH] um: fix stub location calculation
 2021-07-14  6:51 UTC  (5+ messages)

UML kernel panic on initialization
 2021-07-13 22:14 UTC  (21+ messages)

[GIT PULL] UML changes for 5.14
 2021-07-09 17:41 UTC  (2+ messages)

[PATCH, RFC] um: remove set_fs
 2021-07-09 16:57 UTC  (3+ messages)

[PATCH] hostfs: support splice_write
 2021-07-06 21:12 UTC 

[PATCH] ubd: remove dead code in ubd_setup_common
 2021-06-28 19:48 UTC  (2+ messages)

[PATCH] drivers: gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP
 2021-06-25 10:16 UTC  (2+ messages)

[PATCH 1/4] um: make PCI emulation driver init/exit static
 2021-06-25  9:16 UTC  (8+ messages)
` [PATCH 2/4] lib/logic_iomem: fix sparse warnings
` [PATCH 3/4] um: virtio_uml: include linux/virtio-uml.h
` [PATCH 4/4] um: virtio_uml: fix memory leak on init failures

[PATCH 00/27] Implement SECCOMP based userland
 2021-06-20 12:05 UTC  (4+ messages)
` [PATCH 03/27] um: Drop support for hosts without SYSEMU_SINGLESTEP support

[PATCH] um: remove unneeded semicolon in um_arch.c
 2021-06-19  8:04 UTC  (3+ messages)

[PATCH v4 0/9] PCI support for UML
 2021-06-17 19:31 UTC  (4+ messages)
` [PATCH v4 4/9] um: export signals_enabled directly

[to-be-updated] mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t.patch removed from -mm tree
 2021-06-16 23:08 UTC 

[to-be-updated] mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch removed from -mm tree
 2021-06-16 23:08 UTC 

[PATCH v2 1/3] kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default
 2021-06-16 20:41 UTC  (5+ messages)
` [PATCH v2 2/3] kunit: Move default config from arch/um -> tools/testing/kunit
` [PATCH v2 3/3] kunit: Remove the unused all_tests.config

+ mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t.patch added to -mm tree
 2021-06-15 23:38 UTC 

+ mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch added to -mm tree
 2021-06-15 23:38 UTC 

cleanup ubd gendisk registration
 2021-06-15 21:57 UTC  (7+ messages)
` [PATCH 1/2] ubd: remove the code to register as the legacy IDE driver
` [PATCH 2/2] ubd: use blk_mq_alloc_disk and blk_cleanup_disk

[PATCH v2 1/2] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
 2021-06-15 11:41 UTC  (3+ messages)
` [PATCH v2 2/2] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *

[PATCH] um: Remove the repeated declaration
 2021-05-31  3:17 UTC 

[PATCH 1/5] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
 2021-05-26 14:32 UTC  (2+ messages)
` [OpenRISC] "

[PATCH v2] LOCKDEP: reduce LOCKDEP dependency list
 2021-05-25 14:17 UTC  (5+ messages)

[PATCH] LOCKDEP: use depends on LOCKDEP_SUPPORT instead of $ARCH list
 2021-05-25 14:15 UTC  (12+ messages)

[PATCH] kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default
 2021-05-18 21:15 UTC  (3+ messages)

[PATCH 0/5] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-05-17  8:42 UTC  (11+ messages)
` [PATCH 1/5] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
` [PATCH 2/5] hexagon: use generic strncpy/strnlen from_user
` [PATCH 3/5] arc: "
` [PATCH 4/5] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
` [PATCH 5/5] asm-generic: remove extra strn{cpy_from,len}_user declarations

[RESEND PATCH 0/6] x86: switch to generic syscall{tbl, hdr}.sh with various syscall code cleanups
 2021-05-17  7:38 UTC  (4+ messages)
` [RESEND PATCH 2/6] x86/syscalls: switch to generic syscalltbl.sh
` [RESEND PATCH 3/6] x86/syscalls: stop filling syscall arrays with *_sys_ni_syscall
` [RESEND PATCH 5/6] x86/syscalls: use __NR_syscalls instead of __NR_syscall_max

[PATCH 0/6] [v2] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-05-17  7:27 UTC  (13+ messages)
` [PATCH 1/6] [v2] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
` [PATCH 2/6] [v2] h8300: remove stale strncpy_from_user
` [PATCH 3/6] [v2] hexagon: use generic strncpy/strnlen from_user
` [PATCH 4/6] [v2] arc: "
` [PATCH 5/6] [v2] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
` [PATCH 6/6] [v2] asm-generic: remove extra strn{cpy_from,len}_user declarations

[PATCH] init/module: split CONFIG_CONSTRUCTORS to fix module gcov on UML
 2021-05-14 13:55 UTC  (7+ messages)
` [PATCH v2] init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
        `  "

[PATCH AUTOSEL 4.4 3/4] um: Mark all kernel symbols as local
 2021-05-12 18:06 UTC 

[PATCH AUTOSEL 4.9 4/7] um: Mark all kernel symbols as local
 2021-05-12 18:05 UTC 

[PATCH AUTOSEL 4.14 07/12] um: Mark all kernel symbols as local
 2021-05-12 18:05 UTC 

[PATCH AUTOSEL 4.19 08/18] um: Mark all kernel symbols as local
 2021-05-12 18:04 UTC 

[PATCH AUTOSEL 5.4 09/23] um: Mark all kernel symbols as local
 2021-05-12 18:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 10/23] um: Disable CONFIG_GCOV with MODULES

[PATCH AUTOSEL 5.10 11/34] um: Mark all kernel symbols as local
 2021-05-12 18:02 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 12/34] um: Disable CONFIG_GCOV with MODULES

[PATCH AUTOSEL 5.11 12/35] um: Mark all kernel symbols as local
 2021-05-12 18:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.11 13/35] um: Disable CONFIG_GCOV with MODULES

[PATCH AUTOSEL 5.12 14/37] um: Mark all kernel symbols as local
 2021-05-12 18:00 UTC  (2+ messages)
` [PATCH AUTOSEL 5.12 15/37] um: Disable CONFIG_GCOV with MODULES

[PATCH] um: add 2 missing libs to fix various build errors
 2021-05-12  7:46 UTC  (5+ messages)

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)

[PATCH 1/1] um: fix error return code in winch_tramp()
 2021-05-08  9:13 UTC  (2+ messages)

[PATCH 1/1] um: fix error return code in slip_open()
 2021-05-08  9:13 UTC  (2+ messages)

Potential races in SIGIO vs Epoll order
 2021-05-05 16:34 UTC  (3+ messages)

UML Wiki
 2021-05-05 13:10 UTC  (3+ messages)

[GIT PULL] UML changes for 5.13
 2021-05-05  1:17 UTC  (2+ messages)

Race between SIGIO and epoll from SMP host
 2021-04-22 11:27 UTC  (10+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox