linux-snps-arc
Thread
Date
Earlier messages
Messages by Date
2025/01/30
Re: [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Sven Schnelle
2025/01/30
Re: [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Dmitry V. Levin
2025/01/30
Re: [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Sven Schnelle
2025/01/29
Re: [PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
Oleg Nesterov
2025/01/28
Re: [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
2025/01/28
Re: [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Dmitry V. Levin
2025/01/28
Re: [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Christophe Leroy
2025/01/28
Re: [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()
Christophe Leroy
2025/01/28
[PATCH v3 3/6] syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
2025/01/28
[PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Dmitry V. Levin
2025/01/28
[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
Dmitry V. Levin
2025/01/22
Re: [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Alexander Gordeev
2025/01/22
Re: [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Alexander Gordeev
2025/01/21
Re: [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Heiko Carstens
2025/01/21
Re: [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Alexander Gordeev
2025/01/17
Re: [PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
H. Peter Anvin
2025/01/17
Re: [PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Eugene Syromyatnikov
2025/01/17
Re: [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
Brendan Jackman
2025/01/16
Re: [PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
H. Peter Anvin
2025/01/16
Re: [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
Borislav Petkov
2025/01/16
Re: [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Borislav Petkov
2025/01/16
Re: [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Brendan Jackman
2025/01/16
Re: [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Borislav Petkov
2025/01/15
Re: [PATCH v2 4/7] syscall.h: introduce syscall_set_nr()
Charlie Jenkins
2025/01/15
Re: [PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Charlie Jenkins
2025/01/15
Re: [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Borislav Petkov
2025/01/14
Re: Fwd: Bug: Potential KCOV Race Condition in __sanitizer_cov_trace_pc Leading to Crash at kcov.c:217
Peter Zijlstra
2025/01/13
Re: [PATCH] ARC: migrate to the generic rule for built-in DTB
Masahiro Yamada
2025/01/13
[PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
Dmitry V. Levin
2025/01/13
[PATCH v2 4/7] syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
2025/01/13
[PATCH v2 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
Dmitry V. Levin
2025/01/10
Re: [PATCH 3/6] syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
2025/01/10
[PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
Brendan Jackman
2025/01/10
[PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
Brendan Jackman
2025/01/10
[PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
Brendan Jackman
2025/01/10
[PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
Brendan Jackman
2025/01/10
[PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
Brendan Jackman
2025/01/10
[PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap data as nonsensitive
Brendan Jackman
2025/01/10
[PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
Brendan Jackman
2025/01/10
[PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
Brendan Jackman
2025/01/10
[PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
Brendan Jackman
2025/01/10
[PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
Brendan Jackman
2025/01/10
[PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
Brendan Jackman
2025/01/10
[PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
Brendan Jackman
2025/01/10
[PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
Brendan Jackman
2025/01/10
[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
Brendan Jackman
2025/01/10
[PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
Brendan Jackman
2025/01/10
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
Brendan Jackman
2025/01/10
[PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
Brendan Jackman
2025/01/10
[PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
Brendan Jackman
2025/01/10
[PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
Brendan Jackman
2025/01/10
[PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
Brendan Jackman
2025/01/10
[PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
Brendan Jackman
2025/01/10
[PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag
Brendan Jackman
2025/01/10
[PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
Brendan Jackman
2025/01/10
[PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
Brendan Jackman
2025/01/10
[PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
Brendan Jackman
2025/01/10
[PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
Brendan Jackman
2025/01/10
[PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
Brendan Jackman
2025/01/10
[PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory as nonsensitive
Brendan Jackman
2025/01/10
[PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
Brendan Jackman
2025/01/10
[PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
Brendan Jackman
2025/01/09
Re: [PATCH 3/6] syscall.h: introduce syscall_set_nr()
Sven Schnelle
2025/01/09
Re: [PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
H. Peter Anvin
2025/01/09
Re: [PATCH 2/6] syscall.h: add syscall_set_arguments() on remaining HAVE_ARCH_TRACEHOOK arches
Dmitry V. Levin
2025/01/09
Re: [PATCH 2/6] syscall.h: add syscall_set_arguments() on remaining HAVE_ARCH_TRACEHOOK arches
Oleg Nesterov
2025/01/07
[PATCH 3/6] syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
2025/01/07
[PATCH 2/6] syscall.h: add syscall_set_arguments() on remaining HAVE_ARCH_TRACEHOOK arches
Dmitry V. Levin
2025/01/07
[PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
Dmitry V. Levin
2025/01/07
Re: [PATCH v2 0/6] Account page tables at all levels
Kevin Brodsky
2025/01/06
[PATCH 6.12 094/156] ARC: build: Use __force to suppress per-CPU cmpxchg warnings
Greg Kroah-Hartman
2025/01/06
Re: [PATCH v2 0/6] Account page tables at all levels
Qi Zheng
2025/01/03
[PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
Kevin Brodsky
2025/01/03
[PATCH v2 5/6] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
Kevin Brodsky
2025/01/03
[PATCH v2 4/6] ARM: mm: Rename PGD helpers
Kevin Brodsky
2025/01/03
[PATCH v2 3/6] m68k: mm: Add calls to pagetable_pmd_[cd]tor
Kevin Brodsky
2025/01/03
[PATCH v2 2/6] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
Kevin Brodsky
2025/01/03
[PATCH v2 1/6] mm: Move common part of pagetable_*_ctor to helper
Kevin Brodsky
2025/01/03
[PATCH v2 0/6] Account page tables at all levels
Kevin Brodsky
2025/01/03
Re: [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Kevin Brodsky
2025/01/03
Re: [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
Alexandre Ghiti
2025/01/03
Re: [PATCH 00/10] Account page tables at all levels
Kevin Brodsky
2024/12/23
Re: WARNING: kernel stack regs has bad "bp" value
Josh Poimboeuf
2024/12/23
Re: [PATCH] ARC: migrate to the generic rule for built-in DTB
Vineet Gupta
2024/12/23
Re: WARNING: kernel stack regs has bad "bp" value
Josh Poimboeuf
2024/12/22
WARNING: kernel stack regs has bad "bp" value
wzs
2024/12/21
[PATCH] ARC: migrate to the generic rule for built-in DTB
Masahiro Yamada
2024/12/20
Re: [PATCH 00/10] Account page tables at all levels
Dave Hansen
2024/12/20
[PATCH AUTOSEL 5.15 9/9] ARC: build: Try to guess GCC variant of cross compiler
Sasha Levin
2024/12/20
[PATCH AUTOSEL 6.6 16/16] ARC: build: Try to guess GCC variant of cross compiler
Sasha Levin
2024/12/20
[PATCH AUTOSEL 6.12 27/29] ARC: build: Try to guess GCC variant of cross compiler
Sasha Levin
2024/12/20
[PATCH AUTOSEL 5.4 6/6] ARC: build: Try to guess GCC variant of cross compiler
Sasha Levin
2024/12/20
[PATCH AUTOSEL 5.10 7/7] ARC: build: Try to guess GCC variant of cross compiler
Sasha Levin
2024/12/20
[PATCH AUTOSEL 6.1 12/12] ARC: build: Try to guess GCC variant of cross compiler
Sasha Levin
2024/12/20
[PATCH AUTOSEL 6.12 19/29] ARC: bpf: Correct conditional check in 'check_jmp_32'
Sasha Levin
2024/12/20
[PATCH AUTOSEL 6.12 17/29] ARC: build: disallow invalid PAE40 + 4K page config
Sasha Levin
2024/12/20
[PATCH AUTOSEL 6.12 18/29] ARC: build: Use __force to suppress per-CPU cmpxchg warnings
Sasha Levin
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/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 v2 5/5] drivers: Remove get_task_comm() and print task comm directly
Yafang Shao
2024/12/18
[PATCH v2 3/5] net: Remove get_task_comm() and print task comm directly
Yafang Shao
2024/12/18
[PATCH v2 4/5] security: Remove get_task_comm() and print task comm directly
Yafang Shao
2024/12/18
[PATCH v2 1/5] kernel: Remove get_task_comm() and print task comm directly
Yafang Shao
2024/12/18
[PATCH v2 2/5] arch: Remove get_task_comm() and print task comm directly
Yafang Shao
2024/12/18
[PATCH v2 0/5] Remove get_task_comm() and print task comm directly
Yafang Shao
2024/12/16
Re: [PATCH 5/7] security: Replace get_task_comm() with %pTN
Linus Torvalds
2024/12/16
Re: [PATCH 5/7] security: Replace get_task_comm() with %pTN
Kees Cook
2024/12/16
Re: [PATCH 5/7] security: Replace get_task_comm() with %pTN
Paul Moore
2024/12/16
Re: [PATCH 6/7] drivers: Repace get_task_comm() with %pTN
Lyude Paul
2024/12/16
Zapytanie ofertowe
Patryk Wysocki
2024/12/15
Re: [GIT PULL] ARC fixes for 6.13
pr-tracker-bot
2024/12/15
[GIT PULL] ARC fixes for 6.13
Vineet Gupta
2024/12/13
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Andy Shevchenko
2024/12/13
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/13
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Liam R. Howlett
2024/12/13
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Lorenzo Stoakes
2024/12/13
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/13
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Borislav Petkov
2024/12/13
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Lorenzo Stoakes
2024/12/13
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Yafang Shao
2024/12/13
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Kalle Valo
2024/12/13
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Petr Mladek
2024/12/12
Re: [PATCH 6/7] drivers: Repace get_task_comm() with %pTN
Jiri Slaby
2024/12/12
[PATCH 4/7] net: Replace get_task_comm() with %pTN
Yafang Shao
2024/12/12
[PATCH 1/7] vsprintf: Add %pTN to print task name
Yafang Shao
2024/12/12
[PATCH 7/7] fs: Use %pTN to print task name
Yafang Shao
2024/12/12
[PATCH 6/7] drivers: Repace get_task_comm() with %pTN
Yafang Shao
2024/12/12
[PATCH 5/7] security: Replace get_task_comm() with %pTN
Yafang Shao
2024/12/12
[PATCH 3/7] arch: Replace get_task_comm() with %pTN
Yafang Shao
2024/12/12
[PATCH 2/7] kernel: Replace get_task_comm() with %pTN
Yafang Shao
2024/12/12
[PATCH 0/7] vsprintf: Add %pTN to print Task Name
Yafang Shao
2024/12/12
Re: [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
Andrew Morton
2024/12/12
Re: [PATCH] ARC: build: Try to guess GCC variant of cross compiler
Vineet Gupta
2024/12/12
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Andrew Morton
2024/12/12
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Lorenzo Stoakes
2024/12/12
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Matthew Wilcox
2024/12/12
Re: [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
Liam R. Howlett
2024/12/12
Re: [PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
Liam R. Howlett
2024/12/12
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Liam R. Howlett
2024/12/12
Re: [PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible
Yang Shi
2024/12/12
Re: [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
Yang Shi
2024/12/11
[PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 08/16] mm: mips: Introduce arch_align_mmap_hint()
Kalesh Singh
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/11
[PATCH mm-unstable v2 07/16] mm: loongarch: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 14/16] mm: xtensa: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 13/16] mm: sparc64: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 15/16] mm: powerpc: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 11/16] mm: sh: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 09/16] mm: parisc: Introduce arch_align_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 04/16] mm: alpha: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 12/16] mm: sparc32: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 10/16] mm: s390: Use generic_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 02/16] mm: x86: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
Kalesh Singh
2024/12/11
[PATCH mm-unstable v2 03/16] mm: arm: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/10
Re: [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible
Yang Shi
2024/12/10
Re: [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
Kalesh Singh
2024/12/10
Re: [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible
Kalesh Singh
2024/12/10
Re: [PATCH mm-unstable 13/17] mm: sparc64: Introduce arch_mmap_hint()
kernel test robot
2024/12/10
Re: [PATCH mm-unstable 11/17] mm: sh: Introduce arch_mmap_hint()
kernel test robot
2024/12/10
Re: [PATCH mm-unstable 04/17] mm: alpha: Introduce arch_mmap_hint()
kernel test robot
2024/12/09
Re: [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible
Yang Shi
2024/12/09
Re: [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
Yang Shi
2024/12/09
[PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible
Kalesh Singh
2024/12/09
[PATCH mm-unstable 16/17] mm: Fallback to generic_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 15/17] mm: powerpc: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 14/17] mm: xtensa: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 13/17] mm: sparc64: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 11/17] mm: sh: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 12/17] mm: sparc32: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 10/17] mm: s390: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 09/17] mm: parisc: Introduce arch_align_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 08/17] mm: mips: Introduce arch_align_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 07/17] mm: loongarch: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 06/17] mm: csky: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 04/17] mm: alpha: Introduce arch_mmap_hint()
Kalesh Singh
2024/12/09
[PATCH mm-unstable 05/17] mm: arc: Use generic_mmap_hint()
Kalesh Singh
Earlier messages