Messages by Date
-
2024/12/30
[PATCH v4 14/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
Qi Zheng
-
2024/12/30
[PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()
Qi Zheng
-
2024/12/30
[PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
Qi Zheng
-
2024/12/30
[PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D level page table
Qi Zheng
-
2024/12/30
[PATCH v4 03/15] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
Qi Zheng
-
2024/12/30
[PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
-
2024/12/30
[PATCH v4 01/15] Revert "mm: pgtable: make ptlock be freed by RCU"
Qi Zheng
-
2024/12/30
[PATCH v4 08/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
-
2024/12/30
[PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
Qi Zheng
-
2024/12/30
[PATCH v4 05/15] arm64: pgtable: use mmu gather to free p4d level page table
Qi Zheng
-
2024/12/30
[PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
Qi Zheng
-
2024/12/30
[PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Qi Zheng
-
2024/12/30
[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
Qi Zheng
-
2024/12/29
Re: [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
Qi Zheng
-
2024/12/29
Re: [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
Andrew Morton
-
2024/12/29
Re: [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
Qi Zheng
-
2024/12/28
Re: [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
Mike Rapoport
-
2024/12/27
Re: [PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Qi Zheng
-
2024/12/27
Re: [PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Palmer Dabbelt
-
2024/12/26
[PATCH 8/8] module: drop unused module_writable_address()
Mike Rapoport
-
2024/12/26
[PATCH 4/8] execmem: add API for temporal remapping as RW and restoring ROX afterwards
Mike Rapoport
-
2024/12/26
[PATCH 7/8] Revert "x86/module: prepare module loading for ROX allocations of text"
Mike Rapoport
-
2024/12/26
[PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
Mike Rapoport
-
2024/12/26
[PATCH 5/8] module: introduce MODULE_STATE_GONE
Mike Rapoport
-
2024/12/26
[PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
Mike Rapoport
-
2024/12/26
[PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
Mike Rapoport
-
2024/12/26
[PATCH 2/8] x86/mm/pat: drop duplicate variable in cpa_flush()
Mike Rapoport
-
2024/12/26
[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
Mike Rapoport
-
2024/12/23
[PATCH v3 07/17] mm: pgtable: introduce pagetable_dtor()
Qi Zheng
-
2024/12/23
[PATCH v3 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
-
2024/12/23
[PATCH v3 04/17] mm: pgtable: add statistics for P4D level page table
Qi Zheng
-
2024/12/23
[PATCH v3 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
Qi Zheng
-
2024/12/23
[PATCH v3 17/17] mm: pgtable: introduce generic pagetable_dtor_free()
Qi Zheng
-
2024/12/23
[PATCH v3 16/17] mm: pgtable: remove tlb_remove_ptdesc()
Qi Zheng
-
2024/12/23
[PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
Qi Zheng
-
2024/12/23
[PATCH v3 14/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
Qi Zheng
-
2024/12/23
[PATCH v3 13/17] mm: pgtable: introduce generic __tlb_remove_table()
Qi Zheng
-
2024/12/23
[PATCH v3 12/17] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table()
Qi Zheng
-
2024/12/23
[PATCH v3 11/17] x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
-
2024/12/23
[PATCH v3 09/17] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
-
2024/12/23
[PATCH v3 10/17] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
-
2024/12/23
[PATCH v3 06/17] s390: pgtable: add statistics for PUD and P4D level page table
Qi Zheng
-
2024/12/23
[PATCH v3 05/17] arm64: pgtable: use mmu gather to free p4d level page table
Qi Zheng
-
2024/12/23
[PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Qi Zheng
-
2024/12/23
[PATCH v3 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
Qi Zheng
-
2024/12/23
[PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table()
Qi Zheng
-
2024/12/23
Re: [PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
Borislav Petkov
-
2024/12/22
Re: [PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
Weikang Guo
-
2024/12/22
Re: [PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
Xi Ruoyao
-
2024/12/22
Re: [PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
Mike Rapoport
-
2024/12/22
[PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
Guo Weikang
-
2024/12/22
Re: [PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
Weikang Guo
-
2024/12/22
Re: [PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
Mike Rapoport
-
2024/12/21
Re: [PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
Weikang Guo
-
2024/12/21
Re: [PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
Xi Ruoyao
-
2024/12/21
[PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
Guo Weikang
-
2024/12/21
[PATCH v5] mm/memblock: Add memblock_alloc_or_panic interface
Guo Weikang
-
2024/12/21
[PATCH v4] mm/memblock: Add memblock_alloc_or_panic interface
Guo Weikang
-
2024/12/21
Re: [PATCH v2] mm/memblock: Add memblock_alloc_or_panic interface
Weikang Guo
-
2024/12/21
Re: [PATCH v2] mm/memblock: Add memblock_alloc_or_panic interface
Geert Uytterhoeven
-
2024/12/21
[PATCH v3] mm/memblock: Add memblock_alloc_or_panic interface
Guo Weikang
-
2024/12/21
[PATCH v2] mm/memblock: Add memblock_alloc_or_panic interface
Guo Weikang
-
2024/12/21
Re: [PATCH] mm/memblock: Add memblock_alloc_or_panic interface
Weikang Guo
-
2024/12/20
Re: [PATCH] mm/memblock: Add memblock_alloc_or_panic interface
Andrew Morton
-
2024/12/20
Re: [PATCH 00/10] Account page tables at all levels
Dave Hansen
-
2024/12/20
Re: [PATCH 00/10] Account page tables at all levels
Dave Hansen
-
2024/12/20
Re: [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
Qi Zheng
-
2024/12/20
Re: [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
Kevin Brodsky
-
2024/12/20
Re: [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
Qi Zheng
-
2024/12/20
Re: [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
Kevin Brodsky
-
2024/12/20
Re: [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
Qi Zheng
-
2024/12/20
Re: [PATCH 00/10] Account page tables at all levels
Kevin Brodsky
-
2024/12/20
Re: [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
Kevin Brodsky
-
2024/12/20
[PATCH] mm/memblock: Add memblock_alloc_or_panic interface
Guo Weikang
-
2024/12/19
[PATCH] hostfs: Convert to writepages
Matthew Wilcox (Oracle)
-
2024/12/19
[PATCH 10/10] mm: Introduce ctor/dtor at PGD level
Kevin Brodsky
-
2024/12/19
[PATCH 02/10] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
Kevin Brodsky
-
2024/12/19
[PATCH 04/10] s390/mm: Add calls to pagetable_pud_[cd]tor
Kevin Brodsky
-
2024/12/19
Re: [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
Peter Zijlstra
-
2024/12/19
Re: [PATCH 00/10] Account page tables at all levels
Dave Hansen
-
2024/12/19
[PATCH 09/10] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
Kevin Brodsky
-
2024/12/19
[PATCH 08/10] ARM: mm: Rename PGD helpers
Kevin Brodsky
-
2024/12/19
[PATCH 07/10] mm: Introduce ctor/dtor at P4D level
Kevin Brodsky
-
2024/12/19
[PATCH 06/10] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
Kevin Brodsky
-
2024/12/19
[PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Kevin Brodsky
-
2024/12/19
[PATCH 03/10] m68k: mm: Add calls to pagetable_pmd_[cd]tor
Kevin Brodsky
-
2024/12/19
[PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
Kevin Brodsky
-
2024/12/19
[PATCH 00/10] Account page tables at all levels
Kevin Brodsky
-
2024/12/18
[PATCH v1] kbuild: Allow building of samples with UML
Mickaël Salaün
-
2024/12/17
Re: [PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
Kees Cook
-
2024/12/17
[PATCH] um: rtc: use RTC time when calculating the alarm
Benjamin Berg
-
2024/12/17
[PATCH 1/3] vmlinux.lds.h: remove entry to place init_task onto init_stack
Benjamin Berg
-
2024/12/17
[PATCH 2/3] um: avoid copying FP state from init_task
Benjamin Berg
-
2024/12/17
[PATCH 0/3] KASAN fix for arch_dup_task_struct (x86, um)
Benjamin Berg
-
2024/12/17
[PATCH 3/3] x86: avoid copying dynamic FP state from init_task
Benjamin Berg
-
2024/12/16
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
Brian Norris
-
2024/12/14
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
Benjamin Berg
-
2024/12/13
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
Benjamin Berg
-
2024/12/13
Re: [PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
Hajime Tazaki
-
2024/12/13
Re: [PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
Eric W. Biederman
-
2024/12/13
Re: [PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
Hajime Tazaki
-
2024/12/13
Re: [PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
Eric W. Biederman
-
2024/12/13
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
Brian Norris
-
2024/12/12
Re: [PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
Hajime Tazaki
-
2024/12/12
Re: [PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
Eric W. Biederman
-
2024/12/12
[PATCH v5 03/13] um: decouple MMU specific code from the common part
Hajime Tazaki
-
2024/12/12
[PATCH v5 04/13] um: nommu: memory handling
Hajime Tazaki
-
2024/12/12
[PATCH v5 08/13] um: nommu: configure fs register on host syscall invocation
Hajime Tazaki
-
2024/12/12
[PATCH v5 01/13] x86/um: clean up elf specific definitions
Hajime Tazaki
-
2024/12/12
[PATCH v5 05/13] x86/um: nommu: syscall handling
Hajime Tazaki
-
2024/12/12
[PATCH v5 10/13] x86/um: nommu: signal handling
Hajime Tazaki
-
2024/12/12
[PATCH v5 06/13] um: nommu: seccomp syscalls hook
Hajime Tazaki
-
2024/12/12
[PATCH v5 11/13] um: change machine name for uname output
Hajime Tazaki
-
2024/12/12
[PATCH v5 13/13] um: nommu: plug nommu code into build system
Hajime Tazaki
-
2024/12/12
[PATCH v5 12/13] um: nommu: add documentation of nommu UML
Hajime Tazaki
-
2024/12/12
[PATCH v5 00/13] nommu UML
Hajime Tazaki
-
2024/12/12
[PATCH v5 07/13] x86/um: nommu: process/thread handling
Hajime Tazaki
-
2024/12/12
[PATCH v5 09/13] x86/um/vdso: nommu: vdso memory update
Hajime Tazaki
-
2024/12/12
[PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
Hajime Tazaki
-
2024/12/11
Re: [PATCH v4 10/13] x86/um: nommu: signal handling
Hajime Tazaki
-
2024/12/11
Re: [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
patchwork-bot+linux-riscv
-
2024/12/08
[PATCH v4 01/13] x86/um: clean up elf specific definitions
Hajime Tazaki
-
2024/12/08
[PATCH v4 11/13] um: change machine name for uname output
Hajime Tazaki
-
2024/12/08
[PATCH v4 10/13] x86/um: nommu: signal handling
Hajime Tazaki
-
2024/12/08
[PATCH v4 13/13] um: nommu: plug nommu code into build system
Hajime Tazaki
-
2024/12/08
[PATCH v4 12/13] um: nommu: add documentation of nommu UML
Hajime Tazaki
-
2024/12/08
[PATCH v4 05/13] x86/um: nommu: syscall handling
Hajime Tazaki
-
2024/12/08
[PATCH v4 08/13] um: nommu: configure fs register on host syscall invocation
Hajime Tazaki
-
2024/12/08
[PATCH v4 09/13] x86/um/vdso: nommu: vdso memory update
Hajime Tazaki
-
2024/12/08
[PATCH v4 07/13] x86/um: nommu: process/thread handling
Hajime Tazaki
-
2024/12/08
[PATCH v4 06/13] um: nommu: seccomp syscalls hook
Hajime Tazaki
-
2024/12/08
[PATCH v4 04/13] um: nommu: memory handling
Hajime Tazaki
-
2024/12/08
[PATCH v4 03/13] um: decouple MMU specific code from the common part
Hajime Tazaki
-
2024/12/08
[PATCH v4 02/13] x86/um: nommu: elf loader for fdpic
Hajime Tazaki
-
2024/12/08
[PATCH v4 00/13] nommu UML
Hajime Tazaki
-
2024/12/08
Re: [PATCH v3 00/13] nommu UML
Hajime Tazaki
-
2024/12/08
[PATCH v3 00/13] nommu UML
Hajime Tazaki
-
2024/12/06
Re: um linux: no previous prototype for ‘ioread64_lo_hi’ and friends
Arnd Bergmann
-
2024/12/06
[PATCH 6.6 143/676] um: Unconditionally call unflatten_device_tree()
Greg Kroah-Hartman
-
2024/12/05
Re: [PATCH v3 06/13] um: nommu: syscalls handler from userspace by seccomp filter
Hajime Tazaki
-
2024/12/05
Re: [PATCH v3 07/13] x86/um: nommu: process/thread handling
Hajime Tazaki
-
2024/12/05
Re: [PATCH v3 08/13] um: nommu: configure fs register on host syscall invocation
Hajime Tazaki
-
2024/12/05
Re: [PATCH v3 07/13] x86/um: nommu: process/thread handling
Johannes Berg
-
2024/12/05
Re: [PATCH v3 07/13] x86/um: nommu: process/thread handling
Hajime Tazaki
-
2024/12/05
Re: [PATCH v3 06/13] um: nommu: syscalls handler from userspace by seccomp filter
Johannes Berg
-
2024/12/05
Re: [PATCH v3 06/13] um: nommu: syscalls handler from userspace by seccomp filter
Hajime Tazaki
-
2024/12/05
Re: [PATCH v3 02/13] x86/um: nommu: elf loader for fdpic
Hajime Tazaki
-
2024/12/05
Re: [PATCH v3 05/13] x86/um: nommu: syscall translation by zpoline
Hajime Tazaki
-
2024/12/05
Re: [PATCH v3 03/13] um: nommu: memory handling
Hajime Tazaki
-
2024/12/05
Re: [PATCH v3 04/13] x86/um: nommu: syscall handling
Hajime Tazaki
-
2024/12/05
Re: [PATCH v3 00/13] nommu UML
Hajime Tazaki
-
2024/12/05
um linux: no previous prototype for ‘ioread64_lo_hi’ and friends
Jani Nikula
-
2024/12/04
Re: [PATCH v3 08/13] um: nommu: configure fs register on host syscall invocation
Geert Uytterhoeven
-
2024/12/04
Re: [PATCH v4 1/1] exec: seal system mappings
Benjamin Berg
-
2024/12/04
Re: [PATCH v3 06/13] um: nommu: syscalls handler from userspace by seccomp filter
kernel test robot
-
2024/12/04
Re: [PATCH v4 1/1] exec: seal system mappings
Jeff Xu
-
2024/12/04
Re: [PATCH v3 08/13] um: nommu: configure fs register on host syscall invocation
Johannes Berg
-
2024/12/04
Re: [PATCH v3 07/13] x86/um: nommu: process/thread handling
Johannes Berg
-
2024/12/04
Re: [PATCH v3 06/13] um: nommu: syscalls handler from userspace by seccomp filter
Johannes Berg
-
2024/12/04
Re: [PATCH v3 05/13] x86/um: nommu: syscall translation by zpoline
Johannes Berg
-
2024/12/04
Re: [PATCH v3 04/13] x86/um: nommu: syscall handling
Johannes Berg
-
2024/12/04
Re: [PATCH v3 03/13] um: nommu: memory handling
Johannes Berg
-
2024/12/04
Re: [PATCH v3 02/13] x86/um: nommu: elf loader for fdpic
Johannes Berg
-
2024/12/04
Re: [PATCH v3 00/13] nommu UML
Johannes Berg
-
2024/12/04
Re: [PATCH v4 1/1] exec: seal system mappings
Benjamin Berg
-
2024/12/03
[PATCH] um: add back support for FXSAVE registers
Benjamin Berg
-
2024/12/03
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
SeongJae Park
-
2024/12/03
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
Benjamin Berg
-
2024/12/03
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
SeongJae Park
-
2024/12/03
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
SeongJae Park
-
2024/12/03
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
Benjamin Berg
-
2024/12/02
Re: [PATCH v5] um: switch to regset API and depend on XSTATE
SeongJae Park
-
2024/12/02
[PATCH v3 13/13] um: nommu: plug nommu code into build system
Hajime Tazaki
-
2024/12/02
[PATCH v3 12/13] um: nommu: add documentation of nommu UML
Hajime Tazaki
-
2024/12/02
[PATCH v3 11/13] um: change machine name for uname output
Hajime Tazaki
-
2024/12/02
[PATCH v3 10/13] x86/um: nommu: signal handling
Hajime Tazaki
-
2024/12/02
[PATCH v3 08/13] um: nommu: configure fs register on host syscall invocation
Hajime Tazaki
-
2024/12/02
[PATCH v3 09/13] x86/um/vdso: nommu: vdso memory update
Hajime Tazaki
-
2024/12/02
[PATCH v3 07/13] x86/um: nommu: process/thread handling
Hajime Tazaki
-
2024/12/02
[PATCH v3 06/13] um: nommu: syscalls handler from userspace by seccomp filter
Hajime Tazaki
-
2024/12/02
[PATCH v3 05/13] x86/um: nommu: syscall translation by zpoline
Hajime Tazaki
-
2024/12/02
[PATCH v3 04/13] x86/um: nommu: syscall handling
Hajime Tazaki
-
2024/12/02
[PATCH v3 03/13] um: nommu: memory handling
Hajime Tazaki
-
2024/12/02
[PATCH v3 02/13] x86/um: nommu: elf loader for fdpic
Hajime Tazaki
-
2024/12/02
[PATCH v3 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
Hajime Tazaki
-
2024/12/02
[PATCH v3 00/13] nommu UML
Hajime Tazaki
-
2024/11/30
Re: [RFC PATCH v2 10/13] x86/um: nommu: signal handling
Hajime Tazaki
-
2024/11/30
Re: [GIT PULL] UML changes for v6.13-rc1
pr-tracker-bot
-
2024/11/29
[GIT PULL] UML changes for v6.13-rc1
Richard Weinberger
-
2024/11/28
Re: UML mount failure with Linux 6.11
Johannes Berg
-
2024/11/28
Re: UML mount failure with Linux 6.11
Karel Zak
-
2024/11/28
Re: [RFC PATCH v2 10/13] x86/um: nommu: signal handling
Benjamin Berg
-
2024/11/28
[PATCH 0/9] um: Some minor cleanups
Tiwei Bie
-
2024/11/28
[PATCH 7/9] um: Remove unused PGD_BOUND macro
Tiwei Bie
-
2024/11/28
[PATCH 5/9] um: Mark install_fatal_handler as __init
Tiwei Bie
-
2024/11/28
[PATCH 6/9] um: Mark setup_env_path as __init
Tiwei Bie
-
2024/11/28
[PATCH 8/9] um: Remove unused THREAD_NAME_LEN macro
Tiwei Bie
-
2024/11/28
[PATCH 2/9] um: Mark parse_cache_line as __init
Tiwei Bie
-
2024/11/28
[PATCH 9/9] um: Remove unused user_context function
Tiwei Bie
-
2024/11/28
[PATCH 4/9] um: Mark set_stklim as __init
Tiwei Bie