Revision 999324f58c41262f5b64d04b7ac54e8f79b019fd authored by Linus Torvalds on 12 August 2022, 16:44:23 UTC, committed by Linus Torvalds on 12 August 2022, 16:44:23 UTC
Pull LoongArch updates from Huacai Chen:

 - Optimise getcpu() with vDSO

 - PCI enablement on top of pci & irqchip changes

 - Stack unwinder and stack trace support

 - Some bug fixes and build error fixes

 - Update the default config file

* tag 'loongarch-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
  docs/zh_CN/LoongArch: Add I14 description
  docs/LoongArch: Add I14 description
  LoongArch: Update Loongson-3 default config file
  LoongArch: Add USER_STACKTRACE support
  LoongArch: Add STACKTRACE support
  LoongArch: Add prologue unwinder support
  LoongArch: Add guess unwinder support
  LoongArch: Add vDSO syscall __vdso_getcpu()
  LoongArch: Add PCI controller support
  LoongArch: Parse MADT to get multi-processor information
  LoongArch: Jump to the link address before enable PG
  LoongArch: Requires __force attributes for any casts
  LoongArch: Fix unsigned comparison with less than zero
  LoongArch: Adjust arch/loongarch/Kconfig
  LoongArch: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
2 parent s f7cdaee + 7153559
History
File Mode Size
Makefile -rw-r--r-- 1.8 KB
common.c -rw-r--r-- 16.4 KB
generic.c -rw-r--r-- 9.8 KB
hw_tags.c -rw-r--r-- 9.1 KB
init.c -rw-r--r-- 10.9 KB
kasan.h -rw-r--r-- 17.3 KB
quarantine.c -rw-r--r-- 11.2 KB
report.c -rw-r--r-- 14.7 KB
report_generic.c -rw-r--r-- 8.4 KB
report_hw_tags.c -rw-r--r-- 902 bytes
report_sw_tags.c -rw-r--r-- 1.6 KB
report_tags.c -rw-r--r-- 1.2 KB
shadow.c -rw-r--r-- 16.7 KB
sw_tags.c -rw-r--r-- 5.1 KB
tags.c -rw-r--r-- 1.3 KB

back to top