summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)AuthorFilesLines
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+6
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-18/+39
2023-02-23LoongArch: BPF: Support mixing bpf2bpf and tailcallsHengqi Chen1-0/+6
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+22
2023-02-17LoongArch, bpf: Use 4 instructions for function address in JITHengqi Chen2-1/+22
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-13/+0
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-4/+39
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar14-213/+247
2023-01-17LoongArch: Add generic ex-handler unwind in prologue unwinderJinyang He4-15/+93
2023-01-17LoongArch: Strip guess unwinder out from prologue unwinderJinyang He6-146/+129
2023-01-17LoongArch: Use correct sp value to get graph addr in stack unwindersJinyang He4-24/+20
2023-01-17LoongArch: Get frame info in unwind_start() when regs is not availableJinyang He3-12/+22
2023-01-17LoongArch: Adjust PC value when unwind next frame in unwinderJinyang He1-1/+6
2023-01-17LoongArch: Simplify larch_insn_gen_xxx implementationYouling Tang2-38/+8
2023-01-17LoongArch: Use common function sign_extend64()Tiezhu Yang2-11/+3
2023-01-17LoongArch: Add HWCAP_LOONGARCH_CPUCFG to elf_hwcapHuacai Chen1-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-12-19Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds68-182/+3588
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-33/+79
2022-12-14LoongArch: Update Loongson-3 default config fileHuacai Chen1-24/+32
2022-12-14LoongArch: modules/ftrace: Initialize PLT at load timeQing Zhang8-2/+148
2022-12-14LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportQing Zhang5-6/+19
2022-12-14LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportQing Zhang3-0/+29
2022-12-14LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS supportQing Zhang4-2/+51
2022-12-14LoongArch/ftrace: Add dynamic function graph tracer supportQing Zhang3-0/+101
2022-12-14LoongArch/ftrace: Add dynamic function tracer supportQing Zhang10-10/+367
2022-12-14LoongArch/ftrace: Add recordmcount supportQing Zhang1-0/+2
2022-12-14LoongArch/ftrace: Add basic supportQing Zhang5-0/+200
2022-12-14LoongArch: module: Use got/plt section indices for relocationsHuacai Chen3-47/+68
2022-12-14LoongArch: Add basic STACKPROTECTOR supportHuacai Chen5-0/+53
2022-12-14LoongArch: Add hibernation (ACPI S4) supportHuacai Chen7-0/+154
2022-12-14LoongArch: Add suspend (ACPI S3) supportHuacai Chen13-3/+260
2022-12-14LoongArch: Add processing ISA Node in DeviceTreeBinbin Zhou1-0/+75
2022-12-14LoongArch: Add FDT booting support from efi system tableBinbin Zhou10-7/+145
2022-12-14LoongArch: Use alternative to optimize librariesHuacai Chen7-11/+465
2022-12-14LoongArch: Add alternative runtime patching mechanismHuacai Chen9-1/+507
2022-12-14LoongArch: Add unaligned access supportHuacai Chen8-3/+630
2022-12-14LoongArch: BPF: Add BPF exception tablesYouling Tang5-5/+96
2022-12-14LoongArch: Remove the .fixup section usageYouling Tang2-19/+11
2022-12-14LoongArch: extable: Add a dedicated uaccess handlerYouling Tang5-29/+76
2022-12-14LoongArch: extable: Add `type` and `data` fieldsYouling Tang4-7/+29
2022-12-14LoongArch: Switch to relative exception tablesYouling Tang4-17/+55
2022-12-14LoongArch: Consolidate __ex_table constructionYouling Tang6-23/+49
2022-12-14Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-18/+31
2022-12-13Merge tags 'acpi-6.2-rc1' and 'irq-core-2022-12-10' into loongarch-nextHuacai Chen2-143/+1
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-12-13Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-142/+0