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
2021-01-17
Kernel: Add safe atomic functions
Tom
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-02
Kernel: Ignore TLB flush requests for user addresses of other processes
Tom
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-30
Kernel: Prevent sign bit extension when creating a PDPTE
Luke
2020-12-23
Kernel: Panic if we're about to switch to a user thread with IOPL!=0
Andreas Kling
2020-12-22
Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn()
Andreas Kling
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-12-02
Kernel: Flush TLBs concurrently
Tom
2020-12-01
Kernel: Fix some problems with Thread::wait_on and Lock
Tom
2020-11-11
Kernel: Implement capturing stack trace on a different CPU
Tom
2020-11-11
Kernel: Make m_halt_requested an atomic variable
Tom
2020-11-04
Kernel: Add mechanism to queue deferred function calls
Tom
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-08
Kernel: Add some CPU feature flags related to TSC
Nico Weber
2020-09-13
Kernel: Add safe_memcpy, safe_memset and safe_strnlen
Tom
2020-08-31
Kernel: Fix Processor::features_string() stopping too early and detect more f...
Luke
2020-08-28
Kernel: Release page tables when no longer needed
Tom
2020-08-02
Kernel: Prevent recursive calls into the scheduler
Tom
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-08
Kernel: Detect syscall/sysenter support
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: 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-04
Kernel: Detect APs and boot them into protected mode
Tom
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-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-02-27
CPU: Use dbg() instead of dbgprintf()
Liav A
2020-02-24
CPU: Use the new interrupt components
Liav A
2020-02-21
Kernel: Don't trigger page faults during profiling stack walk
Andreas Kling
2020-02-21
Kernel: Assert on page fault during IRQ
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-16
Kernel: Rename RegisterDump => RegisterState
Andreas Kling
2020-02-10
Kernel: Add getter and setter for the X86 CR3 register
Andreas Kling
2020-02-10
Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes
Andreas Kling
2020-02-09
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
Liav A
[next]