aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-0/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov1-1/+1
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang1-0/+2
2024-02-23loongarch, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-1/+1
2024-02-23LoongArch: Call early_init_fdt_scan_reserved_mem() earlierHuacai Chen1-2/+2
2024-01-17LoongArch: Use generic interface to support crashkernel=X,[high,low]Youling Tang1-34/+10
2024-01-17LoongArch: Allow device trees be built into the kernelBinbin Zhou1-3/+9
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+0
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+3
2023-10-18LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng1-5/+5
2023-10-17efi: move screen_info into efi init codeArnd Bergmann1-5/+0
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-09-06LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang1-0/+4
2023-07-28LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handlingZhihong Dong1-0/+16
2023-06-16loongarch/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-2/+2
2023-04-19LoongArch: Clean up plat_swiotlb_setup() related codeTiezhu Yang1-2/+2
2023-04-18LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen1-0/+21
2023-02-25LoongArch: kdump: Add crashkernel=YM handlingYouling Tang1-3/+11
2022-12-14LoongArch: Add hibernation (ACPI S4) supportHuacai Chen1-0/+5
2022-12-14LoongArch: Add processing ISA Node in DeviceTreeBinbin Zhou1-0/+75
2022-12-14LoongArch: Add FDT booting support from efi system tableBinbin Zhou1-1/+61
2022-12-14LoongArch: Add alternative runtime patching mechanismHuacai Chen1-0/+7
2022-11-21LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()Huacai Chen1-1/+0
2022-10-12Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-1/+75
2022-10-12LoongArch: Add kdump supportYouling Tang1-0/+74
2022-10-12LoongArch: Use TLB for ioremap()Huacai Chen1-1/+1
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+3
2022-09-27efi/loongarch: libstub: remove dependency on flattened DTArd Biesheuvel1-2/+2
2022-09-24LoongArch: Use acpi_arch_dma_setup() and remove ARCH_HAS_PHYS_TO_DMAJianmin Lv1-1/+1
2022-09-19smp: add set_nr_cpu_ids()Yury Norov1-1/+1
2022-09-06efi/loongarch: Add efistub booting supportHuacai Chen1-10/+1
2022-07-29LoongArch: Fix wrong "ROM Size" of boardinfoTiezhu Yang1-1/+1
2022-06-08LoongArch: Fix the !CONFIG_SMP buildHuacai Chen1-3/+2
2022-06-03LoongArch: Add Non-Uniform Memory Access (NUMA) supportHuacai Chen1-2/+9
2022-06-03LoongArch: Add multi-processor (SMP) supportHuacai Chen1-0/+26
2022-06-03LoongArch: Add boot and setup routinesHuacai Chen1-0/+341