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