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-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
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
Kernel: Fix behaviour of PT_TRACEME in ptrace
Itamar
2020-08-12
Kernel: Tell compiler about invisible calls
Ben Wiederhake
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
[next]