public inbox for linux-snps-arc@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-10-10 22:55:40 to 2024-12-19 02:35:24 UTC [more...]

[PATCH v2 0/5] Remove get_task_comm() and print task comm directly
 2024-12-19  2:34 UTC  (5+ messages)
` [PATCH v2 1/5] kernel: "
` [PATCH v2 2/5] arch: "
` [PATCH v2 3/5] net: "
` [PATCH v2 4/5] security: "

[PATCH 0/7] vsprintf: Add %pTN to print Task Name
 2024-12-17  1:08 UTC  (17+ messages)
` [PATCH 1/7] vsprintf: Add %pTN to print task name
` [PATCH 2/7] kernel: Replace get_task_comm() with %pTN
` [PATCH 3/7] arch: "
` [PATCH 4/7] net: "
` [PATCH 5/7] security: "
` [PATCH 6/7] drivers: Repace "

Zapytanie ofertowe
 2024-12-16  8:56 UTC 

[GIT PULL] ARC fixes for 6.13
 2024-12-16  0:13 UTC  (2+ messages)

[PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
 2024-12-13 17:08 UTC  (31+ messages)
` [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable v2 02/16] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 03/16] mm: arm: "
` [PATCH mm-unstable v2 04/16] mm: alpha: "
` [PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 07/16] mm: loongarch: "
` [PATCH mm-unstable v2 08/16] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable v2 09/16] mm: parisc: "
` [PATCH mm-unstable v2 10/16] mm: s390: Use generic_mmap_hint()
` [PATCH mm-unstable v2 11/16] mm: sh: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 12/16] mm: sparc32: "
` [PATCH mm-unstable v2 13/16] mm: sparc64: "
` [PATCH mm-unstable v2 14/16] mm: xtensa: "
` [PATCH mm-unstable v2 15/16] mm: powerpc: "
` [PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH 7/7] fs: Use %pTN to print task name
 2024-12-13  5:49 UTC 

[PATCH] ARC: build: Try to guess GCC variant of cross compiler
 2024-12-13  1:39 UTC  (2+ messages)

provide generic page_to_phys and phys_to_page implementations v3
 2024-12-11 22:32 UTC  (6+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys

[PATCH mm-unstable 00/17] mm: Introduce arch_mmap_hint()
 2024-12-10 19:39 UTC  (26+ messages)
` [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable 02/17] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable 03/17] mm: arm: "
` [PATCH mm-unstable 04/17] mm: alpha: "
` [PATCH mm-unstable 05/17] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable 06/17] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable 07/17] mm: loongarch: "
` [PATCH mm-unstable 08/17] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable 09/17] mm: parisc: "
` [PATCH mm-unstable 10/17] mm: s390: Introduce arch_mmap_hint()
` [PATCH mm-unstable 11/17] mm: sh: "
` [PATCH mm-unstable 12/17] mm: sparc32: "
` [PATCH mm-unstable 13/17] mm: sparc64: "
` [PATCH mm-unstable 14/17] mm: xtensa: "
` [PATCH mm-unstable 15/17] mm: powerpc: "
` [PATCH mm-unstable 16/17] mm: Fallback to generic_mmap_hint()
` [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH mm-hotfixes v5 1/2] Introduce cpu_icache_is_aliasing() across all architectures
 2024-12-09 18:23 UTC  (2+ messages)
` [PATCH mm-hotfixes v5 2/2] mm: use clear_user_(high)page() for arch with special user folio handling

[PATCH v4 1/2] Introduce cpu_icache_is_aliasing() across all architectures
 2024-12-09 18:14 UTC  (5+ messages)
` [PATCH v4 2/2] mm: use clear_user_(high)page() for arch with special user folio handling

[PATCH v3 1/2] Introduce cpu_icache_is_aliasing() across all architectures
 2024-12-07 17:13 UTC  (5+ messages)
` [PATCH v3 2/2] mm: use clear_user_(high)page() for arch with special user folio handling

arch/arc/plat-hsdk/platform.c:16:5: sparse: sparse: symbol 'arc_hsdk_axi_dmac_coherent' was not declared. Should it be static?
 2024-12-02 17:58 UTC 

Pakiety telemedyczne dla pracowników
 2024-12-02  9:10 UTC 

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
 2024-12-01 11:04 UTC 

Zapytanie ofertowe
 2024-11-26  9:16 UTC 

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (14+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v2] ARC: bpf: Correct conditional check in 'check_jmp_32'
 2024-11-16  0:32 UTC  (5+ messages)

[PATCH] ARC: bpf_jit_arcv2: Remove redundant condition check
 2024-11-13  8:03 UTC  (5+ messages)

Yamaha Piano !!
 2024-11-04 10:06 UTC 

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-30  8:45 UTC  (7+ messages)

[PATCH] ARC: fix reference of dependency for PAE40 config
 2024-10-28  9:59 UTC 

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-24 10:52 UTC  (9+ messages)

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-24  8:13 UTC  (27+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH] ARC: dts: Replace deprecated snps,nr-gpios property for snps,dw-apb-gpio-port devices
 2024-10-22  9:14 UTC 

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 23:58 UTC  (19+ messages)
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages

ARC: Use __force to suppress per-CPU cmpxchg complaints
 2024-10-16 13:28 UTC  (3+ messages)

include/linux/compiler_types.h:328:45: error: call to '__compiletime_assert_315' declared with attribute error: BUILD_BUG_ON failed: (PTRS_PER_PTE * sizeof(pte_t)) > PAGE_SIZE
 2024-10-16  5:30 UTC  (2+ messages)

[PATCH 0/3] ARC fixes for 6.12
 2024-10-16  5:27 UTC  (4+ messages)
` [PATCH 1/3] arc: rename aux.h to arc_aux.h
` [PATCH 2/3] ARC: build: disallow invalid PAE40 + 4K page config
` [PATCH 3/3] ARC: build: Use __force to suppress per-CPU cmpxchg warnings

[PATCH 3/3] ARC: build: Use __force to suppress per-CPU cmpxchg warnings
 2024-10-16  5:26 UTC 

Zapytanie ofertowe
 2024-10-15  7:55 UTC 

provide generic page_to_phys and phys_to_page implementations v2
 2024-10-15  5:44 UTC  (4+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox