]> Git Repo - linux.git/commitdiff
Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuaca...
authorLinus Torvalds <[email protected]>
Mon, 22 Jul 2024 20:44:22 +0000 (13:44 -0700)
committerLinus Torvalds <[email protected]>
Mon, 22 Jul 2024 20:44:22 +0000 (13:44 -0700)
Pull LoongArch updates from Huacai Chen:

 - Define __ARCH_WANT_NEW_STAT in unistd.h

 - Always enumerate MADT and setup logical-physical CPU mapping

 - Add irq_work support via self IPIs

 - Add RANDOMIZE_KSTACK_OFFSET support

 - Add ARCH_HAS_PTE_DEVMAP support

 - Add ARCH_HAS_DEBUG_VM_PGTABLE support

 - Add writecombine support for DMW-based ioremap()

 - Add architectural preparation for CPUFreq

 - Add ACPI standard hardware register based S3 support

 - Add support for relocating the kernel with RELR relocation

 - Some bug fixes and other small changes

* tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
  LoongArch: Make the users of larch_insn_gen_break() constant
  LoongArch: Check TIF_LOAD_WATCH to enable user space watchpoint
  LoongArch: Use rustc option -Zdirect-access-external-data
  LoongArch: Add support for relocating the kernel with RELR relocation
  LoongArch: Remove a redundant checking in relocator
  LoongArch: Use correct API to map cmdline in relocate_kernel()
  LoongArch: Automatically disable KASLR for hibernation
  LoongArch: Add ACPI standard hardware register based S3 support
  LoongArch: Add architectural preparation for CPUFreq
  LoongArch: Add writecombine support for DMW-based ioremap()
  LoongArch: Add ARCH_HAS_DEBUG_VM_PGTABLE support
  LoongArch: Add ARCH_HAS_PTE_DEVMAP support
  LoongArch: Add RANDOMIZE_KSTACK_OFFSET support
  LoongArch: Add irq_work support via self IPIs
  LoongArch: Always enumerate MADT and setup logical-physical CPU mapping
  LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h

1  2 
arch/loongarch/Kconfig
arch/loongarch/include/asm/loongarch.h
arch/loongarch/include/asm/pgtable.h
arch/loongarch/kernel/paravirt.c

Simple merge
Simple merge
index 9abe8b71aa48774e03081cb691fa0957a8c584a2,4272d24474453416096eaf2f209346ef37554f3a..9c9b75b76f62f298c89a14f520508e2d553f8a3f
@@@ -2,9 -2,9 +2,10 @@@
  #include <linux/export.h>
  #include <linux/types.h>
  #include <linux/interrupt.h>
+ #include <linux/irq_work.h>
  #include <linux/jump_label.h>
  #include <linux/kvm_para.h>
 +#include <linux/reboot.h>
  #include <linux/static_call.h>
  #include <asm/paravirt.h>
  
This page took 0.069166 seconds and 4 git commands to generate.