summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)Author
2023-10-31Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
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-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
2023-10-02LoongArch: KVM: Implement virtual machine tlb operationsTianrui Zhao
2023-10-02LoongArch: KVM: Implement vcpu timer operationsTianrui Zhao
2023-10-02LoongArch: KVM: Implement misc vcpu related interfacesTianrui Zhao
2023-10-02LoongArch: KVM: Implement vcpu load and vcpu put operationsTianrui Zhao
2023-10-02LoongArch: KVM: Implement vcpu interrupt operationsTianrui Zhao
2023-10-02LoongArch: KVM: Implement fpu operations for vcpuTianrui Zhao
2023-10-02LoongArch: KVM: Implement basic vcpu ioctl interfacesTianrui Zhao
2023-10-02LoongArch: KVM: Implement basic vcpu interfacesTianrui Zhao
2023-10-02LoongArch: KVM: Add vcpu related header filesTianrui Zhao
2023-10-02LoongArch: KVM: Implement VM related functionsTianrui Zhao
2023-10-02LoongArch: KVM: Implement kvm hardware enable, disable interfaceTianrui Zhao
2023-10-02LoongArch: KVM: Implement kvm module related interfaceTianrui Zhao
2023-10-02LoongArch: KVM: Add kvm related header filesTianrui Zhao
2023-09-27LoongArch: Add support for 64_PCREL relocation typeTiezhu Yang
2023-09-27LoongArch: Add support for 32_PCREL relocation typeTiezhu Yang
2023-09-27LoongArch: Define relocation types for ABI v2.10Tiezhu Yang
2023-09-27LoongArch: numa: Fix high_memory calculationHuacai Chen
2023-09-20LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()Huacai Chen
2023-09-20kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen
2023-09-20LoongArch: Set all reserved memblocks on Node#0 at initializationHuacai Chen
2023-09-20LoongArch: Remove dead code in relocate_new_kernelTiezhu Yang
2023-09-20LoongArch: Use _UL() and _ULL()Andy Shevchenko
2023-09-20LoongArch: Fix some build warnings with W=1Bibo Mao
2023-09-20LoongArch: Fix lockdep static memory detectionHelge Deller
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-09-07LoongArch: Update Loongson-3 default config fileHuacai Chen
2023-09-06LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang
2023-09-06LoongArch: Simplify the processing of jumping new kernel for KASLRQing Zhang
2023-09-06LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li
2023-09-06LoongArch: Get partial stack information when providing regs parameterEnze Li
2023-09-06LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li
2023-09-06LoongArch: Allow building with kcov coverageFeiyang Chen
2023-09-06LoongArch: Provide kaslr_offset() to get kernel offsetFeiyang Chen
2023-09-06LoongArch: Add basic KGDB & KDB supportQing Zhang
2023-09-06LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu