summaryrefslogtreecommitdiff
path: root/sys/inc/mu
AgeCommit message (Collapse)Author
41 hourskern/amd64: cpu: Add initial Local APIC driverIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
45 hourskern/amd64+mu: Introduce percpu machine core blockIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
45 hourskern: mu: Get rid of that yucky self fieldIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
45 hourskern: mu: Move cpu_info to machine unifierIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
46 hourskern/amd64+mu: Add processor descriptor + percpu stateIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern: mu: Swap __weak/__strong orderIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern/amd64+mu: Add initial virtual memory sourcesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern: panic: Deprecate mu_panic_preamble()Ian Moffett
This commit deprecates mu_panic_preamble() in favor of the mu_spinlock_acq() function Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern/amd64: Add spinlock impl for AMD64 portIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskern/amd64: Add panic function + MU helpersIan Moffett
This commit introduces a panic function as well as a panic machine unifier layer for MD specifics that help bring the system to a halt. Signed-off-by: Ian Moffett <ian@osmora.org>