LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2026-03-12 19:17:20 to 2026-03-19 08:20:09 UTC [more...]

[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
 2026-03-19  8:19 UTC 

[PATCH v8 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-19  7:13 UTC  (6+ messages)
` [PATCH v8 1/3] ACPI: Refactor get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v8 2/3] x86: Implement acpi_get_cpu_uid()
` [PATCH v8 3/3] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH v9 0/7] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-19  7:05 UTC  (9+ messages)
` [PATCH v9 1/7] arm64/acpi: Add acpi_get_cpu_uid() and switch arm_cspmu to use it
` [PATCH v9 2/7] loongarch/acpi: Add acpi_get_cpu_uid() declaration and implementation
` [PATCH v9 3/7] riscv/acpi: Add acpi_get_cpu_uid() implementation and update users
` [PATCH v9 4/7] x86/acpi: Add acpi_get_cpu_uid() implementation and update Xen users
` [PATCH v9 5/7] ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.h
` [PATCH v9 6/7] ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()
` [PATCH v9 7/7] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH v3] Loongarch: env: fix missing NULL checks for kstrdup
 2026-03-19  5:58 UTC 

[PATCH v2] Loongarch: env: fix missing NULL checks for kstrdup
 2026-03-19  2:40 UTC  (2+ messages)

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-18 17:47 UTC  (25+ messages)
` [PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v3 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "

[GIT PULL] LoongArch fixes for v7.0-rc5
 2026-03-18 17:00 UTC  (2+ messages)

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-18 16:22 UTC  (4+ messages)
` [PATCH 14/15] alpha: remove "

[PATCH 0/2] Fix issues in LoongArch page fault handling
 2026-03-18 15:18 UTC  (3+ messages)
` [PATCH 1/2] Loongarch: Fix stale value in __do_page_fault()
` [PATCH 2/2] LoongArch: Set FAULT_FLAG_INSTRUCTION "

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-18 14:42 UTC  (29+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v2 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v2 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v2 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v2 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v2 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v2 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v2 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v2 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v2 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v2 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v2 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v2 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v2 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v2 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v2 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v2 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v2 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v2 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v2 23/23] mm/vma: convert __mmap_region() "

[PATCH 0/4] ASoC: loongson: Optimized code and variable naming
 2026-03-18 14:16 UTC  (6+ messages)
` [PATCH 1/4] MAINTAINERS: Add entry for Loongson ASoC driver
` [PATCH 2/4] ASoC: loongson: Combined regmap definitions
` [PATCH 3/4] ASoC: loongson: Use the `idma` identifier for internal DMA variables
` [PATCH 4/4] ASoC: loongson: Separate external shared DMA from the platform interface

[PATCH] Loongarch: env: fix missing NULL checks for kstrdup
 2026-03-18 14:00 UTC  (2+ messages)

[PATCH v3 0/8] Add support for LS7A LPC IRQ for MIPS Loongson systems
 2026-03-18 13:57 UTC  (10+ messages)
` [PATCH v3 1/8] MIPS: Loongson64: Override arch_dynirq_lower_bound to reserve LPC IRQs
` [PATCH v3 2/8] LoongArch: "
` [PATCH v3 3/8] dt-bindings: interrupt-controller: add LS7A PCH LPC
` [PATCH v3 4/8] irqchip/loongson-pch-lpc: extract non-ACPI-related code from ACPI init
` [PATCH v3 5/8] irqchip/loongson-pch-lpc: add OF init code
` [PATCH v3 6/8] irqchip/loongson-pch-lpc: enable building on MIPS Loongson64
` [PATCH v3 7/8] MIPS: Loongson64: dts: sort nodes
` [PATCH v3 8/8] MIPS: Loongson64: dts: add node for LS7A PCH LPC

[PATCH v7 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-18  4:04 UTC  (8+ messages)
` [PATCH v7 1/3] ACPI: Refactor get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v7 2/3] x86: Implement acpi_get_cpu_uid()
` [PATCH v7 3/3] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-17 15:53 UTC  (17+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 2/9] configs: remove orphan dependencies of NETFILTER_XTABLES_LEGACY
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
` [PATCH 4/9] configs: remove implicit assignments to FB_MODE_HELPERS
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 6/9] arm64: defconfig: remove implicit assignment to CRYPTO_SHA3
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-17 14:13 UTC  (17+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v11 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v11 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v11 09/16] KVM: arm64: "
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v11 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v11 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v11 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v11 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v11 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v11 16/16] KVM: selftests: Test guest execution from direct map removed gmem

[PATCHv7 RESEND 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-03-17 12:47 UTC  (16+ messages)
` [PATCHv7 05/18] riscv/mm: Align vmemmap to maximal folio size
` [PATCHv7 06/18] LoongArch/mm: "
` [PATCHv7 08/18] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv7 09/18] mm/hugetlb: Defer vmemmap population for bootmem hugepages
` [PATCHv7 11/18] x86/vdso: Undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32
` [PATCHv7 12/18] mm/hugetlb: Remove fake head pages
  ` [PATCHv7.1 "

[PATCH 0/3] ASoC: Add Loongson-2k0300 I2S controller support
 2026-03-17 12:46 UTC  (6+ messages)
` [PATCH 5/6] ASoC: dt-bindings: loongson,ls2k1000-i2s: Document Loongson-2K0300 compatible
` [PATCH 6/6] ASoC: loongson: Add Loongson-2k0300 I2S controller support

[PATCH v5 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2026-03-17 12:30 UTC  (6+ messages)
` [PATCH v5 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller

[PATCH v4 0/6] dmaengine: Add Loongson Multi-Channel DMA controller support
 2026-03-17 11:28 UTC  (2+ messages)

[PATCH v13 RESEND 00/14] arm64: entry: Convert to Generic Entry
 2026-03-17 10:58 UTC  (17+ messages)
` [PATCH v13 RESEND 01/14] arm64/ptrace: Refactor syscall_trace_enter/exit() to accept flags parameter
` [PATCH v13 RESEND 02/14] arm64/ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v13 RESEND 03/14] arm64/ptrace: Expand secure_computing() in place
` [PATCH v13 RESEND 04/14] arm64/ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v13 RESEND 05/14] arm64: ptrace: Move rseq_syscall() before audit_syscall_exit()
` [PATCH v13 RESEND 06/14] arm64: syscall: Introduce syscall_exit_to_user_mode_work()
` [PATCH v13 RESEND 07/14] arm64/ptrace: Define and use _TIF_SYSCALL_EXIT_WORK
` [PATCH v13 RESEND 08/14] arm64/ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v13 RESEND 09/14] arm64: entry: Convert to generic entry
` [PATCH v13 RESEND 10/14] arm64: Inline el0_svc_common()
` [PATCH v13 RESEND 11/14] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
` [PATCH v13 RESEND 12/14] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
` [PATCH v13 RESEND 13/14] arm64: Use generic TIF bits for common thread flags
` [PATCH v13 RESEND 14/14] selftests: sud_test: Support aarch64

[PATCH v2 0/3] LoongArch: KVM: Some small enhanments
 2026-03-17  9:29 UTC  (4+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Add kvm_request_pending checking in kvm_late_check_requests()
` [PATCH v2 2/3] LoongArch: KVM: Move host CSR_EENTRY save in context switch
` [PATCH v2 3/3] LoongArch: KVM: Set vcpu_is_preempted() macro rather than function

[PATCH] LoongArch: Workaround LS2K/LS7A GPU DMA hang bug
 2026-03-17  7:13 UTC 

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-03-17  3:49 UTC  (10+ messages)
` [PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt

[PATCH bpf-next v2] selftests/bpf: Add alignment flag for test_verifier 190 testcase
 2026-03-17  2:05 UTC 

[PATCH bpf-next v1 0/2] Modify some code about test_verifier
 2026-03-17  1:56 UTC  (8+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Check alignment flag if expected result is REJECT

cleanup the RAID5 XOR library v2
 2026-03-16 22:12 UTC  (3+ messages)
` [PATCH 10/27] alpha: move the XOR code to lib/raid/

[PATCH] genirq/matrix, LoongArch: Delete IRQ_MATRIX_BITS leftovers
 2026-03-16  7:28 UTC 

[PATCH v1 0/3] LoongArch: Preparation for BPF patch
 2026-03-15  8:06 UTC  (7+ messages)
` [PATCH v1 1/3] LoongArch: Give more information if memory access failed
` [PATCH v1 2/3] LoongArch: Check return values for set_memory_{rw,rox}
` [PATCH v1 3/3] LoongArch: No need to flush icache if copy failed

[PATCH v1] LoongArch: BPF: Make arch_protect_bpf_trampoline() return 0
 2026-03-15  8:04 UTC  (3+ messages)

[PATCH] LoongArch: KVM: Fix typo issue in kvm_vm_init_features()
 2026-03-15  8:03 UTC  (2+ messages)

[PATCH v3] LoongArch: Fix calling smp_processor_id() in preemptible code
 2026-03-15  7:48 UTC  (2+ messages)

[PATCH v8 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-13 21:56 UTC  (3+ messages)
` [PATCH v8 4/5] arm64: kexec: "

[PATCH v6 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-13  2:32 UTC  (7+ messages)
` [PATCH v6 1/3] ACPI: Rename get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v6 2/3] x86: Implement acpi_get_cpu_uid()

[PATCH] drm/amd/display: Wrap dcn32_override_min_req_memclk() in DC_FP_{START,END}
 2026-03-12 20:59 UTC  (2+ messages)

[PATCH 6.12 118/265] LoongArch/orc: Use RCU in all users of __module_address()
 2026-03-12 20:08 UTC 

[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
 2026-03-12 19:30 UTC  (2+ messages)

[PATCH 00/20] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-12 19:28 UTC  (4+ messages)
` [PATCH 19/20] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH 20/20] mm/vma: convert __mmap_region() "
` [PATCH 02/20] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox