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
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-08
Kernel: Manually reset the XCR0 register
Luke
2021-03-07
Kernel: Fix unaligned read inside map_ebda()
Jean-Baptiste Boric
2021-03-04
Kernel: Make the kernel compile & link for x86_64
Andreas Kling
2021-03-03
Kernel: Make InstructionFetch PageFault flags match up (#5608)
Nick Johnson
2021-03-02
Kernel: Enable AVX flags if supported by cpu
Ashleigh Newman-Jones
2021-02-28
Kernel: Fix KUBSAN warnings due to unaligned APIC variables
Tom
2021-02-28
Kernel: Fix GenericInterruptHandler problems with virtual functions
Tom
2021-02-25
Kernel: Don't disable interrupts while dealing with a process crash
Andreas Kling
2021-02-25
Kernel: Move SMAP disabler RAII helper to its own file
Andreas Kling
2021-02-25
Kernel: Take some baby steps towards x86_64
Andreas Kling
2021-02-25
Kernel: Tighten some typing in Arch/i386/CPU.h
Andreas Kling
2021-02-25
Kernel: Remove unused Processor::set_thread_specific()
Andreas Kling
2021-02-25
Kernel: Remove some unused cruft in Arch/i386/CPU.h
Andreas Kling
2021-02-24
Kernel: Fix some number typos in Arch/i386/boot.S
Andreas Kling
2021-02-23
Kernel: Expand the kernel memory slot from 8 MiB to 16 MiB
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
Kernel: Copy the kernel command line to a good location at boot
Andreas Kling
2021-02-21
Kernel: Populate ELF::AuxilaryValue::Platform from Processor object.
Brian Gianforcaro
2021-02-21
Kernel: Make UNMAP_AFTER_INIT imply NEVER_INLINE as well
Andreas Kling
2021-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-19
Kernel: Mark write_cr0() and write_cr4() as UNMAP_AFTER_INIT
Andreas Kling
2021-02-19
Kernel: Add .unmap_after_init section for code we don't need after init
Andreas Kling
2021-02-19
Kernel: Add helpers for manipulating x86 control registers
Andreas Kling
2021-02-17
Kernel: Remove kprintf()
Andreas Kling
2021-02-14
Kernel: Mark a handful of things in CPU.cpp as READONLY_AFTER_INIT
Andreas Kling
2021-02-14
Kernel: Mark the x86 IDT as READONLY_AFTER_INIT
Andreas Kling
2021-02-14
Kernel: Print a helpful panic message for READONLY_AFTER_INIT crashes
Andreas Kling
2021-02-14
Kernel: Add mechanism to make some memory read-only after init finishes
Andreas Kling
2021-02-14
Kernel: Add some bits of randomness to kernel stack pointers
Andreas Kling
2021-02-14
Kernel: Mark handle_crash() as [[noreturn]]
Andreas Kling
2021-02-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-14
Kernel: Use PANIC() in a bunch of places :^)
Andreas Kling
2021-02-13
Kernel: Convert klog() => dbgln()/dmesgln() in Arch/i386/CPU.cpp
Andreas Kling
2021-02-13
Kernel: Avoid flushing the tlb if there's only one thread
Tom
2021-02-09
Kernel: Convert all *Builder::appendf() => appendff()
Andreas Kling
2021-02-08
Kernel: Reorganize ptrace implementation a bit
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Kernel: Make Arch/i386/CPU.cpp safe to run through clang-format
AnotherTest
2021-02-02
Kernel: Limit the size of stack traces
Andreas Kling
2021-01-27
Kernel: Track processor idle state and wake processors when waking threads
Tom
2021-01-27
Kernel: Make Processor::id a static function
Tom
2021-01-27
Kernel: Make Thread::current smp-safe
Tom
2021-01-27
Kernel: Make entering and leaving critical sections atomic
Tom
2021-01-27
Kernel: Track previous mode when entering/exiting traps
Tom
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Kernel: Fix possible context switch within first context switch of a thread
Tom
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
[next]