Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Andreas Kling 0a02496f04 Kernel/SMP: Change critical sections to not disable interrupts 4 vuotta sitten
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe 4 vuotta sitten
  Andreas Kling 2be368e4c4 Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread() 4 vuotta sitten
  Daniel Bertalan fa8507d1ce Kernel: Fix UB caused by taking a reference to a packed struct's member 4 vuotta sitten
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum 4 vuotta sitten
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() 4 vuotta sitten
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 vuotta sitten
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 4 vuotta sitten
  Andreas Kling 584fa525eb Kernel: Don't make a separate allocation for thread FPU state 4 vuotta sitten
  Andreas Kling d5d8fba579 Kernel: Store Thread name as a KString 4 vuotta sitten
  Andreas Kling 32a150f2b4 Kernel: Make Thread::state_string() return StringView 4 vuotta sitten
  Patrick Meyer 83f88df757 Kernel: Add option to build with coverage instrumentation and KCOV 4 vuotta sitten
  Gunnar Beutner 36e36507d5 Everywhere: Prefer using {:#x} over 0x{:x} 4 vuotta sitten
  Gunnar Beutner 31f30e732a Everywhere: Prefix hexadecimal numbers with 0x 4 vuotta sitten
  Brian Gianforcaro 1cffecbe8d Kernel: Push ARCH specific ifdef's down into RegisterState functions 4 vuotta sitten
  Tom a635ff4e60 Everywhere: Make tracking cpu usage independent from system ticks 4 vuotta sitten
  Gunnar Beutner 6c6b778e2e Kernel: Support 64-bit addresses for kernel thread stacks 4 vuotta sitten
  Tom ae8472f9ca Kernel: Fix blocking relock of the big_lock while unlocking other Lock 4 vuotta sitten
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 vuotta sitten
  Brian Gianforcaro c0987453e6 Kernel: Remove double RedBlackTree lookup in VM/Space region removal 4 vuotta sitten
  Daniel Bertalan dd4ed4d22d Kernel: Implement aligned `operator new` and use it 4 vuotta sitten
  Tom 704e1c2e3d Kernel: Rename functions to be less confusing 4 vuotta sitten
  Tom 0536a4ff41 Kernel: Release big lock when blocking on another lock 4 vuotta sitten
  Tom 026ffa343d Kernel: Allow Lock to block from BlockCondition 4 vuotta sitten
  Andreas Kling fa9111ac46 Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry 4 vuotta sitten
  Gunnar Beutner 67f0c0d5f0 Kernel+LibELF: Don't demangle symbols in the kernel 4 vuotta sitten
  Andreas Kling 565796ae4e Kernel+LibC: Remove sys$donate() 4 vuotta sitten
  Tom 908f86b061 Kernel: Print region name+offset for user addresses in thread backtrace 4 vuotta sitten
  Hediadyoin1 d12e14fa95 Userland: Respect red-zone for signal handlers 4 vuotta sitten
  Gunnar Beutner 52f9aaa823 Kernel: Use the GS segment for the per-CPU struct 4 vuotta sitten