Go to file
Vineeth Pillai e20f204c88 sched/deadline: Update GRUB description in the documentation
Update the details of GRUB to reflect the updated logic.

Signed-off-by: Vineeth Pillai (Google) <vineeth@bitbyteword.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Acked-by: Juri Lelli <juri.lelli@redhat.com>
Link: https://lore.kernel.org/r/20230530135526.2385378-2-vineeth@bitbyteword.org
2023-06-16 22:08:12 +02:00
arch x86/tsc: Provide sched_clock_noinstr() 2023-06-05 21:11:08 +02:00
block
certs
crypto
Documentation sched/deadline: Update GRUB description in the documentation 2023-06-16 22:08:12 +02:00
drivers arm64/arch_timer: Fix MMIO byteswap 2023-06-06 10:19:51 +02:00
fs
include sched/wait: Fix a kthread_park race with wait_woken() 2023-06-16 17:08:01 +02:00
init
io_uring
ipc
kernel sched/deadline: Fix bandwidth reclaim equation in GRUB 2023-06-16 22:08:11 +02:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.