summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-11-127-57/+203
|\
| * LoongArch: BPF: Support signed mod instructionsHengqi Chen2023-11-081-9/+25
| * LoongArch: BPF: Support signed div instructionsHengqi Chen2023-11-081-9/+25
| * LoongArch: BPF: Support 32-bit offset jmp instructionsHengqi Chen2023-11-081-1/+5
| * LoongArch: BPF: Support unconditional bswap instructionsHengqi Chen2023-11-081-0/+1
| * LoongArch: BPF: Support sign-extension mov instructionsHengqi Chen2023-11-081-2/+17
| * LoongArch: BPF: Support sign-extension load instructionsHengqi Chen2023-11-081-10/+39
| * LoongArch: Add more instruction opcodes and emit_* helpersHengqi Chen2023-11-081-0/+13
| * LoongArch/smp: Call rcutree_report_cpu_starting() earlierHuacai Chen2023-11-081-1/+2
| * LoongArch: Relax memory ordering for atomic operationsWANG Rui2023-11-081-20/+68
| * LoongArch: Mark __percpu functions as always inlineNathan Chancellor2023-11-081-5/+5
| * LoongArch: Disable module from accessing external data directlyWANG Rui2023-11-081-0/+2
| * LoongArch: Support PREEMPT_DYNAMIC with static keysHuacai Chen2023-11-081-0/+1
* | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-042-13/+1
|\ \
| * | kbuild: unify vdso_install rulesMasahiro Yamada2023-10-282-13/+1
* | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-033-4/+9
|\ \ \
| * | | efi: move screen_info into efi init codeArnd Bergmann2023-10-173-6/+9
| * | | vgacon: rework screen_info #ifdef checksArnd Bergmann2023-10-171-0/+2
| |/ /
* | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+3
|\ \ \
| * | | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+3
| |/ /
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+1
|\ \ \
| * | | mm: add statistics for PUD level pagetableBaolin Wang2023-10-061-0/+1
| |/ /
* | | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-021-2/+0
|\ \ \
| * | | crypto: loongarch/crc32 - remove redundant setting of alignmask to 0Eric Biggers2023-10-271-2/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-0224-5/+4820
|\ \ \ \
| * \ \ \ Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2023-10-3124-5/+4820
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | LoongArch: KVM: Enable kvm config and add the makefileTianrui Zhao2023-10-025-0/+72
| | * | | LoongArch: KVM: Implement vcpu world switchTianrui Zhao2023-10-022-0/+282
| | * | | LoongArch: KVM: Implement kvm exception vectorsTianrui Zhao2023-10-021-0/+36
| | * | | LoongArch: KVM: Implement handle fpu exceptionTianrui Zhao2023-10-021-0/+27
| | * | | LoongArch: KVM: Implement handle mmio exceptionTianrui Zhao2023-10-021-0/+310
| | * | | LoongArch: KVM: Implement handle gspr exceptionTianrui Zhao2023-10-021-0/+107
| | * | | LoongArch: KVM: Implement handle idle exceptionTianrui Zhao2023-10-021-0/+20
| | * | | LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao2023-10-022-0/+107
| | * | | LoongArch: KVM: Implement handle csr exceptionTianrui Zhao2023-10-021-0/+105
| | * | | LoongArch: KVM: Implement kvm mmu operationsTianrui Zhao2023-10-022-0/+1053
| | * | | LoongArch: KVM: Implement virtual machine tlb operationsTianrui Zhao2023-10-021-0/+32
| | * | | LoongArch: KVM: Implement vcpu timer operationsTianrui Zhao2023-10-021-0/+197
| | * | | LoongArch: KVM: Implement misc vcpu related interfacesTianrui Zhao2023-10-021-0/+120
| | * | | LoongArch: KVM: Implement vcpu load and vcpu put operationsTianrui Zhao2023-10-021-0/+203
| | * | | LoongArch: KVM: Implement vcpu interrupt operationsTianrui Zhao2023-10-022-0/+221
| | * | | LoongArch: KVM: Implement fpu operations for vcpuTianrui Zhao2023-10-021-0/+56
| | * | | LoongArch: KVM: Implement basic vcpu ioctl interfacesTianrui Zhao2023-10-021-0/+261
| | * | | LoongArch: KVM: Implement basic vcpu interfacesTianrui Zhao2023-10-021-0/+261
| | * | | LoongArch: KVM: Add vcpu related header filesTianrui Zhao2023-10-024-5/+480
| | * | | LoongArch: KVM: Implement VM related functionsTianrui Zhao2023-10-021-0/+94
| | * | | LoongArch: KVM: Implement kvm hardware enable, disable interfaceTianrui Zhao2023-10-021-0/+62
| | * | | LoongArch: KVM: Implement kvm module related interfaceTianrui Zhao2023-10-021-0/+358
| | * | | LoongArch: KVM: Add kvm related header filesTianrui Zhao2023-10-023-0/+356
| | | |/ | | |/|
* | | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-301-11/+16
|\ \ \ \ | |/ / / |/| | |