コミット履歴

作者 SHA1 メッセージ 日付
  Andreas Kling 565796ae4e Kernel+LibC: Remove sys$donate() 4 年 前
  Daniel Bertalan fda9f394d1 Kernel: Fix always-true comparison warnings 4 年 前
  Gunnar Beutner 247af7aa6a Kernel: Get Alt-Shift-F12 to work on x86_64 4 年 前
  Gunnar Beutner 422166fb80 Kernel: Fix spelling mistake 4 年 前
  Gunnar Beutner 32840dfa17 Kernel: Implement more x86_64 context switching functionality 4 年 前
  Gunnar Beutner f285241cb8 Kernel: Rename Thread::tss to Thread::regs and add x86_64 support 4 年 前
  Gunnar Beutner 233ef26e4d Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters 4 年 前
  Sahan Fernando cf1c8eb778 Kernel: Add Scheduler::is_initialized 4 年 前
  Gunnar Beutner 38fca26f54 Kernel: Add stubs for missing x86_64 functionality 4 年 前
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h 4 年 前
  Hendiadyoin1 7ca3d413f7 Kernel: Pull apart CPU.h 4 年 前
  Gunnar Beutner 3c3a1726df Kernel: Make sure threads which don't do any syscalls are terminated 4 年 前
  Gunnar Beutner 3c2a6a25da Kernel: Don't finalize a thread while it still has code running 4 年 前
  Gunnar Beutner 01c75e3a34 Kernel: Don't log profile data before/after the process/thread lifetime 4 年 前
  Ben Wiederhake a7c265f341 Everywhere: Sort out superfluous QuickSort.h imports 4 年 前
  Brian Gianforcaro 6830963321 Kernel: Validate we don't hold s_mm_lock during context switch 4 年 前
  Gunnar Beutner 277f333b2b Kernel: Add support for profiling kmalloc()/kfree() 4 年 前
  Gunnar Beutner 8b2ace0326 Kernel: Track performance events for context switches 4 年 前
  Liav A 99eab4667a Kernel: Print scheduler state to the display console 4 年 前
  Nicholas Baron aa4d41fe2c AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue` 4 年 前
  Gunnar Beutner 8614d18956 Kernel: Use a separate timer for profiling the system 4 年 前
  Brian Gianforcaro 7463cbdbdb Kernel: Move cpu sample perf event to PerformanceManager 4 年 前
  Brian Gianforcaro 64b4e3f34b Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871) 4 年 前
  Tom ec27cbbb2a Kernel: Store whether a thread is the idle thread in Thread directly 4 年 前
  Gunnar Beutner eb798d5538 Kernel+Profiler: Improve profiling subsystem 4 年 前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
  Andreas Kling f4eff7df8f Kernel: Convert String::format() => String::formatted() 4 年 前
  Andreas Kling 24dcd99e4b Kernel: Add magic key combo (Alt+Shift+F12) to dump scheduler state 4 年 前
  AnotherTest e4412f1f59 AK+Kernel: Make IntrusiveList capable of holding non-raw pointers 4 年 前
  Andreas Kling 5e7abea31e Kernel+Profiler: Capture metadata about all profiled processes 4 年 前