loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH] kprobe/ftrace: bail out if ftrace was killed
 2024-04-29 13:48 UTC  (2+ messages)

[PATCH v7 00/16] mm: jit/text allocator
 2024-04-29 12:16 UTC  (17+ messages)
` [PATCH v7 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v7 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v7 03/16] nios2: define virtual address space for modules
` [PATCH v7 04/16] sparc: simplify module_alloc()
` [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v7 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v7 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v7 08/16] mm/execmem, arch: convert remaining "
` [PATCH v7 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v7 10/16] arm64: extend execmem_info "
` [PATCH v7 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v7 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v7 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v7 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v7 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v7 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v1 0/5] Add update_mmu_tlb_range() to simplify code
 2024-04-29 11:23 UTC  (7+ messages)
` [PATCH v1 1/5] LoongArch: Add update_mmu_tlb_range()
` [PATCH v1 2/5] mips: "
` [PATCH v1 3/5] riscv: "
` [PATCH v1 4/5] xtensa: "
` [PATCH v1 5/5] mm: "

[PATCH v4] LoongArch: KVM: Add PMU support
 2024-04-29 11:06 UTC  (2+ messages)

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

[PATCH v3] LoongArch: KVM: Add PMU support
 2024-04-29  9:07 UTC  (6+ messages)
    ` [v3] "

[PATCH v8 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-04-28 16:38 UTC  (8+ messages)
` [PATCH v8 1/6] LoongArch/smp: Refine some ipi functions on LoongArch platform
` [PATCH v8 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v8 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v8 4/6] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v8 5/6] LoongArch: KVM: Add pv ipi support on kvm side
` [PATCH v8 6/6] LoongArch: Add pv ipi support on guest kernel side

[PATCH v6 00/16] mm: jit/text allocator
 2024-04-28  6:55 UTC  (23+ messages)
` [PATCH v6 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v6 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v6 03/16] nios2: define virtual address space for modules
` [PATCH v6 04/16] sparc: simplify module_alloc()
` [PATCH v6 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v6 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v6 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v6 08/16] mm/execmem, arch: convert remaining "
` [PATCH v6 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v6 10/16] arm64: extend execmem_info "
` [PATCH v6 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v6 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v6 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v6 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v6 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v6 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v4 0/2] selftests/vDSO: Fix errors on LoongArch
 2024-04-28  3:05 UTC  (3+ messages)
` [PATCH v4 1/2] selftests/vDSO: Fix building "
` [PATCH v4 2/2] selftests/vDSO: Fix runtime "

[PATCH] LoongArch: Provide __lshrti3, __ashrti3, and __ashrti3
 2024-04-27  8:39 UTC  (7+ messages)

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-27  6:58 UTC  (10+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[GIT PULL] LoongArch fixes for v6.9-rc6
 2024-04-26 18:09 UTC  (2+ messages)

[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-26 12:41 UTC  (63+ 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 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled

[PATCH] LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
 2024-04-26  5:53 UTC  (3+ messages)

[PATCH] LoongArch: Lately init pmu after smp is online
 2024-04-25 12:14 UTC 

[PATCH v3 0/6] Add ACPI NUMA support for RISC-V
 2024-04-24  5:46 UTC  (7+ messages)
` [PATCH v3 1/6] ACPICA: SRAT: Add RISC-V RINTC affinity structure
` [PATCH v3 2/6] ACPI: RISCV: Add NUMA support based on SRAT and SLIT
` [PATCH v3 3/6] ACPI: NUMA: Add handler for SRAT RINTC affinity structure
` [PATCH v3 4/6] ACPI: NUMA: Make some NUMA related parse functions common
` [PATCH v3 5/6] ACPI: NUMA: change the ACPI_NUMA to a hidden option
` [PATCH v3 6/6] ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_init

[PATCH] LoongArch: Fix access error when read fault on a write-only VMA
 2024-04-24  3:11 UTC  (3+ messages)

[PATCH v2] LoongArch: KVM: Add PMU support
 2024-04-24  1:07 UTC  (4+ messages)

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-23 18:44 UTC  (15+ messages)
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [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 10/15] powerpc: extend execmem_params for kprobes allocations
` [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 v4 0/4] thermal: loongson2: Add Loongson-2K0500 and Loongson-2K2000 thermal support
 2024-04-23 15:54 UTC  (6+ messages)
` [PATCH v4 1/4] thermal: loongson2: Trivial code style adjustment
` [PATCH v4 2/4] dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500 compatible
` [PATCH v4 3/4] dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition
` [PATCH v4 4/4] thermal: loongson2: Add Loongson-2K2000 support

[PATCH] LoongArch: Fix callchain parse error with kernel tracepoint events
 2024-04-23  7:43 UTC 

[PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
 2024-04-22 18:32 UTC  (13+ messages)

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-22 17:40 UTC  (3+ messages)
` [PATCH v3 14/15] riscv: "

[PATCH v3 0/4] thermal: loongson2: Add Loongson-2K0500 and Loongson-2K2000 thermal support
 2024-04-22 11:08 UTC  (7+ messages)
` [PATCH v3 1/4] thermal: loongson2: Trivial code style adjustment
` [PATCH v3 4/4] thermal: loongson2: Add Loongson-2K2000 support


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