loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-23 23:24:05 to 2023-02-07 17:51:16 UTC [more...]

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-07 17:50 UTC  (43+ messages)
` [RFC PATCH 01/32] ia64: Fix build error due to switch case label appearing next to declaration
` [RFC PATCH 02/32] ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architecture
` [RFC PATCH 03/32] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH 04/32] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH 05/32] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH 06/32] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH 07/32] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH 08/32] x86/topology: "
` [RFC PATCH 09/32] LoongArch: "
` [RFC PATCH 10/32] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH 11/32] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH 12/32] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH 13/32] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH 14/32] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH 15/32] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH 16/32] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH 17/32] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH 18/32] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH 19/32] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH 20/32] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH 21/32] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH 22/32] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH 23/32] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH 24/32] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH 25/32] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH 26/32] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH 27/32] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH 28/32] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls "
` [RFC PATCH 31/32] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH 32/32] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH 00/22] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-02-07 17:33 UTC  (32+ messages)
` [PATCH 01/22] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
` [PATCH 02/22] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH 03/22] arm/cpu: "
` [PATCH 04/22] arm64/cpu: Mark cpu_die() __noreturn
` [PATCH 05/22] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH 06/22] ia64/cpu: Mark play_dead() __noreturn
` [PATCH 07/22] loongarch/cpu: Make sure play_dead() doesn't return
` [PATCH 08/22] loongarch/cpu: Mark play_dead() __noreturn
` [PATCH 09/22] mips/cpu: Expose play_dead()'s prototype definition
` [PATCH 10/22] mips/cpu: Make sure play_dead() doesn't return
` [PATCH 11/22] mips/cpu: Mark play_dead() __noreturn
` [PATCH 12/22] powerpc/cpu: Mark start_secondary_resume() __noreturn
` [PATCH 13/22] sh/cpu: Make sure play_dead() doesn't return
` [PATCH 14/22] sh/cpu: Mark play_dead() __noreturn
` [PATCH 15/22] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition
` [PATCH 16/22] sparc/cpu: Mark cpu_play_dead() __noreturn
` [PATCH 17/22] x86/cpu: Make sure play_dead() doesn't return
` [PATCH 18/22] x86/cpu: Mark play_dead() __noreturn
` [PATCH 19/22] xtensa/cpu: Make sure cpu_die() doesn't return
` [PATCH 20/22] xtensa/cpu: Mark cpu_die() __noreturn
` [PATCH 21/22] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
` [PATCH 22/22] sched/idle: Mark arch_cpu_idle_dead() __noreturn
  ` [PATCH v1.1 "

[PATCH v2 0/5] LoongArch: Add kernel relocation and KASLR support
 2023-02-07 14:39 UTC  (7+ messages)
` [PATCH v2 1/5] LoongArch: Use la.pcrel instead of la.abs when it's trivially possible
` [PATCH v2 2/5] LoongArch: Use la.pcrel instead of la.abs for exception handlers
` [PATCH v2 3/5] LoongArch: Add JUMP_LINK_ADDR macro implementation to avoid using la.abs
` [PATCH v2 4/5] LoongArch: Add support for kernel relocation
` [PATCH v2 5/5] LoongArch: Add support for kernel address space layout randomization (KASLR)

[PATCH 0/3] Add LoongArch support to nolibc
 2023-02-07 14:30 UTC  (6+ messages)
` [PATCH 1/3] nolibc: Add statx() support to implement sys_stat()
` [PATCH 2/3] nolibc: Add support for LoongArch
` [PATCH 3/3] selftests/nolibc: "

[PATCH] LoongArch: Make -mstrict-align be configurable
 2023-02-07 14:10 UTC  (20+ messages)

[PATCH v12 0/5] Add kprobe and kretprobe support for LoongArch
 2023-02-07  4:32 UTC  (21+ messages)
` [PATCH v12 4/5] LoongArch: Mark some assembler symbols as non-kprobe-able

[PATCH] LoongArch: add checksum optimization for 64-bit system
 2023-02-07  4:01 UTC 

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-07  0:32 UTC  (3+ messages)
` [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-02-03 14:33 UTC  (13+ messages)
` [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH V11 0/3] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C controller
 2023-02-03 11:40 UTC  (7+ messages)
` [PATCH V11 1/3] dt-bindings: i2c: Add Loongson LS2X "
` [PATCH V11 2/3] i2c: ls2x: Add driver for Loongson-2K/LS7A "
` [PATCH V11 3/3] LoongArch: Enable LS2X I2C in loongson3_defconfig

[PATCH] LoongArch: Add kprobe on ftrace support
 2023-02-03  9:34 UTC  (3+ messages)

[PATCH] LoongArch: Fix Chinese comma
 2023-02-02  9:22 UTC  (3+ messages)

[PATCH V2 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-02-01  9:16 UTC  (6+ messages)
` [PATCH V2 2/7] rtc: "

[PATCH v10 1/4] dt-bindings: clock: add loongson-2 clock include file
 2023-02-01  4:37 UTC  (3+ messages)
` [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support

[PATCH V10 0/4] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C controller
 2023-01-30  9:14 UTC  (5+ messages)
` [PATCH V10 3/4] i2c: ls2x: Add driver for "

[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-28  9:02 UTC  (10+ messages)
` [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH 2/3] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH v2] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2023-01-27 23:19 UTC  (3+ messages)

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH AUTOSEL 6.1 17/35] LoongArch: Get frame info in unwind_start() when regs is not available
 2023-01-24 13:41 UTC 


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