linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-29 23:06:27 to 2025-01-03 03:55:24 UTC [more...]

[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-03  3:53 UTC  (22+ messages)
` [PATCH v4 01/15] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v4 03/15] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
` [PATCH v4 05/15] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v4 08/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v4 09/15] arm64: "
` [PATCH v4 10/15] riscv: "
` [PATCH v4 11/15] x86: "
` [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v4 14/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()

[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
 2025-01-03  2:06 UTC  (11+ messages)
` [PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH 2/8] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
` [PATCH 4/8] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH 5/8] module: introduce MODULE_STATE_GONE
` [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
` [PATCH 7/8] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH 8/8] module: drop unused module_writable_address()

[PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-30  5:01 UTC  (24+ messages)
` [PATCH v3 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v3 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v3 04/17] mm: pgtable: add statistics for P4D level page table
` [PATCH v3 05/17] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v3 06/17] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v3 07/17] mm: pgtable: introduce pagetable_dtor()
` [PATCH v3 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v3 09/17] arm64: "
` [PATCH v3 10/17] riscv: "
` [PATCH v3 11/17] x86: "
` [PATCH v3 12/17] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v3 13/17] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v3 14/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
` [PATCH v3 16/17] mm: pgtable: remove tlb_remove_ptdesc()
` [PATCH v3 17/17] mm: pgtable: introduce generic pagetable_dtor_free()

[PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-23  7:58 UTC  (5+ messages)

[PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22 10:23 UTC  (5+ messages)

[PATCH v5] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  3:03 UTC 

[PATCH v4] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  1:26 UTC 

[PATCH v2] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  0:52 UTC  (3+ messages)

[PATCH v3] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-21 10:50 UTC 

[PATCH] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-21  9:59 UTC  (3+ messages)

[PATCH 00/10] Account page tables at all levels
 2024-12-20 19:31 UTC  (22+ messages)
` [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
` [PATCH 02/10] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH 03/10] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH 04/10] s390/mm: Add calls to pagetable_pud_[cd]tor
` [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH 06/10] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH 07/10] mm: Introduce ctor/dtor at P4D level
` [PATCH 08/10] ARM: mm: Rename PGD helpers
` [PATCH 09/10] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH 10/10] mm: Introduce ctor/dtor at PGD level

[PATCH] hostfs: Convert to writepages
 2024-12-20  5:14 UTC 

[PATCH v1] kbuild: Allow building of samples with UML
 2024-12-18 11:51 UTC 

[PATCH v5 00/13] nommu UML
 2024-12-18  5:13 UTC  (21+ messages)
` [PATCH v5 01/13] x86/um: clean up elf specific definitions
` [PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
` [PATCH v5 03/13] um: decouple MMU specific code from the common part
` [PATCH v5 04/13] um: nommu: memory handling
` [PATCH v5 05/13] x86/um: nommu: syscall handling
` [PATCH v5 06/13] um: nommu: seccomp syscalls hook
` [PATCH v5 07/13] x86/um: nommu: process/thread handling
` [PATCH v5 08/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v5 09/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v5 10/13] x86/um: nommu: signal handling
` [PATCH v5 11/13] um: change machine name for uname output
` [PATCH v5 12/13] um: nommu: add documentation of nommu UML
` [PATCH v5 13/13] um: nommu: plug nommu code into build system

[PATCH] um: rtc: use RTC time when calculating the alarm
 2024-12-17 20:49 UTC 

[PATCH 0/3] KASAN fix for arch_dup_task_struct (x86, um)
 2024-12-17 20:27 UTC  (4+ messages)
` [PATCH 1/3] vmlinux.lds.h: remove entry to place init_task onto init_stack
` [PATCH 2/3] um: avoid copying FP state from init_task
` [PATCH 3/3] x86: avoid copying dynamic "

[PATCH v5] um: switch to regset API and depend on XSTATE
 2024-12-16 20:06 UTC  (11+ messages)

[PATCH v4 00/13] nommu UML
 2024-12-12  2:00 UTC  (15+ messages)
` [PATCH v4 01/13] x86/um: clean up elf specific definitions
` [PATCH v4 02/13] x86/um: nommu: elf loader for fdpic
` [PATCH v4 03/13] um: decouple MMU specific code from the common part
` [PATCH v4 04/13] um: nommu: memory handling
` [PATCH v4 05/13] x86/um: nommu: syscall handling
` [PATCH v4 06/13] um: nommu: seccomp syscalls hook
` [PATCH v4 07/13] x86/um: nommu: process/thread handling
` [PATCH v4 08/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v4 09/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v4 10/13] x86/um: nommu: signal handling
` [PATCH v4 11/13] um: change machine name for uname output
` [PATCH v4 12/13] um: nommu: add documentation of nommu UML
` [PATCH v4 13/13] um: nommu: plug nommu code into build system

[PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH v3 00/13] nommu UML
 2024-12-08 10:15 UTC  (2+ messages)

um linux: no previous prototype for ‘ioread64_lo_hi’ and friends
 2024-12-06 16:54 UTC  (2+ messages)

[PATCH 6.6 143/676] um: Unconditionally call unflatten_device_tree()
 2024-12-06 14:29 UTC 

[RFC PATCH v2 00/13] nommu UML
 2024-12-06  2:51 UTC  (40+ messages)
` [RFC PATCH v2 10/13] x86/um: nommu: signal handling
` [PATCH v3 00/13] nommu UML
  ` [PATCH v3 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
  ` [PATCH v3 02/13] x86/um: nommu: elf loader for fdpic
  ` [PATCH v3 03/13] um: nommu: memory handling
  ` [PATCH v3 04/13] x86/um: nommu: syscall handling
  ` [PATCH v3 05/13] x86/um: nommu: syscall translation by zpoline
  ` [PATCH v3 06/13] um: nommu: syscalls handler from userspace by seccomp filter
  ` [PATCH v3 07/13] x86/um: nommu: process/thread handling
  ` [PATCH v3 08/13] um: nommu: configure fs register on host syscall invocation
  ` [PATCH v3 09/13] x86/um/vdso: nommu: vdso memory update
  ` [PATCH v3 10/13] x86/um: nommu: signal handling
  ` [PATCH v3 11/13] um: change machine name for uname output
  ` [PATCH v3 12/13] um: nommu: add documentation of nommu UML
  ` [PATCH v3 13/13] um: nommu: plug nommu code into build system

[PATCH v4 1/1] exec: seal system mappings
 2024-12-04 18:24 UTC  (3+ messages)

[PATCH] um: add back support for FXSAVE registers
 2024-12-04  7:48 UTC 

[GIT PULL] UML changes for v6.13-rc1
 2024-11-30 18:38 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).