index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2026-04-05
ubsan: turn off kmsan inside of ubsan instrumentation
Arnd Bergmann
2026-04-05
mm: rename zap_vma_pages() to zap_vma()
David Hildenbrand (Arm)
2026-04-05
maple_tree: clean up mas_wr_node_store()
Liam R. Howlett
2026-04-05
maple_tree: don't pass end to mas_wr_append()
Liam R. Howlett
2026-04-05
maple_tree: pass maple copy node to mas_wmb_replace()
Liam R. Howlett
2026-04-05
maple_tree: remove maple big node and subtree structs
Liam R. Howlett
2026-04-05
maple_tree: use maple copy node for mas_wr_split()
Liam R. Howlett
2026-04-05
maple_tree: add cp_converged() helper
Liam R. Howlett
2026-04-05
maple_tree: add copy_tree_location() helper
Liam R. Howlett
2026-04-05
maple_tree: use maple copy node for mas_wr_rebalance() operation
Liam R. Howlett
2026-04-05
maple_tree: add cp_is_new_root() helper
Liam R. Howlett
2026-04-05
maple_tree: separate wr_split_store and wr_rebalance store type code path
Liam R. Howlett
2026-04-05
maple_tree: remove unnecessary return statements
Liam R. Howlett
2026-04-05
maple_tree: inline mas_wr_spanning_rebalance()
Liam R. Howlett
2026-04-05
maple_tree: start using maple copy node for destination
Liam R. Howlett
2026-04-05
maple_tree: add gap support, slot and pivot sizes for maple copy
Liam R. Howlett
2026-04-05
maple_tree: introduce ma_leaf_max_gap()
Liam R. Howlett
2026-04-05
maple_tree: change initial big node setup in mas_wr_spanning_rebalance()
Liam R. Howlett
2026-04-05
maple_tree: inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalan...
Liam R. Howlett
2026-04-05
maple_tree: introduce maple_copy node and use it in mas_spanning_rebalance()
Liam R. Howlett
2026-04-05
maple_tree: correct right ma_wr_state end pivot in mas_wr_spanning_store()
Liam R. Howlett
2026-04-05
maple_tree: move maple_subtree_state from mas_wr_spanning_store to mas_wr_spa...
Liam R. Howlett
2026-04-05
maple_tree: don't pass through height in mas_wr_spanning_store
Liam R. Howlett
2026-04-05
maple_tree: remove l_wr_mas from mas_wr_spanning_rebalance
Liam R. Howlett
2026-04-05
maple_tree: make ma_wr_states reliable for reuse in spanning store
Liam R. Howlett
2026-04-05
maple_tree: inline mas_spanning_rebalance() into mas_wr_spanning_rebalance()
Liam R. Howlett
2026-04-05
maple_tree: remove unnecessary assignment of orig_l index
Liam R. Howlett
2026-04-05
maple_tree: extract use of big node from mas_wr_spanning_store()
Liam R. Howlett
2026-04-05
maple_tree: move mas_spanning_rebalance loop to function
Liam R. Howlett
2026-04-05
maple_tree: fix mas_dup_alloc() sparse warning
Liam R. Howlett
2026-03-21
Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-03-19
lib/bootconfig: check xbc_init_node() return in override path
Josh Law
2026-03-18
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-03-17
lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-files
Eric Biggers
2026-03-13
lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()
Josh Law
2026-03-13
lib/bootconfig: check bounds before writing in __xbc_open_brace()
Josh Law
2026-03-13
lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace error
Josh Law
2026-03-06
Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/s...
Linus Torvalds
2026-03-05
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-03-02
lib/crypto: tests: Add a .kunitconfig file
Eric Biggers
2026-03-02
kunit: reduce stack usage in kunit_run_tests()
Arnd Bergmann
2026-03-01
Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2026-03-01
Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-02-28
lib/crypto: tests: Depend on library options rather than selecting them
Eric Biggers
2026-02-25
lib/Kconfig.debug: Require a release version of LLVM 22 for context analysis
Nathan Chancellor
2026-02-23
Remove WARN_ALL_UNSEEDED_RANDOM kernel config option
Linus Torvalds
2026-02-22
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-02-22
xz: fix arm fdt compile error for kmalloc replacement
Haiyue Wang
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
[next]