loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-26 14:22:23 to 2024-09-02 19:09:03 UTC [more...]

[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-02 19:08 UTC  (3+ messages)
` [PATCH 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()

[PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
 2024-09-02 16:39 UTC  (8+ messages)
` [PATCH 1/2] mm: rename copy_from_kernel_nofault_allowed() to copy_kernel_nofault_allowed()
` [PATCH 2/2] mm: make copy_to_kernel_nofault() not fault on user addresses

[PATCH v6 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-09-02  4:15 UTC  (11+ messages)
` [PATCH v6 3/3] LoongArch: KVM: Add vm migration support for LBT registers

[PATCH v6 0/3] LoongArch: Implement getrandom() in vDSO
 2024-09-01 18:13 UTC  (14+ messages)
` [PATCH v6 1/3] arch: vDSO: Add a __vdso_getrandom prototype for all architectures
` [PATCH v6 2/3] LoongArch: vDSO: Wire up getrandom() vDSO implementation
` [PATCH v6 3/3] selftests/vDSO: Enable vdso getrandom tests for LoongArch

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-31 16:30 UTC  (33+ messages)
` [PATCH 01/16] mm: Add MAP_BELOW_HINT
` [PATCH 02/16] riscv: mm: Do not restrict mmap address based on hint
` [PATCH 03/16] mm: Add flag and len param to arch_get_mmap_base()
` [PATCH 04/16] mm: Add generic MAP_BELOW_HINT
` [PATCH 05/16] riscv: mm: Support MAP_BELOW_HINT
` [PATCH 06/16] arm64: "
` [PATCH 07/16] powerpc: "
` [PATCH 08/16] x86: "
` [PATCH 09/16] loongarch: "
` [PATCH 10/16] arm: "
` [PATCH 11/16] mips: "
` [PATCH 12/16] parisc: "
` [PATCH 13/16] s390: "
` [PATCH 14/16] sh: "
` [PATCH 15/16] sparc: "
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test

[PATCH] Loongarch64: pci: fix memleak in pci_acpi_scan_root
 2024-08-31 12:37 UTC  (6+ messages)

[PATCH v5] LoongArch: vDSO: Wire up getrandom() vDSO implementation
 2024-08-31  8:54 UTC  (14+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-08-31  1:45 UTC  (20+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
` [PATCH RFC v2 3/4] mm: Support MAP_BELOW_HINT in vm_unmapped_area()
` [PATCH RFC v2 4/4] selftests/mm: Create MAP_BELOW_HINT test

[PATCH v4 00/10] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-08-30 13:57 UTC  (15+ messages)
` [PATCH v4 01/10] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
` [PATCH v4 02/10] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH v4 03/10] KVM: Rename symbols related to enabling virtualization hardware
` [PATCH v4 04/10] KVM: Rename arch hooks related to per-CPU virtualization enabling
` [PATCH v4 05/10] KVM: MIPS: Rename virtualization {en,dis}abling APIs to match common KVM
` [PATCH v4 06/10] KVM: x86: "
` [PATCH v4 07/10] KVM: Add a module param to allow enabling virtualization when KVM is loaded
` [PATCH v4 08/10] KVM: Add arch hooks for enabling/disabling virtualization
` [PATCH v4 09/10] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH v4 10/10] KVM: x86: Register "emergency disable" callbacks when virt is enabled

[PATCH v8 0/3] Add extioi virt extension support
 2024-08-30  9:32 UTC  (4+ messages)
` [PATCH v8 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v8 2/3] LoongArch: KVM: Implement function kvm_para_has_feature
` [PATCH v8 3/3] irqchip/loongson-eiointc: Add extioi virt extension support

[PATCH v3] Loongarch: KVM: Add KVM hypercalls documentation for LoongArch
 2024-08-30  8:07 UTC  (5+ messages)

[PATCH v2] Loongarch: KVM: Add KVM hypercalls documentation for LoongArch
 2024-08-29 15:13 UTC  (5+ messages)

[PATCH v7 0/3] Add extioi virt extension support
 2024-08-29 14:04 UTC  (6+ messages)
` [PATCH v7 3/3] irqchip/loongson-eiointc: "

[PATCH] cpufreq: loongson3: Use raw_smp_processor_id() in do_service_request()
 2024-08-29  8:34 UTC  (5+ messages)

[PATCH] LoongArch: Remove posix_types.h include from sigcontext.h
 2024-08-29  7:30 UTC  (5+ messages)

[RFC v2 0/2] irqchip/loongson-eiointc: Add multiple interrupt pin routing support
 2024-08-29  1:15 UTC  (5+ messages)
` [RFC v2 1/2] irqchip/loongson-eiointc: Route interrupt parsed from acpi table
` [RFC v2 2/2] irqchip/loongson-eiointc: Add multiple interrupt pin routing support

[GIT PULL] LoongArch fixes for v6.11-rc6
 2024-08-28 19:18 UTC  (2+ messages)

[PATCH v4 0/4] LoongArch: Implement getrandom() in vDSO
 2024-08-28 14:33 UTC  (29+ messages)
` [PATCH v4 1/4] LoongArch: vDSO: Wire up getrandom() vDSO implementation
` [PATCH v4 2/4] selftests/vDSO: Add --cflags for pkg-config command querying libsodium
` [PATCH v4 3/4] selftests/vDSO: Use KHDR_INCLUDES to locate UAPI headers for vdso_test_getrandom
` [PATCH v4 4/4] selftests/vDSO: Enable vdso getrandom tests for LoongArch

[PATCH v1 0/2] Add EDAC driver for loongson memory controller
 2024-08-28  2:24 UTC  (4+ messages)
` [PATCH v1 2/2] dt-bindings: EDAC "

[PATCH v2 0/2] LoongArch: KVM: Fix some VM reboot issues
 2024-08-28  1:33 UTC  (5+ messages)
` [PATCH v2 1/2] LoongArch: Fix AP booting issue in VM mode
` [PATCH v2 2/2] LoongArch: KVM: Invalid guest steal time address on vCPU reset

[RFC 0/2] irqchip/loongson-eiointc: Add multiple interrupt pin routing support
 2024-08-28  1:17 UTC  (3+ messages)

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-27 15:40 UTC  (4+ messages)
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()

(no subject)
 2024-08-27  9:45 UTC  (2+ messages)
` 

getrandom() vDSO archs (arm64, ppc, loongarch) for 6.12 [Was: Re: [PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc]
 2024-08-27  9:31 UTC 

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-27  9:06 UTC  (2+ messages)

[PATCH v4 24/26] arch_numa: switch over to numa_memblks
 2024-08-27  8:52 UTC 

[PATCH v4 24/26] arch_numa: switch over to numa_memblks
 2024-08-26 22:46 UTC 

[PATCH] of_reserved_mem: Save region name string into struct reserved_mem
 2024-08-26 15:14 UTC  (4+ messages)

[PATCH V3 0/2] LoongArch: Add Loongson-3 CPUFreq driver support
 2024-08-26 14:39 UTC  (4+ messages)
` [PATCH V3 2/2] cpufreq: "

[PATCH v1 0/2] LoongArch: Fix some build issues with randconfig
 2024-08-26 14:22 UTC  (3+ messages)
` [PATCH v1 2/2] LoongArch: Add ifdefs to fix LSX and LASX related issues


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).