summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/...Linus Torvalds2024-11-232-3/+8
|\ \ \ \ \
| * | | | | kunit: debugfs: Use IS_ERR() for alloc_string_stream() error checkKuan-Wei Chiu2024-11-191-2/+2
| * | | | | kunit: Fix potential null dereference in kunit_device_driver_test()Zichen Xie2024-11-191-0/+2
| * | | | | kunit: string-stream: Fix a UAF bug in kunit_init_suite()Jinjie Ruan2024-11-191-1/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-11-222-6/+112
|\ \ \ \ \
| * | | | | printf: Add print format (%pra) for struct rangeIra Weiny2024-10-282-6/+68
| * | | | | test printf: Add very basic struct resource testsIra Weiny2024-10-281-0/+44
* | | | | | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-219-120/+664
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-141-6/+12
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | net: Implement fault injection forcing skb reallocationBreno Leitao2024-11-121-0/+10
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-072-15/+17
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-11-031-10/+1
| |\ \ \ \ \ \
| | * | | | | | net: checksum: Move from32to16() to generic headerPuranjay Mohan2024-10-301-10/+1
| * | | | | | | dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos2024-11-031-5/+5
| * | | | | | | dim: make dim_calc_stats() inputs const pointersCaleb Sander Mateos2024-11-031-1/+2
| * | | | | | | dql: annotate data-races around dql->last_obj_cntEric Dumazet2024-11-011-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-011-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-257-12/+23
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-6/+12
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | lib: packing: catch kunit_kzalloc() failure in the pack() testVladimir Oltean2024-10-081-0/+1
| * | | | | | | lib: packing: use GENMASK() for box_maskVladimir Oltean2024-10-041-2/+2
| * | | | | | | lib: packing: use BITS_PER_BYTE instead of 8Vladimir Oltean2024-10-041-14/+14
| * | | | | | | lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behaviorJacob Keller2024-10-042-28/+83
| * | | | | | | lib: packing: add additional KUnit testsJacob Keller2024-10-041-0/+82
| * | | | | | | lib: packing: add KUnit tests adapted from selftestsJacob Keller2024-10-043-0/+271
| * | | | | | | lib: packing: duplicate pack() and unpack() implementationsVladimir Oltean2024-10-041-80/+141
| * | | | | | | lib: packing: add pack() and unpack() wrappers over packing()Vladimir Oltean2024-10-041-0/+54
| * | | | | | | lib: packing: adjust definitions and implementation for arbitrary buffer lengthsVladimir Oltean2024-10-041-27/+43
| * | | | | | | lib: packing: refuse operating on bit indices which exceed size of bufferVladimir Oltean2024-10-041-2/+4
* | | | | | | | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-213-3/+220
|\ \ \ \ \ \ \ \
| * | | | | | | | lib/iomem_copy: fix kerneldoc format styleArnd Bergmann2024-10-291-12/+12
| * | | | | | | | New implementation for IO memcpy and IO memsetJulian Vetter2024-10-282-1/+137
| * | | | | | | | lib/math/test_div64: add some edge cases relevant to __div64_const32()Nicolas Pitre2024-10-281-2/+83
| | |/ / / / / / | |/| | | | | |