This project is mirrored from https://github.com/hermit-os/kernel.git.
Pull mirroring updated .
- Apr 29, 2023
-
-
Stefan Lankes authored
- this character isn't required
-
Stefan Lankes authored
This reverts commit f677532b.
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- Apr 27, 2023
-
-
Stefan Lankes authored
- only the idle task should call `run` - consequently, the idle task check can be removed
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- Apr 26, 2023
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- Apr 16, 2023
-
-
bors[bot] authored
705: Make CoreLocal repr(C) r=mkroening a=nathanwhyte Addresses #686 Add the `repr(C)` layout specifier to the CoreLocal struct. Co-authored-by:
Nathan Whyte <nathanwhyte35@gmail.com>
-
bors[bot] authored
711: disable kaniko cache r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- Apr 15, 2023
-
-
bors[bot] authored
708: add CI tests for the release version on aarch64 r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
-
bors[bot] authored
707: CI downloads loader for aarch64 r=stlankes a=stlankes CI use the latest published loader for aarch64. An initrd is used to test the application. Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
CI use the latest published loader for aarch64. An initrd is used to test the application.
-
- Apr 10, 2023
-
-
bors[bot] authored
704: remove workaround, which fix wrong file flags r=stlankes a=stlankes - since rust-lang/rust#109368 the workaround isn't longer required Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Nathan Whyte authored
-
- Apr 09, 2023
-
-
Stefan Lankes authored
- since rust-lang/rust#109368 the workaround isn't longer required
-
bors[bot] authored
703: use isolated stacks for interrupt handling r=stlankes a=stlankes - this guarantees that we don't toch the red zone - increase default stack size, which is required to build random numbers with rand_chacha Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
this guarantees that we don't toch the red zone
-
Stefan Lankes authored
- required to build random numbers with rand_chacha
-
- Apr 08, 2023
-
-
Stefan Lankes authored
This reverts commit a935ef45.
-
bors[bot] authored
702: add message if rdseed is supported r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
- Apr 07, 2023
-
-
bors[bot] authored
696: switch to the latest nightly compiler r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
a thread local storage doesn't align data to page boundries
-
Stefan Lankes authored
It is possible that the SMP boot code use unaligned memory.
-
Stefan Lankes authored
-