Linus Torvalds c1e2e0350c Second round of parisc architecture fixes and updates for kernel v5.16-rc1
One build error fix and two optimizations:
 
 - Fix build error by moving the CPU field back into thread_info struct
   (Ard Biesheuvel)
 
 - Do not enable IRQs unconditionally at start of interrupt handler if
   they were disabled before (Sven Schnelle)
 
 - Keep interrupts enabled during cmpxchg and futex operations (Dave Anglin)
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQS86RI+GtKfB8BJu973ErUQojoPXwUCYYQQmwAKCRD3ErUQojoP
 X/0yAP9407DGmvW507Lt+WIw9DaC4KNK/PS9qhGEm1VZltOGrgEAm51CwzxMoEsi
 877jmPOKjUKOVXEkFnWy9GikhMlBNAI=
 =pekB
 -----END PGP SIGNATURE-----

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

Pull more parisc architecture fixes and updates from Helge Deller:
 "One build error fix and two optimizations:

   - Fix build error by moving the CPU field back into thread_info
     struct (Ard Biesheuvel)

   - Do not enable IRQs unconditionally at start of interrupt handler if
     they were disabled before (Sven Schnelle)

   - Keep interrupts enabled during cmpxchg and futex operations (Dave
     Anglin)"

* tag 'for-5.16/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: move CPU field back into thread_info
  parisc: Don't disable interrupts in cmpxchg and futex operations
  parisc: don't enable irqs unconditionally in handle_interruption()
2021-11-04 11:30:48 -07:00
2021-11-01 10:25:27 -07:00
2021-11-04 11:11:24 -07:00
2021-11-04 08:32:38 -07:00
2021-11-04 11:11:24 -07:00
2021-11-01 20:05:19 -07:00
2021-11-04 11:11:24 -07:00
2021-11-04 08:32:38 -07:00
2021-11-04 08:32:38 -07:00
2021-11-02 10:51:28 -07:00
2021-11-03 16:56:03 -07:00
2021-11-04 08:32:38 -07:00
2021-11-02 22:22:13 -07:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
The linux-next integration testing tree
Readme
Languages
C 97.5%
Assembly 1%
Shell 0.6%
Python 0.3%
Makefile 0.3%