summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86/DescriptorTable.h
AgeCommit message (Expand)Author
2022-01-04Kernel: Use enum instead of magic numbers for GDT descriptor typesIdan Horowitz
2021-12-28Kernel: Reorder the 64-bit GDT a bitOwen Smith
2021-12-01Kernel: Add an x86 include check+error in x86/DescriptorTable.hJames Mintram
2021-11-14Kernel: Resolve clang-tidy readability-make-member-function-constAndrew Kaster
2021-09-05Kernel: Switch static_asserts of a type size to AK::AssertSizeBrian Gianforcaro
2021-06-28Kernel: Fix GDT and segment selectors to make userland work on x86_64Gunnar Beutner
2021-06-27Kernel: Add support for interrupts on x86_64Gunnar Beutner
2021-06-26Kernel: Correct spelling mistakeGunnar Beutner
2021-06-26Kernel: Add support for setting up a x86_64 GDT once in C++ landGunnar 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-03-21Kernel: Make IDT Entries their one structHendiadyoin1
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1