summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)AuthorFilesLines
2023-12-09LoongArch: Preserve syscall nr across execve()Hengqi Chen1-1/+1
2023-12-09LoongArch: Set unwind stack type to unknown rather than set error flagJinyang He3-3/+2
2023-12-09LoongArch: Slightly clean up drdtime()Xi Ruoyao1-3/+2
2023-12-09LoongArch: Apply dynamic relocations for LLDWANG Rui1-1/+1
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini1-1/+0
2023-12-06LoongArch: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)1-5/+2
2023-12-06LoongArch: Use the __weak version of arch_unregister_cpu()James Morse1-8/+0
2023-12-06LoongArch: Switch over to GENERIC_CPU_DEVICESJames Morse2-27/+3
2023-12-06ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse1-0/+1
2023-12-06Loongarch: remove arch_*register_cpu() exportsRussell King (Oracle)1-2/+0
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann1-6/+1
2023-11-23arch: fix asm-offsets.c building with -Wmissing-prototypesArnd Bergmann1-13/+13
2023-11-21LoongArch: Implement constant timer shutdown interfaceBibo Mao1-14/+9
2023-11-21LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPLHuacai Chen1-2/+2
2023-11-21LoongArch: Silence the boot warning about 'nokaslr'Huacai Chen1-0/+8
2023-11-21LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()Huacai Chen1-6/+5
2023-11-21LoongArch: Record pc instead of offset in la_abs relocationWANG Rui3-4/+3
2023-11-21LoongArch: Explicitly set -fdirect-access-external-data for vmlinuxWANG Rui1-0/+1
2023-11-21LoongArch: Add dependency between vmlinuz.efi and vmlinux.efiMasahiro Yamada1-0/+2
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2-2/+1
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2-2/+1
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds7-57/+203
2023-11-08LoongArch: BPF: Support signed mod instructionsHengqi Chen1-9/+25
2023-11-08LoongArch: BPF: Support signed div instructionsHengqi Chen1-9/+25
2023-11-08LoongArch: BPF: Support 32-bit offset jmp instructionsHengqi Chen1-1/+5
2023-11-08LoongArch: BPF: Support unconditional bswap instructionsHengqi Chen1-0/+1
2023-11-08LoongArch: BPF: Support sign-extension mov instructionsHengqi Chen1-2/+17
2023-11-08LoongArch: BPF: Support sign-extension load instructionsHengqi Chen1-10/+39
2023-11-08LoongArch: Add more instruction opcodes and emit_* helpersHengqi Chen1-0/+13
2023-11-08LoongArch/smp: Call rcutree_report_cpu_starting() earlierHuacai Chen1-1/+2
2023-11-08LoongArch: Relax memory ordering for atomic operationsWANG Rui1-20/+68
2023-11-08LoongArch: Mark __percpu functions as always inlineNathan Chancellor1-5/+5
2023-11-08LoongArch: Disable module from accessing external data directlyWANG Rui1-0/+2
2023-11-08LoongArch: Support PREEMPT_DYNAMIC with static keysHuacai Chen1-0/+1
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-13/+1
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-4/+9
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+3
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2023-11-03Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+0
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-5/+4820
2023-10-31Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini24-5/+4820
2023-10-31Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+16
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada2-13/+1
2023-10-27crypto: loongarch/crc32 - remove redundant setting of alignmask to 0Eric Biggers1-2/+0
2023-10-18LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng3-9/+10
2023-10-18LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()Huacai Chen1-4/+4
2023-10-18LoongArch: Export symbol invalid_pud_table for modules buildingHuacai Chen1-0/+1
2023-10-18LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang4-28/+36
2023-10-17efi: move screen_info into efi init codeArnd Bergmann3-6/+9
2023-10-17vgacon: rework screen_info #ifdef checksArnd Bergmann1-0/+2