aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/loongarch/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-1/+2
2023-11-08LoongArch/smp: Call rcutree_report_cpu_starting() earlierHuacai Chen1-1/+2
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-4/+9
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+3
2023-10-31Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini1-0/+32
2023-10-18LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng1-5/+5
2023-10-18LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang2-10/+10
2023-10-17efi: move screen_info into efi init codeArnd Bergmann3-6/+9
2023-10-17vgacon: rework screen_info #ifdef checksArnd Bergmann1-0/+2
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+3
2023-10-02LoongArch: KVM: Implement vcpu world switchTianrui Zhao1-0/+32
2023-09-27LoongArch: Add support for 64_PCREL relocation typeTiezhu Yang1-0/+10
2023-09-27LoongArch: Add support for 32_PCREL relocation typeTiezhu Yang1-0/+10
2023-09-27LoongArch: Define relocation types for ABI v2.10Tiezhu Yang1-1/+1
2023-09-27LoongArch: numa: Fix high_memory calculationHuacai Chen1-1/+1
2023-09-20LoongArch: Set all reserved memblocks on Node#0 at initializationHuacai Chen1-1/+3
2023-09-20LoongArch: Remove dead code in relocate_new_kernelTiezhu Yang1-1/+0
2023-09-20LoongArch: Fix some build warnings with W=1Bibo Mao10-25/+23
2023-09-20LoongArch: Fix lockdep static memory detectionHelge Deller1-27/+28
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds17-73/+1309
2023-09-06LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang3-0/+14
2023-09-06LoongArch: Simplify the processing of jumping new kernel for KASLRQing Zhang2-11/+8
2023-09-06LoongArch: Get partial stack information when providing regs parameterEnze Li1-8/+10
2023-09-06LoongArch: Add basic KGDB & KDB supportQing Zhang4-0/+742
2023-09-06LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu9-14/+482
2023-09-06LoongArch: Allow usage of LSX/LASX in the kernelHuacai Chen1-4/+51
2023-09-06LoongArch: Define symbol 'fault' as a local label in fpu.STiezhu Yang1-3/+2
2023-09-06LoongArch: Use static defined zero page rather than allocatedBibo Mao1-1/+0
2023-09-06LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao1-35/+1
2023-09-06LoongArch: Code improvements in function pcpu_populate_pte()Bibo Mao1-13/+15
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2023-08-26LoongArch: Fix hw_breakpoint_control() for watchpointsHuacai Chen1-2/+1
2023-08-26LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen1-0/+4
2023-08-25LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang2-8/+1
2023-08-25LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOPTiezhu Yang1-2/+4
2023-08-25LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang1-6/+6
2023-08-25LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2-2/+2
2023-08-25LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada1-1/+0
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-0/+16
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-2/+2
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman1-0/+16
2023-07-28LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handlingZhihong Dong1-0/+16
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-1/+1
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-0/+1
2023-07-08efi: Do not include <linux/screen_info.h> from EFI headerThomas Zimmermann1-0/+1
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-14/+30
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds22-144/+1273
2023-06-29LoongArch: Add uprobes supportTiezhu Yang3-5/+158