开源镜像站
帮助
下载
动态
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
Age
Commit message (
Expand
)
Author
2024-12-11
cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains
Waiman Long
2024-12-10
cgroup/cpuset: Remove stale text
Costa Shulyupin
2024-12-10
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-12-10
Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-12-10
Merge tag 'probes-fixes-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-12-09
Merge tag 'locking_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-12-09
Merge tag 'perf_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-12-09
Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-12-09
x86: Fix build regression with CONFIG_KEXEC_JUMP enabled
Damien Le Moal
2024-12-09
futex: fix user access on powerpc
Linus Torvalds
2024-12-08
Linux 6.13-rc2
v6.13-rc2
Linus Torvalds
2024-12-08
Merge tag 'kbuild-fixes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-12-08
Merge tag 'irq_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-12-08
Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-12-08
Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-12-08
Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-12-08
tracing/eprobe: Fix to release eprobe when failed to add dyn_event
Masami Hiramatsu (Google)
2024-12-08
kbuild: deb-pkg: fix build error with O=
Masahiro Yamada
2024-12-08
modpost: Add .irqentry.text to OTHER_SECTIONS
Thomas Gleixner
2024-12-07
Merge tag '6.13-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2024-12-07
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2024-12-07
Merge tag 'block-6.13-20241207' of git://git.kernel.dk/linux
Linus Torvalds
2024-12-07
Merge tag 'io_uring-6.13-20241207' of git://git.kernel.dk/linux
Linus Torvalds
2024-12-07
Merge tag 'ubifs-for-linus-6.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-12-07
headers/cleanup.h: Remove the if_not_guard() facility
Ingo Molnar
2024-12-06
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-12-06
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2024-12-06
Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-12-06
Merge tag 'drm-fixes-2024-12-06' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-12-06
Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/a...
Simona Vetter
2024-12-06
Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-12-06
Merge tag 'sound-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2024-12-06
Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-12-06
Merge tag 'spi-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-12-06
Merge tag 'mmc-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
2024-12-06
Merge tag 'pmdomain-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-12-06
x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR fails
Sean Christopherson
2024-12-06
Merge branch 'fixes-for-lpm-trie'
Alexei Starovoitov
2024-12-06
selftests/bpf: Add more test cases for LPM trie
Hou Tao
2024-12-06
selftests/bpf: Move test_lpm_map.c to map_tests
Hou Tao
2024-12-06
bpf: Use raw_spinlock_t for LPM trie
Hou Tao
2024-12-06
bpf: Switch to bpf mem allocator for LPM trie
Hou Tao
2024-12-06
bpf: Fix exact match conditions in trie_get_next_key()
Hou Tao
2024-12-06
bpf: Handle in-place update for full LPM trie correctly
Hou Tao
2024-12-06
bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
Hou Tao
2024-12-06
bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem
Hou Tao
2024-12-06
bpf: Remove unnecessary check when updating LPM trie
Hou Tao
2024-12-06
blk-mq: move cpuhp callback registering out of q->sysfs_lock
Ming Lei
2024-12-06
blk-mq: register cpuhp callback after hctx is added to xarray table
Ming Lei
2024-12-06
smb: client: fix potential race in cifs_put_tcon()
Paulo Alcantara
[next]