asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 년 전 |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 년 전 |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 년 전 |
Andreas Kling
|
647cfcb641
Kernel: Prune uninteresting kernel frames from profiling samples
|
4 년 전 |
asynts
|
94bb544c33
Everywhere: Replace a bundle of dbg with dbgln.
|
4 년 전 |
Andreas Kling
|
5dafb72370
Kernel+Profiler: Make profiling per-process and without core dumps
|
4 년 전 |
asynts
|
019c9eb749
Everywhere: Replace a bundle of dbg with dbgln.
|
4 년 전 |
Tom
|
476f17b3f1
Kernel: Merge PurgeableVMObject into AnonymousVMObject
|
4 년 전 |
Andreas Kling
|
ed5c26d698
AK: Remove custom %w format string specifier
|
4 년 전 |
Andreas Kling
|
c25cf5fb56
Kernel: Panic if we're about to switch to a user thread with IOPL!=0
|
4 년 전 |
Tom
|
5f51d85184
Kernel: Improve time keeping and dramatically reduce interrupt load
|
4 년 전 |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 년 전 |
Tom
|
da5cc34ebb
Kernel: Fix some issues related to fixes and block conditions
|
4 년 전 |
Tom
|
4c1e27ec65
Kernel: Use TimerQueue for SIGALRM
|
4 년 전 |
Tom
|
78f1b5e359
Kernel: Fix some problems with Thread::wait_on and Lock
|
4 년 전 |
Tom
|
3bda458735
Kernel: Lock should keep a reference to whoever holds the lock
|
4 년 전 |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 년 전 |
Tom
|
6a620562cc
Kernel: Allow passing a thread argument for new kernel threads
|
4 년 전 |
Tom
|
6cb640eeba
Kernel: Move some time related code from Scheduler into TimeManagement
|
4 년 전 |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 년 전 |
Tom
|
3ffdaabe10
Kernel: Only consider scheduler Running threads if they're the current
|
4 년 전 |
Tom
|
fe615e601a
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
|
4 년 전 |
Linus Groh
|
bcfc6f0c57
Everywhere: Fix more typos
|
4 년 전 |
Tom
|
838d9fa251
Kernel: Make Thread refcounted
|
4 년 전 |
Tom
|
1727b2d7cd
Kernel: Fix thread joining issues
|
4 년 전 |
Tom
|
e31f8b56e8
Kernel: Fix thread donation hanging the system
|
4 년 전 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 년 전 |
Tom
|
c3d231616c
Kernel: Fix crash when delivering signal to barely created thread
|
4 년 전 |
Tom
|
49d5232f33
Kernel: Always return from Thread::wait_on
|
5 년 전 |
Ben Wiederhake
|
bee08a4b9f
Kernel: More PID/TID typing
|
5 년 전 |