public inbox for loongarch@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-04-10 12:20:24 to 2026-04-20 21:20:43 UTC [more...]

[PATCH v3 00/19] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-04-20 21:20 UTC  (19+ messages)
` [PATCH v3 01/19] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v3 02/19] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v3 03/19] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v3 04/19] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v3 05/19] KVM: selftests: Use s64 instead of int64_t
` [PATCH v3 06/19] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v3 07/19] KVM: selftests: Use s32 instead of int32_t
` [PATCH v3 08/19] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v3 09/19] KVM: selftests: Use s16 instead of int16_t
` [PATCH v3 10/19] KVM: selftests: Use u8 instead of uint8_t
` [PATCH v3 11/19] KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
` [PATCH v3 12/19] KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
` [PATCH v3 13/19] KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
` [PATCH v3 14/19] KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
` [PATCH v3 15/19] KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA
` [PATCH v3 16/19] KVM: selftests: Replace "vaddr" with "gva" throughout
` [PATCH v3 17/19] KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
` [PATCH v3 18/19] KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-04-20 20:43 UTC  (6+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t

[RFC PATCH] LoongArch: Implement CONFIG_THREAD_INFO_IN_TASK
 2026-04-20 10:29 UTC 

[PATCH] ASoC: ES8389: convert to devm_clk_get_optional() to get clock
 2026-04-18 11:40 UTC 

[PATCH v2] LoongArch: improve logging of disabling KASLR
 2026-04-17  3:15 UTC  (2+ messages)

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-16 19:32 UTC  (60+ messages)
` [patch 02/38] x86: Cleanup include recursion hell
  ` [patch V1.1 "
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 09/38] iommu/vt-d: Use sched_clock() instead of get_cycles()
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
  ` [patch V1.1 "
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 17/38] ext4: Replace get_cycles() usage with ktime_get()
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

[PATCH 0/8] firmware: sysfb: Consolidate config/code wrt. sysfb_primary_screen
 2026-04-15 13:42 UTC  (6+ messages)
` [PATCH 1/8] hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUS
      ` [EXTERNAL] "

[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
 2026-04-15 10:04 UTC  (2+ messages)

[PATCH] LoongArch: Align FPU register state to 32 bytes
 2026-04-15  8:04 UTC  (5+ messages)

[PATCH v3 0/5] LoongArch: BPF: Support more atomic instructions
 2026-04-15  2:27 UTC  (12+ messages)
` [PATCH v3 1/5] LoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBAR
` [PATCH v3 2/5] LoongArch: BPF: Add the default case in emit_atomic() and rename it
` [PATCH v3 3/5] LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions
` [PATCH v3 4/5] LoongArch: BPF: Support load-acquire and store-release instructions
` [PATCH v3 5/5] selftests/bpf: Make CAN_USE_LOAD_ACQ_STORE_REL usable for LoongArch

[PATCH v8 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2026-04-14 22:31 UTC  (4+ messages)
` [PATCH v8 1/2] dt-bindings: i2c: loongson,ls2x: Add ls2k0300-i2c compatible
` [PATCH v8 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller

[PATCH v2] perf annotate: Use jump__delete when freeing LoongArch jumps
 2026-04-14 17:12 UTC  (3+ messages)

[PATCH] perf loongarch: Fix build failure with CONFIG_LIBDW_DWARF_UNWIND
 2026-04-14 17:12 UTC  (5+ messages)

[GIT PULL] Kbuild and Kconfig changes for v7.1
 2026-04-14 16:46 UTC  (2+ messages)

[PATCH] perf build: Add clang and rust target flags for loongarch
 2026-04-14 14:03 UTC  (4+ messages)

[PATCH V4 0/2] LoongArch: KVM: fix "unreliable stack" issue
 2026-04-14 11:31 UTC  (3+ messages)
` [PATCH V4 1/2] LoongArch: KVM: Compile the switch.S file directly into the kernel
` [PATCH V4 2/2] LoongArch: KVM: fix "unreliable stack" issue

[PATCH] perf loongarch: Fix discarded-qualifiers warning in _get_field()
 2026-04-14  8:15 UTC  (2+ messages)

[PATCH 0/3] LoongArch: KVM: Small enhancement about timer
 2026-04-14  7:23 UTC  (4+ messages)
` [PATCH 1/3] LoongArch: KVM: Move AVEC interrupt injection in switch loop
` [PATCH 2/3] LoongArch: KVM: Fix HW timer interrupt lost when inject interrupt from software
` [PATCH 3/3] LoongArch: KVM: Move unconditional delay in timer clear scenery

[PATCH] LoongArch: Make arch_irq_work_has_interrupt() true only if IPI HW exist
 2026-04-14  6:34 UTC 

[PATCH] LoongArch: KVM: Fix data race in kvm_ipi_regs_access
 2026-04-14  2:46 UTC  (4+ messages)

[PATCH] LoongArch/KVM: Fix missing EMULATE_FAIL in ldptr default case of kvm_emu_mmio_read
 2026-04-14  1:39 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add loongarch mailing list for perf tooling
 2026-04-14  1:33 UTC 

[PATCH V2 for 6.12] LoongArch: Remove unnecessary checks for ORC unwinder
 2026-04-13 11:52 UTC  (2+ messages)
` Patch "LoongArch: Remove unnecessary checks for ORC unwinder" has been added to the 6.12-stable tree

[PATCH V2 for 6.12] LoongArch: Handle percpu handler address for ORC unwinder
 2026-04-13 11:52 UTC  (2+ messages)
` Patch "LoongArch: Handle percpu handler address for ORC unwinder" has been added to the 6.12-stable tree

[GIT PULL] LoongArch KVM changes for v7.1
 2026-04-13  9:46 UTC  (2+ messages)

[PATCH] perf annotate: Use jump__delete when freeing LoongArch jumps
 2026-04-13  9:41 UTC  (4+ messages)

[PATCH v7 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2026-04-13  9:26 UTC  (7+ messages)
` [PATCH v7 1/2] dt-bindings: i2c: loongson,ls2x: Add ls2k0300-i2c compatible
` [PATCH v7 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller

[PATCH] loongarch: improve logging of disabling KASLR
 2026-04-13  8:29 UTC  (4+ messages)

(no subject)
 2026-04-13  7:58 UTC 

[PATCH v2 0/5] LoongArch: BPF: Support more atomic instructions
 2026-04-13  4:02 UTC  (4+ messages)
` [PATCH v2 4/5] LoongArch: BPF: Support load-acquire and store-release instructions

[PATCH V3 0/2] LoongArch: KVM: fix "unreliable stack" issue
 2026-04-13  3:56 UTC  (16+ messages)
` [PATCH V3 2/2] "

[PATCH] LoongArch: Increase default mmap randomization bits
 2026-04-13  2:38 UTC  (11+ messages)

[PATCH for 6.12] LoongArch: Handle percpu handler address for ORC unwinder
 2026-04-13  2:23 UTC 

[PATCH for 6.12] LoongArch: Remove unnecessary checks for ORC unwinder
 2026-04-13  2:23 UTC 

[PATCH v8] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
 2026-04-12 10:17 UTC 

[PATCH v2 1/2] LoongArch: Add flush_icache_all()/local_flush_icache_all()
 2026-04-11 13:13 UTC  (3+ messages)
` [PATCH v2 2/2] LoongArch: Batch icache maintenance for jump_label

[PATCH] loongarch: stackprotector: Use get_random_canary() for stack canary init
 2026-04-11 13:12 UTC  (2+ messages)

[PATCH V2] LoongArch: Show CPU vulnerabilites correctly
 2026-04-11  2:05 UTC 

[PATCH] LoongArch: Show CPU vulnerabilites correctly
 2026-04-11  0:31 UTC  (3+ messages)

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-04-10 15:30 UTC  (30+ 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 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 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 10/16] KVM: guest_memfd: Add flag to remove from direct map

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


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