linux-snps-arc
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 07/10] mm: Introduce ctor/dtor at P4D level
Kevin Brodsky
[PATCH 08/10] ARM: mm: Rename PGD helpers
Kevin Brodsky
[PATCH 09/10] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
Kevin Brodsky
Re: [PATCH 00/10] Account page tables at all levels
Dave Hansen
Re: [PATCH 00/10] Account page tables at all levels
Kevin Brodsky
Re: [PATCH 00/10] Account page tables at all levels
Dave Hansen
Re: [PATCH 00/10] Account page tables at all levels
Dave Hansen
Re: [PATCH 00/10] Account page tables at all levels
Kevin Brodsky
[PATCH 04/10] s390/mm: Add calls to pagetable_pud_[cd]tor
Kevin Brodsky
[PATCH 02/10] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
Kevin Brodsky
[PATCH 10/10] mm: Introduce ctor/dtor at PGD level
Kevin Brodsky
[PATCH v2 0/5] Remove get_task_comm() and print task comm directly
Yafang Shao
[PATCH v2 2/5] arch: Remove get_task_comm() and print task comm directly
Yafang Shao
[PATCH v2 1/5] kernel: Remove get_task_comm() and print task comm directly
Yafang Shao
[PATCH v2 4/5] security: Remove get_task_comm() and print task comm directly
Yafang Shao
[PATCH v2 3/5] net: Remove get_task_comm() and print task comm directly
Yafang Shao
[PATCH v2 5/5] drivers: Remove get_task_comm() and print task comm directly
Yafang Shao
[GIT PULL] ARC fixes for 6.13
Vineet Gupta
Re: [GIT PULL] ARC fixes for 6.13
pr-tracker-bot
[PATCH 7/7] fs: Use %pTN to print task name
Yafang Shao
[PATCH 0/7] vsprintf: Add %pTN to print Task Name
Yafang Shao
[PATCH 2/7] kernel: Replace get_task_comm() with %pTN
Yafang Shao
[PATCH 3/7] arch: Replace get_task_comm() with %pTN
Yafang Shao
[PATCH 5/7] security: Replace get_task_comm() with %pTN
Yafang Shao
Re: [PATCH 5/7] security: Replace get_task_comm() with %pTN
Paul Moore
Re: [PATCH 5/7] security: Replace get_task_comm() with %pTN
Kees Cook
Re: [PATCH 5/7] security: Replace get_task_comm() with %pTN
Linus Torvalds
[PATCH 6/7] drivers: Repace get_task_comm() with %pTN
Yafang Shao
Re: [PATCH 6/7] drivers: Repace get_task_comm() with %pTN
Jiri Slaby
Re: [PATCH 6/7] drivers: Repace get_task_comm() with %pTN
Lyude Paul
[PATCH 1/7] vsprintf: Add %pTN to print task name
Yafang Shao
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Petr Mladek
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Kalle Valo
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Borislav Petkov
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Andy Shevchenko
Re: [PATCH 1/7] vsprintf: Add %pTN to print task name
Yafang Shao
[PATCH 4/7] net: Replace get_task_comm() with %pTN
Yafang Shao
[PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 03/16] mm: arm: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
Kalesh Singh
Re: [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
Yang Shi
[PATCH mm-unstable v2 02/16] mm: x86: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 10/16] mm: s390: Use generic_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 12/16] mm: sparc32: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 04/16] mm: alpha: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 09/16] mm: parisc: Introduce arch_align_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
Kalesh Singh
Re: [PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
Liam R. Howlett
[PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
Kalesh Singh
Re: [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
Liam R. Howlett
Re: [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
Andrew Morton
[PATCH mm-unstable v2 11/16] mm: sh: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 15/16] mm: powerpc: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 13/16] mm: sparc64: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 14/16] mm: xtensa: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 07/16] mm: loongarch: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 08/16] mm: mips: Introduce arch_align_mmap_hint()
Kalesh Singh
[PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible
Kalesh Singh
Re: [PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible
Yang Shi
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Liam R. Howlett
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Lorenzo Stoakes
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Andrew Morton
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Lorenzo Stoakes
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Kalesh Singh
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Lorenzo Stoakes
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Liam R. Howlett
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Kalesh Singh
Re: [PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
Matthew Wilcox
[PATCH mm-unstable 00/17] mm: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
Kalesh Singh
Re: [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
Yang Shi
Re: [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 02/17] mm: x86: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 03/17] mm: arm: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 05/17] mm: arc: Use generic_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 04/17] mm: alpha: Introduce arch_mmap_hint()
Kalesh Singh
Re: [PATCH mm-unstable 04/17] mm: alpha: Introduce arch_mmap_hint()
kernel test robot
[PATCH mm-unstable 06/17] mm: csky: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 07/17] mm: loongarch: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 08/17] mm: mips: Introduce arch_align_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 09/17] mm: parisc: Introduce arch_align_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 10/17] mm: s390: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 12/17] mm: sparc32: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 11/17] mm: sh: Introduce arch_mmap_hint()
Kalesh Singh
Re: [PATCH mm-unstable 11/17] mm: sh: Introduce arch_mmap_hint()
kernel test robot
[PATCH mm-unstable 13/17] mm: sparc64: Introduce arch_mmap_hint()
Kalesh Singh
Re: [PATCH mm-unstable 13/17] mm: sparc64: Introduce arch_mmap_hint()
kernel test robot
[PATCH mm-unstable 14/17] mm: xtensa: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 15/17] mm: powerpc: Introduce arch_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 16/17] mm: Fallback to generic_mmap_hint()
Kalesh Singh
[PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible
Kalesh Singh
Re: [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible
Yang Shi
Re: [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible
Kalesh Singh
Re: [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible
Yang Shi
[PATCH mm-hotfixes v5 1/2] Introduce cpu_icache_is_aliasing() across all architectures
Zi Yan
[PATCH mm-hotfixes v5 2/2] mm: use clear_user_(high)page() for arch with special user folio handling
Zi Yan
[PATCH v4 1/2] Introduce cpu_icache_is_aliasing() across all architectures
Zi Yan
[PATCH v4 2/2] mm: use clear_user_(high)page() for arch with special user folio handling
Zi Yan
Re: [PATCH v4 2/2] mm: use clear_user_(high)page() for arch with special user folio handling
Vlastimil Babka
Re: [PATCH v4 2/2] mm: use clear_user_(high)page() for arch with special user folio handling
Zi Yan
Re: [PATCH v4 1/2] Introduce cpu_icache_is_aliasing() across all architectures
Vlastimil Babka
[PATCH v3 1/2] Introduce cpu_icache_is_aliasing() across all architectures
Zi Yan
[PATCH v3 2/2] mm: use clear_user_(high)page() for arch with special user folio handling
Zi Yan
Re: [PATCH v3 2/2] mm: use clear_user_(high)page() for arch with special user folio handling
Mathieu Desnoyers
Re: [PATCH v3 1/2] Introduce cpu_icache_is_aliasing() across all architectures
Mathieu Desnoyers
Re: [PATCH v3 1/2] Introduce cpu_icache_is_aliasing() across all architectures
Mathieu Desnoyers
[PATCH] ARC: build: Try to guess GCC variant of cross compiler
Leon Romanovsky
Re: [PATCH] ARC: build: Try to guess GCC variant of cross compiler
Vineet Gupta
Pakiety telemedyczne dla pracowników
Urszula Kurach
include/linux/compiler_types.h:328:45: error: call to '__compiletime_assert_292' declared with attribute error: BUILD_BUG_ON failed: (PTRS_PER_PTE * sizeof(pte_t)) > PAGE_SIZE
kernel test robot
[PATCH v2] ARC: bpf: Correct conditional check in 'check_jmp_32'
Hardevsinh Palaniya
Re: [PATCH v2] ARC: bpf: Correct conditional check in 'check_jmp_32'
Vadim Fedorenko
Re: [PATCH v2] ARC: bpf: Correct conditional check in 'check_jmp_32'
Shahab Vahedi
Re: [PATCH v2] ARC: bpf: Correct conditional check in 'check_jmp_32'
Shahab Vahedi
Re: [PATCH v2] ARC: bpf: Correct conditional check in 'check_jmp_32'
Vineet Gupta
[PATCH] ARC: bpf_jit_arcv2: Remove redundant condition check
Hardevsinh Palaniya
Re: [PATCH] ARC: bpf_jit_arcv2: Remove redundant condition check
Vadim Fedorenko
Re: [PATCH] ARC: bpf_jit_arcv2: Remove redundant condition check
Shahab Vahedi
Re: [PATCH] ARC: bpf_jit_arcv2: Remove redundant condition check
Hardevsinh Palaniya
Re: [PATCH] ARC: bpf_jit_arcv2: Remove redundant condition check
Shahab Vahedi
[PATCH] ARC: fix reference of dependency for PAE40 config
Lukas Bulwahn
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
Mike Rapoport
[PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
Mike Rapoport
[PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Mike Rapoport
[PATCH v7 3/8] asm-generic: introduce text-patching.h
Mike Rapoport
[PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
Mike Rapoport
[PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
Mike Rapoport
Re: [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
Nathan Chancellor
Re: [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
Mike Rapoport
Re: [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
Nathan Chancellor
[PATCH v7 7/8] execmem: add support for cache of large ROX pages
Mike Rapoport
Re: [PATCH v7 7/8] execmem: add support for cache of large ROX pages
Ryan Roberts
Re: [PATCH v7 7/8] execmem: add support for cache of large ROX pages
Mike Rapoport
[PATCH v7 4/8] module: prepare to handle ROX allocations for text
Mike Rapoport
[PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
Mike Rapoport
Re: [PATCH v7 0/8] x86/module: use large ROX pages for text allocations
Steven Rostedt
Re: [PATCH v7 0/8] x86/module: use large ROX pages for text allocations
Mike Rapoport
provide generic page_to_phys and phys_to_page implementations v3
Christoph Hellwig
[PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
Christoph Hellwig
Re: [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
patchwork-bot+linux-riscv
[PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys
Christoph Hellwig
Re: [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys
Christophe Leroy
Re: provide generic page_to_phys and phys_to_page implementations v3
Arnd Bergmann
[PATCH] ARC: dts: Replace deprecated snps,nr-gpios property for snps,dw-apb-gpio-port devices
Uwe Kleine-König
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
Mike Rapoport
[PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
Mike Rapoport
Re: [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
Uladzislau Rezki
Re: [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
Luis Chamberlain
[PATCH v6 7/8] execmem: add support for cache of large ROX pages
Mike Rapoport
Re: [PATCH v6 7/8] execmem: add support for cache of large ROX pages
Luis Chamberlain
[PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
Mike Rapoport
Re: [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
Luis Chamberlain
[PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Mike Rapoport
Re: [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Uladzislau Rezki
Re: [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Luis Chamberlain
[PATCH v6 3/8] asm-generic: introduce text-patching.h
Mike Rapoport
Re: [PATCH v6 3/8] asm-generic: introduce text-patching.h
Luis Chamberlain
[PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
Mike Rapoport
Re: [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
Luis Chamberlain
[PATCH v6 4/8] module: prepare to handle ROX allocations for text
Mike Rapoport
Re: [PATCH v6 4/8] module: prepare to handle ROX allocations for text
Luis Chamberlain
[PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
Mike Rapoport
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
Steven Rostedt
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
Peter Zijlstra
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
Mike Rapoport
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
Steven Rostedt
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
Steven Rostedt
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
Mike Rapoport
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
Nathan Chancellor
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
Mike Rapoport
Re: [PATCH v6 0/8] x86/module: use large ROX pages for text allocations
Luis Chamberlain
[PATCH 0/3] ARC fixes for 6.12
Vineet Gupta
[PATCH 2/3] ARC: build: disallow invalid PAE40 + 4K page config
Vineet Gupta
[PATCH 3/3] ARC: build: Use __force to suppress per-CPU cmpxchg warnings
Vineet Gupta
[PATCH 1/3] arc: rename aux.h to arc_aux.h
Vineet Gupta
[PATCH 3/3] ARC: build: Use __force to suppress per-CPU cmpxchg warnings
Vineet Gupta
provide generic page_to_phys and phys_to_page implementations v2
Christoph Hellwig
[PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
Christoph Hellwig
[PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
Christoph Hellwig
Re: [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
Thomas Huth
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
Ryan Roberts
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
Pingfan Liu
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
Ryan Roberts
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
Pingfan Liu
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
Ryan Roberts
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
Ryan Roberts
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
Ryan Roberts
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
Mike Rapoport
[PATCH v5 3/8] asm-generic: introduce text-patching.h
Mike Rapoport
Re: [PATCH v5 3/8] asm-generic: introduce text-patching.h
Christoph Hellwig
Re: [PATCH v5 3/8] asm-generic: introduce text-patching.h
Geert Uytterhoeven
Re: [PATCH v5 3/8] asm-generic: introduce text-patching.h
Arnd Bergmann
[PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
Mike Rapoport
Re: [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
Christoph Hellwig
[PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Mike Rapoport
Re: [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Christoph Hellwig
[PATCH v5 4/8] module: prepare to handle ROX allocations for text
Mike Rapoport
Re: [PATCH v5 4/8] module: prepare to handle ROX allocations for text
Song Liu
Re: [PATCH v5 4/8] module: prepare to handle ROX allocations for text
Mike Rapoport
Re: [PATCH v5 4/8] module: prepare to handle ROX allocations for text
Song Liu
Earlier messages
Later messages