public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-06 23:28:02 to 2023-11-13 04:22:51 UTC [more...]

[RFC PATCH V2 00/38] rv64ilp32: Running ILP32 on RV64 ISA
 2023-11-13  4:22 UTC  (41+ messages)
` [RFC PATCH V2 01/38] riscv: u64ilp32: Unify vdso32 & compat_vdso into vdso/Makefile
` [RFC PATCH V2 02/38] riscv: u64ilp32: Remove compat_vdso/
` [RFC PATCH V2 03/38] riscv: u64ilp32: Add time-related vDSO common flow for vdso32
` [RFC PATCH V2 04/38] riscv: u64ilp32: Introduce ILP32 vdso for UXL=64
` [RFC PATCH V2 05/38] riscv: u64ilp32: Adjust vDSO kernel flow for 64ilp32 abi
` [RFC PATCH V2 06/38] riscv: u64ilp32: Add signal support for compat
` [RFC PATCH V2 07/38] riscv: u64ilp32: Add ptrace interface support
` [RFC PATCH V2 08/38] riscv: u64ilp32: Adjust vDSO alternative for 64ilp32 abi
` [RFC PATCH V2 09/38] riscv: u64ilp32: Add xlen_t in user_regs_struct
` [RFC PATCH V2 10/38] riscv: u64ilp32: Remove the restriction of UXL=32
` [RFC PATCH V2 11/38] riscv: u64ilp32: Enable user space runtime switch
` [RFC PATCH V2 12/38] riscv: s64ilp32: Unify ULL & UL into UXL in csr
` [RFC PATCH V2 13/38] riscv: s64ilp32: Introduce xlen_t for 64ILP32 kernel
` [RFC PATCH V2 14/38] riscv: s64ilp32: Add sbi support
` [RFC PATCH V2 15/38] riscv: s64ilp32: Add asid support
` [RFC PATCH V2 16/38] riscv: s64ilp32: Introduce PTR_L and PTR_S
` [RFC PATCH V2 17/38] riscv: s64ilp32: Adjust TASK_SIZE for s64ilp32 kernel
` [RFC PATCH V2 18/38] riscv: s64ilp32: Add ebpf jit support
` [RFC PATCH V2 19/38] riscv: s64ilp32: Add ELF32 support
` [RFC PATCH V2 20/38] riscv: s64ilp32: Add ARCH_RV64ILP32 Kconfig option
` [RFC PATCH V2 21/38] riscv: s64ilp32: Add MMU_SV32 mode support
` [RFC PATCH V2 22/38] riscv: s64ilp32: Add MMU_SV39 "
` [RFC PATCH V2 23/38] riscv: s64ilp32: Enable native atomic64
` [RFC PATCH V2 24/38] riscv: s64ilp32: Add TImode (128 int) support
` [RFC PATCH V2 25/38] riscv: s64ilp32: Implement cmpxchg_double
` [RFC PATCH V2 26/38] riscv: s64ilp32: Disable KVM
` [RFC PATCH V2 27/38] riscv: s64ilp32: Correct the rv64ilp32 stackframe layout
` [RFC PATCH V2 28/38] riscv: s64ilp32: Temporary workaround solution to gcc problem
` [RFC PATCH V2 29/38] riscv: s64ilp32: Introduce ARCH_HAS_64ILP32_KERNEL for syscall
` [RFC PATCH V2 30/38] riscv: s64ilp32: Add u32ilp32 ptrace support
` [RFC PATCH V2 31/38] riscv: s64ilp32: Add u32ilp32 signal support
` [RFC PATCH V2 32/38] riscv: s64ilp32: Validate harts by architecture name
` [RFC PATCH V2 33/38] riscv: s64ilp32: Add rv64ilp32_defconfig
` [RFC PATCH V2 34/38] riscv: Cleanup rv32_defconfig
` [RFC PATCH V2 35/38] clocksource: riscv: s64ilp32: Use __riscv_xlen instead of CONFIG_32BIT
` [RFC PATCH V2 36/38] irqchip: "
` [RFC PATCH V2 37/38] add tinylab defconfig
` [RFC PATCH V2 38/38] 64ilp32 v.s. 64lp64

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-13  4:22 UTC  (54+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 06/22] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 19/22] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 21/22] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable()

[RFC PATCH v3 00/12] Device Memory TCP
 2023-11-13  4:08 UTC  (113+ messages)
` [RFC PATCH v3 02/12] net: page_pool: create hooks for custom page providers
` [RFC PATCH v3 03/12] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH v3 04/12] netdev: support binding dma-buf to netdevice
` [RFC PATCH v3 05/12] netdev: netdevice devmem allocator
` [RFC PATCH v3 06/12] memory-provider: dmabuf devmem memory provider
` [RFC PATCH v3 07/12] page-pool: device memory support
` [RFC PATCH v3 08/12] net: support non paged skb frags
` [RFC PATCH v3 09/12] net: add support for skbs with unreadable frags
` [RFC PATCH v3 10/12] tcp: RX path for devmem TCP
` [RFC PATCH v3 12/12] selftests: add ncdevmem, netcat "

[PATCH v5 0/5] ppc, fbdev: Clean up fbdev mmap helper
 2023-11-13  2:45 UTC  (2+ messages)
` (subset) "

[GIT PULL] LoongArch changes for v6.7
 2023-11-12 19:18 UTC  (2+ messages)

[PATCH] riscv: Avoid code duplication with generic bitops implementation
 2023-11-12  9:44 UTC 

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-11-12  4:23 UTC  (3+ messages)

[PATCH 0/2] riscv: Enable percpu page first chunk allocator
 2023-11-10 14:07 UTC  (3+ messages)
` [PATCH 1/2] mm: Introduce flush_cache_vmap_early() and its riscv implementation
` [PATCH 2/2] riscv: Enable pcpu page first chunk allocator

[PATCH] LoongArch/smp: Call rcutree_report_cpu_starting() earlier
 2023-11-07 11:47 UTC 

[PATCH v10 0/5] riscv: Add fine-tuned checksum functions
 2023-11-07  8:39 UTC  (5+ messages)
` [PATCH v10 3/5] riscv: Checksum header
` [PATCH v10 4/5] riscv: Add checksum library

[PATCH v6 0/4] riscv: tlb flush improvements
 2023-11-07  8:38 UTC  (3+ messages)

[PATCH v6 0/4] riscv: tlb flush improvements
 2023-11-07  6:50 UTC  (2+ messages)

PSA: this list has been migrated (no action required)
 2023-11-07  0:00 UTC 


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