summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
...
| * 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: Adjust {copy, clear}_user exception handler behaviorWeihao Li2023-09-062-121/+127
| * LoongArch: Use static defined zero page rather than allocatedBibo Mao2023-09-064-35/+3
| * LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao2023-09-063-57/+23
| * LoongArch: Code improvements in function pcpu_populate_pte()Bibo Mao2023-09-061-13/+15
| * LoongArch: Remove shm_align_mask and use SHMLBA insteadHuacai Chen2023-09-062-8/+6
| * LoongArch: mm: Add p?d_leaf() definitionsHongchen Zhang2023-09-061-0/+3
| * LoongArch: Drop unused parse_r and parse_v macrosNathan Chancellor2023-09-062-150/+0
* | 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-318-16/+30
| |\ \
| * | | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
* | | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+2
|\ \ \ \
| * | | | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-2/+2
| |/ / /
* | | | 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-248-16/+30
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | 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-293-22/+10
|\ \ \ \ \
| * | | | | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-182-3/+3
| * | | | | loongarch/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-19/+7
| | |_|/ / | |/| | |
* | | | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-298-38/+42
|\ \ \ \ \
| * | | | | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-241-2/+0
| * | | | | loongarch: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-19/+23
| * | | | | loongarch: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-15/+19
| * | | | | mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V2023-08-181-1/+1
| * | | | | asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-181-2/+0
| |/ / / /
* | | | | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | locking/arch: Avoid variable shadowing in local_try_cmpxchg()Uros Bizjak2023-07-101-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-262-4/+22
* | | | LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang2023-08-253-10/+1
* | | | LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang2023-08-251-1/+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-252-7/+7
* | | | LoongArch: Remove <asm/export.h>Masahiro Yamada2023-08-251-1/+0
* | | | LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-258-8/+8
* | | | LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-253-3/+0
* | | | LoongArch: Replace -ffreestanding with finer-grained -fno-builtin'sWANG Xuerui2023-08-251-1/+1
* | | | LoongArch: Remove redundant "source drivers/firmware/Kconfig"Xi Ruoyao2023-08-251-2/+0
| |/ / |/| |
* | | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-291-1/+1
* | | LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*Huacai Chen2023-07-281-11/+4
* | | LoongArch: BPF: Fix check condition to call lu32id in move_imm()Tiezhu Yang2023-07-281-1/+1
* | | LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArchChenguang Zhao2023-07-281-0/+1
* | | LoongArch: Fix return value underflow in exception pathWANG Rui2023-07-282-2/+4
* | | LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handlingZhihong Dong2023-07-281-0/+16
* | | LoongArch: Fix module relocation error with binutils 2.41Huacai Chen2023-07-281-0/+2
* | | LoongArch: Only fiddle with CHECKFLAGS if `need-compiler'Huacai Chen2023-07-281-1/+1
|/ /
* | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-9/+0
|\ \
| * | asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-221-9/+0