Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Ben Wiederhake
|
c040e64b7d
Kernel: Make TimeManagement use AK::Time internally
|
4 年之前 |
Ben Wiederhake
|
91c72faa3c
Kernel: Make TimerQueue use AK::Time in interface
|
4 年之前 |
Ben Wiederhake
|
2b6546c40a
Kernel: Make Thread use AK::Time internally
|
4 年之前 |
Ben Wiederhake
|
65b36e42b8
Kernel: Make TimerId a distinct type
|
4 年之前 |
Ben Wiederhake
|
94e0a603f2
Kernel: Make TimerQueue use AK::Time internally
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
2b2828ae52
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
|
4 年之前 |
Tom
|
5f51d85184
Kernel: Improve time keeping and dramatically reduce interrupt load
|
4 年之前 |
Tom
|
47ede74326
Kernel: Execute timer handlers outside of irq handler
|
4 年之前 |
Tom
|
03fcd02dfd
Kernel: Fix leaking Timer instances
|
4 年之前 |
Tom
|
12cf6f8650
Kernel: Add CLOCK_REALTIME support to the TimerQueue
|
4 年之前 |
Tom
|
4c1e27ec65
Kernel: Use TimerQueue for SIGALRM
|
4 年之前 |
Tom
|
601a688b6f
Kernel: TimerQueue::cancel_timer needs to wait if timer is executing
|
4 年之前 |
Tom
|
6cb640eeba
Kernel: Move some time related code from Scheduler into TimeManagement
|
4 年之前 |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 年之前 |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 年之前 |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 年之前 |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 年之前 |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 年之前 |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 年之前 |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 年之前 |
Brian Gianforcaro
|
49c438ce32
Kernel: Update TimerQueue next due timer only when necessary
|
5 年之前 |
Brian Gianforcaro
|
eeb5318c25
Kernel: Expose timers via a TimerId type
|
5 年之前 |
Brian Gianforcaro
|
1d68837456
Kernel: Refactor TimeQueue::add_timer to use timeval
|
5 年之前 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Conrad Pankoff
|
115b315375
Kernel: Add kernel-level timer queue (heavily based on @juliusf's work)
|
5 年之前 |