summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
* 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
| * LoongArch: Remove shm_align_mask and use SHMLBA insteadHuacai Chen2023-09-062-8/+6
| * 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 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-1/+1
|\ \
| * \ Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-318-16/+30
| |\ \
| * | | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
* | | | 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 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-301-0/+1
|\ \ \ \
| * \ \ \ BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-248-16/+30
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-171-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | efi: Do not include <linux/screen_info.h> from EFI headerThomas Zimmermann2023-07-081-0/+1
* | | | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-293-22/+10
|\ \ \ \ \
| * | | | | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-182-3/+3
| * | | | | loongarch/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-19/+7
| | |_|/ / | |/| | |
* | | | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-298-38/+42
|\ \ \ \ \
| * | | | | 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-245-19/+23
| * | | | | loongarch: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-15/+19
| * | | | | mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V2023-08-181-1/+1
| * | | | | 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: Fix hw_breakpoint_control() for watchpointsHuacai Chen2023-08-261-2/+1
* | | | LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen2023-08-262-4/+22
* | | | LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang2023-08-253-10/+1
* | | | LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang2023-08-251-1/+1
* | | | LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOPTiezhu Yang2023-08-251-2/+4
* | | | LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang2023-08-252-7/+7
* | | | LoongArch: Remove <asm/export.h>Masahiro Yamada2023-08-251-1/+0
* | | | LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-258-8/+8
* | | | LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-253-3/+0