public inbox for loongarch@lists.linux.dev
 help / color / mirror / Atom feed
[PATCH v7 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2026-04-11  9:58 UTC  (3+ 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 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 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 20:56 UTC  (45+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
  ` [patch V1.1 "
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
  ` [patch V1.1 "
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [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 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

[GIT PULL] LoongArch KVM changes for v7.1
 2026-04-10 10:22 UTC 

[PATCH v2 0/2] i2c: ls2x: Add clock- related properties and parsing
 2026-04-10  8:20 UTC  (18+ messages)
` [PATCH v1 1/2] dt-bindings: i2c: ls2x-i2c: Add clock- related properties

[PATCH v10 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-04-10  7:31 UTC  (5+ messages)
` [PATCH v10 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v10 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu

[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
 2026-04-10  3:39 UTC  (4+ messages)
` [PATCH v14 2/4] asm-generic: Move TIF_SINGLESTEP to generic TIF bits

cleanup the RAID5 XOR library v4
 2026-04-10  3:19 UTC  (5+ messages)
` [PATCH 22/28] xor: add a better public API
` [PATCH 24/28] async_xor: use xor_gen

[PATCH 6.12 000/241] 6.12.81-rc2 review
 2026-04-10  3:06 UTC 

[PATCH v6 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2026-04-10  1:33 UTC  (5+ messages)
` [PATCH v6 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller

[PATCH v1] LoongArch: Handle CONFIG_32BIT in syscall_get_arch()
 2026-04-09 12:33 UTC  (2+ messages)

[PATCH v2] LoongArch: detect and disable sc.q if erratic
 2026-04-09 12:19 UTC 

[PATCH v2 0/6] LoongArch: KVM: Set max VM supported FPU type with FPU exception
 2026-04-09 12:11 UTC  (7+ messages)

[PATCH] LoongArch/KVM: Use CSR_CRMD_PLV instead of CSR_PRMD_PPLV in kvm_arch_vcpu_in_kernel
 2026-04-09 11:35 UTC  (3+ messages)

[PATCH] loongarch: stackprotector: Use get_random_canary() for stack canary init
 2026-04-09  7:33 UTC 

[PATCH v9 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-04-09  1:32 UTC  (5+ messages)
` [PATCH v9 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v9 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu

[PATCH 0/8] firmware: sysfb: Consolidate config/code wrt. sysfb_primary_screen
 2026-04-08 14:07 UTC  (18+ messages)
` [PATCH 1/8] hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUS
` [PATCH 2/8] firmware: efi: Never declare sysfb_primary_display on x86
` [PATCH 3/8] firmware: sysfb: Make CONFIG_SYSFB a user-selectable option
` [PATCH 4/8] firmware: sysfb: Split sysfb.c into sysfb_primary.c and sysfb_pci.c
` [PATCH 5/8] firmware: sysfb: Implement screen_info relocation for primary display
` [PATCH 6/8] firmware: sysfb: Avoid forward-declaring sysfb_parent_dev()
` [PATCH 7/8] firmware: efi: Make CONFIG_EFI_EARLYCON depend on CONFIG_SYSFB; clean up
` [PATCH 8/8] firmware: sysfb: Move CONFIG_FIRMWARE_EDID to firmware options

[PATCH for 6.1] LoongArch: vDSO: Emit GNU_EH_FRAME correctly
 2026-04-08 13:30 UTC  (2+ messages)

[PATCH 0/3] KVM: LoongArch: selftests: Add PMU test cases
 2026-04-08 10:31 UTC  (2+ messages)

[PATCH v3 0/4] LoongArch: KVM: Some small enhanments
 2026-04-08 10:29 UTC  (2+ messages)

[PATCH] LoongArch: add spectre boundry for syscall dispatch table
 2026-04-08  8:27 UTC  (8+ messages)

[PATCH] Loongarch:Make pte/pmd_modify can set _PAGE_MODIFIED
 2026-04-08  8:10 UTC  (4+ messages)

[PATCH V3 0/2] LoongArch: KVM: fix "unreliable stack" issue
 2026-04-08  1:23 UTC  (12+ messages)
` [PATCH V3 2/2] "

[PATCH] LoongArch: detect and disable sc.q if erratic
 2026-04-07 15:21 UTC  (4+ messages)

[PATCH 6.12 118/265] LoongArch/orc: Use RCU in all users of __module_address()
 2026-04-07 12:46 UTC  (3+ messages)

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

[PATCH net-next v2] eth: remove the driver for acenic / tigon1&2
 2026-04-07  2:10 UTC  (2+ messages)

[PATCH RESEND v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-04-06 14:58 UTC  (2+ messages)

[PATCH] ACPI: Enable FPDT on LoongArch
 2026-04-06 14:44 UTC  (2+ messages)

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

[PATCH v2 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-04-04 12:20 UTC  (2+ messages)
` [PATCH v2 4/5] loongarch/mm: drop vmemmap_check_pmd helper and use generic code

[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
 2026-04-04  9:19 UTC  (2+ messages)

[PATCH 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-04-04  7:35 UTC  (4+ messages)
` [PATCH 3/4] loongarch/mm: drop vmemmap_check_pmd helper and use generic code
` [PATCH 4/5] "

[PATCH net-next] eth: remove the driver for acenic / tigon1&2
 2026-04-03 19:56 UTC  (7+ messages)

[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
 2026-04-03  9:14 UTC  (21+ messages)
` [PATCH v12 01/15] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v12 02/15] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v12 03/15] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
` [PATCH v12 04/15] arm64: kexec_file: "
` [PATCH v12 05/15] riscv: "
` [PATCH v12 06/15] LoongArch: kexec: "
` [PATCH v12 07/15] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v12 08/15] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v12 09/15] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v12 10/15] x86/kexec: "
` [PATCH v12 11/15] riscv: kexec_file: "
` [PATCH v12 12/15] LoongArch: kexec: "
` [PATCH v12 13/15] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v12 14/15] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v12 15/15] riscv: "

[PATCH] loongarch: improve logging of disabling KASLR
 2026-04-03  6:30 UTC 

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-04-02 21:52 UTC  (5+ messages)
` [PATCH 2/9] configs: remove orphan dependencies of NETFILTER_XTABLES_LEGACY
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1


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