messages from 2024-01-31 11:49:00 to 2024-07-23 12:58:36 UTC [more...]
[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 (11+ messages)
` [PATCH 1/3] loongarch: Call arch_mem_init() before platform_init() in the init sequence
` [PATCH 2/3] openrisc: Call setup_memory() earlier "
` [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 (13+ 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 (9+ messages)
` [RFC PATCH 01/14] thread_info: Add helpers to test and clear TIF_NOTIFY_IPI
` [RFC PATCH 02/14] sched: Define a need_resched_or_ipi() helper and use it treewide
` [RFC PATCH 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [RFC PATCH 07/14] openrisc/thread_info: Introduce TIF_NOTIFY_IPI flag
[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
2024-03-05 10:59 UTC (27+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h
[PATCH 0/4] apply page shift to PFN instead of VA in pfn_to_virt
2024-02-29 23:01 UTC (15+ messages)
` [PATCH 1/4] asm-generic/page.h: "
` [PATCH 2/4] csky: "
[PATCH] mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc
2024-02-02 17:43 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