summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-27/+1
|\
| * sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-1/+1
| |\
| * | NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni2023-12-101-27/+1
* | | Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-151-1/+1
|\ \ \ | | |/ | |/|
| * | loongarch, kexec: change dependency of object filesBaoquan He2023-12-121-1/+1
| |/
* / LoongArch: Set unwind stack type to unknown rather than set error flagJinyang He2023-12-093-3/+2
|/
* LoongArch: Implement constant timer shutdown interfaceBibo Mao2023-11-211-14/+9
* LoongArch: Silence the boot warning about 'nokaslr'Huacai Chen2023-11-211-0/+8
* LoongArch: Record pc instead of offset in la_abs relocationWANG Rui2023-11-211-1/+1
* Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-11-121-1/+2
|\
| * LoongArch/smp: Call rcutree_report_cpu_starting() earlierHuacai Chen2023-11-081-1/+2
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-033-4/+9
|\ \
| * | efi: move screen_info into efi init codeArnd Bergmann2023-10-173-6/+9
| * | vgacon: rework screen_info #ifdef checksArnd Bergmann2023-10-171-0/+2
* | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+3
|\ \ \
| * | | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+3
| |/ /
* | | Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2023-10-311-0/+32
|\ \ \ | |_|/ |/| |
| * | LoongArch: KVM: Implement vcpu world switchTianrui Zhao2023-10-021-0/+32
| |/
* | LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng2023-10-181-5/+5
* | LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang2023-10-182-10/+10
|/
* 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