index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Arch
/
x86
/
CPU.h
Age
Commit message (
Expand
)
Author
2021-07-20
Kernel: Mark read only RegisterState function parameters as const
Brian Gianforcaro
2021-07-17
Kernel: Make PAGE_MASK architecture independent
Hediadyoin1
2021-07-14
AK: Generalize ByteReader
Hendiadyoin1
2021-07-03
Kernel: Fix struct forward declared as class
Daniel Bertalan
2021-07-01
Kernel: Add support for 64-bit unaligned Mem-ops
Hendiadyoin1
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Remove PAGE_SIZE from CPU.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-18
Kernel: Detect support for CPUID FXSR
Jean-Baptiste Boric
2021-05-20
Kernel: Use the Function class for smp_broadcast()/smp_unicast()
Gunnar Beutner
2021-05-20
Kernel: Use the Function class for deferred_call_queue()
Gunnar Beutner
2021-05-20
Kernel: Remove s_processor_lock by making s_processors statically sized
Brian Gianforcaro
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-05
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
Brian Gianforcaro
2021-05-04
Kernel: Store whether a thread is the idle thread in Thread directly
Tom
2021-04-29
Kernel: Enable building the kernel with -flto
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Kernel: Add debug register handling
FalseHonesty
2021-04-06
Kernel/PCI + CPU: Allow to access unaligned data
Liav A
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1