LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2023-09-28 06:15:29 to 2023-10-24 15:18:20 UTC [more...]

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-24 15:18 UTC  (24+ 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 23/39] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()

[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 00/13] mm: jit/text allocator
 2023-10-23 17:21 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

[PATCH v4 0/8] Add objtool and orc support for LoongArch
 2023-10-23  9:21 UTC  (11+ 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 V6] NUMA: optimize detection of memory with no node id assigned by firmware
 2023-10-21 13:15 UTC 

[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  (26+ messages)
` [PATCH v2 1/8] objtool/LoongArch: Enable objtool to be built
` [PATCH v2 2/8] objtool/LoongArch: Implement instruction decoder
` [PATCH v2 3/8] objtool/x86: Separate arch-specific and generic parts
` [PATCH v2 4/8] objtool/LoongArch: Enable orc to be built
` [PATCH v2 5/8] objtool: Check local label about sibling call
` [PATCH v2 6/8] objtool: Check local label in add_dead_ends()
` [PATCH v2 7/8] objtool: Check local label in read_unwind_hints()
` [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  (8+ messages)
        ` [GIT PULL] Convert drivers/soc to struct platform_driver::remove_new()
` (subset) [PATCH 00/40] soc: Convert to platform remove callback returning void

[PATCH 1/5] csky: remove unused cmd_vdso_install
 2023-10-14  9:08 UTC  (16+ messages)
` [PATCH 2/5] UML: "
` [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  (9+ 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)

[PATCH v3 0/4] KVM: selftests: Add LoongArch support
 2023-10-09  2:55 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v3 2/4] KVM: selftests: Add core KVM selftests support "
` [PATCH v3 3/4] KVM: selftests: Add ucall test "
` [PATCH v3 4/4] KVM: selftests: Add test cases "

[PATCH] loongarch/mm: disable WUC for pgprot_writecombine() too
 2023-10-09  1:18 UTC  (2+ messages)

[PATCH v3] LoongArch: Share the same pmd between vDSO space and stack
 2023-10-08  1:20 UTC 

[PATCH linux-next] LoongArch: mm: Export symbol for invalid_pud_table
 2023-10-07 16:14 UTC  (3+ messages)

kmap() transformation: Question about copy_user_highpage
 2023-10-07 13:00 UTC  (3+ messages)

[PATCH] LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()
 2023-10-07  9:52 UTC 

linux-next: Tree for Oct 6 [arch/loongarch/kvm/kvm.ko]
 2023-10-07  0:38 UTC 

[GIT PULL] LoongArch KVM changes for v6.7
 2023-10-05  9:18 UTC 

[PATCH v2] LoongArch: Share the same pmd between vDSO space and stack
 2023-10-05  5:30 UTC 

linux-next: Tree for Sep 29 (arch/loongarch/kvm/vm.c)
 2023-09-29 23:30 UTC 

[GIT PULL] LoongArch fixes for v6.6-rc4
 2023-09-28 18:27 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