summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-06-09maple_tree: make test code work without debug enabledLiam R. Howlett
2023-06-09maple_tree: return error on mte_pivots() out of rangeLiam R. Howlett
2023-06-09maple_tree: use MAS_BUG_ON() prior to calling mas_meta_gap()Liam R. Howlett
2023-06-09maple_tree: use MAS_WR_BUG_ON() in mas_store_prealloc()Liam R. Howlett
2023-06-09maple_tree: use MAS_BUG_ON() from mas_topiary_range()Liam R. Howlett
2023-06-09maple_tree: use MAS_BUG_ON() in mas_set_height()Liam R. Howlett
2023-06-09maple_tree: use MAS_BUG_ON() when setting a leaf node as a parentLiam R. Howlett
2023-06-09maple_tree: convert debug code to use MT_WARN_ON() and MAS_WARN_ON()Liam R. Howlett
2023-06-09maple_tree: convert BUG_ON() to MT_BUG_ON()Liam R. Howlett
2023-06-09maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett
2023-06-09maple_tree: clean up mas_dfs_postorder()Liam R. Howlett
2023-06-09maple_tree: avoid unnecessary ascendingLiam R. Howlett
2023-06-09maple_tree: clean up mas_parent_enum() and rename to mas_parent_type()Liam R. Howlett
2023-06-09maple_tree: fix static analyser cppcheck issueLiam R. Howlett
2023-06-09mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang
2023-06-09maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-22debugobjects: Don't wake up kswapd from fill_pool()Tetsuo Handa
2023-05-18Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...Linus Torvalds
2023-05-17maple_tree: make maple state reusable after mas_empty_area()Peng Zhang
2023-05-11Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-09linux/dim: Do nothing if no time delta between samplesRoy Novich
2023-05-07Merge tag 'core-debugobjects-2023-05-06' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-05-02mm: hwpoison: coredump: support recovery from dump_user_range()Kefeng Wang
2023-05-02debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra
2023-05-02debugobject: Ensure pool refill (again)Thomas Gleixner
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-26Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-04-25seq_buf: Add seq_buf_do_printk() helperSergey Senozhatsky
2023-04-25Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-04-25Merge tag 'core-debugobjects-2023-04-24' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-04-24Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-24iov: improve copy_iovec_from_user() code generationLinus Torvalds
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-21maple_tree: fix allocation in mas_sparse_area()Peng Zhang