开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-03-10
Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-03-07
Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-03-07
Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-03-07
Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
2024-03-06
tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_...
Steven Rostedt (Google)
2024-03-06
Merge tag 'vfs-6.8-release.fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-06
iov_iter: get rid of 'copy_mc' flag
Linus Torvalds
2024-03-05
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
2024-03-05
Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-03-04
mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...
Vlastimil Babka
2024-03-04
Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...
Christian Brauner
2024-03-02
block: define bvec_iter as __packed __aligned(4)
Ming Lei
2024-03-01
net/mlx5: Check capability for fw_reset
Moshe Shemesh
2024-03-01
pidfs: convert to path_from_stashed() helper
Christian Brauner
2024-03-01
nsfs: convert to path_from_stashed() helper
Christian Brauner
2024-03-01
pidfd: add pidfs
Christian Brauner
2024-03-01
net: bql: fix building with BQL disabled
Arnd Bergmann
2024-03-01
Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory
Michael Kelley
2024-02-29
Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-02-29
dpll: fix build failure due to rcu_dereference_check() on unknown type
Eric Dumazet
2024-02-29
Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-02-29
netfilter: bridge: confirm multicast packets before passing them up the stack
Florian Westphal
2024-02-27
Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-02-27
libfs: Drop generic_set_encrypted_ci_d_ops
Gabriel Krisman Bertazi
2024-02-27
libfs: Add helper to choose dentry operations at mount-time
Gabriel Krisman Bertazi
2024-02-27
fscrypt: Drop d_revalidate once the key is added
Gabriel Krisman Bertazi
2024-02-27
fscrypt: Drop d_revalidate for valid dentries during lookup
Gabriel Krisman Bertazi
2024-02-27
fscrypt: Factor out a helper to configure the lookup dentry
Gabriel Krisman Bertazi
2024-02-27
ovl: Always reject mounting over case-insensitive directories
Gabriel Krisman Bertazi
2024-02-26
dpll: rely on rcu for netdev_dpll_pin()
Eric Dumazet
2024-02-25
Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-02-25
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-02-25
bdev: make struct bdev_handle private to the block layer
Christian Brauner
2024-02-25
bdev: make bdev_{release, open_by_dev}() private to block layer
Christian Brauner
2024-02-25
bdev: remove bdev_open_by_path()
Christian Brauner
2024-02-25
pktcdvd: port block device access to file
Christian Brauner
2024-02-25
swap: port block device usage to file
Christian Brauner
2024-02-25
md: port block device access to file
Christian Brauner
2024-02-25
bdev: open block device as files
Christian Brauner
2024-02-25
file: add alloc_file_pseudo_noaccount()
Christian Brauner
2024-02-25
procfs: make freeing proc_fs_info rcu-delayed
Al Viro
2024-02-25
nfs: fix UAF on pathwalk running into umount
Al Viro
2024-02-24
Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-02-24
Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
[next]