Skip to content
Snippets Groups Projects
user avatar
Ingo Molnar authored
# New commits in core/urgent:
    31ab12df ("x86/microcode/AMD: Fix __apply_microcode_amd()'s return value")
    dc84bc2a ("x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()")
    878477a5 ("x86/fpu: Update the outdated comment above fpstate_init_user()")
    3181424a ("x86/early_printk: Add support for MMIO-based UARTs")
    2c118f50 ("x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment")
    57e2428f ("x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1")
    2704ad55 ("x86/Kconfig: Fix lists in X86_EXTENDED_PLATFORM help text")
    99bb1bd8 ("x86/Kconfig: Correct X86_X2APIC help text")
    c8c81458 ("x86/speculation: Remove the extra #ifdef around CALL_NOSPEC")
    de711563 ("x86/Kconfig: Document release year of glibc 2.3.3")
    d9f87802 ("x86/Kconfig: Make CONFIG_PCI_CNB20LE_QUIRK depend on X86_32")
    21d8fb8d ("x86/Kconfig: Document CONFIG_PCI_MMCONFIG")
    4047e877 ("x86/Kconfig: Update lists in X86_EXTENDED_PLATFORM")
    e35e328d ("x86/Kconfig: Move all X86_EXTENDED_PLATFORM options together")
    31be5041 ("x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLE")
    9232c49f ("x86/Kconfig: Enable X86_X2APIC by default and improve help text")

Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
fbbb528b
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 reStructuredText 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.