openrisc.lists.librecores.org archive mirror
 help / color / mirror / Atom feed
[PATCH] or1k: Fix compiler warnings
 2024-12-10 12:58 UTC 

[PATCH] openrisc: place exception table at the head of vmlinux
 2024-12-05 19:05 UTC  (4+ messages)

[PATCH] openrisc: Fix misalignments in head.S
 2024-12-05 18:39 UTC  (2+ messages)

[PATCH v7 3/7] Adjust symbol ordering in text output section [openrisc boot failure]
 2024-12-02  6:39 UTC  (2+ messages)

[GIT PULL] OpenRISC updates for 6.13
 2024-11-20 23:02 UTC  (2+ messages)

[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

provide generic page_to_phys and phys_to_page implementations v3
 2024-11-05  9:56 UTC  (5+ 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

[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 v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
 2024-10-28 17:33 UTC  (5+ 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 v2] openrisc: Implement fixmap to fix earlycon
 2024-10-18 14:00 UTC 

[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

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

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

[PATCH] openrisc: Implement fixmap to fix eralycon
 2024-09-27 18:13 UTC  (2+ messages)

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

[PATCH 00/15] kbuild: refactor DTB build rules, introduce a generic built-in boot DTB support
 2024-09-10  9:35 UTC  (24+ messages)
` [PATCH 01/15] kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host
` [PATCH 02/15] kbuild: split device tree build rules into scripts/Makefile.dtbs
` [PATCH 03/15] kbuild: move non-boot builtin DTBs to .init.rodata section
` [PATCH 04/15] kbuild: add generic support for built-in boot DTBs
` [PATCH 05/15] MIPS: migrate to generic rule for built-in DTBs
` [PATCH 06/15] riscv: migrate to the generic rule for built-in DTB
` [PATCH 07/15] LoongArch: "
` [PATCH 08/15] ARC: "
` [PATCH 09/15] openrisc: "
` [PATCH 10/15] xtensa: "
` [PATCH 11/15] nios2: "
` [PATCH 12/15] sh: "
` [PATCH 13/15] microblaze: "
` [PATCH 14/15] kbuild: rename CONFIG_GENERIC_BUILTIN_DTB to CONFIG_BUILTIN_DTB
` [PATCH 15/15] kbuild: use .init.rodata section unconditionally for cmd_wrap_S_dtb

[PATCH v2] hw/openrisc/openrisc_sim: keep serial@90000000 as default
 2024-09-08  6:27 UTC 

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-09-06  9:37 UTC  (12+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v2 3/8] asm-generic: introduce text-patching.h
` [PATCH v2 4/8] module: prepare to handle ROX allocations for text
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
` [PATCH v2 8/8] x86/module: enable ROX caches for module text

[PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default
 2024-08-29 15:40 UTC  (3+ messages)

[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
 2024-08-15  6:32 UTC  (13+ messages)
` [RFC PATCH 11/18] mm/pgtable: introduce ptdesc_pfn and use ptdesc in free_pte_range()
  ` [RFC PATCH 13/18] mm/pgtable: return ptdesc pointer in pgtable_trans_huge_withdraw
  ` [RFC PATCH 14/18] mm/pgtable: use ptdesc in pgtable_trans_huge_deposit
  ` [RFC PATCH 15/18] mm/pgtable: pass ptdesc to pmd_populate
  ` [RFC PATCH 16/18] mm/pgtable: pass ptdesc to pmd_install
  ` [RFC PATCH 17/18] mm: convert vmf.prealloc_pte to struct ptdesc pointer
  ` [RFC PATCH 18/18] mm/pgtable: pass ptdesc in pte_free_defer


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 read-only IMAP folder(s) and NNTP newsgroup(s).