1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
No description
Find a file
Takashi Sakamoto c45b9a07b6 Revert "firewire: core: use mutex to coordinate concurrent calls to flush completions"
This reverts commit d9605d67562505e27dcc0f71af418118d3db91e5, since this
commit is on the following reverted changes.

Link: https://lore.kernel.org/r/20240912133038.238786-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
2024-09-12 22:30:34 +09:00
arch X86 fixes: 2024-08-04 08:57:08 -07:00
block
certs
crypto
Documentation firewire: core: expose kernel API to schedule work item to process isochronous context 2024-09-08 13:05:48 +09:00
drivers Revert "firewire: core: use mutex to coordinate concurrent calls to flush completions" 2024-09-12 22:30:34 +09:00
fs 'smb3 client fixes 2024-08-04 08:18:40 -07:00
include Revert "firewire: core: use mutex to coordinate concurrent calls to flush completions" 2024-09-12 22:30:34 +09:00
init
io_uring
ipc
kernel profiling: remove profile=sleep support 2024-08-04 13:36:28 -07:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound ALSA: firewire: use nonatomic PCM operation 2024-09-04 21:51:54 +09:00
tools * fix latent bug in how usage of large pages is determined for 2024-08-02 10:17:49 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.11-rc2 2024-08-04 13:50:53 -07:00
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.