aboutsummaryrefslogtreecommitdiff
path: root/arch/loongarch/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-06LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]Gravatar Huacai Chen 1-3/+1
2024-01-26LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()Gravatar Huacai Chen 1-1/+0
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 8-45/+70
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-40/+2
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2024-01-17LoongArch: Use generic interface to support crashkernel=X,[high,low]Gravatar Youling Tang 1-34/+10
2024-01-17LoongArch: Fix and simplify fcsr initialization on execve()Gravatar Xi Ruoyao 2-5/+1
2024-01-17LoongArch: Let cores_io_master cover the largest NR_CPUSGravatar Huacai Chen 2-2/+2
2024-01-17LoongArch: Change SHMLBA from SZ_64K to PAGE_SIZEGravatar Huacai Chen 1-0/+10
2024-01-17LoongArch: Add a missing call to efi_esrt_init()Gravatar Huacai Chen 1-0/+2
2024-01-17LoongArch: Parsing CPU-related information from DTSGravatar Binbin Zhou 2-1/+36
2024-01-17LoongArch: Allow device trees be built into the kernelGravatar Binbin Zhou 1-3/+9
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-13/+13
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2024-01-09Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-3/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-27/+1
2023-12-27LoongArch: signal.c: add header file to fix build errorGravatar Randy Dunlap 1-0/+1
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesGravatar Andrew Morton 1-1/+1
2023-12-19efi/loongarch: Directly position the loaded image fileGravatar Wang Yao 3-3/+0
2023-12-19LoongArch: KVM: Add LASX (256bit SIMD) supportGravatar Tianrui Zhao 1-0/+1
2023-12-19LoongArch: KVM: Add LSX (128bit SIMD) supportGravatar Tianrui Zhao 1-0/+1
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2023-12-12loongarch, kexec: change dependency of object filesGravatar Baoquan He 1-1/+1
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareGravatar Liam Ni 1-27/+1
2023-12-09LoongArch: Set unwind stack type to unknown rather than set error flagGravatar Jinyang He 3-3/+2
2023-12-06LoongArch: convert to use arch_cpu_is_hotpluggable()Gravatar Russell King (Oracle) 1-5/+2
2023-12-06LoongArch: Use the __weak version of arch_unregister_cpu()Gravatar James Morse 1-8/+0
2023-12-06LoongArch: Switch over to GENERIC_CPU_DEVICESGravatar James Morse 1-27/+2
2023-12-06Loongarch: remove arch_*register_cpu() exportsGravatar Russell King (Oracle) 1-2/+0
2023-11-23arch: fix asm-offsets.c building with -Wmissing-prototypesGravatar Arnd Bergmann 1-13/+13
2023-11-21LoongArch: Implement constant timer shutdown interfaceGravatar Bibo Mao 1-14/+9
2023-11-21LoongArch: Silence the boot warning about 'nokaslr'Gravatar Huacai Chen 1-0/+8
2023-11-21LoongArch: Record pc instead of offset in la_abs relocationGravatar WANG Rui 1-1/+1
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 1-1/+2
2023-11-08LoongArch/smp: Call rcutree_report_cpu_starting() earlierGravatar Huacai Chen 1-1/+2
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-4/+9
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+3
2023-10-31Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Paolo Bonzini 1-0/+32
2023-10-18LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Gravatar Icenowy Zheng 1-5/+5
2023-10-18LoongArch: Use SYM_CODE_* to annotate exception handlersGravatar Tiezhu Yang 2-10/+10
2023-10-17efi: move screen_info into efi init codeGravatar Arnd Bergmann 3-6/+9
2023-10-17vgacon: rework screen_info #ifdef checksGravatar Arnd Bergmann 1-0/+2
2023-10-04crash_core: change the prototype of function parse_crashkernel()Gravatar Baoquan He 1-1/+3
2023-10-02LoongArch: KVM: Implement vcpu world switchGravatar Tianrui Zhao 1-0/+32
2023-09-27LoongArch: Add support for 64_PCREL relocation typeGravatar Tiezhu Yang 1-0/+10
2023-09-27LoongArch: Add support for 32_PCREL relocation typeGravatar Tiezhu Yang 1-0/+10
2023-09-27LoongArch: Define relocation types for ABI v2.10Gravatar Tiezhu Yang 1-1/+1
2023-09-27LoongArch: numa: Fix high_memory calculationGravatar Huacai Chen 1-1/+1
2023-09-20LoongArch: Set all reserved memblocks on Node#0 at initializationGravatar Huacai Chen 1-1/+3
2023-09-20LoongArch: Remove dead code in relocate_new_kernelGravatar Tiezhu Yang 1-1/+0