loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-30 13:26:01 to 2024-10-10 13:01:23 UTC [more...]

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-10 12:57 UTC  (23+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
  ` Bisected: "

[PATCH v9 0/4] Consolidate IO memcpy functions
 2024-10-10 12:36 UTC  (5+ messages)
` [PATCH v9 1/4] Consolidate IO memcpy/memset into iomem_copy.c
` [PATCH v9 2/4] arm64: Use generic IO memcpy/memset
` [PATCH v9 3/4] csky: "
` [PATCH v9 4/4] loongarch: "

[PATCH] cfi: rust: pass -Zpatchable-function-entry on all architectures
 2024-10-10 12:29 UTC  (13+ messages)

[PATCH v3 0/9] ASoC: Some issues about loongson i2s
 2024-10-10 12:15 UTC  (12+ messages)
` [PATCH v3 1/9] ASoC: dt-bindings: Add Everest ES8323 Codec
` [PATCH v3 2/9] ASoC: codecs: Add support for ES8323
` [PATCH v3 3/9] ASoC: dt-bindings: Add NXP uda1342 Codec
` [PATCH v3 4/9] ASoC: codecs: Add uda1342 codec driver
` [PATCH v3 5/9] ASoC: loongson: Fix component check failed on FDT systems
` [PATCH v3 6/9] ASoC: dt-bindings: Add Loongson I2S controller
` [PATCH v3 7/9] ASoC: loongson: Add I2S controller driver as platform device
` [PATCH v3 8/9] LoongArch: dts: Add I2S support to Loongson-2K1000
` [PATCH v3 9/9] LoongArch: dts: Add I2S support to Loongson-2K2000
` (subset) [PATCH v3 0/9] ASoC: Some issues about loongson i2s

provide generic page_to_phys and phys_to_page implementations
 2024-10-10  8:37 UTC  (6+ messages)
` [PATCH] asm-generic: "

[PATCH v6 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2024-10-10  8:30 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: pwm: Add Loongson PWM controller
` [PATCH v6 2/2] pwm: Add Loongson PWM controller support

[PATCH 00/28] vdso: Preparations for generic data storage
 2024-10-10  7:55 UTC  (31+ messages)
` [PATCH 01/28] csky/vdso: Remove gettimeofday() and friends from VDSO
` [PATCH 02/28] csky/vdso: Remove arch_vma_name()
` [PATCH 03/28] s390/vdso: Drop LBASE_VDSO
` [PATCH 04/28] arm64: vdso: "
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping
` [PATCH 06/28] riscv: "
` [PATCH 07/28] arm: vdso: Remove assembly for datapage access
` [PATCH 08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data
` [PATCH 09/28] MIPS: vdso: Avoid name conflict around "vdso_data"
` [PATCH 10/28] x86/mm/mmap: Remove arch_vma_name()
` [PATCH 11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data
` [PATCH 12/28] x86: vdso: Place vdso_data at beginning of vvar page
` [PATCH 13/28] x86: vdso: Access rng data from kernel without vvar
` [PATCH 14/28] x86: vdso: Allocate vvar page from C code
` [PATCH 15/28] x86: vdso: Access timens vdso data without vvar.h
` [PATCH 16/28] x86: vdso: Access rng "
` [PATCH 17/28] x86: vdso: Move the rng offset to vsyscall.h
` [PATCH 18/28] x86: vdso: Access vdso data without vvar.h
` [PATCH 19/28] x86: vdso: Delete vvar.h
` [PATCH 20/28] x86: vdso: Split virtual clock pages into dedicated mapping
` [PATCH 21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data
` [PATCH 22/28] powerpc: procfs: Propagate error of remap_pfn_range()
` [PATCH 23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors
` [PATCH 24/28] powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors
` [PATCH 25/28] powerpc: Add kconfig option for the systemcfg page
` [PATCH 26/28] powerpc: Split systemcfg data out of vdso data page
` [PATCH 27/28] powerpc: Split systemcfg struct definitions out from vdso
` [PATCH 28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data

[PATCH 0/4] LoongArch: Fix vmalloc test issue
 2024-10-10  3:50 UTC  (5+ messages)
` [PATCH 1/4] LoongArch: Set pte entry with PAGE_GLOBAL for kernel space
` [PATCH 2/4] mm/sparse-vmemmap: set pte_init when vmemmap is created
` [PATCH 3/4] LoongArch: Add barrier between set_pte and memory access
` [PATCH 4/4] LoongArch: Use atomic operation with set_pte and pte_clear function

[PATCH v2 0/2] ftrace: Make ftrace_regs abstract and consolidate code
 2024-10-09 15:31 UTC  (10+ messages)
` [PATCH v2 1/2] ftrace: Make ftrace_regs abstract from direct use
` [PATCH v2 2/2] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-08 22:58 UTC  (9+ messages)

[PATCH v8 00/14] Consolidate IO memcpy functions
 2024-10-08 14:54 UTC  (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML

[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
 2024-10-08  6:19 UTC  (11+ messages)
` [PATCH v4 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v4 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v4 3/8] asm-generic: introduce text-patching.h
` [PATCH v4 4/8] module: prepare to handle ROX allocations for text
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v4 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v4 7/8] execmem: add support for cache of large ROX pages
` [PATCH v4 8/8] x86/module: enable ROX caches for module text

[PATCH v7 00/10] Consolidate IO memcpy functions
 2024-10-07  8:06 UTC  (23+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 02/10] arm64: Use generic IO memcpy/memset
` [PATCH v7 03/10] csky: "
` [PATCH v7 04/10] loongarch: "
` [PATCH v7 05/10] m68k: Align prototypes of "
` [PATCH v7 06/10] alpha: "
` [PATCH v7 07/10] parisc: "
` [PATCH v7 08/10] sh: "
` [PATCH v7 09/10] um: Add dummy implementation for "
` [PATCH v7 10/10] arm: Align prototype of IO memset

[PATCH AUTOSEL 6.1 32/42] LoongArch: Fix memleak in pci_acpi_scan_root()
 2024-10-04 18:26 UTC 

[PATCH AUTOSEL 6.6 45/58] LoongArch: Fix memleak in pci_acpi_scan_root()
 2024-10-04 18:24 UTC 

[PATCH AUTOSEL 6.10 52/70] LoongArch: Fix memleak in pci_acpi_scan_root()
 2024-10-04 18:20 UTC 

[PATCH AUTOSEL 6.11 58/76] LoongArch: Fix memleak in pci_acpi_scan_root()
 2024-10-04 18:17 UTC 

[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
 2024-10-02 14:26 UTC  (2+ messages)

[PATCH v8 0/3] Add extioi virt extension support
 2024-10-02 13:42 UTC  (4+ messages)
` [PATCH v8 3/3] irqchip/loongson-eiointc: "

[PATCH v9 0/5] Tracepoints and static branch in Rust
 2024-10-01 22:28 UTC  (14+ messages)
` [PATCH v9 1/5] rust: add generic static_key_false
` [PATCH v9 2/5] rust: add tracepoint support
` [PATCH v9 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v9 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v9 5/5] rust: add arch_static_branch

[PATCH v8 0/5] Tracepoints and static branch in Rust
 2024-10-01 13:32 UTC  (3+ messages)

stable-rc/linux-6.10.y: error: no member named 'st' in 'struct kvm_vcpu_arch'
 2024-10-01 10:13 UTC  (8+ messages)
  ` [PATCH 6.10.y] Revert "LoongArch: KVM: Invalidate guest steal time address on vCPU reset"
    ` Patch "Revert "LoongArch: KVM: Invalidate guest steal time address on vCPU reset"" has been added to the 6.10-stable tree


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 read-only IMAP folder(s) and NNTP newsgroup(s).