loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-15 02:04:23 to 2024-04-22 09:46:19 UTC [more...]

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  9:44 UTC  (8+ messages)
` [PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem

[PATCH v3 0/4] thermal: loongson2: Add Loongson-2K0500 and Loongson-2K2000 thermal support
 2024-04-22  9:44 UTC  (6+ messages)
` [PATCH v3 1/4] thermal: loongson2: Trivial code style adjustment
` [PATCH v3 2/4] dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500 compatible
` [PATCH v3 3/4] dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition
` [PATCH v3 4/4] thermal: loongson2: Add Loongson-2K2000 support

[PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
 2024-04-22  8:50 UTC  (6+ messages)
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
 2024-04-22  8:47 UTC  (9+ messages)
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  8:26 UTC 

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-22  3:53 UTC  (42+ messages)
` [PATCH v5 01/18] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v5 02/18] ACPI: processor: Set the ACPI_COMPANION for the struct cpu instance
` [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()

[PATCH v2] LoongArch: KVM: Add PMU support
 2024-04-22  2:37 UTC  (3+ messages)

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-20 10:52 UTC  (32+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v4 07/15] mm/execmem, arch: convert remaining "
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-19 15:39 UTC  (19+ messages)
` [PATCH v7 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v7 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v7 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v7 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v7 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v7 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v7 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v7 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v7 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v7 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v7 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v7 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v7 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v7 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v7 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v7 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v5] LoongArch: Give chance to build under !CONFIG_SMP
 2024-04-19 14:44 UTC  (2+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-19 13:58 UTC  (11+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH v2 0/4] thermal: loongson2: Add Loongson-2K0500 and Loongson-2K2000 thermal support
 2024-04-19  4:37 UTC  (10+ messages)
` [PATCH v2 1/4] thermal: loongson2: Trivial code style adjustment
` [PATCH v2 2/4] dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500 compaible
` [PATCH v2 3/4] dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition
` [PATCH v2 4/4] thermal: loongson2: Add Loongson-2K2000 support

[PATCH] LoongArch: KVM: Add mmio trace support
 2024-04-19  2:36 UTC  (2+ messages)

[PATCH v3 0/4] Give chance to build under !CONFIG_SMP for LoongArch
 2024-04-18 17:44 UTC  (4+ messages)

[PATCH v6 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-18  8:16 UTC  (32+ messages)
` [PATCH v6 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v6 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v6 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v6 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v6 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v6 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v6 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach();
` [PATCH v6 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v6 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v6 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v6 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v6 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v6 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v6 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v6 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v6 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v4 0/3] Give chance to build under !CONFIG_SMP for LoongArch
 2024-04-18  3:17 UTC  (7+ messages)
` [PATCH v4 1/3] LoongArch: Modify acpi_parse_processor() for non-SMP
` [PATCH v4 2/3] LoongArch: Modify ACPI S3 state function "
` [PATCH v4 3/3] LoongArch: Give chance to build under !CONFIG_SMP

[PATCH v1] LoongArch/tlb: fix "error: parameter 'ptep' set but not used" due to __tlb_remove_tlb_entry()
 2024-04-18  3:03 UTC  (5+ messages)

[PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime
 2024-04-18  2:05 UTC  (24+ messages)
` [PATCH RFC v2 1/6] blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
` [PATCH RFC v2 2/6] blk-throttle: delay initialization until configuration
` [PATCH RFC v2 5/6] blk-throttle: support to destroy throtl_data when blk-throttle is disabled
` [PATCH RFC v2 6/6] blk-throtl: switch to use rq_qos
    ` Re: [PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime

[PATCH 1/2] arch/loongarch: clean up the left code and Kconfig item related to CRASH_CORE
 2024-04-17  7:32 UTC  (5+ messages)

[PATCH 3/5] mm: add vaddr param to pmd_populate_kernel
 2024-04-16 19:18 UTC  (2+ messages)
  ` [PATCH 3/5 RESEND] "

./include/asm-generic/tlb.h:629:10: error: parameter 'ptep' set but not used
 2024-04-16 14:41 UTC  (4+ messages)

[PATCH v3 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2024-04-16  2:02 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: Add Loongson PWM controller
` [PATCH v3 2/2] pwm: Add Loongson PWM controller support

[PATCH] KVM: loongarch: Add vcpu id check before create vcpu
 2024-04-15  2:04 UTC  (3+ messages)


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