summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-0925-126/+200
| |\| |
| * | | locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak2023-10-041-11/+16
| | |/ | |/|
* | | LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng2023-10-183-9/+10
* | | LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()Huacai Chen2023-10-181-4/+4
* | | LoongArch: Export symbol invalid_pud_table for modules buildingHuacai Chen2023-10-181-0/+1
* | | LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang2023-10-184-28/+36
| |/ |/|
* | LoongArch: Add support for 64_PCREL relocation typeTiezhu Yang2023-09-271-0/+10
* | LoongArch: Add support for 32_PCREL relocation typeTiezhu Yang2023-09-271-0/+10
* | LoongArch: Define relocation types for ABI v2.10Tiezhu Yang2023-09-272-1/+10
* | LoongArch: numa: Fix high_memory calculationHuacai Chen2023-09-271-1/+1
* | LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()Huacai Chen2023-09-202-53/+57
* | kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen2023-09-201-2/+8
* | LoongArch: Set all reserved memblocks on Node#0 at initializationHuacai Chen2023-09-201-1/+3
* | LoongArch: Remove dead code in relocate_new_kernelTiezhu Yang2023-09-201-1/+0
* | LoongArch: Use _UL() and _ULL()Andy Shevchenko2023-09-201-6/+6
* | LoongArch: Fix some build warnings with W=1Bibo Mao2023-09-2016-39/+72
* | LoongArch: Fix lockdep static memory detectionHelge Deller2023-09-201-27/+28
|/
* Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-0859-449/+2825
|\
| * LoongArch: Update Loongson-3 default config fileHuacai Chen2023-09-071-4/+70
| * LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang2023-09-0614-9/+451
| * LoongArch: Simplify the processing of jumping new kernel for KASLRQing Zhang2023-09-063-12/+9
| * LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li2023-09-064-9/+86
| * LoongArch: Get partial stack information when providing regs parameterEnze Li2023-09-061-8/+10
| * LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li2023-09-063-1/+21
| * LoongArch: Allow building with kcov coverageFeiyang Chen2023-09-062-0/+4
| * LoongArch: Provide kaslr_offset() to get kernel offsetFeiyang Chen2023-09-061-0/+6
| * LoongArch: Add basic KGDB & KDB supportQing Zhang2023-09-067-0/+844
| * LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu2023-09-0619-31/+693
| * LoongArch: Add SIMD-optimized XOR routinesWANG Xuerui2023-09-067-0/+417
| * LoongArch: Allow usage of LSX/LASX in the kernelHuacai Chen2023-09-061-4/+51
| * LoongArch: Define symbol 'fault' as a local label in fpu.STiezhu Yang2023-09-061-3/+2
| * LoongArch: Adjust {copy, clear}_user exception handler behaviorWeihao Li2023-09-062-121/+127
| * LoongArch: Use static defined zero page rather than allocatedBibo Mao2023-09-064-35/+3
| * LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao2023-09-063-57/+23
| * LoongArch: Code improvements in function pcpu_populate_pte()Bibo Mao2023-09-061-13/+15