summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()Huacai Chen2023-11-211-6/+5
* LoongArch: Record pc instead of offset in la_abs relocationWANG Rui2023-11-212-3/+2
* Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-11-123-25/+86
|\
| * LoongArch: Add more instruction opcodes and emit_* helpersHengqi Chen2023-11-081-0/+13
| * LoongArch: Relax memory ordering for atomic operationsWANG Rui2023-11-081-20/+68
| * LoongArch: Mark __percpu functions as always inlineNathan Chancellor2023-11-081-5/+5
* | 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 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-028-5/+829
|\ \ \
| * \ \ Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2023-10-318-5/+829
| |\ \ \ | | |_|/ | |/| |
| | * | LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao2023-10-021-0/+16
| | * | LoongArch: KVM: Implement kvm mmu operationsTianrui Zhao2023-10-021-0/+139
| | * | LoongArch: KVM: Add vcpu related header filesTianrui Zhao2023-10-023-5/+318
| | * | 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-095-56/+70
| |\|
| * | 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-182-4/+5
* | | LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang2023-10-181-0/+8
| |/ |/|
* | LoongArch: Define relocation types for ABI v2.10Tiezhu Yang2023-09-271-0/+9
* | LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()Huacai Chen2023-09-201-53/+6
* | kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen2023-09-201-2/+8
* | LoongArch: Use _UL() and _ULL()Andy Shevchenko2023-09-201-6/+6
* | LoongArch: Fix some build warnings with W=1Bibo Mao2023-09-202-0/+46
|/
* Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-0821-177/+645
|\
| * LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang2023-09-063-0/+153
| * LoongArch: Simplify the processing of jumping new kernel for KASLRQing Zhang2023-09-061-1/+1
| * LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li2023-09-062-1/+71
| * LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li2023-09-062-1/+9
| * LoongArch: Provide kaslr_offset() to get kernel offsetFeiyang Chen2023-09-061-0/+6
| * LoongArch: Add basic KGDB & KDB supportQing Zhang2023-09-062-0/+101
| * LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu2023-09-069-17/+196
| * LoongArch: Add SIMD-optimized XOR routinesWANG Xuerui2023-09-062-0/+102
| * LoongArch: Use static defined zero page rather than allocatedBibo Mao2023-09-062-7/+2
| * LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao2023-09-061-0/+1
| * LoongArch: mm: Add p?d_leaf() definitionsHongchen Zhang2023-09-061-0/+3
| * LoongArch: Drop unused parse_r and parse_v macrosNathan Chancellor2023-09-062-150/+0
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+2
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-2/+2
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-1/+1
|\ \ \
| * | | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-181-1/+1
* | | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-295-32/+35
|\ \ \ \
| * | | | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-241-2/+0
| * | | | loongarch: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-17/+21
| * | | | loongarch: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-211-12/+15
| * | | | asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-181-2/+0
| |/ / /
* | | | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/arch: Avoid variable shadowing in local_try_cmpxchg()Uros Bizjak2023-07-101-2/+2
| | |/ | |/|
* | | LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen2023-08-261-4/+18
* | | LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang2023-08-251-2/+0