loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-03 13:50:20 to 2025-06-16 11:58:55 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-16 11:58 UTC  (4+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special

[PATCH 0/8] KVM: Remove include/kvm, standardize includes
 2025-06-16 11:10 UTC  (15+ messages)
` [PATCH 1/8] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 2/8] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 3/8] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 4/8] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 5/8] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 6/8] KVM: PPC: "
` [PATCH 7/8] KVM: s390: "
` [PATCH 8/8] KVM: Standardize include paths across all architectures

[PATCH v4 0/3] LoongArch: Add Loongson-2K BMC support
 2025-06-16  7:35 UTC  (10+ messages)
` [PATCH v4 1/3] mfd: ls2kbmc: Introduce Loongson-2K BMC core driver
` [PATCH v4 2/3] mfd: ls2kbmc: Add Loongson-2K BMC reset function support
` [PATCH v4 3/3] ipmi: Add Loongson-2K BMC support

[PATCH 0/2] LoongArch: KVM: INTC: Add IOCSR MISC register emulation
 2025-06-16  7:35 UTC  (3+ messages)
` [PATCH 1/2] LoongArch: KVM: INTC: Remove local variable device1
` [PATCH 2/2] LoongArch: KVM: INTC: Add IOCSR MISC register emulation

[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
 2025-06-14 13:24 UTC  (29+ messages)
` [PATCH v2 01/12] lib/crc: move files into lib/crc/
` [PATCH v2 02/12] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH v2 03/12] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH v2 04/12] lib/crc/arm64: migrate arm64-optimized "
` [PATCH v2 05/12] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH v2 06/12] lib/crc/mips: migrate mips-optimized "
` [PATCH v2 07/12] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH v2 08/12] lib/crc/riscv: migrate riscv-optimized "
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized "
` [PATCH v2 10/12] lib/crc/sparc: migrate sparc-optimized "
` [PATCH v2 11/12] lib/crc/x86: migrate x86-optimized "
` [PATCH v2 12/12] lib/crc: remove ARCH_HAS_* kconfig symbols

[PATCH 2/5] mm/hugetlb: Remove prepare_hugepage_range()
 2025-06-14  4:11 UTC  (7+ messages)

[PATCH v4 0/2] Loongarch irq-redirect supprot
 2025-06-13 15:20 UTC  (7+ messages)
` [PATCH v4 1/2] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v4 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-12 22:50 UTC  (40+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key

[PATCH v3] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
 2025-06-12 12:45 UTC  (3+ messages)

[PATCH v1 0/5] Support trampoline for LoongArch
 2025-06-12 12:32 UTC  (9+ messages)
  ` [PATCH v1 1/5] LoongArch: Support fixmap
  ` [PATCH v1 2/5] LoongArch: BPF: The operation commands needed to add a trampoline
  ` [PATCH v1 3/5] LoongArch: BPF: Add bpf_arch_text_poke support for Loongarch
  ` [PATCH v1 4/5] LoongArch: BPF: Add bpf trampoline "
  ` [PATCH v1 5/5] LoongArch: BPF: Update the code to rename validate_code to validate_ctx

[PATCH] gpio: loongson-64bit: Correct Loongson-7A2000 ACPI GPIO access mode
 2025-06-11 12:33 UTC  (3+ messages)

[PATCH v2] loongarch: Replace __ASSEMBLY__ with __ASSEMBLER__ in the loongarch headers
 2025-06-11 12:03 UTC 

[PATCH v10 0/5] Add Loongson Security Engine chip driver
 2025-06-11  9:23 UTC  (3+ messages)
` [PATCH v10 2/5] crypto: loongson - add Loongson RNG driver support

[PATCH v3 0/9] LoongArch: KVM: INTC: Enhancement about eiointc emulation
 2025-06-11  1:51 UTC  (11+ messages)
` [PATCH v3 1/9] LoongArch: KVM: INTC: Fix interrupt route update with eiointc
` [PATCH v3 2/9] LoongArch: KVM: INTC: Check interrupt route from physical cpu
` [PATCH v3 3/9] LoongArch: KVM: INTC: Disable update property num_cpu and feature
` [PATCH v3 4/9] LoongArch: KVM: INTC: Check validation of num_cpu from user space
` [PATCH v3 5/9] LoongArch: KVM: INTC: Avoid overflow with array index
` [PATCH v3 6/9] LoongArch: KVM: INTC: Use standard bitops API with eiointc
` [PATCH v3 7/9] LoongArch: KVM: INTC: Remove unused parameter len
` [PATCH v3 8/9] LoongArch: KVM: INTC: Add stat information with kernel irqchip
` [PATCH v3 9/9] LoongArch: KVM: INTC: Add address alignment check

[PATCH v5 2/5] i2c: piix4: Depends on X86
 2025-06-10 18:52 UTC  (7+ messages)

[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
 2025-06-10 16:28 UTC  (2+ messages)

[PATCH v2 0/4] LoongArch: Introduce the Loongson-2K MMC host controller driver
 2025-06-10 12:52 UTC  (8+ messages)
` [PATCH v2 2/4] mmc: loongson2: Add Loongson-2K SD/SDIO "
` [PATCH v2 4/4] mmc: loongson2: Add Loongson-2K2000 SD/SDIO/eMMC "

[PATCH] LoongArch: Fix build warnings about export.h
 2025-06-09  0:39 UTC  (2+ messages)

[PATCH 00/13] lib/crc: improve how arch-optimized code is integrated
 2025-06-08 23:46 UTC  (2+ messages)

[PATCH v3 0/3] LoongArch: Add Loongson-2K BMC support
 2025-06-08  8:26 UTC  (7+ messages)
` [PATCH v3 1/3] mfd: ls2kbmc: Introduce Loongson-2K BMC core driver
` [PATCH v3 2/3] ipmi: Add Loongson-2K BMC support
` [PATCH v3 3/3] mfd: ls2kbmc: Add Loongson-2K BMC reset function support

[PATCH v2 0/3] LoongArch: Add Loongson-2K0500 BMC support
 2025-06-08  7:35 UTC  (2+ messages)

[GIT PULL] LoongArch changes for v6.16
 2025-06-07 19:07 UTC  (2+ messages)

[PATCH v2] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
 2025-06-06 13:41 UTC  (15+ messages)

[PATCH] platform/loongarch: laptop: Unregister generic_sub_drivers on exit
 2025-06-06 13:11 UTC  (2+ messages)

[PATCH v2 0/2] Backlight control improvements for loongson_laptop
 2025-06-06 13:11 UTC  (4+ messages)
` [PATCH v2 1/2] platform/loongarch: laptop: Get brightness setting from EC on probe
` [PATCH v2 2/2] platform/loongarch: laptop: Support backlight power control

[PATCH] LoongArch: vDSO: correctly use asm parameters in syscall wrappers
 2025-06-06  9:13 UTC  (9+ messages)

[PATCH v6 0/4] rust: Add bug/warn abstractions
 2025-06-05  7:20 UTC  (3+ messages)

[PATCH v2] loongarch: kgdb: remove unnecessary init variable
 2025-06-05  1:46 UTC  (6+ messages)
  ` Re:[PATCH "

[PATCH] Loongarch:Fixed up panic cause by a NULL-pmd
 2025-06-05  1:35 UTC  (4+ messages)

[PATCH 0/2] Backlight control improvements for loongson_laptop
 2025-06-04 14:47 UTC  (10+ messages)
` [PATCH 1/2] platform/loongarch: laptop: Get brightness setting from EC on probe
` [PATCH 2/2] platform/loongarch: laptop: Support backlight power control

[PATCH RESEND] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
 2025-06-04 12:31 UTC  (8+ messages)

[PATCH] loongarch: kgdb: remove unnecessary init variable
 2025-06-04  2:57 UTC  (5+ messages)
      ` Re:[PATCH] "


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 NNTP newsgroup(s).