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
2020-08-02
Kernel: Prevent recursive calls into the scheduler
Tom
2020-08-01
Kernel: Tell the bootloader to put us into graphics mode
etaIneLp
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-09
Kernel: Fix some flaws that caused crashes or hangs during boot
Tom
2020-07-08
Kernel: Detect syscall/sysenter support
Tom
2020-07-06
Kernel: Aggregate TLB flush requests for Regions for SMP
Tom
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-06
Kernel: Thread::wait_on() must always leave interrupts enabled on exit
Andreas Kling
2020-07-06
Kernel: Tidy up the ScopedCritical class a little bit
Andreas Kling
2020-07-06
Kernel: Various context switch fixes
Tom
2020-07-03
Kernel: Fix retreiving frame pointer from a thread
Tom
2020-07-03
Kernel: Consolidate features into CPUFeature enum
Tom
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-03
Kernel: Split initialization of Processor structure
Tom
2020-07-01
Kernel: Add a quickmap region for each processor
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel/LibCore: Expose processor id where a thread last ran
Tom
2020-07-01
Kernel: List all CPUs in /proc/cpuinfo
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-06-27
Kernel: Add g_cpu_supports_rdseed
3541
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-05-28
Kernel: Stop bootloader from setting video mode with Multiboot
etaIneLp
2020-05-26
Kernel: Unmap first MB after jumping above 3GB
etaIneLp
2020-05-26
Kernel: Create page structures correctly in boot.s
etaIneLp
2020-05-22
Kernel: Add convenient ways to map whole BIOS and EBDA into memory
Andreas Kling
2020-05-20
Kernel: Always inline stac(), clac() and SmapDisabler
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-06
Kernel: Crash the current process on OOM (instead of panicking kernel)
Andreas Kling
2020-04-13
CPU: Handle Debug exception
Itamar
2020-04-13
CPU: Handle breakpoint trap
Itamar
2020-04-03
Kernel: Prepend missing license
Marco Wang
2020-03-24
CPU: Move EOI call to the end of handle_interrupt()
Liav A
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-19
Kernel: Add the NonMaskableInterruptDisabler class
Liav A
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-06
CPU: Prevent leakage of virtual addresses to kernel log
Liav A
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-06
Kernel: Change HandlerPurpose to HandlerType
Liav A
2020-03-06
Kernel: Fix strange looking output on unhandled page fault
Andreas Kling
2020-03-06
CPU: Allow to use IRQs in range of 50 to 178
Liav A
2020-03-02
CPU: Change debug messages to fit the latest changes
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-01
Kernel: Remove some unnecessary .characters() when doing dbg()<<String
Andreas Kling
2020-02-29
CPU: Simplify handle_interrupt() function
Liav A
2020-02-27
CPU: Use dbg() instead of dbgprintf()
Liav A
2020-02-24
Kernel: Change get_sharing_devices_count() in GenericInterruptHandler
Liav A
2020-02-24
Kernel: Delete unused files
Liav A
2020-02-24
CPU: Use the new interrupt components
Liav A
2020-02-24
CPU: Add 2 files with ISR stub macros
Liav A
[next]