开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2025-05-26
Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-05-26
Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-05-26
Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2025-05-26
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2025-05-26
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2025-05-26
Merge tag 'erofs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-26
Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-26
Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-05-26
Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-05-25
Disable FOP_DONTCACHE for now due to bugs
Linus Torvalds
2025-05-25
Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://git.kernel.org/pub/s...
Linus Torvalds
2025-05-25
Merge branch 'locking/futex' into locking/core, to pick up pending futex changes
Ingo Molnar
2025-05-25
mm: fix copy_vma() error handling for hugetlb mappings
Ricardo Cañuelo Navarro
2025-05-25
alloc_tag: allocate percpu counters for module tags dynamically
Suren Baghdasaryan
2025-05-25
perf/headers: Clean up <linux/perf_event.h> a bit
Ingo Molnar
2025-05-24
Merge tag 'spi-fix-v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-05-23
Merge tag 'drm-fixes-2025-05-24' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-05-23
ublk: add feature UBLK_F_QUIESCE
Ming Lei
2025-05-23
traceevent/block: Add REQ_ATOMIC flag to block trace events
Ritesh Harjani (IBM)
2025-05-23
fs: convert mount flags to enum
Stephen Brennan
2025-05-23
Revert "crypto: testmgr - Add hash export format testing"
Herbert Xu
2025-05-23
mips, net: ensure that SOCK_COREDUMP is defined
Christian Brauner
2025-05-22
drm/xe/ptl: Update the PTL pci id table
Matt Atwood
2025-05-22
Merge tag 'net-6.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-05-22
trace/io_uring: fix io_uring_local_work_run ctx documentation
Caleb Sander Mateos
2025-05-22
Merge tag 'sound-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
2025-05-22
ublk: run auto buf unregisgering in same io_ring_ctx with registering
Ming Lei
2025-05-22
io_uring: add helper io_uring_cmd_ctx_handle()
Ming Lei
2025-05-22
spi: use container_of_cont() for to_spi_device()
Greg Kroah-Hartman
2025-05-22
Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
2025-05-22
perf/uapi: Clean up <uapi/linux/perf_event.h> a bit
Ingo Molnar
2025-05-22
perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>
Ian Rogers
2025-05-21
pidfs, coredump: add PIDFD_INFO_COREDUMP
Christian Brauner
2025-05-21
coredump: add coredump socket
Christian Brauner
2025-05-21
futex: Use RCU_INIT_POINTER() in futex_mm_init().
Sebastian Andrzej Siewior
2025-05-20
highmem: add folio_test_partial_kmap()
Matthew Wilcox (Oracle)
2025-05-20
taskstats: fix struct taskstats breaks backward compatibility since version 15
Wang Yaxin
2025-05-20
mm: fix VM_UFFD_MINOR == VM_SHADOW_STACK on USERFAULTFD=y && ARM64_GCS=y
Florent Revest
2025-05-20
mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled
Ignacio Moreno Gonzalez
2025-05-20
bnxt_en: Fix netdev locking in ULP IRQ functions
Michael Chan
[next]