summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-137-33/+79
|\
| * LoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPFeiyang Chen2022-12-111-0/+1
| * mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen2022-12-111-43/+16
| * LoongArch: add sparse memory vmemmap supportFeiyang Chen2022-12-114-4/+84
| * MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2022-12-114-27/+21
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+1
| |\
| * | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
* | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-134-18/+31
|\ \ \
| * \ \ Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel2022-12-0710-71/+70
| |\ \ \
| * | | | efi: Put Linux specific magic number in the DOS headerArd Biesheuvel2022-12-051-1/+2
| * | | | efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel2022-11-091-0/+2
| * | | | efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel2022-11-091-0/+7
| * | | | efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-092-11/+22
| * | | | efi: loongarch: Drop exports of unused string routinesArd Biesheuvel2022-11-091-5/+0
| * | | | efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel2022-11-091-2/+0
| * | | | efi: libstub: Clone memcmp() into the stubArd Biesheuvel2022-11-091-1/+0
| | |/ / | |/| |
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-122-2/+2
|\ \ \ \
| * | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
| |/ / /
* | | | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-121-142/+0
|\ \ \ \
| * \ \ \ Merge branch 'acpica'Rafael J. Wysocki2022-12-121-142/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Revert "LoongArch: Provisionally add ACPICA data structures"Huacai Chen2022-11-031-142/+0
* | | | | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2022-12-071-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | irqchip/loongson-htvec: Add ACPI init supportHuacai Chen2022-11-261-1/+1
| | | |/ / | | |/| |
* | | | | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-0/+1
|\ \ \ \ \
| * | | | | arch/loongarch: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney2022-10-211-0/+1
| | |/ / / | |/| | |
* | | | | LoongArch: mm: Fix huge page entry update for virtual machineHuacai Chen2022-12-081-14/+16
* | | | | LoongArch: Export symbol for function smp_send_reschedule()Bibo Mao2022-12-082-10/+11
| |_|/ / |/| | |
* | | | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | mm: add dummy pmd_young() for architectures not having itJuergen Gross2022-11-301-0/+1
| | |/ | |/|
* | | LoongArch: Fix unsigned comparison with less than zeroKaiLong Wang2022-11-211-1/+2
* | | LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()Huacai Chen2022-11-211-2/+6
* | | LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()Huacai Chen2022-11-211-2/+6
* | | LoongArch: Clear FPU/SIMD thread info flags for kernel threadHuacai Chen2022-11-211-4/+5
* | | LoongArch: SMP: Change prefix from loongson3 to loongsonHuacai Chen2022-11-214-39/+39
* | | LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()Huacai Chen2022-11-212-22/+10
* | | LoongArch: Makefile: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-211-1/+1
|/ /
* | LoongArch: BPF: Avoid declare variables in switch-caseHuacai Chen2022-10-291-18/+13
* | LoongArch: Use flexible-array member instead of zero-length arrayYushan Zhou2022-10-291-1/+1
* | LoongArch: Remove unused kernel stack paddingJinyang He2022-10-295-7/+6
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-0/+3
|\ \
| * | LoongArch: update local TLB if PTE entry existsQi Zheng2022-10-121-0/+3
* | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-3/+0
|\ \ \
| * | | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
* | | | Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2022-10-1256-685/+4696
|\ \ \ \ | |_|_|/ |/| | |
| * | | LoongArch: Update Loongson-3 default config fileHuacai Chen2022-10-121-8/+55
| * | | LoongArch: Add BPF JIT supportTiezhu Yang2022-10-127-0/+1700
| * | | LoongArch: Add some instruction opcodes and formatsTiezhu Yang2022-10-121-5/+174