loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-26 19:02:32 to 2024-03-25 17:52:57 UTC [more...]

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-25 17:52 UTC  (2+ messages)
` [PATCH v2 01/14] bug/kunit: Core "

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-03-25  9:48 UTC  (4+ messages)
` [PATCH linux-next v3 02/14] crash: split vmcoreinfo exporting code out from crash_core.c

[PATCH v7 0/7] LoongArch: Add pv ipi support on LoongArch VM
 2024-03-23 19:02 UTC  (10+ messages)
` [PATCH v7 1/7] LoongArch/smp: Refine some ipi functions on LoongArch platform
` [PATCH v7 2/7] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v7 3/7] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v7 4/7] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v7 5/7] LoongArch: KVM: Add pv ipi support on kvm side
` [PATCH v7 6/7] LoongArch: Add pv ipi support on guest kernel side
` [PATCH v7 7/7] Documentation: KVM: Add hypercall for LoongArch

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-03-22 18:53 UTC  (4+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[GIT PULL] LoongArch changes for v6.9
 2024-03-22 17:58 UTC  (2+ messages)

[PATCH] LoongArch: Change __my_cpu_offset definition to avoid mis-optimization
 2024-03-20 13:49 UTC  (3+ messages)

[PATCH] LoongArch: Select HAVE_ARCH_USERFAULTFD_MINOR in Kconfig
 2024-03-19  6:24 UTC 

[PATCH] LoongArch: Select ARCH_HAS_CURRENT_STACK_POINTER in Kconfig
 2024-03-19  3:58 UTC  (2+ messages)

[PATCH v4] LoongArch: KVM: Add software breakpoint support
 2024-03-19  3:38 UTC 

[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2024-03-18 17:12 UTC  (5+ messages)
` [PATCH V2 3/3] SH: "

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-18  3:24 UTC  (30+ messages)
` [PATCH 01/14] bug/kunit: Core "
` [PATCH 02/14] kunit: bug: Count suppressed "
` [PATCH 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH 07/14] x86: Add support for suppressing warning backtraces
` [PATCH 08/14] arm64: "
` [PATCH 09/14] loongarch: "
` [PATCH 10/14] parisc: "
` [PATCH 11/14] s390: "
` [PATCH 12/14] sh: "
` [PATCH 13/14] riscv: "
` [PATCH 14/14] powerpc: "

[PATCH bpf-next v3 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-15  2:30 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-13 15:40 UTC  (3+ messages)

[PATCH] LoongArch: Remove superfluous flush_dcache_page() definition
 2024-03-12  7:57 UTC  (2+ messages)

[PATCH 0/3] Restructure init sequence to set aside reserved memory earlier
 2024-03-11 16:02 UTC  (7+ messages)
` [PATCH 2/3] openrisc: Call setup_memory() earlier in the init sequence
` [PATCH 3/3] sh: Call paging_init() "

[GIT PULL] LoongArch KVM changes for v6.9
 2024-03-11 14:02 UTC  (2+ messages)

[RFC PATCH 0/5] Add support for suppressing warning backtraces
 2024-03-11  4:36 UTC  (11+ messages)
` [RFC PATCH 1/5] bug: Core "
` [RFC PATCH 2/5] drm: Suppress intentional warning backtraces in scaling unit tests
` [RFC PATCH 3/5] x86: Add support for suppressing warning tracebacks
` [RFC PATCH 4/5] arm64: "
` [RFC PATCH 5/5] loongarch: "

[herbert-cryptodev-2.6:master 80/80] crypto/scompress.c:174:38: warning: unused variable 'dst_page'
 2024-03-10 14:04 UTC  (2+ messages)

[PATCH] loongarch/pgtable.h: move {dmw,tlb}_virt_to_page() to page.h
 2024-03-10 14:03 UTC  (4+ messages)

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (13+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[PATCH v2] LoongArch/crypto: Clean up useless assignment operations
 2024-03-08 10:25 UTC  (3+ messages)

[PATCH bpf-next RESEND v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-07 17:30 UTC  (4+ messages)
` [PATCH bpf-next RESEND v2 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH v3 0/2] selftests/vDSO: Fix errors on LoongArch
 2024-03-07  9:20 UTC  (5+ messages)

[PATCH v6 0/7] LoongArch: Add pv ipi support on LoongArch VM
 2024-03-06  9:22 UTC  (13+ messages)
` [PATCH v6 1/7] LoongArch/smp: Refine some ipi functions on LoongArch platform
` [PATCH v6 2/7] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v6 3/7] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v6 4/7] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v6 5/7] LoongArch: KVM: Add pv ipi support on kvm side
` [PATCH v6 6/7] LoongArch: Add pv ipi support on guest kernel side
` [PATCH v6 7/7] Documentation: KVM: Add hypercall for LoongArch

[PATCH] LoongArch: Define the __io_aw() hook as mmiowb()
 2024-03-05 14:39 UTC 

hw_breakpoint unit test failures with various architectures/platforms in qemu
 2024-03-05 14:20 UTC  (4+ messages)

[PATCH] LoongArch: KVM: Set reserved bit as zero about cpucfg
 2024-03-05 11:33 UTC 

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (27+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCH] loongarch: rust: Switch to use built-in rustc target
 2024-03-05 10:23 UTC  (6+ messages)

[PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info
 2024-03-04 18:03 UTC  (16+ messages)
    ` [RFC v2.1 04/12] LoongArch: Use initializer for "

[PATCH v6 0/7] LoongArch: Add pv ipi support on LoongArch VM
 2024-03-02  9:27 UTC  (9+ messages)
` [PATCH v6 1/7] LoongArch/smp: Refine some ipi functions on LoongArch platform
` [PATCH v6 2/7] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v6 3/7] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v6 4/7] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v6 5/7] LoongArch: KVM: Add pv ipi support on kvm side

[PATCH v5 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-03-02  2:57 UTC  (17+ messages)
` [PATCH v5 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor

[PATCH bpf-next v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-01  7:52 UTC  (2+ messages)
` [PATCH net-next v2 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH] loongarch/crypto: Clean up useless assignment operations
 2024-02-29  3:05 UTC  (9+ messages)

[PATCH 6.6 105/299] LoongArch: vDSO: Disable UBSAN instrumentation
 2024-02-27 13:23 UTC 

[PATCH 6.7 117/334] LoongArch: vDSO: Disable UBSAN instrumentation
 2024-02-27 13:19 UTC 


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