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
path:
root
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Load 64-bit ELFs on all 64-bit ports
Sergey Bugaev
2024-03-27
1
-1
/
+1
*
Disable host_kernel_version() everywhere but on i386
Sergey Bugaev
2024-03-27
1
-2
/
+2
*
move x86 copy_user.[ch] to ipc/ and make it arch-indipendent
LD
2024-03-09
1
-1
/
+1
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
14
-14
/
+14
*
Check for null ports in task_set_essential, task_set_name and thread_set_name.
Flavio Cruz
2024-02-28
2
-0
/
+9
*
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
1
-1
/
+1
*
Fix compile with MACH_LOCK_MON
Damien Zammit
2024-02-19
1
-0
/
+7
*
Introduce and use assert_splsched()
Samuel Thibault
2024-02-19
3
-6
/
+6
*
kern: Fix parenthesis around assignment used as value
Damien Zammit
2024-02-19
1
-1
/
+1
*
smp: Set processor set to non-empty when adding a processor
Damien Zammit
2024-02-12
1
-0
/
+1
*
Add thread_set_name RPC.
Flavio Cruz
2024-02-12
2
-0
/
+28
*
Replace kernel header includes in include/mach/mach_types.h with forward decl...
Flavio Cruz
2024-02-12
3
-0
/
+7
*
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
*
smp: Fix parenthesis around logic expression value
Damien Zammit
2024-02-11
1
-1
/
+1
*
mach_msg: Fix checking reception size
Samuel Thibault
2023-10-01
1
-1
/
+1
*
Add and use ikm_cache_alloc/free/_try
Samuel Thibault
2023-10-01
2
-23
/
+13
*
slab: Make whatis look further
Samuel Thibault
2023-10-01
1
-3
/
+53
*
ddb: Add whatis command
Samuel Thibault
2023-10-01
2
-1
/
+40
*
Allow disabling of MACH_PCSAMPLE and disable by default
Damien Zammit
2023-09-30
1
-16
/
+16
*
kdb: Add "show all runqs" debug command
Damien Zammit
2023-09-29
1
-0
/
+1
*
percpu: active_stack with gs
Damien Zammit
2023-09-25
3
-8
/
+3
*
SMP: Fix setting up initial gdt
Samuel Thibault
2023-09-24
1
-1
/
+1
*
percpu active_thread using gs segment
Damien Zammit
2023-09-24
7
-10
/
+8
*
percpu area using gs segment
Damien Zammit
2023-09-24
4
-19
/
+11
*
cpu_number: Inline widely used simple function
Damien Zammit
2023-09-24
3
-3
/
+4
*
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
*
slab: Optimize non-slab PAGE_SIZE allocations
Samuel Thibault
2023-08-21
1
-0
/
+4
*
pmap+slab: Add more smoketests
Samuel Thibault
2023-08-14
1
-0
/
+3
*
slab [SLAB_VERIFY]: Fix not enabling KMEM_CF_VERIFY on 4K slabs
Samuel Thibault
2023-08-14
1
-1
/
+1
*
slab [SLAB_VERIFY]: Do not enable KMEM_CF_VERIFY on large slabs
Samuel Thibault
2023-08-13
1
-3
/
+3
*
lock: Fix SMP build
Samuel Thibault
2023-08-13
1
-1
/
+1
*
kern/sched_prim: Cause ast on cpu coming out of idle
Damien Zammit
2023-08-13
1
-0
/
+6
*
simple lock: check that the non-_irq variants are not called from IRQ
Samuel Thibault
2023-08-12
1
-2
/
+8
*
assert: fix concurrency against irqs
Samuel Thibault
2023-08-12
1
-6
/
+7
*
clock: Convert timer_lock to using simple_lock_irq
Samuel Thibault
2023-08-12
1
-33
/
+17
*
sched: Add waitq_lock helpers which check they are called at spl7
Samuel Thibault
2023-08-12
1
-6
/
+21
*
sched: Add runq_lock helpers which check they are called at spl7
Samuel Thibault
2023-08-12
4
-11
/
+26
*
kern: Check that locking thread is done at spl7
Samuel Thibault
2023-08-12
1
-2
/
+13
*
lock: Add _irq variants
Samuel Thibault
2023-08-12
1
-9
/
+75
*
lock: Add more sanity checks
Samuel Thibault
2023-08-12
1
-0
/
+3
*
lock: Reset l->writer also for read-write upgradees which are done
Samuel Thibault
2023-08-12
1
-2
/
+5
*
lock: Fix building with MACH_LDEBUG but NCPUS==1
Samuel Thibault
2023-08-12
1
-1
/
+1
[next]