Menu

Tree [ada198] master tomoyo-pr-20240927 /
 History

HTTPS access


File Date Author Commit
 Documentation 2024-09-12 Kory Maincent Kory Maincent [929788] Documentation: networking: Fix missing PSE docu...
 LICENSES 2024-07-21 Lasse Collin Lasse Collin [c1ccbb] LICENSES: add 0BSD license text
 arch 7 days ago Linus Torvalds Linus Torvalds [533ab2] x86: make the masked_user_access_begin() macro ...
 block 2024-09-08 Damien Le Moal Damien Le Moal [734e1a] block: Prevent deadlocks when switching elevators
 certs 2024-04-27 Masahiro Yamada Masahiro Yamada [b1992c] kbuild: use $(src) instead of $(srctree)/$(src)...
 crypto 2024-09-03 Riyan Dhiman Riyan Dhiman [30fed3] crypto: aegis128 - Fix indentation issue in cry...
 drivers 2024-09-14 Dan Carpenter Dan Carpenter [be4618] net/mlx5: HWS, check the correct variable in hw...
 fs 2024-09-16 David Howells David Howells [43a64b] cifs: Remove redundant setting of NETFS_SREQ_HI...
 include 2024-09-12 Gaosheng Cui Gaosheng Cui [1b8c9c] MIPS: Remove the obsoleted code for include/lin...
 init 2024-08-30 Jens Axboe Jens Axboe [180265] io_uring: add GCOV_PROFILE_URING Kconfig option
 io_uring 2024-09-11 Jens Axboe Jens Axboe [7cc2a6] io_uring: add IORING_REGISTER_COPY_BUFFERS method
 ipc 2024-08-30 Liam R. Howlett Liam R. Howlett [63fc66] ipc/shm, mm: drop do_vma_munmap()
 kernel 2024-09-12 Kan Liang Kan Liang [673a50] perf: Fix topology_sibling_cpumask check warnin...
 lib 2024-08-28 Suren Baghdasaryan Suren Baghdasaryan [052a45] alloc_tag: fix allocation tag reporting when CO...
 mm 2024-09-12 Linus Torvalds Linus Torvalds [79a61c] mm: avoid leaving partial pfn mappings around i...
 net 2024-09-14 Dan Carpenter Dan Carpenter [705262] netfilter: nft_socket: Fix a NULL vs IS_ERR() b...
 rust 2024-08-28 Boqun Feng Boqun Feng [a5a3c9] rust: macros: provide correct provenance when c...
 samples 2024-08-31 Rong Tao Rong Tao [46f4ea] samples/bpf: Remove sample tracex2
 scripts 2024-08-23 Marc Zyngier Marc Zyngier [a3f6a8] scripts: fix gfp-translate after ___GFP_*_BITS ...
 security 4 days ago Tetsuo Handa Tetsuo Handa [ada198] tomoyo: fallback to realpath if symlink's pathn...
 sound 2024-09-11 Arseniy Krasnov Arseniy Krasnov [4f9a71] ASoC: meson: axg-card: fix 'use-after-free'
 tools 2024-09-11 Ido Schimmel Ido Schimmel [2bf125] selftests: fib_rule_tests: Add DSCP selector co...
 usr 2024-05-31 Masahiro Yamada Masahiro Yamada [fb3f7f] initramfs: shorten cmd_initfs in usr/Makefile
 virt 2024-08-26 Peter Xu Peter Xu [5731aa] KVM: use follow_pfnmap API
 .clang-format 2024-06-24 SeongJae Park SeongJae Park [e3b10a] Docs: Move clang-format from process/ to dev-to...
 .cocciconfig unknown
 .editorconfig 2024-06-11 Greg Kroah-Hartman Greg Kroah-Hartman [7da9df] .editorconfig: remove trim_trailing_whitespace ...
 .get_maintainer.ignore 2024-03-06 Jakub Kicinski Jakub Kicinski [7221fb] Add Jeff Kirsher to .get_maintainer.ignore
 .gitattributes 2023-04-18 Miguel Ojeda Miguel Ojeda [8f8d4b] .gitattributes: set diff driver for Rust source...
 .gitignore 2024-08-06 Vegard Nossum Vegard Nossum [a0f6e5] .gitignore: add .gcda files
 .mailmap 2024-09-10 Pierre-Louis Bossart Pierre-Louis Bossart [c6b9a9] MAINTAINERS: update Pierre Bossart's email and ...
 .rustfmt.toml 2022-08-04 Miguel Ojeda Miguel Ojeda [80db40] rust: add `.rustfmt.toml`
 COPYING 2020-02-06 Greg Kroah-Hartman Greg Kroah-Hartman [74835c] COPYING: state that all contributions really ar...
 CREDITS 2024-07-26 Michael Ellerman Michael Ellerman [816950] MAINTAINERS: Mark powerpc spufs as orphaned
 Kbuild 2022-09-24 Masahiro Yamada Masahiro Yamada [575012] kbuild: list sub-directories in ./Kbuild
 Kconfig 2020-04-23 Masahiro Yamada Masahiro Yamada [8b59cd] kbuild: ensure full rebuild when the compiler i...
 MAINTAINERS 2024-09-10 Pierre-Louis Bossart Pierre-Louis Bossart [c6b9a9] MAINTAINERS: update Pierre Bossart's email and ...
 Makefile 2024-09-15 Linus Torvalds Linus Torvalds [98f7e3] Linux 6.11
 README 2024-03-13 Maki Hatano Maki Hatano [bf4401] README: Fix spelling

Read Me

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.