aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Load 64-bit ELFs on all 64-bit portsSergey Bugaev2024-03-272-3/+3
* Use the x86_64 message ABI on all 64-bit portsSergey Bugaev2024-03-272-7/+7
* Disable host_kernel_version() everywhere but on i386Sergey Bugaev2024-03-272-5/+5
* Do not install device/input.hSamuel Thibault2024-03-152-1/+1
* x86_64: avoid iterating over the message twice in copyoutmsg/copyinmsg for fa...Flavio Cruz2024-03-113-115/+66
* move x86 copy_user.[ch] to ipc/ and make it arch-indipendentLD2024-03-099-17/+20
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-0935-65/+35
* x86_64: split SET_KERNEL_SEGMENTS() for NCPU > 1Luca Dariz2024-03-091-3/+7
* linux: Add missing includeSamuel Thibault2024-03-041-0/+2
* vm_allocate_contiguous: Add missing page unwiring after making the area non-p...Samuel Thibault2024-03-041-0/+3
* x86_64 locore: Check segmentation by handSamuel Thibault2024-03-041-0/+20
* pmap: Avoid leaking USER bit in page tablesSamuel Thibault2024-03-031-5/+6
* kernel traps: also catch general protection faultsSamuel Thibault2024-03-031-0/+3
* Check for null ports in task_set_essential, task_set_name and thread_set_name.Flavio Cruz2024-02-282-0/+9
* vm_map: Add comment and assert for vm_map_deleteDamien Zammit2024-02-231-0/+7
* spl: Introduce assert_splvm and use it in process_pmap_updatesSamuel Thibault2024-02-232-0/+2
* kern: move pset_idle_lock/unlock to headerSamuel Thibault2024-02-233-14/+16
* kern: Use _nocheck variants of locks taken at splsched()Damien Zammit2024-02-232-16/+28
* kern: Use _irq variant of lock and disable interruptsDamien Zammit2024-02-233-4/+4
* kern/processor: Do not set default_pset.empty on bootstrapDamien Zammit2024-02-231-2/+0
* kern/gsync: Use vm_map_lookup with keep_map_lockedDamien Zammit2024-02-221-13/+6
* vm_map_lookup: Add parameter for keeping map lockedDamien Zammit2024-02-225-9/+12
* Fix compile with MACH_LOCK_MONDamien Zammit2024-02-191-0/+7
* ddb: Use _irq variants of locks to satisfy LDEBUG assertsDamien Zammit2024-02-192-14/+18
* Introduce and use assert_splsched()Samuel Thibault2024-02-194-6/+7
* process_pmap_updates: Use _nocheck form of lock, already at splvmDamien Zammit2024-02-191-2/+5
* kern: Fix parenthesis around assignment used as valueDamien Zammit2024-02-191-1/+1
* locore: Remove unnecessary call to CPU_NUMBERDamien Zammit2024-02-182-4/+2
* smp: Set processor set to non-empty when adding a processorDamien Zammit2024-02-121-0/+1
* Add documentation for thread_set_nameSamuel Thibault2024-02-121-0/+11
* Add thread_set_name RPC.Flavio Cruz2024-02-124-4/+41
* Replace kernel header includes in include/mach/mach_types.h with forward decl...Flavio Cruz2024-02-1212-12/+20
* Enable MACH_HOSTDamien Zammit2024-02-111-2/+6
* task: fix addressability of assign_active fieldSamuel Thibault2024-02-111-2/+2
* smp: Create AP processor set and put all APs inside itDamien Zammit2024-02-113-1/+18
* ddb: Make show all runqs iterate over psets.Damien Zammit2024-02-111-3/+7
* smp: Fix unable to enter kdb during bootDamien Zammit2024-02-112-2/+1
* smp: Fix parenthesis around logic expression valueDamien Zammit2024-02-111-1/+1
* Fix build with APIC without SMPSamuel Thibault2024-02-102-1/+3
* smp: Fix compile error with missing apboot_addrDamien Zammit2024-02-092-5/+5
* smp: Fix INIT/STARTUP IPI sequenceDamien Zammit2024-02-094-40/+110
* SMP: Fix allocating the apboot pageSamuel Thibault2024-02-092-8/+9
* fpu: Fix cpuid feature detectionOlivier Valentin2024-02-081-3/+8
* Revert "fpu: Fix cpuid feature detection"Olivier Valentin2024-02-081-15/+25
* smp: Use HPET instead of pit one-shot that is unreliableDamien Zammit2024-02-081-4/+3
* Add HPET timer for small accurate delaysDamien Zammit2024-02-085-8/+150
* separate lapic_enable from lapic_setupDamien Zammit2024-02-084-5/+31
* apboot: avoid self-modifying codeSamuel Thibault2024-02-052-15/+10
* smp: Remove hardcoded AP_BOOT_ADDRDamien Zammit2024-02-054-11/+55
* Fix apic_send_ipi function clobbering read only fieldsDamien Zammit2024-02-052-3/+7