linux-hexagon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-08 02:11:38 to 2024-12-23 09:46:15 UTC [more...]

[PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-23  9:41 UTC  (16+ 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 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] hexagon: make arch_spin_trylock() return signed int
 2024-12-19  8:34 UTC 

[PATCH v2] hexagon: Disable constant extender optimization for LLVM prior to 19.1.0
 2024-12-18 18:23 UTC  (5+ messages)

I urge you to understand my viewpoint accurately
 2024-12-13  4:26 UTC 

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] hexagon: fix using plain integer as NULL pointer warning in cmpxchg
 2024-12-03 22:17 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

allmodconfig link failure on -next (relocation R_HEX_B22_PCREL out of range)
 2024-11-14 17:18 UTC  (7+ messages)

[PATCH] hexagon: time: Remove redundant null check for resource
 2024-11-12 16:19 UTC  (2+ messages)

net/ipv4/inet_diag.c:1511:17: sparse: sparse: Using plain integer as NULL pointer
 2024-11-10 16:03 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] hexagon: simplify asm/io.h for !HAS_IOPORT
 2024-10-29 14:30 UTC  (2+ messages)

[PATCH v9 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-25 15:11 UTC  (9+ messages)
` [PATCH v9 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
` [PATCH v9 2/5] Bluetooth: add HAS_IOPORT dependencies
` [PATCH v9 3/5] drm: handle "
` [PATCH v9 4/5] tty: serial: "
` [PATCH v9 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[PATCH v8 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-24  9:30 UTC  (15+ messages)
` [PATCH v8 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
` [PATCH v8 2/5] Bluetooth: add HAS_IOPORT dependencies
` [PATCH v8 3/5] drm: handle "
` [PATCH v8 4/5] tty: serial: "
` [PATCH v8 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[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] hexagon: Move kernel prototypes out of uapi/asm/setup.h header
 2024-10-22 19:19 UTC  (3+ messages)

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 23:58 UTC  (40+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [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
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
  ` Bisected: "

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

[PATCH v6 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-13 14:53 UTC  (6+ messages)
` [PATCH v6 4/5] tty: serial: handle HAS_IOPORT dependencies

provide generic page_to_phys and phys_to_page implementations
 2024-10-10  8:37 UTC  (6+ messages)
` [PATCH] asm-generic: "

[PATCH v7 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-08 11:41 UTC  (7+ messages)
` [PATCH v7 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
` [PATCH v7 2/5] Bluetooth: add HAS_IOPORT dependencies
` [PATCH v7 3/5] drm: handle "
` [PATCH v7 4/5] tty: serial: "
` [PATCH v7 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
 2024-10-08  6:19 UTC  (4+ messages)
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()


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).