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
*
Add and use ikm_cache_alloc/free/_try
Samuel Thibault
2023-10-01
5
-45
/
+65
*
ddb: Make whatis print copy/pastable text
Samuel Thibault
2023-10-01
1
-8
/
+9
*
slab: Make whatis look further
Samuel Thibault
2023-10-01
1
-3
/
+53
*
com/lpr: Handle masking of interrupts in the driver
Damien Zammit
2023-10-01
2
-8
/
+6
*
kd: Handle masking of keyboard interrupt in the driver
Damien Zammit
2023-10-01
3
-2
/
+8
*
mach_port_names: Make sure we did not overflow the allocated area
Samuel Thibault
2023-10-01
1
-1
/
+2
*
pmap: Factorize l4 base access
Samuel Thibault
2023-10-01
1
-2
/
+5
*
copyout_unpack_msg_type: Avoid changing the kernel header
Samuel Thibault
2023-10-01
1
-2
/
+14
*
ddb: Add whatis command
Samuel Thibault
2023-10-01
10
-2
/
+315
*
Re-enable MACH_PCSAMPLE for non-smp
Samuel Thibault
2023-09-30
1
-1
/
+6
*
Allow disabling of MACH_PCSAMPLE and disable by default
Damien Zammit
2023-09-30
2
-17
/
+17
*
ioapic: Add simple locking for non-atomic accesses
Damien Zammit
2023-09-30
1
-0
/
+9
*
ioapic: Detect version of IOAPIC for correct EOI handling
Damien Zammit
2023-09-30
1
-1
/
+14
*
kdb: Add "show all runqs" debug command
Damien Zammit
2023-09-29
4
-0
/
+35
*
x86_64: Drop segments from thread status
Samuel Thibault
2023-09-28
1
-5
/
+5
*
x86_64: remove more unneeded segment selectors handling on full 64bit
Samuel Thibault
2023-09-28
1
-0
/
+2
*
percpu: simplify access in NCPUS==1 case
Samuel Thibault
2023-09-27
2
-2
/
+19
*
Update the 64bit RPC ABI to be simpler
Flavio Cruz
2023-09-25
3
-21
/
+123
*
percpu: active_stack with gs
Damien Zammit
2023-09-25
9
-23
/
+17
*
x86_64: Change active_threads to use gs like i386
Damien Zammit
2023-09-25
2
-5
/
+4
*
SMP: Fix setting up initial gdt
Samuel Thibault
2023-09-24
3
-24
/
+29
*
boothdr: Fix initial gdt
Samuel Thibault
2023-09-24
1
-1
/
+2
*
cpuboot: Also set up %gs for AP
Samuel Thibault
2023-09-24
2
-10
/
+73
*
boothdr: Do not bother computing precise limit
Samuel Thibault
2023-09-24
2
-4
/
+2
*
boothdr: Drop spurious limit field
Samuel Thibault
2023-09-24
1
-1
/
+1
*
Use fewer cpu_number_slow calls
Samuel Thibault
2023-09-24
2
-2
/
+2
*
percpu active_thread using gs segment
Damien Zammit
2023-09-24
12
-14
/
+13
*
spl: Use gs to access CPU number
Samuel Thibault
2023-09-24
1
-8
/
+8
*
boothdr: Also set up %gs for percpu access
Samuel Thibault
2023-09-24
2
-10
/
+61
*
start/switch_timer: Use CPU_NUMBER
Samuel Thibault
2023-09-24
2
-4
/
+4
*
percpu area using gs segment
Damien Zammit
2023-09-24
19
-53
/
+194
*
cpu_number: Inline widely used simple function
Damien Zammit
2023-09-24
6
-36
/
+12
*
gdt: Cleanup gdt.h included in asm
Damien Zammit
2023-09-24
8
-9
/
+9
*
cpuboot: Use CPU_NUMBER_NO_STACK before stack is set up
Damien Zammit
2023-09-23
1
-1
/
+1
*
Fix 64bit xen build
Samuel Thibault
2023-08-30
1
-2
/
+3
*
linux: DMA32 is now correctly handled
Samuel Thibault
2023-08-30
1
-1
/
+0
*
vm_page_bootalloc: Return a phys_addr_t
Samuel Thibault
2023-08-29
3
-3
/
+4
*
vm_page: Fix setting higher bits in physical addresses
Samuel Thibault
2023-08-29
1
-2
/
+2
*
mach_vm_object_pages: Extend for PAE
Samuel Thibault
2023-08-28
4
-20
/
+100
*
vm_allocate_contiguous: Accept returning end of allowed memory
Samuel Thibault
2023-08-28
1
-1
/
+1
*
typo
Samuel Thibault
2023-08-28
1
-1
/
+1
*
i386_btop/ptob/trunc/round_page: Fix PAE case
Samuel Thibault
2023-08-28
1
-4
/
+4
*
pmap_phys_address: Fix casting
Samuel Thibault
2023-08-28
1
-1
/
+1
*
Fix crash at boot
Samuel Thibault
2023-08-28
6
-5
/
+13
*
pmap: Fix spurious pte release on 64bit and PAE
Samuel Thibault
2023-08-28
1
-2
/
+2
*
Fix non-SMP build
Samuel Thibault
2023-08-22
1
-0
/
+1
*
sched_prim.c: Check all run queues not just master processor
Damien Zammit
2023-08-22
1
-2
/
+8
*
eventcount: Fix locking thread while calling thread_setrun
Samuel Thibault
2023-08-22
1
-1
/
+1
*
sched_prim.c: Lock thread when calling thread_setrun
Damien Zammit
2023-08-22
1
-0
/
+2
*
apic: Use cpuid to read the apic id for speed
Damien Zammit
2023-08-22
4
-12
/
+28
[next]