index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Arch
/
i386
/
CPU.h
Age
Commit message (
Expand
)
Author
2020-01-01
Kernel: Add a random offset to kernel stacks upon syscall entry
Andreas Kling
2020-01-01
Kernel: Disable x86 RDTSC instruction in userspace
Andreas Kling
2020-01-01
Kernel: Fix typo in Descriptor::set_limit()
Andreas Kling
2020-01-01
Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported
Andreas Kling
2020-01-01
Kernel: Move CPU feature detection to Arch/x86/CPU.{cpp.h}
Andreas Kling
2019-12-25
Kernel: Interpret "reserved bit violation" page faults correctly
Andreas Kling
2019-12-25
Kernel: Enable PAE (Physical Address Extension)
Andreas Kling
2019-12-20
Kernel: Remove AK_MAKE_NONCOPYABLE from PDE and PTE classes
Andreas Kling
2019-12-15
Kernel: Make separate kernel entry points for each PIC IRQ
Andreas Kling
2019-12-01
Kernel: Disable interrupts while setting up a thread blocker
Andreas Kling
2019-11-23
Revert "Kernel: Move Kernel mapping to 0xc0000000"
Andreas Kling
2019-11-22
Kernel: Move Kernel mapping to 0xc0000000
Jesse Buhagiar
2019-11-17
Kernel: Implement some basic stack pointer validation
Andreas Kling
2019-11-06
Kernel: Don't build with -mregparm=3
Andreas Kling
2019-11-03
Kernel: Set the G (global) bit for kernel page tables
Andreas Kling
2019-10-16
APIC: Enable APIC and start APs
Tom
2019-10-07
Kernel: Add exception_code to RegisterDump.
Drew Stratford
2019-08-06
Kernel: Don't treat read faults like CoW exceptions
Andreas Kling
2019-08-06
Kernel: Clean up the page fault handling code a bit
Andreas Kling
2019-07-09
Kernel: Move VirtualAddress.h into VM/
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-26
Kernel: Make the x86 paging code slightly less insane.
Andreas Kling
2019-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling