summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: BPF: Adjust the parameter of emit_jirl()Tiezhu Yang2024-12-021-1/+1
* LoongArch/irq: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang2024-12-021-1/+1
* LoongArch: Fix reserving screen info memory for above-4G firmwareHuacai Chen2024-12-021-1/+1
* Merge tag 'loongarch-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-11-271-1/+5
|\
| * LoongArch: Reduce min_delta for the arch clockevent deviceHuacai Chen2024-11-261-1/+5
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-212-95/+1
|\ \
| * | loongarch: Use new fallback IO memcpy/memsetJulian Vetter2024-10-282-95/+1
* | | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-201-1/+1
|\ \ \
| * | | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-291-1/+1
| |/ /
* | | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-11-201-1/+1
|\ \ \
| * | | ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2024-10-111-1/+1
| |/ /
* | | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-202-1/+9
|\ \ \
| * | | LoongArch: vDSO: Use vdso/datapage.h to access vDSO dataThomas Weißschuh2024-11-021-0/+9
| * | | LoongArch: vdso: Remove timekeeper includesThomas Weißschuh2024-10-151-1/+0
| |/ /
* | | Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-201-2/+2
|\ \ \ | |_|/ |/| |
| * | LoongArch: Switch to irq_set_nr_irqs()Bart Van Assche2024-10-161-2/+2
| |/
* | LoongArch: Fix AP booting issue in VM modeBibo Mao2024-11-121-0/+15
* | LoongArch: Fix early_numa_add_cpu() usage for FDT systemsHuacai Chen2024-11-121-1/+1
* | LoongArch: For all possible CPUs setup logical-physical CPU mappingHuacai Chen2024-11-122-29/+55
* | LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh2024-10-211-7/+9
* | LoongArch: Set correct size for vDSO code mappingHuacai Chen2024-10-211-4/+4
* | LoongArch: Enable IRQ if do_ale() triggered in irq-enabled contextHuacai Chen2024-10-211-0/+5
* | LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen2024-10-211-1/+2
|/
* Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-09-274-55/+83
|\
| * LoongArch: Rework CPU feature probe from CPUCFG/IOCSRJiaxun Yang2024-09-242-51/+79
| * LoongArch: Enable ACPI BGRT handlingBibo Mao2024-09-241-0/+4
| * LoongArch: Remove STACK_FRAME_NON_STANDARD(do_syscall)Tiezhu Yang2024-09-171-4/+0
| * Merge tag 'irq-core-2024-09-16' into loongarch-nextHuacai Chen2024-09-174-1/+25
| |\
* | \ Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-21/+0
|\ \ \
| * | | arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)2024-09-041-18/+0
| * | | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-041-3/+0
| |/ /
* | | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-181-0/+1
|\ \ \
| * | | LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao2024-09-131-0/+1
| |/ /
* | | Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-174-1/+25
|\ \ \ | | |/ | |/|
| * | irqchip/loongarch-avec: Add AVEC irqchip supportTianyang Zhang2024-08-232-0/+11
| * | LoongArch: Architectural preparation for AVEC irqchipHuacai Chen2024-08-232-1/+14
* | | LoongArch: KVM: Implement function kvm_para_has_feature()Bibo Mao2024-09-121-15/+17
* | | LoongArch: KVM: Enable paravirt feature control from VMMBibo Mao2024-09-121-4/+4
* | | LoongArch: Revert qspinlock to test-and-set simple lock on VMBibo Mao2024-09-113-1/+16
| |/ |/|
* | LoongArch: Add ifdefs to fix LSX and LASX related warningsTiezhu Yang2024-08-261-0/+4
* | LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBEHuacai Chen2024-08-261-3/+0
* | LoongArch: Enable general EFI poweroff methodMiao Wang2024-08-071-0/+6
* | syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann2024-08-021-1/+2
|/
* Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-07-2212-30/+128
|\
| * LoongArch: Make the users of larch_insn_gen_break() constantOleg Nesterov2024-07-201-2/+2
| * LoongArch: Check TIF_LOAD_WATCH to enable user space watchpointTiezhu Yang2024-07-202-1/+4
| * LoongArch: Add support for relocating the kernel with RELR relocationXi Ruoyao2024-07-202-0/+26
| * LoongArch: Remove a redundant checking in relocatorXi Ruoyao2024-07-201-3/+1
| * LoongArch: Use correct API to map cmdline in relocate_kernel()Huacai Chen2024-07-201-1/+3
| * LoongArch: Automatically disable KASLR for hibernationHuacai Chen2024-07-201-0/+26