summaryrefslogtreecommitdiffstats
path: root/arch/loongarch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-3114-213/+247
|\
| * LoongArch: Add generic ex-handler unwind in prologue unwinderJinyang He2023-01-174-15/+93
| * LoongArch: Strip guess unwinder out from prologue unwinderJinyang He2023-01-176-146/+129
| * LoongArch: Use correct sp value to get graph addr in stack unwindersJinyang He2023-01-174-24/+20
| * LoongArch: Get frame info in unwind_start() when regs is not availableJinyang He2023-01-173-12/+22
| * LoongArch: Adjust PC value when unwind next frame in unwinderJinyang He2023-01-171-1/+6
| * LoongArch: Simplify larch_insn_gen_xxx implementationYouling Tang2023-01-172-38/+8
| * LoongArch: Use common function sign_extend64()Tiezhu Yang2023-01-172-11/+3
| * LoongArch: Add HWCAP_LOONGARCH_CPUCFG to elf_hwcapHuacai Chen2023-01-171-1/+1
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+1
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
|/
* Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2022-12-1968-182/+3588
|\
| * LoongArch: Update Loongson-3 default config fileHuacai Chen2022-12-141-24/+32
| * LoongArch: modules/ftrace: Initialize PLT at load timeQing Zhang2022-12-148-2/+148
| * LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportQing Zhang2022-12-145-6/+19
| * LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportQing Zhang2022-12-143-0/+29
| * LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS supportQing Zhang2022-12-144-2/+51
| * LoongArch/ftrace: Add dynamic function graph tracer supportQing Zhang2022-12-143-0/+101
| * LoongArch/ftrace: Add dynamic function tracer supportQing Zhang2022-12-1410-10/+367
| * LoongArch/ftrace: Add recordmcount supportQing Zhang2022-12-141-0/+2
| * LoongArch/ftrace: Add basic supportQing Zhang2022-12-145-0/+200
| * LoongArch: module: Use got/plt section indices for relocationsHuacai Chen2022-12-143-47/+68
| * LoongArch: Add basic STACKPROTECTOR supportHuacai Chen2022-12-145-0/+53
| * LoongArch: Add hibernation (ACPI S4) supportHuacai Chen2022-12-147-0/+154
| * LoongArch: Add suspend (ACPI S3) supportHuacai Chen2022-12-1413-3/+260
| * LoongArch: Add processing ISA Node in DeviceTreeBinbin Zhou2022-12-141-0/+75
| * LoongArch: Add FDT booting support from efi system tableBinbin Zhou2022-12-1410-7/+145
| * LoongArch: Use alternative to optimize librariesHuacai Chen2022-12-147-11/+465
| * LoongArch: Add alternative runtime patching mechanismHuacai Chen2022-12-149-1/+507
| * LoongArch: Add unaligned access supportHuacai Chen2022-12-148-3/+630
| * LoongArch: BPF: Add BPF exception tablesYouling Tang2022-12-145-5/+96
| * LoongArch: Remove the .fixup section usageYouling Tang2022-12-142-19/+11
| * LoongArch: extable: Add a dedicated uaccess handlerYouling Tang2022-12-145-29/+76
| * LoongArch: extable: Add `type` and `data` fieldsYouling Tang2022-12-144-7/+29
| * LoongArch: Switch to relative exception tablesYouling Tang2022-12-144-17/+55
| * LoongArch: Consolidate __ex_table constructionYouling Tang2022-12-146-23/+49
| *-. Merge tags 'acpi-6.2-rc1' and 'irq-core-2022-12-10' into loongarch-nextHuacai Chen2022-12-132-143/+1
| |\ \
* | \ \ 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