aboutsummaryrefslogtreecommitdiff
path: root/i386/intel
Commit message (Expand)AuthorAgeFilesLines
* pmap: Separate temporary_mapping from set_page_dirDamien Zammit via Bug reports for the GNU Hurd2024-12-091-2/+0
* fix some compiler warnings.jbranso@dismail.de2024-10-221-16/+38
* fix a compiler warning.jbranso@dismail.de2024-10-211-0/+4
* pmap: Avoid leaking USER bit in page tablesSamuel Thibault2024-03-031-5/+6
* spl: Introduce assert_splvm and use it in process_pmap_updatesSamuel Thibault2024-02-231-0/+1
* vm_map_lookup: Add parameter for keeping map lockedDamien Zammit2024-02-221-2/+2
* process_pmap_updates: Use _nocheck form of lock, already at splvmDamien Zammit2024-02-191-2/+5
* Fix non-PAE buildSamuel Thibault2023-10-021-1/+1
* pmap: Factorize l4 base accessSamuel Thibault2023-10-011-2/+5
* ddb: Add whatis commandSamuel Thibault2023-10-011-0/+100
* pmap_phys_address: Fix castingSamuel Thibault2023-08-281-1/+1
* pmap: Fix spurious pte release on 64bit and PAESamuel Thibault2023-08-281-2/+2
* pmap: Add missing declarationSamuel Thibault2023-08-141-0/+3
* pmap+slab: Add more smoketestsSamuel Thibault2023-08-141-4/+8
* pmap: Fix mayhem when releasing near the end of virtual memorySamuel Thibault2023-08-141-2/+2
* pmap: Add MAPWINDOW_SIZE macroSamuel Thibault2023-08-141-3/+4
* pmap: reserve last virtual pageSamuel Thibault2023-08-141-2/+2
* pmap: Add more debugging information when getting a null pv_listSamuel Thibault2023-08-141-1/+1
* pmap: Fix x32 PAE buildsSamuel Thibault2023-08-141-1/+2
* pmap: Fix coping with VM_MAX_USER_ADDRESS not being aligned on l4 limitSamuel Thibault2023-08-141-2/+4
* x86_64: Fix memory leak on pmap destructionSamuel Thibault2023-08-141-4/+7
* pmap: Make pmap_protect sparse-pde awareSamuel Thibault2023-08-121-4/+3
* pmap: Add missing PMAP_READ_LOCK fixes uninitialized splDamien Zammit2023-08-061-0/+1
* pmap: only map lower BIOS memory 1:1 when using Linux driversLuca Dariz2023-05-261-0/+9
* xen: Fix 64bit buildSamuel Thibault2023-05-261-2/+8
* pmap: Simplify codeSamuel Thibault2023-05-211-25/+21
* pmap: dynamically allocate the whole user page tree mapLuca Dariz2023-05-212-288/+277
* Fix Xen buildSamuel Thibault2023-04-111-9/+9
* x86_64: allow compilation if ! USER32Luca Dariz2023-02-271-2/+4
* x86_64: fix some compiler warningsLuca Dariz2023-02-161-5/+3
* pmap: Make mapwindow per CPUSamuel Thibault2023-02-152-12/+8
* smp: Fix more busy loopsSamuel Thibault2023-02-151-3/+3
* pmap: Do not TLB shootdown IPI for mapwindow updatesSamuel Thibault2023-02-151-1/+2
* pmap: Fix busy loop waiting for pmap usersSamuel Thibault2023-02-151-1/+1
* pmap: Do not send TLB flush IPI when a cpu is idleSamuel Thibault2023-02-152-1/+3
* Fix warningSamuel Thibault2023-02-141-2/+2
* Remove verbose debug printfsDamien Zammit2023-02-141-1/+0
* pmap: Signal cpu for TLB update if kernel_pmapDamien Zammit2023-02-131-1/+1
* move kernel virtual address space to upper addressesLuca Dariz2023-02-121-2/+10
* separate initialization of kernel and user PTP tablesLuca Dariz2023-02-122-19/+51
* add more explicit names for user space virtual space limitsLuca Dariz2023-02-121-9/+9
* use L4 page table directly on x86_64 instead of short-circuiting to pdpbaseLuca Dariz2023-02-122-26/+78
* factor out PAE-specific bootstrapLuca Dariz2023-02-121-32/+40
* factor out xen-specific bootstrapLuca Dariz2023-02-121-51/+56
* pmap: Fix warningSamuel Thibault2023-02-121-2/+3
* prepare pmap helpers for full 64 bit memory mapLuca Dariz2023-02-121-5/+23
* add L4 kmem cache for x86_64Luca Dariz2023-02-121-15/+19
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-2/+2
* Lock get_mapwindow infrastructureSamuel Thibault2023-02-071-0/+5
* pmap: Refactor temporary mapping functionsDamien Zammit2023-02-032-0/+99