mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
Linux kernel source tree
Changes ------- * Add wait_event_cmd() and wait_event_exclusive_cmd() to the list of wait primitives that provide the needed memory barriers (Håkon Bugge). -----BEGIN PGP SIGNATURE----- iQJHBAABCgAxFiEEbK7UrM+RBIrCoViJnr8S83LZ+4wFAmiBbd4THHBhdWxtY2tA a2VybmVsLm9yZwAKCRCevxLzctn7jI42D/4qKESNaJ+ZJipuY+cITgVfkk1IxQDM 3ma5Smme6eb5QZ5L1YEFYUBDpJfOUxUKzuQa4K89zfQ8c3K5iAKSchGYfnSKHKtY MAKRSg3KakhsLiaEVllihDeSyKuA9jULGmYPnYjCNEuvqcG9Uuj5NA+UfzfnoqdI ma3Mwc0Bka0fbrdOYH3f80sKd4lle8SeqAhBGDxv+pWEnTDoCSH4KRXbP9XlObqo OOB1qvmd6L8JDTxtnNQHPFJnNo31JA3kiOB8GcewWd0wzIIvseGx1grw10yHLqJw 2h56T9rd71FPKR/xYePIwZpfkLebTZt0lq1H0JCITeRQqje0+NQzXLwWqZWDjKtl FNew6YwkUVareiw+nryZnfkmdCTw3Q0j+a6ZnK3XIorqnc9yzKcZDc29AJcBbqym Sf3N8QjkWp9K3wEaxnsij+ebYtzJ3dj6NWWDD4sGLWK2DLJ2/RcUiwplCRa6f7N3 GEJVyV+IEBZP+WK99NmfGEMWyrLt9w+oah4TaBwufhgOxlCaLktGuEDx699+yeln 9uzGfdPdbZ6muv0cNY6jId5iPbU2WNN9lduu8kBvnjUYioJusrzxhoz3jUH2FR83 oi3VAOBl/eoonzvVB8NS2oTDhF2MlEN/MP1e3v+XxxS4tZPhLyy60jcXHC8RVq91 cBNLZLIkrMy5iw== =FRQE -----END PGP SIGNATURE----- Merge tag 'lkmm.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu Pull lkmm documentation update from Paul McKenney: - Add wait_event_cmd() and wait_event_exclusive_cmd() to the list of wait primitives that provide the needed memory barriers (Håkon Bugge) * tag 'lkmm.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd() |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .pylintrc | ||
| .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 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.