Commit történet

Szerző SHA1 Üzenet Dátum
  Brian Gianforcaro 3d12d0f408 Kernel: Declare syscall handlers with "using" instead of "typedef" 3 éve
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() 3 éve
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() 3 éve
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int 4 éve
  Jean-Baptiste Boric 0286160b62 Kernel: Add syscall performance event type 4 éve
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() 4 éve
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 4 éve
  Andreas Kling deff554096 Kernel+LibSystem: Add a 4th syscall argument 4 éve
  Brian Gianforcaro a3787b9db7 Kernel: Remove another ARCH ifdef using RegisterState::flags() 4 éve
  Gunnar Beutner 31f30e732a Everywhere: Prefix hexadecimal numbers with 0x 4 éve
  Brian Gianforcaro 120b9bc05b Kernel: Conditionally acquire the big lock based on syscall metadata 4 éve
  Brian Gianforcaro 354e18a5a0 Kernel: Move validate_syscall_preconditions outside of the big lock 4 éve
  Brian Gianforcaro 27e1120dff Kernel: Move syscall precondition validates to MM 4 éve
  Brian Gianforcaro af543328ea Kernel: Instrument syscalls with their process big lock requirements 4 éve
  Brian Gianforcaro 308396bca1 Kernel: No lock validate_user_stack variant, switch to Space as argument 4 éve
  Brian Gianforcaro 1cffecbe8d Kernel: Push ARCH specific ifdef's down into RegisterState functions 4 éve
  Tom d7e5521a04 Kernel: Ignore subsequent calls to Process::die 4 éve
  Tom fa8fe40266 Revert "Kernel: Make sure threads which don't do any syscalls are t..." 4 éve
  Hendiadyoin1 9b7e48c6bd Kernel: Replace raw asm functions with naked ones 4 éve
  Gunnar Beutner 52f9aaa823 Kernel: Use the GS segment for the per-CPU struct 4 éve
  Gunnar Beutner e37576440d Kernel: Fix stack alignment on x86_64 4 éve
  Gunnar Beutner b6435372cc Kernel: Implement syscall entry for x86_64 4 éve
  Gunnar Beutner 233ef26e4d Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters 4 éve
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h 4 éve
  Hendiadyoin1 7ca3d413f7 Kernel: Pull apart CPU.h 4 éve
  Gunnar Beutner 3c3a1726df Kernel: Make sure threads which don't do any syscalls are terminated 4 éve
  Ali Mohammad Pur 50349de38c Meta: Disable -Wmaybe-uninitialized 4 éve
  Gunnar Beutner 42d667645d Kernel: Make sure we free the thread stack on thread exit 4 éve
  Gunnar Beutner 4fca9ee060 Kernel: Allow building the kernel with -O0 4 éve
  Gunnar Beutner 55ae52fdf8 Kernel: Enable building the kernel with -flto 4 éve