index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-17
lib: devres: use numa aware allocation
Mark-PK Tsai
1
-5
/
+10
2022-07-17
lib/smp_processor_id: fix imbalanced instrumentation_end() call
Tetsuo Handa
1
-1
/
+1
2022-07-17
lib/test: introduce cpumask KUnit test suite
Sander Vanheule
3
-0
/
+148
2022-07-17
cpumask: Fix invalid uniprocessor mask assumption
Sander Vanheule
2
-2
/
+3
2022-07-17
lib/ts_bm.c: remove redundant store to variable consumed after addition
Colin Ian King
1
-1
/
+1
2022-07-17
lib/scatterlist: use matched parameter type when calling __sg_free_table()
wuchi
1
-2
/
+2
2022-07-17
lib: make LZ4_decompress_safe_forceExtDict() static
Tiezhu Yang
1
-3
/
+3
2022-07-17
lib/radix-tree: remove unused argument of insert_entries
wuchi
1
-2
/
+2
2022-07-17
lib/error-inject: traverse list with mutex
wuchi
1
-3
/
+9
2022-07-17
lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing
Vlastimil Babka
2
-19
/
+49
2022-07-17
lib/lru_cache: fix error free handing in lc_create
wuchi
1
-2
/
+2
2022-07-17
lib/test_free_pages.c: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-17
lib: add support for device coherent type in test_hmm
Alex Sierra
2
-61
/
+196
2022-07-17
lib: test_hmm add module param for zone device type
Alex Sierra
2
-21
/
+53
2022-07-17
lib: test_hmm add ioctl to get zone device type
Alex Sierra
2
-6
/
+19
2022-07-15
lib/cpumask: move some one-line wrappers to header file
Yury Norov
1
-28
/
+0
2022-07-15
lib/cpumask: move trivial wrappers around find_bit to the header
Yury Norov
1
-55
/
+0
2022-07-15
lib/cpumask: change return types to unsigned where appropriate
Yury Norov
1
-9
/
+9
2022-07-15
lib/bitmap: change type of bitmap_weight to unsigned long
Yury Norov
1
-3
/
+2
2022-07-15
crypto: lib - make the sha1 library optional
Eric Biggers
2
-1
/
+5
2022-07-15
crypto: lib - move lib/sha1.c into lib/crypto/
Eric Biggers
3
-1
/
+3
2022-07-14
ubsan: disable UBSAN_DIV_ZERO for clang
Nick Desaulniers
1
-0
/
+3
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2022-07-14
lib/bitmap: change return types to bool where appropriate
Yury Norov
1
-2
/
+2
2022-07-14
kunit: executor: Fix a memory leak on failure in kunit_filter_tests
David Gow
1
-1
/
+3
2022-07-12
lib/test_bitmap: test the tail after bitmap_to_arr64()
Alexander Lobakin
1
-0
/
+6
2022-07-12
lib/bitmap: fix off-by-one in bitmap_to_arr64()
Alexander Lobakin
1
-1
/
+1
2022-07-11
kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
Daniel Latypov
3
-202
/
+75
2022-07-11
kunit: unify module and builtin suite definitions
Jeremy Kerr
1
-1
/
+51
2022-07-11
lib/test_printf.c: split write-beyond-buffer check in two
Rasmus Villemoes
1
-1
/
+6
2022-07-10
ida: don't use BUG_ON() for debugging
Linus Torvalds
1
-1
/
+2
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+2
2022-07-07
kunit: use kmemdup in kunit_filter_tests(), take suite as const
Daniel Latypov
1
-4
/
+2
2022-07-07
objtool: update objtool.txt references
Mauro Carvalho Chehab
1
-1
/
+1
2022-07-06
first_iovec_segment(): just return address
Al Viro
1
-7
/
+8
2022-07-06
iov_iter: massage calling conventions for first_{iovec,bvec}_segment()
Al Viro
1
-24
/
+18
2022-07-06
iov_iter: first_{iovec,bvec}_segment() - simplify a bit
Al Viro
1
-16
/
+16
2022-07-06
iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()
Al Viro
1
-10
/
+10
2022-07-06
iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNT
Al Viro
1
-0
/
+4
2022-07-06
iov_iter_bvec_advance(): don't bother with bvec_iter
Al Viro
1
-9
/
+14
2022-07-03
lib/test_vmalloc: switch to prandom_u32()
Uladzislau Rezki (Sony)
1
-7
/
+8
2022-07-03
mm: shrinkers: introduce debugfs interface for memory shrinkers
Roman Gushchin
1
-0
/
+9
2022-07-03
lockref: remove unused 'lockref_get_or_lock()' function
Linus Torvalds
1
-25
/
+0
2022-07-01
lib: overflow: Do not define 64-bit tests on 32-bit
Kees Cook
1
-0
/
+6
2022-07-01
kunit: Taint the kernel when KUnit tests are run
David Gow
1
-0
/
+4
2022-07-01
Merge tag 'block-5.19-2022-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+4
2022-06-30
lib: test_bitmap: add compile-time optimization/evaluations assertions
Alexander Lobakin
1
-0
/
+62
2022-06-30
crypto: lib/blake2s - reduce stack frame usage in self test
Jason A. Donenfeld
1
-3
/
+3
2022-06-28
fix short copy handling in copy_mc_pipe_to_iter()
Al Viro
1
-4
/
+11
2022-06-28
copy_page_{to,from}_iter(): switch iovec variants to generic
Al Viro
1
-187
/
+4
[prev]
[next]