linux/arch
Linus Torvalds 4331f07026 RISC-V Patches for the 6.8 Merge Window, Part 1
* Support for many new extensions in hwprobe, along with a handful of
   cleanups.
 * Various cleanups to our page table handling code, so we alwayse use
   {READ,WRITE}_ONCE.
 * Support for the which-cpus flavor of hwprobe.
 * Support for XIP kernels has been resurrected.
 -----BEGIN PGP SIGNATURE-----
 
 iQJHBAABCAAxFiEEKzw3R0RoQ7JKlDp6LhMZ81+7GIkFAmWhb+sTHHBhbG1lckBk
 YWJiZWx0LmNvbQAKCRAuExnzX7sYiWyJEADH/l2PND3AE2sfhtkDceMR8k+MOrjn
 3T0+EIow28tBEpcu7Bdu7aw65ZQDgV9aEDuo8HYlwtimPUfvTQ01QiwDRVZoxPGT
 4Br2X7n5lczQOvp6r5+8p34viQVNXaBXApgZc+iMbelj0W7AnNJNdr8/d1pMw/hA
 y6v8rq6BBgFKZKmU0va+T2AaXQN3nj/fme1l8Rn6Wf8JpaBtTnlNWGOepRfJdFbv
 ZewTEqu4CVmCE6ij8c+Gatk8k71KXLjH3mSjZ2F0FIreI0I5pdD9OKQJk+hiRCEA
 wnEneWyl+rHPUTRXpZEeLVPD4gBTbKt20awImpNG+eN+l68s4ESNWP2EZM4n5utF
 NWJAscxMA1c8NlWhnQfAKK2eAmi2sp0/9O3pTfpvZ7yWAp/GpkZGEuAaQe4R80X+
 0lLKrS8P8T2ZSA5UVfszN5vLXU/Ae3GpAQCJkzoYXjDes8sxw4fjHcg/AWn/ZmrO
 FoqPA1ka/2i0b5be+p3Emt5kfTK8WeDnV2rV1ZLYEJYBkXdTLAM8jR+mhXJ7z59P
 shfOSpZ7icvX7Q3t/eFKApryM93JE3w6WZBOYuY4D7FPoPSxJG7VgL2U42wiTZjj
 xr1ta4vdfEqWgRpAOvGaP569MQ9awzA6JZHJQOVLx9FOWox2gMWsTB8xQ33y5k/n
 eNd7JjUOu4K3jQ==
 =fLgG
 -----END PGP SIGNATURE-----

Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux

Pull RISC-V updates from Palmer Dabbelt:

 - Support for many new extensions in hwprobe, along with a handful of
   cleanups

 - Various cleanups to our page table handling code, so we alwayse use
   {READ,WRITE}_ONCE

 - Support for the which-cpus flavor of hwprobe

 - Support for XIP kernels has been resurrected

* tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (52 commits)
  riscv: hwprobe: export Zicond extension
  riscv: hwprobe: export Zacas ISA extension
  riscv: add ISA extension parsing for Zacas
  dt-bindings: riscv: add Zacas ISA extension description
  riscv: hwprobe: export Ztso ISA extension
  riscv: add ISA extension parsing for Ztso
  use linux/export.h rather than asm-generic/export.h
  riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macro
  riscv; fix __user annotation in save_v_state()
  riscv: fix __user annotation in traps_misaligned.c
  riscv: Select ARCH_WANTS_NO_INSTR
  riscv: Remove obsolete rv32_defconfig file
  riscv: Allow disabling of BUILTIN_DTB for XIP
  riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro
  riscv: Make XIP bootable again
  riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC
  riscv: Fix module_alloc() that did not reset the linear mapping permissions
  riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
  riscv: Check if the code to patch lies in the exit section
  riscv: Use the same CPU operations for all CPUs
  ...
2024-01-17 10:50:46 -08:00
..
alpha asm-generic cleanups for 6.8 2024-01-10 18:13:44 -08:00
arc asm-generic cleanups for 6.8 2024-01-10 18:13:44 -08:00
arm RISC-V Patches for the 6.8 Merge Window, Part 1 2024-01-17 10:50:46 -08:00
arm64 ARM: SoC defconfig updates for 6.8 2024-01-11 12:14:32 -08:00
csky csky: fix arch_jump_label_transform_static override 2023-11-23 11:32:32 +01:00
hexagon asm-generic cleanups for 6.8 2024-01-10 18:13:44 -08:00
loongarch Networking changes for 6.8. 2024-01-11 10:07:29 -08:00
m68k asm-generic cleanups for 6.8 2024-01-10 18:13:44 -08:00
microblaze asm-generic cleanups for 6.8 2024-01-10 18:13:44 -08:00
mips Networking changes for 6.8. 2024-01-11 10:07:29 -08:00
nios2 asm-generic cleanups for 6.8 2024-01-10 18:13:44 -08:00
openrisc
parisc arch/parisc: Detect primary video device from device instance 2024-01-12 12:38:37 +01:00
powerpc dcache stuff for this cycle 2024-01-11 20:11:35 -08:00
riscv RISC-V Patches for the 6.8 Merge Window, Part 1 2024-01-17 10:50:46 -08:00
s390 Networking changes for 6.8. 2024-01-11 10:07:29 -08:00
sh Networking changes for 6.8. 2024-01-11 10:07:29 -08:00
sparc asm-generic cleanups for 6.8 2024-01-10 18:13:44 -08:00
um This pull request contains the following changes for UML: 2024-01-17 10:44:34 -08:00
x86 This pull request contains the following changes for UML: 2024-01-17 10:44:34 -08:00
xtensa lsm/stable-6.8 PR 20240105 2024-01-09 12:57:46 -08:00
.gitignore
Kconfig Quite a lot of kexec work this time around. Many singleton patches in 2024-01-09 11:46:20 -08:00