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-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
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-24
Kernel: Make use of interrupts as an entropy source
Jean-Baptiste Boric
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-21
Kernel: Don't let signals unblock threads while handling a page fault
Andreas Kling
2021-01-19
Boot: Fix undefined Multiboot behaviors
Jean-Baptiste Boric
2021-01-17
Kernel: Add safe atomic functions
Tom
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
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-26
Everywhere: void arguments to C functions
Lenny Maiorani
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-21
Kernel: Allow to install a real IRQ handler on a spurious one
Liav A
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-12
Kernel: Change wait blocking to Process-only blocking
Tom
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-12-02
Kernel: Flush TLBs concurrently
Tom
2020-12-02
Kernel: Fix counting interrupts
Tom
2020-12-01
Kernel: Fix some problems with Thread::wait_on and Lock
Tom
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-11-11
Kernel: Fix deadlock when unicasting/broadcasting SMP message
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-26
Kernel: Halt all processors on assertion failure
Tom
2020-10-26
Kernel: Fix race condition waiting for IPI while other CPU requested halt
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-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-14
Kernel: Handle safe_memcpy/safe_memset/safe_strnlen faults in irq handlers
Tom
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-13
Kernel: Add safe_memcpy, safe_memset and safe_strnlen
Tom
2020-09-10
Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process
Tom
2020-09-10
Kernel: Fix detecting in what ring a crash happened
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-19
Kernel: Remove unneeded #include in ProcessorInfo.cpp (#3211)
Muhammad Zahalqa
2020-08-18
Kernel: ProcessorInfo.cpp remove unused headers
Muhammad Zahalqa
[next]