loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-07 06:52:52 to 2025-02-19 17:16:06 UTC [more...]

[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-19 17:16 UTC  (5+ messages)
` [PATCH v6 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v6 3/6] syscall.h: introduce syscall_set_nr()

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-19 17:08 UTC  (25+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
 2025-02-19 14:06 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-02-19 13:53 UTC  (4+ messages)
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API

[PATCH V3 0/6] Drivers for Loongson security engine
 2025-02-19 13:44 UTC  (4+ messages)
` [PATCH V3 5/6] tpm: Add a driver for Loongson TPM device
` [PATCH V3 6/6] MAINTAINERS: Add tpm_lsse.c to LOONGSON CRYPTO DRIVER entry

[PATCH] LoongArch: acpi: Conditional apic_id vs CONFIG_NR_CPUS comparison
 2025-02-19 11:53 UTC 

[PATCH] mm/ioremap: Pass pgprot_t to ioremap_prot() instead of unsigned long
 2025-02-19 11:52 UTC  (2+ messages)

[PATCH v6 0/9] Add jump table support for objtool on LoongArch
 2025-02-19  9:49 UTC  (14+ messages)
` [PATCH v6 4/9] objtool: Handle unreachable entry of rodata

[PATCH v2] i2c: ls2x: Fix frequency division register access
 2025-02-19  9:11 UTC  (2+ messages)

[PATCH V3 0/6] Drivers for Loongson security engine
 2025-02-19  7:48 UTC  (6+ messages)
` [PATCH V3 1/6] mfd: Add support for Loongson Security Module
` [PATCH V3 2/6] MAINTAINERS: Add maintainer for Loongson Security Module driver
` [PATCH V3 3/6] crypto: loongson - add Loongson RNG driver support
` [PATCH V3 4/6] MAINTAINERS: Add maintainer for Loongson RNG driver

[PATCH v2 0/2] LoongArch: KVM: Enhancement about PGD saving
 2025-02-19  3:38 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: KVM: Remove PGD saving during VM context switch
` [PATCH v2 2/2] LoongArch: KVM: Fix GPA size issue about VM

[PATCH] drivers: loongson: Add check for devm_kstrdup()
 2025-02-19  3:22 UTC 

[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-18 23:30 UTC  (23+ messages)
` [PATCH v8 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v8 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v8 03/20] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v8 04/20] fs/dax: Refactor wait for dax idle page
` [PATCH v8 05/20] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v8 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v8 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v8 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v8 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v8 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v8 11/20] mm: Allow compound zone device pages
` [PATCH v8 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v8 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v8 14/20] mm/rmap: Add support for PUD sized mappings to rmap
` [PATCH v8 15/20] mm/huge_memory: Add vmf_insert_folio_pud()
` [PATCH v8 16/20] mm/huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v8 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v8 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping

[PATCH AUTOSEL 6.12 24/31] LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE
 2025-02-18 20:26 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 25/31] LoongArch: KVM: Set host with kernel mode when switch to VM mode

[PATCH AUTOSEL 6.13 24/31] LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE
 2025-02-18 20:24 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 25/31] LoongArch: KVM: Set host with kernel mode when switch to VM mode

[PATCH] i2c: ls2x: Fix frequency division register access
 2025-02-18 11:52 UTC  (3+ messages)

[PATCH v3] LoongArch: acpi: Make parse_acpi_topology() return void
 2025-02-18 10:09 UTC 

[PATCH v2] LoongArch: acpi: Make parse_acpi_topology() return void
 2025-02-18 10:05 UTC 

[PATCH] LoongArch: acpi: Make parse_acpi_topology() return void
 2025-02-18  9:59 UTC  (3+ messages)
`  "

[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-17 19:58 UTC  (15+ messages)
` [PATCH v7 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v7 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v7 14/20] rmap: Add support for PUD sized mappings to rmap
` [PATCH v7 15/20] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v7 16/20] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v7 19/20] fs/dax: Properly refcount fs dax pages

[PATCH 0/7] syscore: Pass context data to callbacks
 2025-02-17 16:37 UTC  (8+ messages)
` [PATCH 1/7] "
` [PATCH 2/7] MIPS: Embed syscore_ops in PCI context
` [PATCH 3/7] bus: mvebu-mbus: Embed syscore_ops in mbus context
` [PATCH 4/7] clk: ingenic: tcu: Embed syscore_ops in TCU context
` [PATCH 5/7] clk: mvebu: Embed syscore_ops in clock context
` [PATCH 6/7] irqchip/irq-imx-gpcv2: Embed syscore_ops in chip context
` [PATCH 7/7] soc/tegra: pmc: Derive PMC context from syscore ops

[PATCH v9 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2025-02-17  9:30 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: pwm: Add Loongson PWM controller
` [PATCH v9 2/2] pwm: Add Loongson PWM controller support

[PATCH] objtool: Rename ".rodata..c_jump_table" to "..rodata.c_jump_table"
 2025-02-14 12:51 UTC 

[PATCH v3 00/18] vDSO: Introduce generic data storage
 2025-02-14 12:04 UTC  (6+ messages)

[PATCH] compiler.h: Specify correct attribute for .rodata..c_jump_table
 2025-02-14  8:56 UTC  (9+ messages)

[PATCH v2 0/3] Drivers for Loongson security engine
 2025-02-14  1:12 UTC  (8+ messages)
` [PATCH v2 1/3] mfd: Add support for Loongson Security Module
` [PATCH v2 2/3] crypto: loongson - add Loongson RNG driver support
` [PATCH v2 3/3] tpm: Add a driver for Loongson TPM device

[PATCH v1 0/4] Removal of non-existent DAC nodes
 2025-02-13 20:05 UTC  (3+ messages)
` (subset) "

[GIT PULL] LoongArch fixes for v6.14-rc3
 2025-02-13 18:16 UTC  (2+ messages)

[PATCH v3 0/5] rust: Add bug/warn abstractions
 2025-02-13 13:57 UTC  (6+ messages)
` [PATCH v3 1/5] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v3 2/5] riscv/bug: "
` [PATCH v3 3/5] arm64/bug: "
` [PATCH v3 4/5] loongarch/bug: "
` [PATCH v3 5/5] rust: Add warn_on and warn_on_once

[PATCH net V2] net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size
 2025-02-13  4:10 UTC  (3+ messages)

[PATCH] LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE
 2025-02-12 14:20 UTC 

[PATCH v8 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2025-02-12  7:51 UTC  (6+ messages)
` [PATCH v8 2/2] pwm: Add Loongson PWM controller support

[PATCH v6 2/9] objtool: Handle different entry size of rodata
 2025-02-11 23:34 UTC  (3+ messages)
` [PATCH] objtool: remove duplicate case value R_PPC64_REL32

[PATCH] LoongArch: Enable Undefined Behavior Sanitizer UBSAN
 2025-02-11 14:40 UTC  (3+ messages)

[PATCH v2 0/3] LoongArch: KVM: Some tiny code cleanup
 2025-02-11 14:39 UTC  (5+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Fix typo issue about GCFG feature detection
` [PATCH v2 2/3] LoongArch: KVM: Remove duplicated cache attribute setting
` [PATCH v2 3/3] LoongArch: KVM: Set host with kernel mode when switch to VM mode

[PATCH] LoongArch: KVM: remove unnecessary header include path
 2025-02-11 12:14 UTC  (2+ messages)

[PATCH v7 0/7] Add jump table support for objtool on LoongArch
 2025-02-11 11:50 UTC  (8+ messages)
` [PATCH v7 1/7] objtool: Handle various symbol types of rodata
` [PATCH v7 2/7] objtool: Handle different entry size "
` [PATCH v7 3/7] objtool: Handle PC relative relocation type
` [PATCH v7 4/7] objtool/LoongArch: Add support for switch table
` [PATCH v7 5/7] objtool/LoongArch: Add support for goto table
` [PATCH v7 6/7] LoongArch: Enable jump table for objtool
` [PATCH v7 7/7] LoongArch: Convert unreachable() to BUG()

[PATCH v1 0/4] LoongArch: Add Loongson-2K0500 BMC support
 2025-02-11 11:27 UTC  (4+ messages)
` [PATCH v1 4/4] drm/ls2kbmc: Add Loongson-2K BMC reset function support

[PATCH] LoongArch: csum: Fix OoB access in IP checksum code for negative lengths
 2025-02-10 13:05 UTC  (2+ messages)

[PATCH v2 0/2] LoongArch: Remove the deprecated notifier hook mechanism
 2025-02-10 13:05 UTC  (2+ messages)

[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-10 11:35 UTC  (3+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v5 4/7] syscall.h: introduce syscall_set_nr()

[PATCH v2 0/1] loongson: Fix idle VS timer enqueue
 2025-02-10  8:27 UTC  (5+ messages)
` [PATCH v2 1/1] [PATCH] "

[PATCH 0/3] LoongArch: KVM: Some tiny code cleanup
 2025-02-10  6:32 UTC  (9+ messages)
` [PATCH 1/3] LoongArch: KVM: Fix typo issue about GCFG feature detection
` [PATCH 3/3] LoongArch: KVM: Set host with kernel mode when switch to VM mode

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-09 23:35 UTC  (14+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages

[PATCH v2 1/2] LoongArch: kernel: proc: Use str_yes_no() helper function
 2025-02-09  5:02 UTC  (2+ messages)
` [PATCH v2 2/2] LoongArch: Remove the deprecated notifier hook mechanism

[PATCH 1/3] LoongArch: kernel: proc: Use str_yes_no() helper function
 2025-02-08  8:02 UTC  (3+ messages)
` [PATCH 2/3] LoongArch: Remove the deprecated notifier hook mechanism
` [PATCH 3/3] LoongArch: Relocate the seq_file declaration to the correct place

[PATCH 0/3] LoongArch: Remove the deprecated notifier hook mechanism
 2025-02-08  8:02 UTC 

[PATCH 0/5] remove tlb_remove_page_ptdesc()
 2025-02-08  7:22 UTC  (3+ messages)

[PATCH] LoongArch: Remove the deprecated notifier hook mechanism
 2025-02-08  1:33 UTC 

[PATCH 0/1] loongson: Fix idle VS timer enqueue
 2025-02-07 11:23 UTC  (5+ messages)
` [PATCH] "

[PATCH] LoongArch: kernel: proc: Use str_yes_no() helper function
 2025-02-07  7:54 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;
as well as URLs for NNTP newsgroup(s).