summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
* LoongArch: vDSO: Disable UBSAN instrumentationKees Cook2024-02-061-0/+1
* LoongArch: Fix earlycon parameter if KASAN enabledHuacai Chen2024-02-061-0/+3
* LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]Huacai Chen2024-02-062-4/+4
* LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menuMasahiro Yamada2024-02-061-17/+1
* LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining itMasahiro Yamada2024-02-061-4/+1
* LoongArch: KVM: Add returns to SIMD stubsRandy Dunlap2024-01-261-2/+2
* LoongArch: KVM: Fix build due to API changesHuacai Chen2024-01-261-2/+2
* LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()Huacai Chen2024-01-262-7/+10
* Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-01-1925-77/+1575
|\
| * LoongArch: Update Loongson-3 default config fileHuacai Chen2024-01-171-8/+47
| * LoongArch: BPF: Prevent out-of-bounds memory accessHengqi Chen2024-01-171-1/+4
| * LoongArch: BPF: Support 64-bit pointers to kfuncsHengqi Chen2024-01-171-0/+5
| * LoongArch: Fix definition of ftrace_regs_set_instruction_pointer()Tiezhu Yang2024-01-171-1/+1
| * LoongArch: Use generic interface to support crashkernel=X,[high,low]Youling Tang2024-01-173-34/+25
| * LoongArch: Fix and simplify fcsr initialization on execve()Xi Ruoyao2024-01-173-10/+1
| * LoongArch: Let cores_io_master cover the largest NR_CPUSHuacai Chen2024-01-173-4/+6
| * LoongArch: Change SHMLBA from SZ_64K to PAGE_SIZEHuacai Chen2024-01-172-12/+10
| * LoongArch: Add a missing call to efi_esrt_init()Huacai Chen2024-01-171-0/+2
| * LoongArch: Parsing CPU-related information from DTSBinbin Zhou2024-01-172-1/+36
| * LoongArch: dts: DeviceTree for Loongson-2K2000Binbin Zhou2024-01-173-1/+373
| * LoongArch: dts: DeviceTree for Loongson-2K1000Binbin Zhou2024-01-173-1/+676
| * LoongArch: dts: DeviceTree for Loongson-2K0500Binbin Zhou2024-01-173-0/+356
| * LoongArch: Allow device trees be built into the kernelBinbin Zhou2024-01-175-6/+31
| * LoongArch: Enable initial Rust supportWANG Rui2024-01-172-0/+4
* | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-182-40/+4
|\ \
| * | LoongArch: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-5/+2
| * | LoongArch: Use the __weak version of arch_unregister_cpu()James Morse2023-12-061-8/+0
| * | LoongArch: Switch over to GENERIC_CPU_DEVICESJames Morse2023-12-062-27/+3
| * | ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse2023-12-061-0/+1
| * | Loongarch: remove arch_*register_cpu() exportsRussell King (Oracle)2023-12-061-2/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-1712-149/+553
|\ \ \
| * | | KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini2024-01-081-1/+1
| * | | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-0226-193/+595
| |\ \ \
| | * | | LoongArch: KVM: Add LASX (256bit SIMD) supportTianrui Zhao2023-12-197-4/+103
| | * | | LoongArch: KVM: Add LSX (128bit SIMD) supportTianrui Zhao2023-12-198-8/+280
| | * | | LoongArch: KVM: Fix timer emulation with oneshot modeBibo Mao2023-12-191-13/+55
| | * | | LoongArch: KVM: Remove kvm_acquire_timer() before entering guestBibo Mao2023-12-193-46/+6
| | * | | LoongArch: KVM: Allow to access HW timer CSR registers alwaysBibo Mao2023-12-192-22/+6
| | * | | LoongArch: KVM: Remove SW timer switch when vcpu is halt pollingBibo Mao2023-12-193-15/+19
| | * | | LoongArch: KVM: Optimization for memslot hugepage checkingBibo Mao2023-12-192-41/+86
| | | |/ | | |/|
| * | | KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini2023-12-081-1/+0
| * | | Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-142-2/+1
| |\ \ \
| | * | | KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-132-2/+1
* | | | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-2/+0
|\ \ \ \ \
| * | | | | bpfilter: remove bpfilterQuentin Deslandes2024-01-041-1/+0
| * | | | | net/sched: Remove CONFIG_NET_ACT_IPT from default configsJamal Hadi Salim2024-01-021-1/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-102-19/+14
|\ \ \ \ \
| * | | | | arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-231-6/+1
| * | | | | arch: fix asm-offsets.c building with -Wmissing-prototypesArnd Bergmann2023-11-231-13/+13
| | |/ / / | |/| | |