summaryrefslogtreecommitdiff
path: root/arch/loongarch/kernel
AgeCommit message (Expand)AuthorFilesLines
7 daysLoongArch: Avoid in-place string operation on FDT contentYao Zi1-5/+8
7 daysLoongArch: Make relocate_new_kernel_size be a .quad valueHuacai Chen1-1/+1
7 daysLoongArch: Don't use %pK through printk() in unwinderThomas Weißschuh1-1/+1
2025-05-14LoongArch: uprobes: Remove redundant code about resume_eraTiezhu Yang1-6/+1
2025-05-14LoongArch: uprobes: Remove user_{en,dis}able_single_step()Tiezhu Yang1-4/+0
2025-05-14LoongArch: Save and restore CSR.CNTC for hibernationHuacai Chen1-1/+1
2025-05-14LoongArch: Move __arch_cpu_idle() to .cpuidle.text sectionHuacai Chen1-2/+5
2025-05-14LoongArch: Prevent cond_resched() occurring within kernel-fpuTianyang Zhang1-2/+20
2025-04-26Merge tag 'loongarch-fixes-6.15-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-29/+22
2025-04-26LoongArch: Handle fp, lsx, lasx and lbt assembly symbolsTiezhu Yang3-21/+10
2025-04-26LoongArch: Make do_xyz() exception handlers more robustTiezhu Yang1-8/+12
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds1-4/+4
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2-2/+5
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+0
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+5
2025-03-30LoongArch: Rework the arch_kgdb_breakpoint() implementationYuli Wang1-2/+3
2025-03-30LoongArch: Fix device node refcount leak in fdt_cpu_clk_init()Miaoqian Lin1-0/+2
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-90/+4
2025-03-18LoongArch: KVM: Remove PGD saving during VM context switchBibo Mao1-0/+1
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-5/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-1/+0
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain1-3/+2
2025-03-10LoongArch: ftrace: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-5/+4
2025-03-10LoongArch/orc: Use RCU in all users of __module_address().Sebastian Andrzej Siewior1-3/+1
2025-03-08LoongArch: Set max_pfn with the PFN of the last pageBibo Mao1-0/+3
2025-03-08LoongArch: Use polling play_dead() when resuming from hibernationHuacai Chen1-1/+46
2025-03-08LoongArch: Eliminate superfluous get_numa_distances_cnt()Yuli Wang1-12/+0
2025-03-08LoongArch: Convert unreachable() to BUG()Tiezhu Yang1-2/+2
2025-02-21LoongArch: vDSO: Switch to generic storage implementationThomas Weißschuh2-90/+4
2025-02-13LoongArch: Remove the deprecated notifier hook mechanismYuli Wang1-22/+0
2025-02-13LoongArch: Use str_yes_no() helper function for /proc/cpuinfoYuli Wang1-4/+3
2025-02-13LoongArch: Fix idle VS timer enqueueMarco Crivellari3-18/+19
2025-01-28Merge tag 'loongarch-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds10-17/+207
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-01-26LoongArch: Extend the maximum number of watchpointsTiezhu Yang1-3/+3
2025-01-26LoongArch: Change 8 to 14 for LOONGARCH_MAX_{BRP,WRP}Tiezhu Yang1-2/+14
2025-01-26LoongArch: Add debugfs entries to switch SFB/TSO stateHuacai Chen3-7/+171
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-1/+1
2025-01-25LoongArch: Refactor bug_handler() implementationHuacai Chen1-3/+10
2025-01-25LoongArch: Correct the __switch_to() prototype in commentsHuacai Chen1-1/+1
2025-01-25LoongArch: Correct the cacheinfo sharing informationHuacai Chen1-0/+6
2025-01-25LoongArch: Derive timer max_delta from PRCFG1's timer_bitsJiaxun Yang2-1/+2
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)3-26/+17
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)1-1/+9
2024-12-02LoongArch: BPF: Adjust the parameter of emit_jirl()Tiezhu Yang1-1/+1
2024-12-02LoongArch/irq: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang1-1/+1
2024-12-02LoongArch: Fix reserving screen info memory for above-4G firmwareHuacai Chen1-1/+1
2024-11-27Merge tag 'loongarch-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+5