Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Valentin Schneider 8fa88a88d5 genirq: Remove preflow handler support
That was put in place for sparc64, and blackfin also used it for some time;
sparc64 no longer uses those, and blackfin is dead.

As there are no more users, remove preflow handlers.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200703155645.29703-3-valentin.schneider@arm.com
2020-07-04 10:02:06 +02:00
arch sparc64: Deselect IRQ_PREFLOW_FASTEOI 2020-07-04 10:02:06 +02:00
block
certs
crypto
Documentation
drivers xen: branch for v5.8-rc4 2020-07-03 23:58:12 -07:00
fs Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2020-07-03 23:20:14 -07:00
include genirq: Remove preflow handler support 2020-07-04 10:02:06 +02:00
init
ipc
kernel genirq: Remove preflow handler support 2020-07-04 10:02:06 +02:00
lib
LICENSES
mm mm/page_alloc: fix documentation error 2020-07-03 16:15:25 -07:00
net
samples samples/vfs: avoid warning in statx override 2020-07-03 16:15:25 -07:00
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.