summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* hmm-tests: add test for migrate_device_range()Alistair Popple2022-10-132-21/+100
* mm: free device private pages have zero refcountAlistair Popple2022-10-131-1/+1
* mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-131-3/+4
* lib/test_meminit: add checks for the allocation functionsXiaoke Wang2022-10-131-0/+21
* kmsan: disable strscpy() optimization under KMSANAlexander Potapenko2022-10-031-0/+8
* kmsan: add tests for KMSANAlexander Potapenko2022-10-031-0/+12
* kmsan: add iomap supportAlexander Potapenko2022-10-031-0/+44
* kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko2022-10-031-0/+3
* kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-032-0/+51
* instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko2022-10-032-4/+8
* stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko2022-10-031-5/+24
* mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä2022-10-031-3/+10
* kasan: move tests to mm/kasan/Andrey Konovalov2022-10-033-1596/+0
* kasan: add another use-after-free testAndrey Konovalov2022-10-031-0/+24
* kasan: drop CONFIG_KASAN_TAGS_IDENTIFYAndrey Konovalov2022-10-031-8/+0
* mm: reduce noise in show_mem for lowmem allocationsMichal Hocko2022-09-271-2/+2
* mm: remove vmacacheLiam R. Howlett2022-09-271-8/+0
* lib/test_maple_tree: add testing for maple treeLiam R. Howlett2022-09-271-0/+38307
* Maple Tree: add new data structureLiam R. Howlett2022-09-273-1/+7146
* Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linuxLinus Torvalds2022-08-283-24/+37
|\
| * lib/cpumask_kunit: log mask contentsSander Vanheule2022-08-241-20/+31
| * lib/test_cpumask: follow KUnit style guidelinesSander Vanheule2022-08-243-3/+6
| * lib/test_cpumask: fix cpu_possible_mask last testSander Vanheule2022-08-241-1/+1
| * lib/test_cpumask: drop cpu_possible_mask full testSander Vanheule2022-08-241-1/+0
* | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-251-3/+9
|\ \ | |/ |/|
| * ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima2022-08-241-3/+9
* | lib/cpumask: drop always-true preprocessor guardSander Vanheule2022-08-151-2/+0
* | lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule2022-08-151-1/+2
|/
* lib: remove lib/nodemask.cYury Norov2022-08-121-23/+0
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-091-455/+371
|\
| * fix copy_page_from_iter() for compound destinationsAl Viro2022-08-091-4/+18
| * copy_page_to_iter(): don't split high-order page in case of ITER_PIPEAl Viro2022-08-091-15/+6
| * expand those iov_iter_advance()...Al Viro2022-08-091-2/+9
| * pipe_get_pages(): switch to append_pipe()Al Viro2022-08-091-29/+6
| * get rid of non-advancing variantsAl Viro2022-08-091-9/+18
| * iov_iter: saner helper for page array allocationAl Viro2022-08-091-45/+32
| * fold __pipe_get_pages() into pipe_get_pages()Al Viro2022-08-091-37/+38
| * ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro2022-08-091-9/+1
| * unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro2022-08-091-59/+27
| * unify xarray_get_pages() and xarray_get_pages_alloc()Al Viro2022-08-091-39/+10
| * unify pipe_get_pages() and pipe_get_pages_alloc()Al Viro2022-08-091-32/+17
| * iov_iter_get_pages(): sanity-check argumentsAl Viro2022-08-091-7/+2
| * iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Al Viro2022-08-091-16/+22
| * ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro2022-08-091-25/+19
| * ITER_PIPE: cache the type of last bufferAl Viro2022-08-091-39/+38
| * ITER_PIPE: clean iov_iter_revert()Al Viro2022-08-091-46/+14
| * ITER_PIPE: clean pipe_advance() upAl Viro2022-08-091-17/+17
| * ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro2022-08-091-4/+3
| * ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro2022-08-091-55/+25
| * ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro2022-08-091-73/+98