summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-191-0/+37
|\ \ \ \ \ \
| * | | | | | closures: closure_sync_timeout()Kent Overstreet2024-05-081-0/+37
* | | | | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-198-31/+707
|\ \ \ \ \ \ \
| * | | | | | | xarray: inline xas_descend to improve performanceLong Li2024-05-061-1/+2
| * | | | | | | mm/filemap: optimize filemap folio addingKairui Song2024-04-261-0/+59
| * | | | | | | lib/xarray: introduce a new helper xas_get_orderKairui Song2024-04-262-18/+65
| * | | | | | | alloc_tag: Tighten file permissions on /proc/allocinfoKees Cook2024-04-261-1/+1
| * | | | | | | lib: add memory allocations report in show_mem()Suren Baghdasaryan2024-04-262-0/+43
| * | | | | | | rhashtable: plumb through alloc tagKent Overstreet2024-04-261-8/+14
| * | | | | | | lib: add codetag reference into slabobj_extSuren Baghdasaryan2024-04-261-0/+1
| * | | | | | | lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan2024-04-261-1/+40
| * | | | | | | lib: introduce support for page allocation taggingSuren Baghdasaryan2024-04-262-0/+18
| * | | | | | | lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan2024-04-263-0/+179
| * | | | | | | lib: prevent module unloading if memory is not freedSuren Baghdasaryan2024-04-261-3/+8
| * | | | | | | lib: code tagging module supportSuren Baghdasaryan2024-04-261-2/+56
| * | | | | | | lib: code tagging frameworkSuren Baghdasaryan2024-04-263-0/+224
| * | | | | | | lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou2024-04-261-4/+4
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-181-7/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe2024-04-221-4/+3
| * | | | | | | | x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe2024-04-221-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-183-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-092-4/+4
| * | | | | | | | vmlinux: Avoid weak reference to notes sectionArd Biesheuvel2024-05-021-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-181-106/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | objpool: cache nr_possible_cpus() and avoid caching nr_cpu_idsAndrii Nakryiko2024-05-011-6/+6
| * | | | | | | | objpool: enable inlining objpool_push() and objpool_pop() operationsAndrii Nakryiko2024-05-011-100/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-157-28/+201
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-1/+5
| |\ \ \ \ \ \ \ \
| * | | | | | | | | lib: Allow for the DIM library to be modularFlorian Fainelli2024-05-083-3/+6
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-023-5/+6
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | bpf, tests: Fix typos in commentsChen Pei2024-04-161-1/+1
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-252-11/+29
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | net: dqs: make struct dql more cache efficientBreno Leitao2024-04-151-4/+9
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-113-5/+6
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | lib/bitmap: add compile-time test for __assign_bit() optimizationAlexander Lobakin2024-04-011-8/+10
| * | | | | | | | | | bitmap: introduce generic optimized bitmap_size()Alexander Lobakin2024-04-011-2/+0
| * | | | | | | | | | lib/test_bitmap: use pr_info() for non-error messagesAlexander Potapenko2024-04-011-5/+5
| * | | | | | | | | | lib/test_bitmap: add tests for bitmap_{read,write}()Alexander Potapenko2024-04-011-7/+172
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'linux_kselftest-kunit-6.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-05-147-32/+99
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kunit: bail out early in __kunit_test_suites_init() if there are no suites to...Scott Mayhew2024-05-061-0/+3
| * | | | | | | | | | kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPERIvan Orlov2024-05-061-10/+2
| * | | | | | | | | | kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig optionDavid Gow2024-05-062-4/+15
| * | | | | | | | | | kunit: unregister the device on errorWander Lairson Costa2024-05-061-1/+1
| * | | | | | | | | | kunit: Fix race condition in try-catch completionDavid Gow2024-05-061-3/+7
| * | | | | | | | | | kunit: Add tests for faultMickaël Salaün2024-05-061-1/+44
| * | | | | | | | | | kunit: Print last test location on faultMickaël Salaün2024-05-061-3/+7
| * | | | | | | | | | kunit: Fix KUNIT_SUCCESS() calls in iov_iter testsMickaël Salaün2024-05-061-9/+9
| * | | | | | | | | | kunit: Handle test faultsMickaël Salaün2024-05-061-7/+12
| * | | | | | | | | | kunit: Fix timeout messageMickaël Salaün2024-05-061-1/+2