linux-stable/arch
Linus Torvalds 552ebfe022 parisc architecture updates for kernel v5.16-rc1
Lots of new features and fixes:
 * Added TOC (table of content) support, which is a debugging feature which is
   either initiated by pressing the TOC button or via command in the BMC. If
   pressed the Linux built-in KDB/KGDB will be called (Sven Schnelle)
 * Fix CONFIG_PREEMPT (Sven)
 * Fix unwinder on 64-bit kernels (Sven)
 * Various kgdb fixes (Sven)
 * Added KFENCE support (me)
 * Switch to ARCH_STACKWALK implementation (me)
 * Fix ptrace check on syscall return (me)
 * Fix kernel crash with fixmaps on PA1.x machines (me)
 * Move thread_info into task struct, aka CONFIG_THREAD_INFO_IN_TASK (me)
 * Updated defconfigs
 * Smaller cleanups, including Makefile cleanups (Masahiro Yamada),
   use kthread_run() macro (Cai Huoqing), use swap() macro (Yihao Han).
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQS86RI+GtKfB8BJu973ErUQojoPXwUCYYALowAKCRD3ErUQojoP
 X3o1APwK7wJBdFKAV2hMEouFNZLz2ZTkSQrCMhPTxRupkwJ71QD+JeXvyPLZBLIu
 hlvi9mw9DKUKgCV+/Z65s8zjSHYC4wg=
 =A4Ci
 -----END PGP SIGNATURE-----

Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull parisc updates from Helge Deller:
 "Lots of new features and fixes:

   - Added TOC (table of content) support, which is a debugging feature
     which is either initiated by pressing the TOC button or via command
     in the BMC. If pressed the Linux built-in KDB/KGDB will be called
     (Sven Schnelle)

   - Fix CONFIG_PREEMPT (Sven)

   - Fix unwinder on 64-bit kernels (Sven)

   - Various kgdb fixes (Sven)

   - Added KFENCE support (me)

   - Switch to ARCH_STACKWALK implementation (me)

   - Fix ptrace check on syscall return (me)

   - Fix kernel crash with fixmaps on PA1.x machines (me)

   - Move thread_info into task struct, aka CONFIG_THREAD_INFO_IN_TASK
     (me)

   - Updated defconfigs

   - Smaller cleanups, including Makefile cleanups (Masahiro Yamada),
     use kthread_run() macro (Cai Huoqing), use swap() macro (Yihao
     Han)"

* tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: (36 commits)
  parisc: Fix set_fixmap() on PA1.x CPUs
  parisc: Use swap() to swap values in setup_bootmem()
  parisc: Update defconfigs
  parisc: decompressor: clean up Makefile
  parisc: decompressor: remove repeated depenency of misc.o
  parisc: Remove unused constants from asm-offsets.c
  parisc/ftrace: use static key to enable/disable function graph tracer
  parisc/ftrace: set function trace function
  parisc: Make use of the helper macro kthread_run()
  parisc: mark xchg functions notrace
  parisc: enhance warning regarding usage of O_NONBLOCK
  parisc: Drop ifdef __KERNEL__ from non-uapi kernel headers
  parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.h
  parisc: Use PRIV_USER in syscall.S
  parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling
  parisc: Move thread_info into task struct
  parisc: add support for TOC (transfer of control)
  parisc/firmware: add functions to retrieve TOC data
  parisc: add PIM TOC data structures
  parisc: move virt_map macro to assembly.h
  ...
2021-11-01 16:51:13 -07:00
..
alpha sched: Add wrapper for get_wchan() to keep task blocked 2021-10-15 11:25:14 +02:00
arc Scheduler updates: 2021-11-01 13:48:52 -07:00
arm Scheduler updates: 2021-11-01 13:48:52 -07:00
arm64 arm64 updates for 5.16 2021-11-01 16:33:53 -07:00
csky Scheduler updates: 2021-11-01 13:48:52 -07:00
h8300 Scheduler updates: 2021-11-01 13:48:52 -07:00
hexagon sched: Add wrapper for get_wchan() to keep task blocked 2021-10-15 11:25:14 +02:00
ia64 Scheduler updates: 2021-11-01 13:48:52 -07:00
m68k Scheduler updates: 2021-11-01 13:48:52 -07:00
microblaze sched: Add wrapper for get_wchan() to keep task blocked 2021-10-15 11:25:14 +02:00
mips Scheduler updates: 2021-11-01 13:48:52 -07:00
nds32 Scheduler updates: 2021-11-01 13:48:52 -07:00
nios2 Scheduler updates: 2021-11-01 13:48:52 -07:00
openrisc Scheduler updates: 2021-11-01 13:48:52 -07:00
parisc parisc architecture updates for kernel v5.16-rc1 2021-11-01 16:51:13 -07:00
powerpc Add an interface called cc_platform_has() which is supposed to be used 2021-11-01 15:16:52 -07:00
riscv Scheduler updates: 2021-11-01 13:48:52 -07:00
s390 Add an interface called cc_platform_has() which is supposed to be used 2021-11-01 15:16:52 -07:00
sh Scheduler updates: 2021-11-01 13:48:52 -07:00
sparc sched: Add wrapper for get_wchan() to keep task blocked 2021-10-15 11:25:14 +02:00
um Scheduler updates: 2021-11-01 13:48:52 -07:00
x86 Add a SGX_IOC_VEPC_REMOVE ioctl to the /dev/sgx_vepc virt interface with 2021-11-01 15:54:07 -07:00
xtensa Scheduler updates: 2021-11-01 13:48:52 -07:00
.gitignore
Kconfig Add an interface called cc_platform_has() which is supposed to be used 2021-11-01 15:16:52 -07:00