This project is mirrored from https://github.com/hermitcore/libhermit-rs.git.
Pull mirroring updated .
- 07 Sep, 2020 1 commit
-
-
Stefan Lankes authored
* add requirement to use only types T for spin lock, where the behavior Send is specified * remove obsolete implementation of a irqsave refcell * replace DoubleLinkedList by LinkedList of the alloc library * using of the core collection library to handle memory and tasks * the vector of PCI adapters aren't longer protected by a lock because these adapter are initialized at boot time. Afterwards, we have only read-access. * Freelist: add check if a reunion with the previous slot is possible
-
- 31 Aug, 2020 5 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
- only necessary in test environments
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
- naked functions does currently not work (rust-lang/rust#75922) - we replaced naked functions by assembly code - using global_asm to include the assembly code
-
- 12 Aug, 2020 2 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 10 Aug, 2020 7 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
- the logical address space is completly separate from the physical - consequently, different names are used
-
- 11 Jul, 2020 12 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
This reverts commit bcc35834529f2c8321ac5d381000f28ba4d6d5a5.
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
- define period to check, if the driver should still use the polling mode
-
Stefan Lankes authored
-
Stefan Lankes authored
- if yes, the drive will disable the polling mode
-
Stefan Lankes authored
- avoids unnecessry interrupts
-
- 10 Jul, 2020 4 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 06 Jul, 2020 7 commits
-
-
Stefan Lankes authored
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 05 Jul, 2020 2 commits
-
-
Stefan Lankes authored
-
Jeehoon Kang authored
-