summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
* mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed2024-10-101-1/+0
* Revert "LoongArch: KVM: Invalidate guest steal time address on vCPU reset"Huacai Chen2024-10-043-1/+9
* LoongArch: KVM: Invalidate guest steal time address on vCPU resetBibo Mao2024-09-303-9/+1
* LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBEHuacai Chen2024-09-302-3/+2
* LoongArch: Use accessors to page table entries instead of direct dereferenceHuacai Chen2024-09-128-42/+52
* LoongArch: Use correct API to map cmdline in relocate_kernel()Huacai Chen2024-09-121-1/+3
* LoongArch: Add ifdefs to fix LSX and LASX related warningsTiezhu Yang2024-09-042-0/+8
* LoongArch: Remove the unused dma-direct.hMiao Wang2024-09-041-11/+0
* LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.hHuacai Chen2024-08-191-0/+1
* LoongArch: Enable general EFI poweroff methodMiao Wang2024-08-141-0/+6
* LoongArch: Check TIF_LOAD_WATCH to enable user space watchpointTiezhu Yang2024-08-032-1/+4
* syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann2024-06-251-1/+1
* LoongArch: KVM: Remove an unneeded semicolonYang Li2024-06-211-1/+1
* LoongArch: Fix multiple hardware watchpoint issuesHui Li2024-06-211-24/+33
* LoongArch: Trigger user-space watchpoints correctlyHui Li2024-06-213-6/+31
* LoongArch: Fix watchpoint setting errorHui Li2024-06-213-32/+21
* LoongArch: Only allow OBJTOOL & ORC unwinder if toolchain supports -mthin-add...Xi Ruoyao2024-06-212-1/+5
* LoongArch: Fix GMAC's phy-mode definitions in dtsHuacai Chen2024-06-033-5/+5
* LoongArch: Override higher address bits in JUMP_VIRT_ADDRJiaxun Yang2024-06-031-1/+1
* LoongArch: Fix entry point in kernel image headerJiaxun Yang2024-06-032-5/+7
* LoongArch: Add all CPUs enabled by fdt to NUMA node 0Jiaxun Yang2024-06-032-1/+5
* LoongArch: Fix built-in DTB detectionJiaxun Yang2024-06-031-1/+1
* LoongArch: Remove CONFIG_ACPI_TABLE_UPGRADE in platform_init()Tiezhu Yang2024-06-031-3/+1
* Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-223-1/+6
|\
| * LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-1/+6
* | Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-05-2216-21/+240
|\ \
| * | LoongArch: Update Loongson-3 default config fileHuacai Chen2024-05-191-0/+24
| * | LoongArch: dts: Add new supported device nodes to Loongson-2K2000Binbin Zhou2024-05-141-4/+45
| * | LoongArch: dts: Add new supported device nodes to Loongson-2K0500Binbin Zhou2024-05-141-3/+83
| * | LoongArch: dts: Remove "disabled" state of clock controller nodeBinbin Zhou2024-05-142-5/+0
| * | LoongArch: rust: Switch to use built-in rustc targetWANG Rui2024-05-141-1/+1
| * | LoongArch: Fix callchain parse error with kernel tracepoint events againHuacai Chen2024-05-141-2/+1
| * | LoongArch: Give a chance to build with !CONFIG_SMPTiezhu Yang2024-05-147-6/+20
| * | LoongArch: Select THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGEHuacai Chen2024-05-141-0/+1
| * | LoongArch: Select ARCH_WANT_DEFAULT_BPF_JITHuacai Chen2024-05-141-0/+1
| * | LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128Xi Ruoyao2024-05-144-0/+65
| * | LoongArch: Select ARCH_HAS_FAST_MULTIPLIERXi Ruoyao2024-05-141-0/+1
* | | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-4/+4
|\ \ \ | |_|/ |/| |
| * | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-4/+4
| |/
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-194-14/+4
|\ \
| * | mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-251-1/+1
| * | treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-2/+1
| * | fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
| * | mm/treewide: remove pXd_huge()Peter Xu2024-04-251-10/+0
| * | mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-251-1/+1
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-182-9/+2
|\ \ \
| * | | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-7/+0
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-102-2/+2
| |/ /
* | | Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-181-7/+2
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel2024-05-131-7/+2
| |\ \ \ \ \ | | | | |/ / | | | |/| / | | |_|_|/ | |/| | |