summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-271-1/+1
* LoongArch: numa: Fix high_memory calculationHuacai Chen2023-09-271-1/+1
* 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: Fix some build warnings with W=1Bibo Mao2023-09-2010-25/+23
* 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-0817-73/+1309
|\
| * LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang2023-09-063-0/+14
| * LoongArch: Simplify the processing of jumping new kernel for KASLRQing Zhang2023-09-062-11/+8
| * LoongArch: Get partial stack information when providing regs parameterEnze Li2023-09-061-8/+10
| * LoongArch: Add basic KGDB & KDB supportQing Zhang2023-09-064-0/+742
| * LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu2023-09-069-14/+482
| * 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: Use static defined zero page rather than allocatedBibo Mao2023-09-061-1/+0
| * LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao2023-09-061-35/+1
| * LoongArch: Code improvements in function pcpu_populate_pte()Bibo Mao2023-09-061-13/+15
* | 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-311-0/+16
| |\ \
| * | | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
* | | | 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-241-0/+16
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | 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-291-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-181-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-261-0/+4
* | | | LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang2023-08-252-8/+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-251-6/+6
* | | | LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-252-2/+2
* | | | LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-251-1/+0
|/ / /
* / / LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handlingZhihong Dong2023-07-281-0/+16
|/ /
* | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-303-14/+30
|\ \
| * | LoongArch: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng2023-06-203-14/+30
* | | Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-06-3022-144/+1273
|\ \ \
| * | | LoongArch: Add uprobes supportTiezhu Yang2023-06-293-5/+158
| * | | LoongArch: Use larch_insn_gen_break() for kprobesTiezhu Yang2023-06-291-19/+14
| * | | LoongArch: Add larch_insn_gen_break() to generate break insnsTiezhu Yang2023-06-291-0/+14
| * | | LoongArch: Check for AMO instructions in insns_not_supported()Tiezhu Yang2023-06-291-0/+6
| * | | LoongArch: Move three functions from kprobes.c to inst.cTiezhu Yang2023-06-292-44/+41
| * | | LoongArch: Replace kretprobe with rethookHaoran Jiang2023-06-295-25/+43
| * | | LoongArch: Add jump-label implementationYouling Tang2023-06-292-0/+24
| * | | LoongArch: Introduce hardware page table walkerHuacai Chen2023-06-292-0/+5
| * | | LoongArch: Support dbar with different hintsHuacai Chen2023-06-291-1/+1
| * | | LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen2023-06-293-14/+43
| * | | LoongArch: Add vector extensions supportHuacai Chen2023-06-296-9/+803