summaryrefslogtreecommitdiff
path: root/Kernel/Arch/i386
AgeCommit message (Expand)Author
2019-11-22Kernel: Move Kernel mapping to 0xc0000000Jesse Buhagiar
2019-11-17Kernel: Implement some basic stack pointer validationAndreas Kling
2019-11-09Kernel: Clear the x86 DF flag when entering the kernelAndreas Kling
2019-11-08Kernel: Removing hardcoded offsets from Memory Managersupercomputer7
2019-11-06Kernel: Simplify kernel entry points slightlyAndreas Kling
2019-11-06Kernel: Don't build with -mregparm=3Andreas Kling
2019-11-03Kernel: Set the G (global) bit for kernel page tablesAndreas Kling
2019-11-03Kernel: Remove nonsense in bootstrap codeAndreas Kling
2019-10-20Kernel: Move Boot/ into Arch/i386/Boot (#667)Tidux
2019-10-16APIC: Enable APIC and start APsTom
2019-10-13Kernel: Clarify code that saves FPU state after FNINITAndreas Kling
2019-10-13Kernel: Fix accidental restore of bogus FPU state after forkAndreas Kling
2019-10-07Kernel: Send SIGSEGV on seg-faultDrew Stratford
2019-10-07Kernel: Add exception_code to RegisterDump.Drew Stratford
2019-09-14Kernel: Stop idling after handling an IRQAndreas Kling
2019-09-09Kernel: Remove reduntant kernel/user signal stacks.Drew Stratford
2019-08-26Kernel: Display virtual addresses as V%p instead of L%xAndreas Kling
2019-08-17Kernel: Make crash dumps look aligned once againAndreas Kling
2019-08-06Kernel: Don't treat read faults like CoW exceptionsAndreas Kling
2019-08-06Kernel: Clean up the page fault handling code a bitAndreas Kling
2019-07-09Kernel: Move VirtualAddress.h into VM/Andreas Kling
2019-07-09Kernel: Move i8253.cpp => Arch/i386/PIT.cppAndreas Kling
2019-07-09Kernel: Move PIC.cpp into Arch/i386/Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-30Kernel: Make more crash info show up in dmesg.Andreas Kling
2019-06-26Kernel: Make the x86 paging code slightly less insane.Andreas Kling
2019-06-25Kernel: Share code between all the exceptions that cause process crash.Andreas Kling
2019-06-19Kernel+LibC: Make page fault crashes a bit more readable.Andreas Kling
2019-06-19Kernel: Symbolicate the crash address too, not just the call stack.Andreas Kling
2019-06-07Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}Andreas Kling