linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-26 17:13:34 to 2020-08-17 09:16:12 UTC [more...]

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-08-17  9:16 UTC  (18+ messages)
` [PATCH] block: "
` [PATCH] char: ipmi: "
` [PATCH] driver: hv: "
` [PATCH] drivers: atm: "
` [PATCH] drivers: ntb: "
` [PATCH] drivers: rapidio: "
` [PATCH] drivers: s390: "
` [PATCH] drivers: vme: "
` [PATCH] drm: i915: "
` [PATCH] firewire: ohci: "
` [PATCH 1/2] hsi: nokia-modem: "
` [PATCH] input: serio: "
` [PATCH 1/2] mailbox: bcm: "
` [PATCH 1/2] memstick: jmb38x: "
` [PATCH 1/2] misc: ibmvmc: "
` [PATCH] net: atm: convert tasklets callbacks to use from_tasklet()
` [PATCH] platform: goldfish: convert tasklets to use new tasklet_setup() API

[PATCH] uml - fix incorrect assumptions about max pid length
 2020-08-07 19:32 UTC 

[PATCH v5 00/12] kunit: create a centralized executor to dispatch all KUnit tests
 2020-08-04 20:18 UTC  (30+ messages)
` [PATCH v5 01/12] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v5 02/12] arch: arm64: "
` [PATCH v5 03/12] arch: microblaze: "
` [PATCH v5 04/12] arch: powerpc: "
` [PATCH v5 05/12] arch: um: "
` [PATCH v5 06/12] arch: xtensa: "
` [PATCH v5 07/12] kunit: test: create a single centralized executor for all tests
` [PATCH v5 08/12] init: main: add KUnit to kernel init
` [PATCH v5 09/12] kunit: test: add test plan to KUnit TAP format
` [PATCH v5 10/12] kunit: Add 'kunit_shutdown' option
` [PATCH v5 11/12] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [PATCH v5 12/12] Documentation: kunit: add a brief blurb about kunit_test_suite

[PATCH -next] um: Remove redundant NULL check
 2020-07-30  2:29 UTC 

[PATCH 21/24] um: use asm-generic/mmu_context.h for no-op implementations
 2020-07-28  3:34 UTC 

[RFC PATCH] platform: ioremap: Build iomap functions even without HAS_IOMEM
 2020-07-23  8:41 UTC  (3+ messages)

[PATCH -next] um: Remove redundant NULL check
 2020-07-23  3:15 UTC 

Build regressions/improvements in v5.8-rc6
 2020-07-20 17:20 UTC  (2+ messages)

[PATCH v3 0/3] um: allow static linking for non-glibc libc implementations
 2020-07-19 21:03 UTC  (6+ messages)
` [PATCH v3 1/3] um/kconfig: introduce CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS
` [PATCH v3 2/3] um: some fixes to build UML with musl
` [PATCH v3 3/3] um: allow static linking for non-glibc implementations

[PATCH v4 0/3] um: allow static linking for non-glibc libc implementations
 2020-07-19 21:02 UTC  (4+ messages)
` [PATCH v4 1/3] um/kconfig: introduce CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS
` [PATCH v4 2/3] um: some fixes to build UML with musl
` [PATCH v4 3/3] um: allow static linking for non-glibc implementations

[PATCH v2 0/3] um: allow static linking for non-glibc libc implementations
 2020-07-15  9:30 UTC  (13+ messages)
` [PATCH v2 1/3] um/kconfig: introduce CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS
` [PATCH v2 2/3] um: some fixes to build UML with musl
` [PATCH v2 3/3] um: allow static linking for non-glibc implementations

[PATCH] Replace HTTP links with HTTPS ones: user-mode Linux
 2020-07-07 20:37 UTC  (2+ messages)

[PATCH 16/17] arch: remove HAVE_COPY_THREAD_TLS
 2020-07-04 16:10 UTC  (12+ messages)
` [PATCH 17/17] arch: rename copy_thread_tls() back to copy_thread()

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-07-02 21:46 UTC  (20+ messages)
` [PATCH 1/8] mm: remove unneeded includes "
` [PATCH 2/8] opeinrisc: switch to generic version of pte allocation
` [PATCH 3/8] xtensa: "
` [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()
` [PATCH 7/8] mm: move lib/ioremap.c to mm/
` [PATCH 8/8] mm: move p?d_alloc_track to separate header file
` [PATCH 9/8] mm: Account PMD tables like PTE tables

[RFC v4 00/25] Unifying LKL into UML
 2020-07-02 14:07 UTC  (23+ messages)
` [RFC v5 00/21] "
  ` [RFC v5 01/21] um: split build in kernel and host parts
  ` [RFC v5 02/21] um: add os init and exit calls
  ` [RFC v5 03/21] um: move arch/um/os-Linux dir to tools/um/uml
  ` [RFC v5 04/21] um: host: implement os_initcalls and os_exitcalls
  ` [RFC v5 05/21] um: move arch/x86/um/os-Linux to tools/um/uml/
  ` [RFC v5 06/21] scritps: um: suppress warnings if SRCARCH=um
  ` [RFC v5 07/21] um: extend arch_switch_to for alternate SUBARCH
  ` [RFC v5 08/21] um: add nommu mode for UML library mode
  ` [RFC v5 09/21] um: nommu: host interface
  ` [RFC v5 10/21] um: nommu: memory handling
  ` [RFC v5 11/21] um: nommu: kernel thread support
  ` [RFC v5 12/21] um: nommu: system call interface and application API
  ` [RFC v5 13/21] um: nommu: basic console support
  ` [RFC v5 14/21] um: nommu: initialization and cleanup
  ` [RFC v5 15/21] um: nommu: integrate with irq infrastructure of UML
  ` [RFC v5 16/21] um: nommu: plug in the build system
  ` [RFC v5 17/21] um: host: add nommu build for ARCH=um
  ` [RFC v5 18/21] um: host: add utilities functions
  ` [RFC v5 19/21] um: host: posix host operations
  ` [RFC v5 20/21] um: host: add test programs
  ` [RFC v5 21/21] um: nommu: add block device support of UML

[RFC PATCH] Revert "um: Make CONFIG_STATIC_LINK actually static"
 2020-06-30 23:11 UTC  (3+ messages)

[PATCH] virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
 2020-06-28  6:20 UTC  (2+ messages)

[PATCH v4 00/11] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-26 21:10 UTC  (14+ messages)
` [PATCH v4 01/11] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v4 02/11] arch: arm64: "
` [PATCH v4 03/11] arch: microblaze: "
` [PATCH v4 04/11] arch: powerpc: "
` [PATCH v4 05/11] arch: um: "
` [PATCH v4 06/11] arch: xtensa: "
` [PATCH v4 07/11] kunit: test: create a single centralized executor for all tests
` [PATCH v4 08/11] init: main: add KUnit to kernel init
` [PATCH v4 09/11] kunit: test: add test plan to KUnit TAP format
` [PATCH v4 10/11] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [PATCH v4 11/11] Documentation: kunit: add a brief blurb about kunit_test_suite

[PATCH v2 1/2] virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
 2020-06-25  6:50 UTC  (2+ messages)

[PATCH v3 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-24 20:48 UTC  (7+ messages)
` [PATCH v3 4/7] init: main: add KUnit to kernel init

Your message to linux-um awaits moderator approval
 2020-06-23  7:38 UTC 

Your message to linux-um awaits moderator approval
 2020-06-23  7:37 UTC 

mmotm 2020-06-20-21-36 uploaded (lkdtm/bugs.c)
 2020-06-22 22:00 UTC 

[PATCH] um: vector: Use GFP_ATOMIC under spin lock
 2020-06-19  5:20 UTC 

[PATCH AUTOSEL 5.7 191/388] um: do not evaluate compiler's library path when cleaning
 2020-06-18  1:04 UTC 

[PATCH 01/25] mm/um: Fix extra accounting for page fault retries
 2020-06-15 22:15 UTC 

Possible duplicate page fault accounting on some archs after commit 4064b9827063
 2020-06-15 21:34 UTC  (4+ messages)

KASAN: use-after-free Write in fsnotify_detach_connector_from_object
 2020-06-15  7:38 UTC  (4+ messages)
` [PATCH] proc: Use new_inode not new_inode_pseudo

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (4+ messages)

[PATCH] Fix null pointer dereference in vector_user_bpf
 2020-06-14  6:38 UTC  (2+ messages)

[PATCH] Fix null pointer dereference in vector_user_bpf
 2020-06-11  2:40 UTC 

[GIT PULL] UML changes for v5.8
 2020-06-10 20:30 UTC  (2+ messages)

[PATCH] Fix null pointer dereference in vector_user_bpf
 2020-06-10  5:53 UTC  (2+ messages)

[PATCH] um: remove mmap_sem usage from activate_mm()
 2020-06-04 11:37 UTC 

[PATCH] um: change sigio_spinlock to a mutex
 2020-06-04 11:23 UTC 

Fwd: How to avoid a lot of './arch/um/include/uapi: No such file or directory' warnings
 2020-06-02  9:28 UTC 

clean up and streamline probe_kernel_* and friends v4
 2020-05-28 17:06 UTC  (11+ messages)
` [PATCH 10/23] maccess: unify the probe kernel arch hooks
` [PATCH 12/23] bpf: handle the compat string in bpf_trace_copy_string better

[PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
 2020-05-27 13:45 UTC  (6+ messages)
` [PATCH] media: omap3isp: Shuffle cacheflush.h and include mm.h

[PATCH v2 00/20] mm: rework free_area_init*() funcitons
 2020-05-26 17:15 UTC  (5+ messages)
` [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs


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).