messages from 2024-03-06 17:16:04 to 2024-09-09 06:48:10 UTC [more...]
[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
2024-09-09 6:47 UTC (2+ messages)
` [PATCH v3 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
[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 00/15] kbuild: refactor DTB build rules, introduce a generic built-in boot DTB support
2024-09-06 1:56 UTC (22+ 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 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 (24+ messages)
` [RFC PATCH 01/18] mm/pgtable: use ptdesc in pte_free_now/pte_free_defer
` [RFC PATCH 02/18] mm/pgtable: convert ptdesc.pmd_huge_pte to ptdesc pointer
` [RFC PATCH 03/18] fs/dax: use ptdesc in dax_pmd_load_hole
` [RFC PATCH 04/18] mm/thp: use ptdesc pointer in __do_huge_pmd_anonymous_page
` [RFC PATCH 05/18] mm/thp: use ptdesc in do_huge_pmd_anonymous_page
` [RFC PATCH 06/18] mm/thp: convert insert_pfn_pmd and its caller to use ptdesc
` [RFC PATCH 07/18] mm/thp: use ptdesc in copy_huge_pmd
` [RFC PATCH 08/18] mm/memory: use ptdesc in __pte_alloc
` [RFC PATCH 09/18] mm/pgtable: fully use ptdesc in pte_alloc_one series functions
` [RFC PATCH 10/18] mm/pgtable: pass ptdesc to pte_free()
` [RFC PATCH 11/18] mm/pgtable: introduce ptdesc_pfn and use ptdesc in free_pte_range()
` [RFC PATCH 12/18] mm/thp: pass ptdesc to set_huge_zero_folio function
` [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
[PATCH 00/17] arch: convert everything to syscall.tbl
2024-07-23 12:58 UTC (38+ messages)
` [PATCH 01/17] syscalls: add generic scripts/syscall.tbl
` [PATCH 02/17] csky: drop asm/gpio.h wrapper
` [PATCH 03/17] um: don't generate asm/bpf_perf_event.h
` [PATCH 04/17] loongarch: avoid generating extra header files
` [PATCH 05/17] kbuild: verify asm-generic header list
` [PATCH 06/17] kbuild: add syscall table generation to scripts/Makefile.asm-headers
` [PATCH 07/17] clone3: drop __ARCH_WANT_SYS_CLONE3 macro
` [PATCH 08/17] arc: convert to generic syscall table
` [PATCH 09/17] arm64: convert unistd_32.h to syscall.tbl format
` [PATCH 10/17] arm64: generate 64-bit syscall.tbl
` [PATCH 11/17] arm64: rework compat syscall macros
` [PATCH 12/17] csky: convert to generic syscall table
` [PATCH 13/17] hexagon: use new system call table
` [PATCH 14/17] loongarch: convert to generic syscall table
` [PATCH 15/17] nios2: "
` [PATCH 16/17] openrisc: "
` [PATCH 17/17] riscv: "
[GIT PULL] asm-generic updates for 6.11
2024-07-17 12:45 UTC (14+ messages)
An openrisc assembly question
2024-06-20 14:13 UTC
[PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag
2024-06-20 7:30 UTC (19+ messages)
` [PATCH v2 01/14] thread_info: Add helpers to test and clear TIF_NOTIFY_IPI
` [PATCH v2 02/14] sched: Define a need_resched_or_ipi() helper and use it treewide
` [PATCH v2 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [PATCH v2 07/14] openrisc/thread_info: Introduce TIF_NOTIFY_IPI flag
(no subject)
2024-05-19 22:15 UTC
[GIT PULL] OpenRISC updates for 6.10
2024-05-14 18:41 UTC (2+ messages)
[PATCH v3 0/3] OpenRISC glibc hard float support
2024-05-03 17:27 UTC (4+ messages)
` [PATCH v3 1/3] or1k: Add hard float libm-test-ulps
` [PATCH v3 2/3] or1k: Add hard float support
` [PATCH v3 3/3] build-many-glibcs.py: Add openrisc hard float glibc variant
[PATCH v2 0/3] OpenRISC glibc hard float support
2024-05-02 20:45 UTC (8+ messages)
` [PATCH v2 1/3] or1k: Add hard float libm-test-ulps
` [PATCH v2 2/3] or1k: Add hard float support
` [PATCH v2 3/3] build-many-glibcs.py: Add openrisc hard float glibc variant
[PATCH 0/2] OpenRISC glibc hard float support
2024-04-16 20:37 UTC (8+ messages)
` [PATCH 1/2] or1k: Add "
` [PATCH 2/2] build-many-glibcs.py: Add openrisc hard float glibc variant
[PATCH 3/5 RESEND] mm: add vaddr param to pmd_populate_kernel
2024-04-16 19:18 UTC (2+ messages)
` [PATCH 3/5] "
[PATCH] openrisc: Use do_kernel_power_off()
2024-04-15 14:22 UTC (3+ messages)
[PATCH 0/5] OpenRISC FPU and Signal handling fixups
2024-04-11 18:06 UTC (6+ messages)
` [PATCH 1/5] openrisc: traps: Convert printks to pr_<level> macros
` [PATCH 2/5] openrisc: traps: Remove calls to show_registers before die
` [PATCH 3/5] openrisc: traps: Don't send signals to kernel mode threads
` [PATCH 4/5] openrisc: Add FPU config
` [PATCH 5/5] openrisc: Move FPU state out of pt_regs
[PATCH v2 0/2] OpenRISC module fixups
2024-04-11 16:42 UTC (3+ messages)
` [PATCH v2 1/2] openrisc: Define openrisc relocation types
` [PATCH v2 2/2] openrisc: Add support for more module relocations
[PATCH] openrisc: Add support for more module relocations
2024-04-11 15:51 UTC (3+ messages)
[PATCH 0/4] OpenRISC fixes for 2.39
2024-03-20 20:12 UTC (9+ messages)
` [PATCH 1/4] or1k: Fix Linux user space signal ABI
` [PATCH 2/4] or1k: Update libm test ulps
` [PATCH 3/4] or1k: Only define fpu rouding and exceptions with hard-float
` [PATCH 4/4] or1k: Add prctl wrapper to unwrap variadic args
[GIT PULL] OpenRISC updates for 6.9
2024-03-14 23:13 UTC (2+ messages)
[PATCH 0/3] Restructure init sequence to set aside reserved memory earlier
2024-03-11 16:02 UTC (7+ messages)
` [PATCH 2/3] openrisc: Call setup_memory() earlier in the init sequence
` [PATCH 3/3] sh: Call paging_init() "
[PATCH] openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix()
2024-03-10 8:54 UTC (2+ messages)
[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
2024-03-08 16:28 UTC (11+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
[RFC PATCH 00/14] Introducing TIF_NOTIFY_IPI flag
2024-03-07 19:56 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox