aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Update links to git.mssola.comHEADmainMiquel Sabaté Solà2026-07-221-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* vdso: fix typosMiquel Sabaté Solà2026-07-152-5/+4
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* vdso: fix typo and styling issuesMiquel Sabaté Solà2026-02-241-40/+35
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kernel/vdso: Add an example on vDSOMiquel Sabaté Solà2025-09-223-0/+246
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kernel/dtm: ensure that the cpu node is releasedMiquel Sabaté Solà2024-12-051-6/+5
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* kernel/dtm: Add an example on the kernel DT APIMiquel Sabaté Solà2024-12-053-0/+158
| | | | | | | This comes in the form of a simple kernel module which iterates over CPUs and prints the contents of some device tree nodes. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Restructure the whole thingMiquel Sabaté Solà2024-12-055-57/+0
| | | | | | It will be something more than just messing around with RISC-V stuff. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Initial commitMiquel Sabaté Solà2024-12-055-0/+57
Mainly with the code I took from @popovicu's blog. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>