summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86
AgeCommit message (Expand)Author
2021-05-28Kernel: Allow building the kernel with -O0Gunnar Beutner
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-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
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: Make IDT Entries their one structHendiadyoin1
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-02-25Kernel: Move SMAP disabler RAII helper to its own fileAndreas Kling