summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-156-50/+37
|\
| * Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-117-140/+145
| |\
| | * LoongArch: KVM: Remove unnecessary CSR register saving during enter guestBibo Mao2024-03-061-6/+0
| | * LoongArch: KVM: Do not restart SW timer when it is expiredBibo Mao2024-03-061-19/+1
| | * LoongArch: KVM: Start SW timer only when vcpu is blockingBibo Mao2024-03-061-14/+9
| | * LoongArch: KVM: Set reserved bits as zero in CPUCFGBibo Mao2024-03-061-7/+26
| * | Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-091-2/+2
| |\ \
| * \ \ Merge branch 'kvm-kconfig'Paolo Bonzini2024-02-082-2/+0
| |\ \ \
| | * | | treewide: remove CONFIG_HAVE_KVMPaolo Bonzini2024-02-082-2/+0
| * | | | kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2024-02-082-2/+1
| |/ / /
* | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-142-2/+2
|\ \ \ \
| * | | | mm/treewide: drop pXd_large()Peter Xu2024-03-061-1/+1
| * | | | loongarch, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-231-1/+1
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-141-0/+1
|\ \ \ \
| * | | | rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe2024-02-091-0/+1
* | | | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-1/+1
|\ \ \ \ \
| * | | | | mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov2024-03-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-24/+7
|\ \ \ \ \
| * | | | | arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann2024-03-062-24/+7
| | |_|/ / | |/| | |
* | | | | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-111-4/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | LoongArch: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-4/+2
| |/ / /
* | | | LoongArch: KVM: Streamline kvm_check_cpucfg() and improve commentsWANG Xuerui2024-02-231-22/+20
* | | | LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask()WANG Xuerui2024-02-231-3/+3
* | | | LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg()WANG Xuerui2024-02-231-17/+18
* | | | LoongArch: dts: Minor whitespace cleanupKrzysztof Kozlowski2024-02-232-2/+2
* | | | LoongArch: Call early_init_fdt_scan_reserved_mem() earlierHuacai Chen2024-02-231-2/+2
* | | | LoongArch: Update cpu_sibling_map when disabling nonboot CPUsHuacai Chen2024-02-231-53/+68
* | | | LoongArch: Disable IRQ before init_fn() for nonboot CPUsHuacai Chen2024-02-231-0/+1
|/ / /
* | / 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