summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-29cmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>Tom Rini
2025-05-29global: Add <linux/string.h> instead of long indirect include pathTom Rini
2025-05-29Merge patch series "regex patches"Tom Rini
2025-05-29test: slre: add tests for regex libraryRasmus Villemoes
2025-05-29doc: document test commandRasmus Villemoes
2025-05-29test: slre: add tests for character rangesRasmus Villemoes
2025-05-29slre: implement support for ranges in character classesRasmus Villemoes
2025-05-29test: slre: add test cases for escape char in character classRasmus Villemoes
2025-05-29slre: fix matching of escape sequence used inside character classRasmus Villemoes
2025-05-29slre: refactor is_any_but()Rasmus Villemoes
2025-05-29test: slre: add some (negative) character class testsRasmus Villemoes
2025-05-29test: slre: add more test casesRasmus Villemoes
2025-05-29slre: drop wrong "anchored" optimizationRasmus Villemoes
2025-05-29slre: add myself as maintainerRasmus Villemoes
2025-05-29cmd: test: add support for =~ operatorRasmus Villemoes
2025-05-29board: rzg2l: Update MAINTAINERS fileMarek Vasut
2025-05-29board: rzg2l: Drop myself to reviewer for RZ/G2L boardsPaul Barker
2025-05-29ARM: renesas: Enable serial RX buffer on Renesas R-CarMarek Vasut
2025-05-27Subtree merge tag 'v6.15-dts' of dts repo [1] into dts/upstreamTom Rini
2025-05-27Revert "ext4fs: Fix: Read outside partition error"Tom Rini
2025-05-27Squashed 'dts/upstream/' changes from 955176a4ff59..fe2d6c49bb4eTom Rini
2025-05-27Merge tag 'dm-next-27may25' of git://git.denx.de/u-boot-dm into nextTom Rini
2025-05-27patman: Add basic documentation for new featuresSimon Glass
2025-05-27patman: Add tests for CseriesSimon Glass
2025-05-27patman: Implement the upstream subcommandSimon Glass
2025-05-27patman: Implement the series subcommandSimon Glass
2025-05-27patman: Update send function to return whether it sentSimon Glass
2025-05-27patman: Support aliases for commands and subcommandsSimon Glass
2025-05-27patman: Implement the patchwork subcommandSimon Glass
2025-05-27patman: Improve Series support for patchwork linksSimon Glass
2025-05-27patman: Introduce basic database support in SeriesSimon Glass
2025-05-27patman: Support returning the parsers to useSimon Glass
2025-05-27patman: Use -c to show patch commentsSimon Glass
2025-05-27patman: Enhance implementation of file-based defaultsSimon Glass
2025-05-27patman: Enhance patchwork interface to support CseriesSimon Glass
2025-05-27patman: Update status command support cover-letter infoSimon Glass
2025-05-27patman: Add a Cseries classSimon Glass
2025-05-27patman: Add a helper for managing cseriesSimon Glass
2025-05-27patman: Add a simple database implementationSimon Glass
2025-05-27patman: Avoid touching the system or local configSimon Glass
2025-05-27patman: Add a fourth series for testingSimon Glass
2025-05-27patman: Move common test code into a new moduleSimon Glass
2025-05-27patman: Add a test for collecting a PATCH prefixSimon Glass
2025-05-27patman: Use python3 with /usr/bin/envSimon Glass
2025-05-27u_boot_pylib: Add more functions to gitutilSimon Glass
2025-05-27patman: Deal with git safe-directory warningSimon Glass
2025-05-27u_boot_pylib: Correct pylint warnings in gitutilSimon Glass
2025-05-27patman: Support collecting all lines in the commit messageSimon Glass
2025-05-27patman: Tidy up function comments in the series moduleSimon Glass
2025-05-27patman: Move -H out of the send commandSimon Glass