aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/loongarch (follow)
AgeCommit message (Expand)AuthorFilesLines
6 daysLoongArch: Fix GMAC's phy-mode definitions in dtsHuacai Chen3-5/+5
6 daysLoongArch: Override higher address bits in JUMP_VIRT_ADDRJiaxun Yang1-1/+1
6 daysLoongArch: Fix entry point in kernel image headerJiaxun Yang2-5/+7
6 daysLoongArch: Add all CPUs enabled by fdt to NUMA node 0Jiaxun Yang2-1/+5
6 daysLoongArch: Fix built-in DTB detectionJiaxun Yang1-1/+1
6 daysLoongArch: Remove CONFIG_ACPI_TABLE_UPGRADE in platform_init()Tiezhu Yang1-3/+1
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-1/+6
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds16-21/+240
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-4/+4
2024-05-19LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland3-1/+6
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-14/+4
2024-05-19LoongArch: Update Loongson-3 default config fileHuacai Chen1-0/+24
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-9/+2
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-7/+2
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+3
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-131/+746
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds2-6/+21
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+16
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-7/+0
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2-19/+21
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)1-3/+16
2024-05-14LoongArch: dts: Add new supported device nodes to Loongson-2K2000Binbin Zhou1-4/+45
2024-05-14LoongArch: dts: Add new supported device nodes to Loongson-2K0500Binbin Zhou1-3/+83
2024-05-14LoongArch: dts: Remove "disabled" state of clock controller nodeBinbin Zhou2-5/+0
2024-05-14LoongArch: rust: Switch to use built-in rustc targetWANG Rui1-1/+1
2024-05-14LoongArch: Fix callchain parse error with kernel tracepoint events againHuacai Chen1-2/+1
2024-05-14LoongArch: Give a chance to build with !CONFIG_SMPTiezhu Yang7-6/+20
2024-05-14LoongArch: Select THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGEHuacai Chen1-0/+1
2024-05-14LoongArch: Select ARCH_WANT_DEFAULT_BPF_JITHuacai Chen1-0/+1
2024-05-14LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128Xi Ruoyao4-0/+65
2024-05-14LoongArch: Select ARCH_HAS_FAST_MULTIPLIERXi Ruoyao1-0/+1
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' into nextJoerg Roedel1-7/+2
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini36-118/+876
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2-2/+2
2024-05-09blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai1-1/+0
2024-05-06LoongArch: KVM: Add mmio trace events supportBibo Mao2-6/+22
2024-05-06LoongArch: KVM: Add software breakpoint supportBibo Mao7-3/+40
2024-05-06LoongArch: KVM: Add PV IPI support on guest sideBibo Mao8-2/+197
2024-05-06LoongArch: KVM: Add PV IPI support on host sideBibo Mao6-2/+211
2024-05-06LoongArch: KVM: Add vcpu mapping from physical cpuidBibo Mao4-0/+129
2024-05-06LoongArch: KVM: Add cpucfg area for kvm hypervisorBibo Mao3-17/+50
2024-05-06LoongArch: KVM: Add hypercall instruction emulationBibo Mao3-1/+38
2024-05-06LoongArch/smp: Refine some ipi functions on LoongArch platformBibo Mao7-71/+63
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-4/+4
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-8/+14
2024-04-26dma-mapping: Add helpers for dma_range_map boundsRobin Murphy1-7/+2
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-1/+1
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-2/+1