mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
Changes ------- * Adds additional atomic operations (Puranjay Mohan) * Makes better use of herd7 tags (Jonas Oberhauser) * Updates documentation (Akira Yokosawa) These changes require v7.58 of the herd7 and klitmus tools, up from v7.52. -----BEGIN PGP SIGNATURE----- iQJHBAABCgAxFiEEbK7UrM+RBIrCoViJnr8S83LZ+4wFAmfd72ETHHBhdWxtY2tA a2VybmVsLm9yZwAKCRCevxLzctn7jHFzD/9aBjKw5sMFLwRwi1R4wpQj4gKdvofF a63VmGb8Vpmz/8uxxlg43BM+Cmr0mPExfivI+lADx1Y/GKHiUzdwzr8z6hDndOXt Q8ZqP1s3sMM/wdy9CYQANrCg3m/5hR1SzJBTYTwDpXoD9jTBM5hOc0C+3pFXyY7m eW8RK2AWR5U1lmyuEuDnyU7nnDdvcRjPNnckfHFXsBSyVssAklIPaSm/p3lJi4ne rAlAF8mos3NvyzoliQmQuqUqEB4gTNsJ1Y/JqBlqkrvwDZRKT9hfY54wyW0v7YLx Usb4Zthhe/lEwDNnYSrXNTq0J1gku5k9iAHL/SDmabNND0RFa7wOM1jm1DEcGvXl Idwjb77jqQ6VVURkc1pVqNfGb1kG9t/HaKIzx/J94Cvm1jgCQwYkZUtJGnQYbe01 Lyiv/pkg2b3RksS4zJaYvUhK3gKvyS1FHSpqOQ55hXu3L/hRc9yVtXo9pqfZfGqm GJ8ogxCG0ybGR0Gii4VNCgdRTIfqcsITxcPHBgr7Aqf+5+rA9D7Pg2AUprdFAFMy 76o6KdWkmWY2yDll+ZOQ/E1TdhzqzWomSfZhUofbQTPv6x0C98i77k/Pmom3bepM Hx1k05Jo/3MKSSUUP9QeWW9hVs2jvha5blZmCV77uTS5Q5uW1FTBUI3DnMkMvb+S DSW4pHQFZYX+OQ== =cH82 -----END PGP SIGNATURE----- Merge tag 'lkmm.2025.03.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu Pull kernel memory model updates from Paul McKenney: "Add more atomic operations, rework tags, and update documentation: - Add additional atomic operations (Puranjay Mohan) - Make better use of herd7 tags (Jonas Oberhauser) - Update documentation (Akira Yokosawa) These changes require v7.58 of the herd7 and klitmus tools, up from v7.52" * tag 'lkmm.2025.03.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: tools/memory-model: glossary.txt: Fix indents tools/memory-model/README: Fix typo tools/memory-model: Distinguish between syntactic and semantic tags tools/memory-model: Switch to softcoded herd7 tags tools/memory-model: Define effect of Mb tags on RMWs in tools/... tools/memory-model: Define applicable tags on operation in tools/... tools/memory-model: Legitimize current use of tags in LKMM macros tools/memory-model: Add atomic_andnot() with its variants tools/memory-model: Add atomic_and()/or()/xor() and add_negative |
||
|---|---|---|
| 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 | ||
| .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.