summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: Update cpu_sibling_map when disabling nonboot CPUsHuacai Chen2024-03-011-53/+68
* LoongArch: Disable IRQ before init_fn() for nonboot CPUsHuacai Chen2024-03-011-0/+1
* LoongArch: Call early_init_fdt_scan_reserved_mem() earlierHuacai Chen2024-03-011-2/+2
* LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]Huacai Chen2024-03-011-3/+1
* LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()Huacai Chen2024-02-051-1/+0
* LoongArch/smp: Call rcutree_report_cpu_starting() earlierHuacai Chen2024-01-311-1/+2
* LoongArch: Fix and simplify fcsr initialization on execve()Xi Ruoyao2024-01-252-5/+1
* LoongArch: Set unwind stack type to unknown rather than set error flagJinyang He2024-01-203-3/+2
* LoongArch: Implement constant timer shutdown interfaceBibo Mao2023-12-201-14/+9
* LoongArch: Silence the boot warning about 'nokaslr'Huacai Chen2023-12-201-0/+8
* LoongArch: Record pc instead of offset in la_abs relocationWANG Rui2023-12-201-1/+1
* 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
* | | | 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
|\ \