summaryrefslogtreecommitdiff
path: root/Kernel/Arch
AgeCommit message (Expand)Author
2021-07-11Kernel: Use Forward.h headers moreAndreas Kling
2021-07-11Kernel: Rename SysFS related classes in BIOS codeAndreas Kling
2021-07-11Kernel: Replace "Folder" => "Directory" everywhereAndreas Kling
2021-07-11Kernel: Rename SystemExposedFolder => SysFSDirectoryAndreas Kling
2021-07-11Kernel: Rename SystemExposedComponent => SysFSComponentAndreas Kling
2021-07-11Kernel: Rename SystemRegistrar => SysFSComponentRegistryAndreas Kling
2021-07-09Kernel: Stop booting and print if PAE is not supported by the processorLuke
2021-07-08Kernel: Move PhysicalPage classes out of the heap into an arrayTom
2021-07-08Kernel: Use PAE to allow accessing all physical memory beyond 4GBTom
2021-07-07Kernel: Print if image has become too large againLiav A
2021-07-06Kernel/x86_64: Print if machine doesn't support x86_64 modeLiav A
2021-07-05Kernel: Fix incorrect indentationGunnar Beutner
2021-07-05Kernel: Replace raw asm functions with naked onesHendiadyoin1
2021-07-05Kernel: Get rid of of some of the duplicate kernel base address macrosGunnar Beutner
2021-07-05Kernel: Merge the x86 and x86_64 boot code into a single fileGunnar Beutner
2021-07-04Kernel: Fix safe_memset not setting the last few bytes in some casesTom
2021-07-04Kernel: Implement TLS support for x86_64Gunnar Beutner
2021-07-04Kernel: Hide the implementation detail that MSRs use two registersGunnar Beutner
2021-07-04Kernel: Replace some hard-coded memory addresses with macrosGunnar Beutner
2021-07-03Kernel/x86_64: Halt if we happen to boot on non-x86_64 machineLiav A
2021-07-02Kernel: Use the GS segment for the per-CPU structGunnar Beutner
2021-07-03Kernel: Fix struct forward declared as classDaniel Bertalan
2021-07-02Kernel: Fix building the kernel with LTOGunnar Beutner
2021-07-01Kernel: Don't byteswap the ISR number on interrupt entryGunnar Beutner
2021-07-01Kernel: Add support for 64-bit unaligned Mem-opsHendiadyoin1
2021-07-01Kernel: Remove not needed comment in Processor.hHendiadyoin1
2021-07-01Kernel: Support starting up secondary processors on x86_64Hendiadyoin1
2021-06-30Kernel: Fix stack alignment on x86_64Gunnar Beutner
2021-06-30Kernel: Properly initialize r8-r15 for new threads on x86_64Gunnar Beutner
2021-06-29Kernel: Introduce the new SysFSLiav A
2021-06-29Kernel: Implement capturing stack traces on x86_64Gunnar Beutner
2021-06-29Kernel: Fix struct layout for interrupt entries on x86_64Gunnar Beutner
2021-06-29Kernel: Add x86_64 support for fork()Gunnar Beutner
2021-06-28Kernel: Fix the limit for the IDT tableGunnar Beutner
2021-06-28Kernel: Implement do_assume_context for execve() on x86_64Gunnar Beutner
2021-06-28Kernel: Use FlatPtr for register-sized valuesGunnar Beutner
2021-06-28Kernel: Fix GDT and segment selectors to make userland work on x86_64Gunnar Beutner
2021-06-28Kernel: Fix small typo in inline commentrileylyman
2021-06-28Kernel: Fix memset() on x86_64Gunnar Beutner
2021-06-28Kernel: Implement more x86_64 context switching functionalityGunnar Beutner
2021-06-28Kernel: Implement entry code for x86_64 interruptsGunnar Beutner
2021-06-28Kernel: Fix stack for new threads on x86_64Gunnar Beutner
2021-06-27Kernel: Implement initializing threads on x86_64Gunnar Beutner
2021-06-27Kernel: Rename Thread::tss to Thread::regs and add x86_64 supportGunnar Beutner
2021-06-27Kernel: Reorder code a bit to clarify which #if block it belongs toGunnar Beutner
2021-06-27Kernel: Implement safe_* memory access functions for x86_64Gunnar Beutner
2021-06-27Kernel: Clear segment registers on x86_64Gunnar Beutner
2021-06-27Kernel: Use macros for GDT indices instead of hardcoding the valuesGunnar Beutner
2021-06-27Kernel: Add support for interrupts on x86_64Gunnar Beutner
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner