开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
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
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-12-01
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-12-01
strscpy: write destination buffer only once
Linus Torvalds
2024-11-30
printf: Remove unused 'bprintf'
Dr. David Alan Gilbert
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-11-28
selftests: kallsyms: fix and clarify current test boundaries
Luis Chamberlain
2024-11-28
selftests: kallsyms: fix double build stupidity
Luis Chamberlain
2024-11-27
Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-25
Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-11-25
Merge tag 'hardening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-22
Merge tag 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/...
Linus Torvalds
2024-11-22
Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-11-20
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-20
Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-19
Merge tag 'core-debugobjects-2024-11-18' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-11-19
kunit: debugfs: Use IS_ERR() for alloc_string_stream() error check
Kuan-Wei Chiu
2024-11-19
kunit: Fix potential null dereference in kunit_device_driver_test()
Zichen Xie
2024-11-19
kunit: string-stream: Fix a UAF bug in kunit_init_suite()
Jinjie Ruan
2024-11-19
Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-11-19
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-11-19
Compiler Attributes: disable __counted_by for clang < 19.1.3
Jan Hendrik Farr
2024-11-18
Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-16
mm/slub, kunit: Add testcase for krealloc redzone and zeroing
Feng Tang
2024-11-15
crypto: lib/mpi - Export mpi_set_bit
Herbert Xu
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-12
net: Implement fault injection forcing skb reallocation
Breno Leitao
2024-11-11
lib: util_macros_kunit: add kunit test for util_macros.h
Alexandru Ardelean
2024-11-11
maple_tree: add a test checking storing null
Wei Yang
2024-11-11
maple_tree: refine mas_store_root() on storing NULL
Wei Yang
2024-11-11
maple_tree: not necessary to check index/last again
Wei Yang
2024-11-11
maple_tree: the return value of mas_root_expand() is not used
Wei Yang
2024-11-11
maple_tree: print empty for an empty tree on mt_dump()
Wei Yang
2024-11-11
kasan: delete CONFIG_KASAN_MODULE_TEST
Sabyrzhan Tasbolatov
2024-11-11
kasan: move checks to do_strncpy_from_user
Sabyrzhan Tasbolatov
2024-11-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2024-11-07
tests/module/gen_test_kallsyms.sh: use 0 value for variables
Luis Chamberlain
2024-11-07
mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_split
Suren Baghdasaryan
2024-11-07
alloc_tag: support for page allocation tag compression
Suren Baghdasaryan
2024-11-07
alloc_tag: populate memory for module tags as needed
Suren Baghdasaryan
2024-11-07
alloc_tag: load module tags into separate contiguous memory
Suren Baghdasaryan
2024-11-07
alloc_tag: introduce shutdown_mem_profiling helper function
Suren Baghdasaryan
2024-11-07
objpool: fix to make percpu slot allocation more robust
Masami Hiramatsu (Google)
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-07
lib/Kconfig.debug: Default STRICT_DEVMEM to "y" on s390
David Hildenbrand
[next]