summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)Author
2023-11-21LoongArch: Implement constant timer shutdown interfaceBibo Mao
2023-11-21LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPLHuacai Chen
2023-11-21LoongArch: Silence the boot warning about 'nokaslr'Huacai Chen
2023-11-21LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()Huacai Chen
2023-11-21LoongArch: Record pc instead of offset in la_abs relocationWANG Rui
2023-11-21LoongArch: Explicitly set -fdirect-access-external-data for vmlinuxWANG Rui
2023-11-21LoongArch: Add dependency between vmlinuz.efi and vmlinux.efiMasahiro Yamada
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-11-08LoongArch: BPF: Support signed mod instructionsHengqi Chen
2023-11-08LoongArch: BPF: Support signed div instructionsHengqi Chen
2023-11-08LoongArch: BPF: Support 32-bit offset jmp instructionsHengqi Chen
2023-11-08LoongArch: BPF: Support unconditional bswap instructionsHengqi Chen
2023-11-08LoongArch: BPF: Support sign-extension mov instructionsHengqi Chen
2023-11-08LoongArch: BPF: Support sign-extension load instructionsHengqi Chen
2023-11-08LoongArch: Add more instruction opcodes and emit_* helpersHengqi Chen
2023-11-08LoongArch/smp: Call rcutree_report_cpu_starting() earlierHuacai Chen
2023-11-08LoongArch: Relax memory ordering for atomic operationsWANG Rui
2023-11-08LoongArch: Mark __percpu functions as always inlineNathan Chancellor
2023-11-08LoongArch: Disable module from accessing external data directlyWANG Rui
2023-11-08LoongArch: Support PREEMPT_DYNAMIC with static keysHuacai Chen
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-10-31Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada
2023-10-27crypto: loongarch/crc32 - remove redundant setting of alignmask to 0Eric Biggers
2023-10-18LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng
2023-10-18LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()Huacai Chen
2023-10-18LoongArch: Export symbol invalid_pud_table for modules buildingHuacai Chen
2023-10-18LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang
2023-10-17efi: move screen_info into efi init codeArnd Bergmann
2023-10-17vgacon: rework screen_info #ifdef checksArnd Bergmann
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak
2023-10-02LoongArch: KVM: Enable kvm config and add the makefileTianrui Zhao
2023-10-02LoongArch: KVM: Implement vcpu world switchTianrui Zhao
2023-10-02LoongArch: KVM: Implement kvm exception vectorsTianrui Zhao
2023-10-02LoongArch: KVM: Implement handle fpu exceptionTianrui Zhao
2023-10-02LoongArch: KVM: Implement handle mmio exceptionTianrui Zhao
2023-10-02LoongArch: KVM: Implement handle gspr exceptionTianrui Zhao
2023-10-02LoongArch: KVM: Implement handle idle exceptionTianrui Zhao
2023-10-02LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao
2023-10-02LoongArch: KVM: Implement handle csr exceptionTianrui Zhao
2023-10-02LoongArch: KVM: Implement kvm mmu operationsTianrui Zhao