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
Age
Commit message (
Expand
)
Author
2019-12-14
Kernel: Tidy up kernel entry points a little bit
Andreas Kling
2019-12-14
Kernel: Disable interrupts while modifying the PIC IMR
Andreas Kling
2019-12-14
Kernel: Ignore IRQ 15 for now
Andreas Kling
2019-12-08
Kernel: Break out of the idle loop on WaitQueue wake instead of on 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-09
Kernel: Clear the x86 DF flag when entering the kernel
Andreas Kling
2019-11-08
Kernel: Removing hardcoded offsets from Memory Manager
supercomputer7
2019-11-06
Kernel: Simplify kernel entry points slightly
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-11-03
Kernel: Remove nonsense in bootstrap code
Andreas Kling
2019-10-20
Kernel: Move Boot/ into Arch/i386/Boot (#667)
Tidux
2019-10-16
APIC: Enable APIC and start APs
Tom
2019-10-13
Kernel: Clarify code that saves FPU state after FNINIT
Andreas Kling
2019-10-13
Kernel: Fix accidental restore of bogus FPU state after fork
Andreas Kling
2019-10-07
Kernel: Send SIGSEGV on seg-fault
Drew Stratford
2019-10-07
Kernel: Add exception_code to RegisterDump.
Drew Stratford
2019-09-14
Kernel: Stop idling after handling an IRQ
Andreas Kling
2019-09-09
Kernel: Remove reduntant kernel/user signal stacks.
Drew Stratford
2019-08-26
Kernel: Display virtual addresses as V%p instead of L%x
Andreas Kling
2019-08-17
Kernel: Make crash dumps look aligned once again
Andreas Kling
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-09
Kernel: Move i8253.cpp => Arch/i386/PIT.cpp
Andreas Kling
2019-07-09
Kernel: Move PIC.cpp into Arch/i386/
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-30
Kernel: Make more crash info show up in dmesg.
Andreas Kling
2019-06-26
Kernel: Make the x86 paging code slightly less insane.
Andreas Kling
2019-06-25
Kernel: Share code between all the exceptions that cause process crash.
Andreas Kling
2019-06-19
Kernel+LibC: Make page fault crashes a bit more readable.
Andreas Kling
2019-06-19
Kernel: Symbolicate the crash address too, not just the call stack.
Andreas Kling
2019-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling