loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-04 16:07:14 to 2024-03-27 19:11:15 UTC [more...]

Kernel BUG with loongarch and CONFIG_KFENCE and CONFIG_DEBUG_SG
 2024-03-27 19:11 UTC 

[PATCH] LoongArch: Select ARCH_HAS_FAST_MULTIPLIER
 2024-03-27 17:18 UTC 

[PATCH] LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
 2024-03-27 17:17 UTC 

[PATCH v1 0/8] Add Loongson-2k0500 and Loongson-2k2000 clock support
 2024-03-27 16:55 UTC  (14+ messages)
` [PATCH v1 1/8] dt-bindings: clock: add Loongson-2K expand clock index
` [PATCH v1 2/8] clk: clk-loongson2: Refactor driver for adding new platforms
` [PATCH v1 3/8] dt-bindings: clock: loongson2: add Loongson-2K0500 compatible
` [PATCH v1 4/8] clk: clk-loongson2: Add Loongson-2K0500 clock support
` [PATCH v1 5/8] dt-bindings: clock: loongson2: add Loongson-2K2000 compatible
` [PATCH v1 6/8] clk: clk-loongson2: Add Loongson-2K2000 clock support
` [PATCH v1 7/8] LoongArch: dts: Add clock support to Loongson-2K0500
` [PATCH v1 8/8] LoongArch: dts: Add clock support to Loongson-2K2000

[PATCH RFC 0/3] mm/gup: consistently call it GUP-fast
 2024-03-27 16:22 UTC  (14+ messages)
` [PATCH RFC 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH RFC 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH RFC 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

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

FAILED: Patch "LoongArch: Define the __io_aw() hook as mmiowb()" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "LoongArch: Change __my_cpu_offset definition to avoid mis-optimization" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "LoongArch/crypto: Clean up useless assignment operations" failed to apply to 4.19-stable tree
 2024-03-27 12:25 UTC 

FAILED: Patch "LoongArch: Define the __io_aw() hook as mmiowb()" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "LoongArch: Change __my_cpu_offset definition to avoid mis-optimization" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "LoongArch/crypto: Clean up useless assignment operations" failed to apply to 5.4-stable tree
 2024-03-27 12:21 UTC 

FAILED: Patch "LoongArch: Define the __io_aw() hook as mmiowb()" failed to apply to 5.10-stable tree
 2024-03-27 12:20 UTC 

FAILED: Patch "LoongArch: Change __my_cpu_offset definition to avoid mis-optimization" failed to apply to 5.10-stable tree
 2024-03-27 12:18 UTC 

FAILED: Patch "LoongArch/crypto: Clean up useless assignment operations" failed to apply to 5.10-stable tree
 2024-03-27 12:17 UTC 

FAILED: Patch "LoongArch: Define the __io_aw() hook as mmiowb()" failed to apply to 5.15-stable tree
 2024-03-27 12:17 UTC 

FAILED: Patch "LoongArch: Change __my_cpu_offset definition to avoid mis-optimization" failed to apply to 5.15-stable tree
 2024-03-27 12:15 UTC 

FAILED: Patch "LoongArch/crypto: Clean up useless assignment operations" failed to apply to 5.15-stable tree
 2024-03-27 12:14 UTC 

FAILED: Patch "LoongArch/crypto: Clean up useless assignment operations" failed to apply to 6.1-stable tree
 2024-03-27 12:11 UTC 

[PATCH] LoongArch: Give chance to build under !CONFIG_SMP
 2024-03-27  1:09 UTC  (6+ messages)

[PATCH v2 0/3] Give chance to build under !CONFIG_SMP for LoongArch
 2024-03-26 12:11 UTC  (4+ messages)
` [PATCH v2 1/3] LoongArch: Give chance to build under !CONFIG_SMP
` [PATCH v2 2/3] irqchip: Select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP for IRQ_LOONGARCH_CPU
` [PATCH v2 3/3] irqchip: Set CPU affinity only on SMP machines for LoongArch

[PATCH 0/2] LoongArch: Add steal time support
 2024-03-26  8:15 UTC  (5+ messages)
` [PATCH 1/2] LoongArch: KVM: Add steal time support in kvm side
` [PATCH 2/2] LoongArch: Add steal time support in guest side

[PATCH v4 10/14] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-26  2:16 UTC 

[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  (2+ messages)

[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  (7+ messages)
` [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  (3+ messages)
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

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