linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-13 00:07:30 to 2023-05-25 18:17:31 UTC [more...]

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-25 18:17 UTC  (49+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v2 04/34] pgtable: Create struct ptdesc
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v2 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v2 08/34] mm: Convert ptlock_ptr() "
` [PATCH v2 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v2 10/34] mm: Convert ptlock_init() "
` [PATCH v2 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v2 12/34] mm: Convert ptlock_free() "
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v2 15/34] x86: "
` [PATCH v2 16/34] s390: Convert various gmap "
` [PATCH v2 17/34] s390: Convert various pgalloc "
` [PATCH v2 18/34] mm: Remove page table members from struct page
` [PATCH v2 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v2 20/34] arm: "
` [PATCH v2 21/34] arm64: "
` [PATCH v2 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v2 23/34] hexagon: "
` [PATCH v2 24/34] loongarch: Convert various functions "
` [PATCH v2 25/34] m68k: "
` [PATCH v2 26/34] mips: "
` [PATCH v2 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v2 28/34] openrisc: "
` [PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v2 30/34] sh: Convert pte_free_tlb() "
` [PATCH v2 31/34] sparc64: Convert various functions "
` [PATCH v2 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v2 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

Building UML with ASan on x86
 2023-05-24 15:46 UTC 

[PATCH] mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
 2023-05-24 14:27 UTC  (6+ messages)

[GIT PULL] UML fix for v6.4-rc3
 2023-05-21 21:04 UTC  (2+ messages)

[PATCH 4.19 007/191] IMA: allow/fix UML builds
 2023-05-16  9:18 UTC  (3+ messages)

[PATCH 5.4 009/282] IMA: allow/fix UML builds
 2023-05-15 16:26 UTC 

[PATCH 5.10 017/381] IMA: allow/fix UML builds
 2023-05-15 16:24 UTC 

[PATCH 4.14 005/116] IMA: allow/fix UML builds
 2023-05-15 16:25 UTC 

Build regressions/improvements in v6.4-rc1
 2023-05-08 15:46 UTC  (4+ messages)

[PATCH 5.15 015/371] IMA: allow/fix UML builds
 2023-05-08  9:43 UTC 

[PATCH 6.3 009/694] IMA: allow/fix UML builds
 2023-05-08  9:37 UTC 

[PATCH 6.1 029/611] IMA: allow/fix UML builds
 2023-05-08  9:37 UTC 

[PATCH 6.2 030/663] IMA: allow/fix UML builds
 2023-05-08  9:37 UTC 

Patch "IMA: allow/fix UML builds" has been added to the 6.3-stable tree
 2023-05-06  2:18 UTC 

Patch "IMA: allow/fix UML builds" has been added to the 6.2-stable tree
 2023-05-06  2:18 UTC 

Patch "IMA: allow/fix UML builds" has been added to the 6.1-stable tree
 2023-05-06  2:18 UTC 

Patch "IMA: allow/fix UML builds" has been added to the 5.15-stable tree
 2023-05-06  2:18 UTC 

Patch "IMA: allow/fix UML builds" has been added to the 5.10-stable tree
 2023-05-06  2:18 UTC 

Patch "IMA: allow/fix UML builds" has been added to the 5.4-stable tree
 2023-05-06  2:18 UTC 

Patch "IMA: allow/fix UML builds" has been added to the 4.19-stable tree
 2023-05-06  2:18 UTC 

Patch "IMA: allow/fix UML builds" has been added to the 4.14-stable tree
 2023-05-06  2:18 UTC 

[linux-next:master] BUILD REGRESSION 145e5cddfe8b4bf607510b2dcf630d95f4db420f
 2023-05-05 11:12 UTC  (2+ messages)

[GIT PULL] UML changes for v6.4
 2023-05-04  3:13 UTC  (2+ messages)

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-05-03 11:06 UTC  (4+ messages)

Document new xattrperm flag
 2023-04-25 17:11 UTC  (17+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] hostfs: store permissions in extended attributes
  ` [PATCH v2 "
` [PATCH v3 "

[PATCH] um: harddog: fix modular build
 2023-04-25  8:38 UTC 

[linux-next:master] BUILD REGRESSION 3b85b9b39960c08f29fa91b8d984d055dde6017e
 2023-04-25  6:14 UTC 

[PATCH 00/33] Split ptdesc from struct page
 2023-04-20 23:32 UTC  (43+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 02/33] s390: Use pt_frag_refcount for pagetables
` [PATCH 03/33] pgtable: Create struct ptdesc
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "
` [PATCH 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH 07/33] mm: Convert ptlock_ptr() "
` [PATCH 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH 09/33] mm: Convert ptlock_init() "
` [PATCH 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH 11/33] mm: Convert ptlock_free() "
` [PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH 14/33] x86: "
` [PATCH 15/33] s390: Convert various gmap "
` [PATCH 16/33] s390: Convert various pgalloc "
` [PATCH 17/33] mm: Remove page table members from struct page
` [PATCH 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH 19/33] arm: "
` [PATCH 20/33] arm64: "
` [PATCH 21/33] csky: Convert __pte_free_tlb() "
` [PATCH 22/33] hexagon: "
` [PATCH 23/33] loongarch: Convert various functions "
` [PATCH 24/33] m68k: "
` [PATCH 25/33] mips: "
` [PATCH 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH 27/33] openrisc: "
` [PATCH 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH 29/33] sh: Convert pte_free_tlb() "
` [PATCH 30/33] sparc64: Convert various functions "
` [PATCH 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

Build regressions/improvements in v6.3-rc6
 2023-04-10  9:28 UTC 

Build regressions/improvements in v6.3-rc7
 2023-04-17  7:18 UTC 

[PATCH v3] UML: pata_cs5536: fix build for X86_32 UML with TRACEPOINTS
 2023-04-16  9:43 UTC  (6+ messages)

[PATCH] um: make stub data pages size tweakable
 2023-04-14 13:46 UTC 

[GIT PULL] UML fix for v6.3-rc7
 2023-04-10 21:21 UTC  (2+ messages)

(no subject)
 2023-04-10  7:51 UTC 

[PATCH] rust: sort uml documentation arch support table
 2023-04-06 21:11 UTC  (2+ messages)

[PATCH] arch:um: Only disable SSE on clang to work around old GCC bugs
 2023-04-04  7:59 UTC  (7+ messages)

Running KUnit using the wrapper script
 2023-03-25 12:39 UTC  (3+ messages)

[PATCH v3 01/38] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-03-23 13:23 UTC  (7+ messages)

[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
 2023-03-21 20:56 UTC  (27+ messages)
` [PATCH 2/8] of: Enable DTB loading on UML for KUnit tests
` [PATCH 3/8] kunit: Add test managed platform_device/driver APIs
` [PATCH 4/8] clk: Add test managed clk provider/consumer APIs

Cannot compile UML in Ubuntu 20.04.5 anymore
 2023-03-17 16:58 UTC  (2+ messages)

[RFC PATCH v2] hostfs: handle idmapped mounts
 2023-03-16 10:37 UTC  (6+ messages)

[PATCH v4 26/36] um: Implement the new page table range API
 2023-03-15 10:12 UTC  (2+ messages)

[PATCH] IMA: allow/fix UML builds
 2023-03-14 21:23 UTC  (4+ messages)

First quarter procurement order/enquiry
 2023-03-13 17:30 UTC 

[PATCH v2] UML: pata_cs5536: fix build for X86_32 UML with TRACEPOINTS
 2023-03-13  0:07 UTC  (2+ messages)


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