Timon Kruiper
|
01a14ac7af
Kernel: Implement TimeManagement for aarch64
|
2 年之前 |
Timon Kruiper
|
9827c11d8b
Kernel: Move InterruptDisabler out of Arch directory
|
2 年之前 |
Liav A
|
7520acd4eb
Kernel: Move Scheduler current time method to the TimeManagement code
|
2 年之前 |
Liav A
|
fe2bd8e3dd
Kernel: Move x86-specific timer code handling to Arch/x86/Time directory
|
2 年之前 |
Liav A
|
1b7b360ca1
Kernel: Move x86-specific IRQ controller code to Arch/x86 directory
|
2 年之前 |
Liav A
|
d5ee03ef5b
Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory
|
2 年之前 |
Andreas Kling
|
adaaea4c9a
Kernel: Make TimeManagement::boot_time() static
|
3 年之前 |
Timon Kruiper
|
a4534678f9
Kernel: Implement InterruptDisabler using generic Processor functions
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Brian Gianforcaro
|
d05fa14e52
Kernel: Use TRY() when validating clock_id in TimeManagement
|
3 年之前 |
Idan Horowitz
|
57ba67ed2a
Kernel: Create the time page region before initializing the timers
|
3 年之前 |
Pankaj Raghav
|
1a27220bca
Kernel: Encapsulate APIC initialization inside InterruptManagement
|
3 年之前 |
Andreas Kling
|
0592f80186
Kernel: Add TimeManagement::is_initialized()
|
3 年之前 |
Liav A
|
9132596b8e
Kernel: Move ACPI and BIOS code into the new Firmware directory
|
3 年之前 |
Andreas Kling
|
75564b4a5f
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
|
3 年之前 |
Andreas Kling
|
d60635cb9d
Kernel: Convert Processor::in_irq() to static current_in_irq()
|
3 年之前 |
Andreas Kling
|
b7dae4f90e
Kernel: Add CLOCK_MONOTONIC_COARSE to the kernel time page
|
3 年之前 |
Andreas Kling
|
aaead6f332
Kernel: Only expose CLOCK_REALTIME_COARSE via the kernel time page
|
3 年之前 |
Andreas Kling
|
11456ebc00
Kernel: Close race window in timestamp update mechanism
|
3 年之前 |
Andreas Kling
|
fdfc66db61
Kernel+LibC: Allow clock_gettime() to run without syscalls
|
3 年之前 |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
3 年之前 |
Brian Gianforcaro
|
b1740e410b
Kernel: Remove unused header includes in Time subtree
|
4 年之前 |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 年之前 |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 年之前 |
Gunnar Beutner
|
52a4a1ec75
Kernel: Fix return value for {enable,disable}_profile_timer()
|
4 年之前 |
Liav A
|
8a4cc735b9
Kernel: Don't use the profile timer if we don't have a timer to assign
|
4 年之前 |
Gunnar Beutner
|
8614d18956
Kernel: Use a separate timer for profiling the system
|
4 年之前 |
Brian Gianforcaro
|
11306d7121
Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)
|
4 年之前 |
Brian Gianforcaro
|
64b4e3f34b
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |