OpenCloudOS-Kernel/arch/loongarch/kernel
Jianping Liu 85b48c5397 Merge linux-6.6.63 into TK5 release branch 2024-11-25 10:30:29 +08:00
..
.gitignore
Makefile LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00
access-helper.h LoongArch: Add exception/interrupt handling 2022-06-03 20:09:28 +08:00
acpi.c LoongArch: Old BPI compatibility 2024-03-21 19:07:28 +08:00
alternative.c LoongArch: Use common function sign_extend64() 2023-01-17 11:42:16 +08:00
asm-offsets.c LoongArch: KVM: Implement vcpu world switch 2024-04-12 20:49:43 +08:00
cacheinfo.c LoongArch: Refactor cache probe and flush methods 2022-10-12 16:36:14 +08:00
cpu-probe.c LoongArch: Add AVEC irqchip support 2024-10-23 09:40:19 +08:00
crash_dump.c LoongArch: Add kdump support 2022-10-12 16:36:19 +08:00
dma.c LoongArch: use arch specific phys_to_dma 2024-03-21 19:07:28 +08:00
efi-header.S LoongArch: Calculate various sizes in the linker script 2023-06-29 20:58:42 +08:00
efi.c Merge linux 6.6.46 2024-08-24 09:37:59 +08:00
elf.c LoongArch: Fix and simplify fcsr initialization on execve() 2024-01-25 15:35:44 -08:00
entry.S LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00
env.c LoongArch: Old BPI compatibility 2024-03-21 19:07:28 +08:00
fpu.S LoongArch: Add ifdefs to fix LSX and LASX related warnings 2024-11-12 16:59:59 +08:00
ftrace.c LoongArch/ftrace: Add basic support 2022-12-14 08:41:53 +08:00
ftrace_dyn.c kprobe/ftrace: bail out if ftrace was killed 2024-06-27 13:49:03 +02:00
genex.S LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00
head.S LoongArch: Change SHMLBA from SZ_64K to PAGE_SIZE 2024-10-23 09:40:05 +08:00
hw_breakpoint.c LoongArch: Check TIF_LOAD_WATCH to enable user space watchpoint 2024-08-03 08:54:11 +02:00
idle.c arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled 2023-01-13 11:48:15 +01:00
image-vars.h efi/loongarch: Directly position the loaded image file 2024-06-27 13:49:15 +02:00
inst.c LoongArch: Add larch_insn_gen_break() to generate break insns 2023-06-29 20:58:44 +08:00
io.c LoongArch: Add misc common routines 2022-06-03 20:09:28 +08:00
irq.c LoongArch: Add AVEC irqchip support 2024-10-23 09:40:19 +08:00
jump_label.c LoongArch: Add jump-label implementation 2023-06-29 20:58:44 +08:00
kfpu.c LoongArch: Allow usage of LSX/LASX in the kernel 2023-09-06 22:53:55 +08:00
kgdb.c LoongArch: Add basic KGDB & KDB support 2023-09-06 22:53:55 +08:00
kprobes.c LoongArch: Use larch_insn_gen_break() for kprobes 2023-06-29 20:58:44 +08:00
lbt.S LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00
legacy_boot.c LoongArch: Add AVEC irqchip support 2024-10-23 09:40:19 +08:00
legacy_boot.h LoongArch: fix KASLR can not be disabled by nokaslr when boot from old BPI 2024-05-08 11:19:58 +08:00
machine_kexec.c LoongArch: kexec: Add compatibility with old interfaces 2024-03-21 19:07:30 +08:00
mcount.S LoongArch: Replace #include <asm/export.h> with #include <linux/export.h> 2023-08-25 23:40:26 +08:00
mcount_dyn.S LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00
mem.c LoongArch: Old BPI compatibility 2024-03-21 19:07:28 +08:00
module-sections.c LoongArch: Fix some build warnings with W=1 2023-09-20 14:26:28 +08:00
module.c LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00
numa.c LoongArch: Old BPI compatibility 2024-03-21 19:07:28 +08:00
paravirt.c LoongArch: KVM: Implement function kvm_para_has_feature() 2024-11-06 19:36:39 +08:00
perf_event.c Merge Linux 6.6.33 2024-06-12 21:04:13 +08:00
perf_regs.c LoongArch: Add perf events support 2022-10-12 16:36:14 +08:00
proc.c LoongArch: Introduce hardware page table walker 2023-06-29 20:58:44 +08:00
process.c LoongArch: Don't crash in stack_top() for tasks without vDSO 2024-11-01 01:58:28 +01:00
ptrace.c LoongArch: Check TIF_LOAD_WATCH to enable user space watchpoint 2024-08-03 08:54:11 +02:00
relocate.c Merge linux 6.6.51 2024-09-29 19:06:17 +08:00
relocate_kernel.S LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00
reset.c LoongArch: Old BPI compatibility 2024-03-21 19:07:28 +08:00
rethook.c LoongArch: Replace kretprobe with rethook 2023-06-29 20:58:44 +08:00
rethook.h LoongArch: Replace kretprobe with rethook 2023-06-29 20:58:44 +08:00
rethook_trampoline.S LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00
setup.c Merge linux 6.6.59 into TK5 release branch 2024-11-22 09:13:27 +08:00
signal.c LoongArch: Fix some build warnings with W=1 2023-09-20 14:26:28 +08:00
smp.c Merge linux-6.6.63 into TK5 release branch 2024-11-25 10:30:29 +08:00
stacktrace.c LoongArch: Add kernel livepatching support 2024-11-12 16:59:54 +08:00
switch.S LoongArch: Add basic STACKPROTECTOR support 2022-12-14 08:41:53 +08:00
syscall.c LoongArch: Fix some build warnings with W=1 2023-09-20 14:26:28 +08:00
sysrq.c tty: sysrq: switch sysrq handlers from int to u8 2023-07-25 19:21:03 +02:00
time.c LoongArch: Add steal time support in guest side 2024-04-12 20:59:07 +08:00
topology.c LoongArch: Fix some build warnings with W=1 2023-09-20 14:26:28 +08:00
traps.c Merge linux 6.6.59 into TK5 release branch 2024-11-22 09:13:27 +08:00
unaligned.c LoongArch: Delete unnecessary debugfs checking 2023-06-29 20:58:42 +08:00
unwind.c LoongArch: Set unwind stack type to unknown rather than set error flag 2024-01-20 11:51:42 +01:00
unwind_guess.c LoongArch: Strip guess unwinder out from prologue unwinder 2023-01-17 11:42:16 +08:00
unwind_orc.c LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00
unwind_prologue.c LoongArch: Set unwind stack type to unknown rather than set error flag 2024-01-20 11:51:42 +01:00
uprobes.c LoongArch: Add uprobes support 2023-06-29 20:58:44 +08:00
vdso.c LoongArch: Add support to clone a time namespace 2023-06-29 20:58:43 +08:00
vmlinux.lds.S LoongArch: Add ORC stack unwinder support 2024-11-12 16:59:49 +08:00