Историја ревизија

Аутор SHA1 Порука Датум
  Brian Gianforcaro 27e1120dff Kernel: Move syscall precondition validates to MM пре 4 година
  Brian Gianforcaro af543328ea Kernel: Instrument syscalls with their process big lock requirements пре 4 година
  Brian Gianforcaro 308396bca1 Kernel: No lock validate_user_stack variant, switch to Space as argument пре 4 година
  Brian Gianforcaro 1cffecbe8d Kernel: Push ARCH specific ifdef's down into RegisterState functions пре 4 година
  Tom d7e5521a04 Kernel: Ignore subsequent calls to Process::die пре 4 година
  Tom fa8fe40266 Revert "Kernel: Make sure threads which don't do any syscalls are t..." пре 4 година
  Hendiadyoin1 9b7e48c6bd Kernel: Replace raw asm functions with naked ones пре 4 година
  Gunnar Beutner 52f9aaa823 Kernel: Use the GS segment for the per-CPU struct пре 4 година
  Gunnar Beutner e37576440d Kernel: Fix stack alignment on x86_64 пре 4 година
  Gunnar Beutner b6435372cc Kernel: Implement syscall entry for x86_64 пре 4 година
  Gunnar Beutner 233ef26e4d Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters пре 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 година
  Ali Mohammad Pur 50349de38c Meta: Disable -Wmaybe-uninitialized пре 4 година
  Gunnar Beutner 42d667645d Kernel: Make sure we free the thread stack on thread exit пре 4 година
  Gunnar Beutner 4fca9ee060 Kernel: Allow building the kernel with -O0 пре 4 година
  Gunnar Beutner 55ae52fdf8 Kernel: Enable building the kernel with -flto пре 4 година
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
  Andreas Kling c6b7b98b64 Kernel: Don't consider kernel memory regions for syscall origin check пре 4 година
  Gunnar Beutner f033416893 Kernel+LibC: Clean up how assertions work in the kernel and LibC пре 4 година
  Brian Gianforcaro a973b22359 Kernel: Suppress maybe-uninitialized' warning s_syscall_table in gcc-10.3.0 пре 4 година
  Brian Gianforcaro 1d7a0ab5ea Kernel: Mark s_syscall_table const so it ends up in ro_data. пре 4 година
  Hendiadyoin1 0d934fc991 Kernel::CPU: Move headers into common directory пре 4 година
  Andreas Kling a166a65eff Kernel: Don't return -EFOO when return type is KResultOr<...> пре 4 година
  Andreas Kling 73e06a1983 Kernel: Convert klog() => AK::Format in a handful of places пре 4 година
  Andreas Kling adb2e6be5f Kernel: Make the kernel compile & link for x86_64 пре 4 година
  Andreas Kling dce030eefc Kernel: Use RDTSC instead of get_fast_random() for syscall stack noise пре 4 година
  Andreas Kling 14aa8e3708 Kernel: Oops, SC_abort was actually calling sys$exit_thread() пре 4 година
  Andreas Kling 261b30e120 Kernel: Detach any attached thread tracer on sys$abort() пре 4 година