loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-09 21:19:30 to 2023-10-27 09:46:48 UTC [more...]

[PATCH bpf-next 0/8] bpf: Support cpu v4 instructions for LoongArch
 2023-10-27  9:46 UTC  (14+ messages)
` [PATCH bpf-next 1/8] LoongArch: Add more instruction opcodes and emit_* helpers
` [PATCH bpf-next 2/8] LoongArch: BPF: Support sign-extension load instructions
` [PATCH bpf-next 3/8] LoongArch: BPF: Support sign-extension mov instructions
` [PATCH bpf-next 4/8] LoongArch: BPF: Support unconditional bswap instructions
` [PATCH bpf-next 5/8] LoongArch: BPF: Support 32-bit offset jmp instructions
` [PATCH bpf-next 6/8] LoongArch: BPF: Support signed div instructions
` [PATCH bpf-next 7/8] LoongArch: BPF: Support signed mod instructions
` [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests for LoongArch

[PATCH v4 0/8] Add objtool and orc support for LoongArch
 2023-10-27  9:31 UTC  (14+ messages)
` [PATCH v4 1/8] objtool/LoongArch: Enable objtool to be built
` [PATCH v4 2/8] objtool/LoongArch: Implement instruction decoder
` [PATCH v4 3/8] objtool/x86: Separate arch-specific and generic parts
` [PATCH v4 4/8] objtool/LoongArch: Enable orc to be built
` [PATCH v4 5/8] objtool: Check local label about sibling call
` [PATCH v4 6/8] objtool: Check local label in add_dead_ends()
` [PATCH v4 7/8] objtool: Check local label in read_unwind_hints()
` [PATCH v4 8/8] LoongArch: Add ORC stack unwinder support

[PATCH] selftests/rseq: Add 64bit LoongArch support
 2023-10-27  8:13 UTC 

[PATCH 1/3] selftests/rseq: Add 64bit LoongArch support
 2023-10-27  1:40 UTC  (5+ messages)
` [PATCH 2/3] LoongArch: Add RSEQ_SIG break code definition

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-26 10:24 UTC  (13+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations

[RESEND PATCH V7] NUMA: optimize detection of memory with no node id assigned by firmware
 2023-10-26  5:59 UTC  (2+ messages)

[GIT PULL] LoongArch KVM changes for v6.7
 2023-10-26  2:36 UTC  (4+ messages)

[PATCH V7] NUMA: optimize detection of memory with no node id assigned by firmware
 2023-10-25 13:15 UTC 

[PATCH V6] NUMA: optimize detection of memory with no node id assigned by firmware
 2023-10-25  5:46 UTC  (2+ messages)

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-24 19:28 UTC  (47+ messages)
` [PATCH 01/39] parisc: simplify smp_prepare_boot_cpu()
` [PATCH 02/39] ACPI: Use the acpi_device_is_present() helper in more places
` [PATCH 03/39] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [PATCH 04/39] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [PATCH 05/39] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 06/39] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH 07/39] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/39] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 09/39] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH 10/39] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 11/39] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 12/39] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 13/39] x86: intel_epb: Don't rely on link order
` [PATCH 14/39] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/39] LoongArch: "
` [PATCH 16/39] riscv: "
` [PATCH 17/39] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices
` [PATCH 19/39] ACPI: processor: Add support for processors described as container packages
` [PATCH 20/39] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present
` [PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH 31/39] ACPICA: Add new MADT GICC flags fields
` [PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
` [PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH 36/39] arm64: document virtual CPU hotplug's expectations
` [PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected

[PATCH] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
 2023-10-24 12:02 UTC  (5+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-23 20:01 UTC  (33+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()

[PATCH v3 0/8] Add objtool and orc support for LoongArch
 2023-10-21  8:13 UTC  (18+ messages)
` [PATCH v3 1/8] objtool/LoongArch: Enable objtool to be built
` [PATCH v3 2/8] objtool/LoongArch: Implement instruction decoder
` [PATCH v3 3/8] objtool/x86: Separate arch-specific and generic parts
` [PATCH v3 4/8] objtool/LoongArch: Enable orc to be built
` [PATCH v3 5/8] objtool: Check local label about sibling call
` [PATCH v3 6/8] objtool: Check local label in add_dead_ends()
` [PATCH v3 7/8] objtool: Check local label in read_unwind_hints()
` [PATCH v3 8/8] LoongArch: Add ORC stack unwinder support

[PATCH] ACPI: Use the acpi_device_is_present() helper in more places
 2023-10-20 16:52 UTC  (3+ messages)

[GIT PULL] LoongArch fixes for v6.6-rc7
 2023-10-19 18:36 UTC  (2+ messages)

[PATCH V5] NUMA: optimize detection of memory with no node id assigned by firmware
 2023-10-19 13:22 UTC  (3+ messages)

[PATCH v2 0/8] Add objtool and orc support for LoongArch
 2023-10-18 11:44 UTC  (21+ messages)
` [PATCH v2 1/8] objtool/LoongArch: Enable objtool to be built
` [PATCH v2 4/8] objtool/LoongArch: Enable orc "
` [PATCH v2 8/8] LoongArch: Add ORC unwinder support

[PATCH v2 1/2] kbuild: unify vdso_install rules
 2023-10-17 11:57 UTC  (3+ messages)
` [PATCH v2 2/2] kbuild: unify no-compiler-targets and no-sync-config-targets

[PATCH 1/2] [v2] efi: move screen_info into efi init code
 2023-10-17  9:39 UTC  (2+ messages)
` [PATCH 2/2] console: fix up ARM screen_info reference

[PATCH v1] LoongArch: Use SYM_CODE to annotate exception handlers
 2023-10-16  9:37 UTC 

[PATCH v3] loongarch/mm: disable WUC for pgprot_writecombine() like ioremap_wc()
 2023-10-15  6:39 UTC 

[PATCH 00/40] soc: Convert to platform remove callback returning void
 2023-10-14 21:59 UTC  (6+ messages)
        ` [GIT PULL] Convert drivers/soc to struct platform_driver::remove_new()

[PATCH 1/5] csky: remove unused cmd_vdso_install
 2023-10-14  9:08 UTC  (14+ messages)
` [PATCH 3/5] parisc: remove broken vdso_install
` [PATCH 4/5] kbuild: unify vdso_install rules
` [PATCH 5/5] kbuild: unify no-compiler-targets and no-sync-config-targets

[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
 2023-10-13 21:03 UTC  (4+ messages)
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs

[PATCH v2] loongarch/mm: disable WUC for pgprot_writecombine as same as ioremap_wc
 2023-10-13 13:53 UTC  (10+ messages)

[PATCH v6] selftests/clone3: Fix broken test under !CONFIG_TIME_NS
 2023-10-12  1:57 UTC  (3+ messages)

[PATCH v2 0/2] Modify vDSO selftests
 2023-10-12  1:52 UTC  (3+ messages)

[PATCH] cpu-hotplug: provide prototypes for arch CPU registration
 2023-10-11 13:08 UTC  (4+ messages)

[PATCH v3 0/9] video: screen_info cleanups
 2023-10-10 12:20 UTC  (14+ messages)
` [PATCH v3 1/9] vgacon: rework Kconfig dependencies
` [PATCH v3 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v3 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v3 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v3 5/9] vgacon: remove screen_info dependency
` [PATCH v3 6/9] vgacon: clean up global screen_info instances
` [PATCH v3 7/9] vga16fb: drop powerpc support
` [PATCH v3 8/9] hyperv: avoid dependency on screen_info
` [PATCH v3 9/9] efi: move screen_info into efi init code

qemu direct kernel boot on LoongArch
 2023-10-10  1:12 UTC  (2+ 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).