summaryrefslogtreecommitdiff
path: root/arch/loongarch/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie3-2/+5
2023-06-15LoongArch: Fix the write_fcsr() macroQi Hu1-1/+1
2023-06-15LoongArch: Let pmd_present() return true when splitting pmdHongchen Zhang2-1/+4
2023-05-18fbdev: Rename fb_mem*() helpersThomas Zimmermann1-6/+6
2023-05-18fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann1-0/+21
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard17-62/+221
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+13
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds6-26/+168
2023-05-01LoongArch: ftrace: Add direct call supportYouling Tang1-0/+12
2023-05-01LoongArch: ftrace: Abstract DYNAMIC_FTRACE_WITH_ARGS accessesQing Zhang1-0/+25
2023-05-01LoongArch: Add support for function error injectionTiezhu Yang1-0/+5
2023-05-01LoongArch: Add checksum optimization for 64-bit systemBibo Mao1-0/+66
2023-05-01LoongArch: Provide kernel fpu functionsHuacai Chen1-0/+3
2023-05-01LoongArch: Relay BCE exceptions to userland as SIGSEGV with si_code=SEGV_BNDERRWANG Xuerui1-0/+26
2023-05-01LoongArch: Define regular names for BCE/WATCH/HVC/GSPR exceptionsWANG Xuerui1-4/+6
2023-05-01LoongArch: Clean up the architectural interrupt definitionsWANG Xuerui1-22/+25
2023-04-29locking/arch: Wire up local_try_cmpxchg()Uros Bizjak1-2/+11
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-20arch/loongarch: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+1
2023-04-19LoongArch: Replace hard-coded values in comments with VALENEnze Li1-2/+2
2023-04-19LoongArch: Clean up plat_swiotlb_setup() related codeTiezhu Yang1-1/+0
2023-04-19LoongArch: Adjust user_watch_state for explicit alignmentQing Zhang1-1/+2
2023-04-18LoongArch: module: set section addresses to 0x0Huacai Chen1-4/+4
2023-04-18LoongArch: Fix _CONST64_(x) as unsignedQing Zhang1-2/+2
2023-04-18LoongArch: Fix build error if CONFIG_SUSPEND is not setHuacai Chen1-0/+3
2023-04-18LoongArch: Fix probing of the CRC32 featureHuacai Chen3-20/+23
2023-04-18LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen1-1/+3
2023-03-07loongarch/cpu: Mark play_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds15-26/+399
2023-02-25LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang1-0/+10
2023-02-25LoongArch: Add kretprobes supportTiezhu Yang1-0/+3
2023-02-25LoongArch: Add kprobes supportTiezhu Yang2-0/+73
2023-02-25LoongArch: Simulate branch and PC* instructionsTiezhu Yang2-0/+6
2023-02-25LoongArch: ptrace: Add hardware single step supportQing Zhang4-0/+46
2023-02-25LoongArch: ptrace: Add function argument access APIQing Zhang1-0/+34
2023-02-25LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang1-0/+9
2023-02-25LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang4-22/+171
2023-02-25LoongArch: kdump: Add single kernel image implementationYouling Tang1-0/+2
2023-02-25LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang1-1/+1
2023-02-25LoongArch: Add support for kernel relocationYouling Tang2-0/+29
2023-02-25LoongArch: Add la_abs macro implementationYouling Tang2-1/+5
2023-02-25LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang1-0/+9
2023-02-25LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao2-2/+1
2023-02-25LoongArch: Fix Chinese comma in cpu.hJinyang He1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-18/+39
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-13/+0
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-4/+39