index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Load 64-bit ELFs on all 64-bit ports
Sergey Bugaev
2024-03-27
2
-3
/
+3
*
Use the x86_64 message ABI on all 64-bit ports
Sergey Bugaev
2024-03-27
2
-7
/
+7
*
Disable host_kernel_version() everywhere but on i386
Sergey Bugaev
2024-03-27
2
-5
/
+5
*
Do not install device/input.h
Samuel Thibault
2024-03-15
2
-1
/
+1
*
x86_64: avoid iterating over the message twice in copyoutmsg/copyinmsg for fa...
Flavio Cruz
2024-03-11
3
-115
/
+66
*
move x86 copy_user.[ch] to ipc/ and make it arch-indipendent
LD
2024-03-09
9
-17
/
+20
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
35
-65
/
+35
*
x86_64: split SET_KERNEL_SEGMENTS() for NCPU > 1
Luca Dariz
2024-03-09
1
-3
/
+7
*
linux: Add missing include
Samuel Thibault
2024-03-04
1
-0
/
+2
*
vm_allocate_contiguous: Add missing page unwiring after making the area non-p...
Samuel Thibault
2024-03-04
1
-0
/
+3
*
x86_64 locore: Check segmentation by hand
Samuel Thibault
2024-03-04
1
-0
/
+20
*
pmap: Avoid leaking USER bit in page tables
Samuel Thibault
2024-03-03
1
-5
/
+6
*
kernel traps: also catch general protection faults
Samuel Thibault
2024-03-03
1
-0
/
+3
*
Check for null ports in task_set_essential, task_set_name and thread_set_name.
Flavio Cruz
2024-02-28
2
-0
/
+9
*
vm_map: Add comment and assert for vm_map_delete
Damien Zammit
2024-02-23
1
-0
/
+7
*
spl: Introduce assert_splvm and use it in process_pmap_updates
Samuel Thibault
2024-02-23
2
-0
/
+2
*
kern: move pset_idle_lock/unlock to header
Samuel Thibault
2024-02-23
3
-14
/
+16
*
kern: Use _nocheck variants of locks taken at splsched()
Damien Zammit
2024-02-23
2
-16
/
+28
*
kern: Use _irq variant of lock and disable interrupts
Damien Zammit
2024-02-23
3
-4
/
+4
*
kern/processor: Do not set default_pset.empty on bootstrap
Damien Zammit
2024-02-23
1
-2
/
+0
*
kern/gsync: Use vm_map_lookup with keep_map_locked
Damien Zammit
2024-02-22
1
-13
/
+6
*
vm_map_lookup: Add parameter for keeping map locked
Damien Zammit
2024-02-22
5
-9
/
+12
*
Fix compile with MACH_LOCK_MON
Damien Zammit
2024-02-19
1
-0
/
+7
*
ddb: Use _irq variants of locks to satisfy LDEBUG asserts
Damien Zammit
2024-02-19
2
-14
/
+18
*
Introduce and use assert_splsched()
Samuel Thibault
2024-02-19
4
-6
/
+7
*
process_pmap_updates: Use _nocheck form of lock, already at splvm
Damien Zammit
2024-02-19
1
-2
/
+5
*
kern: Fix parenthesis around assignment used as value
Damien Zammit
2024-02-19
1
-1
/
+1
*
locore: Remove unnecessary call to CPU_NUMBER
Damien Zammit
2024-02-18
2
-4
/
+2
*
smp: Set processor set to non-empty when adding a processor
Damien Zammit
2024-02-12
1
-0
/
+1
*
Add documentation for thread_set_name
Samuel Thibault
2024-02-12
1
-0
/
+11
*
Add thread_set_name RPC.
Flavio Cruz
2024-02-12
4
-4
/
+41
*
Replace kernel header includes in include/mach/mach_types.h with forward decl...
Flavio Cruz
2024-02-12
12
-12
/
+20
*
Enable MACH_HOST
Damien Zammit
2024-02-11
1
-2
/
+6
*
task: fix addressability of assign_active field
Samuel Thibault
2024-02-11
1
-2
/
+2
*
smp: Create AP processor set and put all APs inside it
Damien Zammit
2024-02-11
3
-1
/
+18
*
ddb: Make show all runqs iterate over psets.
Damien Zammit
2024-02-11
1
-3
/
+7
*
smp: Fix unable to enter kdb during boot
Damien Zammit
2024-02-11
2
-2
/
+1
*
smp: Fix parenthesis around logic expression value
Damien Zammit
2024-02-11
1
-1
/
+1
*
Fix build with APIC without SMP
Samuel Thibault
2024-02-10
2
-1
/
+3
*
smp: Fix compile error with missing apboot_addr
Damien Zammit
2024-02-09
2
-5
/
+5
*
smp: Fix INIT/STARTUP IPI sequence
Damien Zammit
2024-02-09
4
-40
/
+110
*
SMP: Fix allocating the apboot page
Samuel Thibault
2024-02-09
2
-8
/
+9
*
fpu: Fix cpuid feature detection
Olivier Valentin
2024-02-08
1
-3
/
+8
*
Revert "fpu: Fix cpuid feature detection"
Olivier Valentin
2024-02-08
1
-15
/
+25
*
smp: Use HPET instead of pit one-shot that is unreliable
Damien Zammit
2024-02-08
1
-4
/
+3
*
Add HPET timer for small accurate delays
Damien Zammit
2024-02-08
5
-8
/
+150
*
separate lapic_enable from lapic_setup
Damien Zammit
2024-02-08
4
-5
/
+31
*
apboot: avoid self-modifying code
Samuel Thibault
2024-02-05
2
-15
/
+10
*
smp: Remove hardcoded AP_BOOT_ADDR
Damien Zammit
2024-02-05
4
-11
/
+55
*
Fix apic_send_ipi function clobbering read only fields
Damien Zammit
2024-02-05
2
-3
/
+7
[prev]
[next]