index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-15
bitmap: replace _reg_op(REG_OP_ALLOC) with bitmap_set()
Yury Norov
1
-1
/
+4
2023-10-15
bitmap: fix opencoded bitmap_allocate_region()
Yury Norov
1
-4
/
+2
2023-10-15
bitmap: add test for bitmap_*_region() functions
Yury Norov
1
-0
/
+24
2023-10-15
bitmap: align __reg_op() wrappers with modern coding style
Yury Norov
1
-7
/
+5
2023-10-15
lib/bitmap: split-out string-related operations to a separate files
Yury Norov
3
-513
/
+511
2023-10-15
bitmap: Remove dead code, i.e. bitmap_copy_le()
Andy Shevchenko
1
-23
/
+0
2023-10-15
bitmap: Fix a typo ("identify map")
Jonathan Neuschäfer
1
-2
/
+2
2023-10-15
cpumask: kernel-doc cleanups and additions
Randy Dunlap
1
-5
/
+12
2023-10-10
locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_pu...
Uros Bizjak
1
-1
/
+1
2023-10-09
iov_iter, net: Move hash_and_copy_to_iter() to net/
David Howells
1
-20
/
+0
2023-10-09
iov_iter, net: Move csum_and_copy_to/from_iter() to net/
David Howells
1
-89
/
+0
2023-10-09
iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
David Howells
1
-12
/
+23
2023-10-07
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
7
-97
/
+283
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-76
/
+240
2023-10-01
powerpc: Use shared font data
Dr. David Alan Gilbert
1
-1
/
+1
2023-09-30
maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states
Liam R. Howlett
2
-73
/
+235
2023-09-28
kunit: test: Fix the possible memory leak in executor_test
Jinjie Ruan
1
-14
/
+22
2023-09-28
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
1
-4
/
+13
2023-09-28
kunit: Fix the wrong kfree of copy for kunit_filter_suites()
Jinjie Ruan
1
-1
/
+1
2023-09-28
kunit: Fix missed memory release in kunit_free_suite_set()
Jinjie Ruan
1
-1
/
+3
2023-09-25
iov_iter: Convert iterate*() to inline funcs
David Howells
1
-241
/
+175
2023-09-25
iov_iter: Derive user-backedness from the iterator type
David Howells
1
-1
/
+0
2023-09-22
kobject: Replace strlcpy with strscpy
Azeem Shaikh
1
-4
/
+4
2023-09-19
argv_split: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2023-09-19
scatterlist: add missing function params to kernel-doc
Randy Dunlap
1
-1
/
+3
2023-09-18
kunit: Reset test status on each param iteration
Michal Wajdeczko
2
-4
/
+7
2023-09-18
kunit: string-stream: Test performance of string_stream
Richard Fitzgerald
1
-0
/
+54
2023-09-18
kunit: Use string_stream for test log
Richard Fitzgerald
3
-61
/
+75
2023-09-18
kunit: string-stream: Add tests for freeing resource-managed string_stream
Richard Fitzgerald
2
-5
/
+145
2023-09-18
kunit: string-stream: Decouple string_stream from kunit
Richard Fitzgerald
4
-24
/
+53
2023-09-18
kunit: string-stream: Add kunit_alloc_string_stream()
Richard Fitzgerald
4
-18
/
+29
2023-09-18
kunit: Don't use a managed alloc in is_literal()
Richard Fitzgerald
1
-8
/
+6
2023-09-18
kunit: string-stream-test: Add cases for string_stream newline appending
Richard Fitzgerald
1
-0
/
+93
2023-09-18
kunit: string-stream: Add option to make all lines end with newline
Richard Fitzgerald
2
-7
/
+28
2023-09-18
kunit: string-stream: Improve testing of string_stream
Richard Fitzgerald
1
-16
/
+217
2023-09-18
kunit: string-stream: Don't create a fragment for empty strings
Richard Fitzgerald
1
-2
/
+8
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+371
2023-09-16
bpf/tests: add tests for cpuv4 instructions
Puranjay Mohan
1
-0
/
+371
2023-09-15
sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()
Yury Norov
1
-3
/
+1
2023-09-13
lib/ucs2_string: Add UCS-2 strscpy function
Maximilian Luz
1
-0
/
+52
2023-09-12
Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
3
-21
/
+43
2023-09-12
lib: Export errname
Kent Overstreet
1
-0
/
+1
2023-09-12
lib/string_helpers: string_get_size() now returns characters wrote
Kent Overstreet
1
-4
/
+6
2023-09-11
lib/raid6: Drop IA64 support
Ard Biesheuvel
3
-15
/
+2
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
3
-9
/
+1
2023-09-10
iov_iter: Kunit tests for page extraction
David Howells
1
-0
/
+240
2023-09-10
iov_iter: Kunit tests for copying to/from an iterator
David Howells
3
-0
/
+549
2023-09-10
iov_iter: Fix iov_iter_extract_pages() with zero-sized entries
David Howells
1
-15
/
+15
2023-09-09
Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
2
-2
/
+8
2023-09-08
Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
6
-0
/
+1002
[prev]
[next]