summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86/CPU.h
AgeCommit message (Expand)Author
2021-07-20Kernel: Mark read only RegisterState function parameters as constBrian Gianforcaro
2021-07-17Kernel: Make PAGE_MASK architecture independentHediadyoin1
2021-07-14AK: Generalize ByteReaderHendiadyoin1
2021-07-03Kernel: Fix struct forward declared as classDaniel Bertalan
2021-07-01Kernel: Add support for 64-bit unaligned Mem-opsHendiadyoin1
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-24Kernel: Remove PAGE_SIZE from CPU.hHendiadyoin1
2021-06-24Kernel: Pull apart CPU.hHendiadyoin1
2021-06-18Kernel: Detect support for CPUID FXSRJean-Baptiste Boric
2021-05-20Kernel: Use the Function class for smp_broadcast()/smp_unicast()Gunnar Beutner
2021-05-20Kernel: Use the Function class for deferred_call_queue()Gunnar Beutner
2021-05-20Kernel: Remove s_processor_lock by making s_processors statically sizedBrian Gianforcaro
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-05-05Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)Brian Gianforcaro
2021-05-04Kernel: Store whether a thread is the idle thread in Thread directlyTom
2021-04-29Kernel: Enable building the kernel with -fltoGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Kernel: Add debug register handlingFalseHonesty
2021-04-06Kernel/PCI + CPU: Allow to access unaligned dataLiav A
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1