summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* alloc_tag: support for page allocation tag compressionSuren Baghdasaryan2024-11-072-11/+135
* alloc_tag: populate memory for module tags as neededSuren Baghdasaryan2024-11-072-9/+65
* alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan2024-11-072-27/+322
* alloc_tag: introduce shutdown_mem_profiling helper functionSuren Baghdasaryan2024-11-071-7/+26
* maple_tree: remove sanity check from mas_wr_slot_store()Wei Yang2024-11-071-3/+2
* maple_tree: calculate new_end when neededWei Yang2024-11-071-1/+1
* percpu: add a test case for the specific 64-bit value additionAndy Shevchenko2024-11-071-1/+10
* maple_tree: simplify mas_push_node()Wei Yang2024-11-071-9/+7
* maple_tree: total is not changed for nomem_one caseWei Yang2024-11-071-2/+1
* maple_tree: clear request_count for new allocated oneWei Yang2024-11-071-1/+1
* maple_tree: root node could be handled by !p_slot tooWei Yang2024-11-071-3/+1
* maple_tree: fix alloc node fail issueJiazi Li2024-11-071-1/+4
* maple_tree: refactor mas_wr_store_type()Sidhartha Kumar2024-11-071-47/+25
* maple_tree: do not hash pointers on dump in debug modeLorenzo Stoakes2024-11-071-41/+59
* maple_tree: memset maple_big_node as a wholeWei Yang2024-11-061-4/+1
* maple_tree: remove maple_big_node.parentWei Yang2024-11-061-1/+0
* maple_tree: goto complete directly on a pivot of 0Wei Yang2024-11-061-1/+1
* maple_tree: i is always less than or equal to mas_endWei Yang2024-11-061-2/+1
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-11-011-5/+2
|\
| * Revert "kasan: Disable Software Tag-Based KASAN with GCC"Marco Elver2024-10-231-5/+2
* | Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-11-011-10/+15
|\ \
| * | iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAPHugh Dickins2024-10-281-2/+4
| * | iov_iter: Fix iov_iter_get_pages*() for folio_queueDavid Howells2024-10-241-9/+12
* | | Merge tag 'slab-for-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-10-301-1/+1
|\ \ \
| * | | slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprofPei Xiao2024-10-231-1/+1
* | | | Merge tag 'probes-fixes-v6.12-rc4.2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-10-241-1/+1
|\ \ \ \
| * | | | objpool: fix choosing allocation for percpu slotsViktor Malik2024-10-221-1/+1
| | |/ / | |/| |
* | | | Merge tag 'v6.12-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-10-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | crypto: lib/mpi - Fix an "Uninitialized scalar variable" issueQianqiang Liu2024-10-161-1/+1
* | | | Merge tag 'rust-fixes-6.12-2' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-10-191-1/+1
|\ \ \ \
| * | | | lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOWTimo Grautstueck2024-10-071-1/+1
| | |/ / | |/| |
* | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-191-0/+5
|\ \ \ \
| * | | | lib/buildid: Handle memfd_secret() files in build_id_parse()Andrii Nakryiko2024-10-171-0/+5
* | | | | Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds2024-10-182-7/+10
|\ \ \ \ \
| * | | | | maple_tree: correct tree corruption on spanning storeLorenzo Stoakes2024-10-171-6/+6
| * | | | | maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar2024-10-171-1/+1
| * | | | | lib: alloc_tag_module_unload must wait for pending kfree_rcu callsFlorian Westphal2024-10-171-0/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-10-171-2/+5
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | kasan: Disable Software Tag-Based KASAN with GCCWill Deacon2024-10-151-2/+5
* | | | Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-10-041-6/+12
|\ \ \ \
| * | | | slub/kunit: skip test_kfree_rcu when the slub kunit test is built-inVlastimil Babka2024-10-021-4/+10
| * | | | mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka2024-10-021-2/+2
| |/ / /
* | | | Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-10-031-1/+1
|\ \ \ \
| * | | | iov_iter: fix advancing slot in iter_folioq_get_pages()Omar Sandoval2024-10-011-1/+1
| |/ / /
* / / / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0232-32/+32
|/ / /
* | | Merge tag 'bitmap-for-6.12' of https://github.com/norov/linuxLinus Torvalds2024-09-271-0/+34
|\ \ \
| * | | lib/test_bits.c: Add tests for GENMASK_U128()Anshuman Khandual2024-08-281-0/+34
* | | | Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-271-6/+0
|\ \ \ \
| * | | | Revert "list: test: fix tests for list_cut_position()"Guenter Roeck2024-09-261-6/+0
* | | | | Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds2024-09-251-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |