index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2024-09-18
Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-39
/
+100
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
-0
/
+31
2024-09-18
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+1
2024-09-18
Merge tag 'cgroup-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+50
2024-09-17
Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-0
/
+72
2024-09-17
Merge tag 'x86-core-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2024-09-17
Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-0
/
+8
2024-09-17
list: test: increase coverage of list_test_list_replace*()
I Hsin Cheng
-0
/
+4
2024-09-17
list: test: fix tests for list_cut_position()
I Hsin Cheng
-0
/
+6
2024-09-17
resource, kunit: add test case for region_intersects()
Huang Ying
-0
/
+1
2024-09-17
Merge tag 'core-debugobjects-2024-09-16' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-14
/
+13
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+1
2024-09-17
Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2024-09-16
Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-4
/
+564
2024-09-16
Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-2654
/
+126
2024-09-13
btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF version
Masahiro Yamada
-1
/
+1
2024-09-13
btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
Masahiro Yamada
-2
/
+4
2024-09-13
random: vDSO: minimize and simplify header includes
Christophe Leroy
-5
/
+8
2024-09-13
random: vDSO: avoid call to out of line memset()
Christophe Leroy
-5
/
+7
2024-09-13
random: vDSO: add missing c-getrandom-y in Makefile
Christophe Leroy
-0
/
+1
2024-09-13
random: vDSO: don't use 64-bit atomics on 32-bit architectures
Christophe Leroy
-1
/
+1
2024-09-12
lib/math: Add int_pow test suite
Luis Felipe Hernandez
-0
/
+72
2024-09-12
mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
David Howells
-4
/
+564
2024-09-11
lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
Andrii Nakryiko
-21
/
+5
2024-09-11
lib/buildid: implement sleepable build_id_parse() API
Andrii Nakryiko
-19
/
+35
2024-09-11
lib/buildid: rename build_id_parse() into build_id_parse_nofault()
Andrii Nakryiko
-3
/
+22
2024-09-11
lib/buildid: remove single-page limit for PHDR search
Andrii Nakryiko
-6
/
+8
2024-09-11
lib/buildid: take into account e_phoff when fetching program headers
Andrii Nakryiko
-19
/
+16
2024-09-11
lib/buildid: add single folio-based file reader abstraction
Andrii Nakryiko
-53
/
+210
2024-09-11
lib/buildid: harden build ID parsing logic
Andrii Nakryiko
-32
/
+44
2024-09-10
Merge branch 'linus' into timers/core
Thomas Gleixner
-17
/
+47
2024-09-09
lib: glob.c: added null check for character class
Alok Swaminathan
-0
/
+2
2024-09-09
maple_tree: mark three functions as __maybe_unused
Liam R. Howlett
-3
/
+3
2024-09-09
lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()
Sergey Senozhatsky
-0
/
+2
2024-09-09
lib: lz4hc: export LZ4_resetStreamHC symbol
Sergey Senozhatsky
-0
/
+1
2024-09-09
lib: zstd: export API needed for dictionary support
Sergey Senozhatsky
-0
/
+85
2024-09-09
maple_tree: cleanup function descriptions
Wei Yang
-58
/
+47
2024-09-09
maple_tree: dump error message based on format
Wei Yang
-2
/
+8
2024-09-09
maple_tree: arange64 node is not a leaf node
Wei Yang
-5
/
+1
2024-09-09
debugobjects: Remove redundant checks in fill_pool()
Zhen Lei
-7
/
+5
2024-09-09
debugobjects: Fix conditions in fill_pool()
Zhen Lei
-2
/
+3
2024-09-09
debugobjects: Fix the compilation attributes of some global variables
Zhen Lei
-7
/
+7
2024-09-09
lib/generic-radix-tree.c: add preallocation
Kent Overstreet
-11
/
+5
2024-09-09
lib/generic-radix-tree.c: genradix_ptr_inlined()
Kent Overstreet
-63
/
+1
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
-1
/
+1
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-13
/
+37
2024-09-05
Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7' of git://git.kernel.org/pub/...
Linus Torvalds
-2
/
+24
2024-09-04
Merge branch 'bpf/master' into for-6.12
Tejun Heo
-4
/
+6
2024-09-03
printf: remove %pGt support
Matthew Wilcox (Oracle)
-47
/
+0
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
-2
/
+1
[prev]
[next]