Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 8e0387e674 Kernel: Only register kernel regions with MemoryManager hace 3 años
  Andreas Kling 24ecf1d021 Kernel: Remove redundant hash map of page tables in PageDirectory hace 3 años
  Hendiadyoin1 1cdace7898 Kernel: Add implied auto qualifiers in Memory hace 3 años
  Pankaj Raghav 59da9bd0bd Kernel: Overload DMA helper without Physical Page output parameter hace 3 años
  Pankaj Raghav e79f94f998 Kernel: Set Cacheable parameter to NO explicitly in DMA helpers hace 3 años
  Liav A ca254699ec Kernel: Implement read functionality for MemoryDevice hace 3 años
  Liav A 876559d283 Kernel: Change method name to clarify physical memory mmap validation hace 3 años
  Liav A 3e066d380d Kernel/Memory: Remove needless VERIFY in /dev/mem mmap validation method hace 3 años
  Tom 10efbfb09e Kernel: Scan ACPI memory ranges for the RSDP table hace 3 años
  Pankaj Raghav 602b35aa62 Kernel: Add DMA allocate functions that are TRY-able hace 3 años
  Guilherme Goncalves 33b78915d3 Kernel: Propagate overflow errors from Memory::page_round_up hace 3 años
  Brian Gianforcaro 1c950773fb Kernel: Make MemoryManager::protect_ksyms_after_init UNMAP_AFTER_INIT hace 3 años
  Daniel Bertalan 4fc28bfe02 Kernel: Unmap Prekernel pages after they are no longer needed hace 3 años
  Andreas Kling 1f2d0d0ad4 Kernel: Use ksyms in-place instead of duplicating them into eternal heap hace 3 años
  Andreas Kling 813593a485 Kernel: Fix overly loose MemoryManager::kernel_region_from_vaddr() hace 3 años
  Andreas Kling a23edd42b8 Kernel: Store kernel memory regions in a RedBlackTree hace 3 años
  Idan Horowitz 40f64d7379 Kernel: Dispatch handle-able signals instead of crashing if possible hace 3 años
  Idan Horowitz a9e436c4a3 Kernel: Replace usages of SIGSTKFLT with SIGSEGV hace 3 años
  James Mintram eb33df0c30 Kernel: Add an x86 include check+error in x86/PageFault.h hace 3 años
  Andreas Kling f2d5548d7a Kernel: Add MemoryManager::copy_physical_page() hace 3 años
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> hace 3 años
  Liav A 026687816d Kernel: Fix restrictions in is_allowed_to_mmap_to_userspace function hace 3 años
  Nico Weber 5a951d6258 Kernel: Fix a few typos hace 3 años
  Liav A 86fa5d71c0 Kernel/Memory: Add more super pages to satisfy contiguous allocations hace 3 años
  Brian Gianforcaro abc523a5ab Kernel: Specify a lock rank for s_mm_lock hace 3 años
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere hace 3 años
  Andreas Kling cd8d52e6ae Kernel: Improve API names for switching address spaces hace 3 años
  Andreas Kling e3a716ceff Kernel: Make Memory::Region::map() return KResult hace 3 años
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> hace 3 años
  Andreas Kling f4a9a0d561 Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange> hace 3 años