index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
kmsan: disable strscpy() optimization under KMSAN
Alexander Potapenko
2022-10-03
1
-0
/
+8
*
kmsan: add tests for KMSAN
Alexander Potapenko
2022-10-03
1
-0
/
+12
*
kmsan: add iomap support
Alexander Potapenko
2022-10-03
1
-0
/
+44
*
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
2022-10-03
1
-0
/
+3
*
kmsan: add KMSAN runtime core
Alexander Potapenko
2022-10-03
2
-0
/
+51
*
instrumented.h: allow instrumenting both sides of copy_from_user()
Alexander Potapenko
2022-10-03
2
-4
/
+8
*
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
2022-10-03
1
-5
/
+24
*
mm/hmm/test: use char dev with struct device to get device node
Mika Penttilä
2022-10-03
1
-3
/
+10
*
kasan: move tests to mm/kasan/
Andrey Konovalov
2022-10-03
3
-1596
/
+0
*
kasan: add another use-after-free test
Andrey Konovalov
2022-10-03
1
-0
/
+24
*
kasan: drop CONFIG_KASAN_TAGS_IDENTIFY
Andrey Konovalov
2022-10-03
1
-8
/
+0
*
mm: reduce noise in show_mem for lowmem allocations
Michal Hocko
2022-09-26
1
-2
/
+2
*
mm: remove vmacache
Liam R. Howlett
2022-09-26
1
-8
/
+0
*
lib/test_maple_tree: add testing for maple tree
Liam R. Howlett
2022-09-26
1
-0
/
+38307
*
Maple Tree: add new data structure
Liam R. Howlett
2022-09-26
3
-1
/
+7146
*
Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linux
Linus Torvalds
2022-08-28
3
-24
/
+37
|
\
|
*
lib/cpumask_kunit: log mask contents
Sander Vanheule
2022-08-24
1
-20
/
+31
|
*
lib/test_cpumask: follow KUnit style guidelines
Sander Vanheule
2022-08-24
3
-3
/
+6
|
*
lib/test_cpumask: fix cpu_possible_mask last test
Sander Vanheule
2022-08-24
1
-1
/
+1
|
*
lib/test_cpumask: drop cpu_possible_mask full test
Sander Vanheule
2022-08-24
1
-1
/
+0
*
|
Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-25
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
ratelimit: Fix data-races in ___ratelimit().
Kuniyuki Iwashima
2022-08-24
1
-3
/
+9
*
|
lib/cpumask: drop always-true preprocessor guard
Sander Vanheule
2022-08-15
1
-2
/
+0
*
|
lib/cpumask: add inline cpumask_next_wrap() for UP
Sander Vanheule
2022-08-15
1
-1
/
+2
|
/
*
lib: remove lib/nodemask.c
Yury Norov
2022-08-12
1
-23
/
+0
*
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-08
1
-455
/
+371
|
\
|
*
fix copy_page_from_iter() for compound destinations
Al Viro
2022-08-08
1
-4
/
+18
|
*
copy_page_to_iter(): don't split high-order page in case of ITER_PIPE
Al Viro
2022-08-08
1
-15
/
+6
|
*
expand those iov_iter_advance()...
Al Viro
2022-08-08
1
-2
/
+9
|
*
pipe_get_pages(): switch to append_pipe()
Al Viro
2022-08-08
1
-29
/
+6
|
*
get rid of non-advancing variants
Al Viro
2022-08-08
1
-9
/
+18
|
*
iov_iter: saner helper for page array allocation
Al Viro
2022-08-08
1
-45
/
+32
|
*
fold __pipe_get_pages() into pipe_get_pages()
Al Viro
2022-08-08
1
-37
/
+38
|
*
ITER_XARRAY: don't open-code DIV_ROUND_UP()
Al Viro
2022-08-08
1
-9
/
+1
|
*
unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
Al Viro
2022-08-08
1
-59
/
+27
|
*
unify xarray_get_pages() and xarray_get_pages_alloc()
Al Viro
2022-08-08
1
-39
/
+10
|
*
unify pipe_get_pages() and pipe_get_pages_alloc()
Al Viro
2022-08-08
1
-32
/
+17
|
*
iov_iter_get_pages(): sanity-check arguments
Al Viro
2022-08-08
1
-7
/
+2
|
*
iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...
Al Viro
2022-08-08
1
-16
/
+22
|
*
ITER_PIPE: fold data_start() and pipe_space_for_user() together
Al Viro
2022-08-08
1
-25
/
+19
|
*
ITER_PIPE: cache the type of last buffer
Al Viro
2022-08-08
1
-39
/
+38
|
*
ITER_PIPE: clean iov_iter_revert()
Al Viro
2022-08-08
1
-46
/
+14
|
*
ITER_PIPE: clean pipe_advance() up
Al Viro
2022-08-08
1
-17
/
+17
|
*
ITER_PIPE: lose iter_head argument of __pipe_get_pages()
Al Viro
2022-08-08
1
-4
/
+3
|
*
ITER_PIPE: fold push_pipe() into __pipe_get_pages()
Al Viro
2022-08-08
1
-55
/
+25
|
*
ITER_PIPE: allocate buffers as we go in copy-to-pipe primitives
Al Viro
2022-08-08
1
-73
/
+98
|
*
ITER_PIPE: helpers for adding pipe buffers
Al Viro
2022-08-08
1
-42
/
+46
|
*
ITER_PIPE: helper for getting pipe buffer by index
Al Viro
2022-08-08
1
-6
/
+9
|
*
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-08
1
-18
/
+69
*
|
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-08-07
5
-105
/
+81
|
\
\
[next]