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
*
kern: Add a mach host operation which returns elapsed time since bootup
Zhaoming Luo
2024-12-29
2
-0
/
+40
*
kern: Comment fixed
Zhaoming Luo
2024-12-24
2
-2
/
+2
*
smp: Parallel SMP init
Damien Zammit via Bug reports for the GNU Hurd
2024-12-22
1
-4
/
+0
*
task_info: Fix resident_size overflow
Samuel Thibault
2024-12-15
1
-1
/
+1
*
fix a compiler warning.
jbranso@dismail.de
2024-10-21
1
-1
/
+1
*
Add thread_get_name RPC to get the name of a thread.
Flavio Cruz
2024-07-14
1
-0
/
+21
*
Add thread_set_self_state() trap
Sergey Bugaev
2024-04-16
3
-1
/
+47
*
elf-load: Respect PT_GNU_STACK
Sergey Bugaev
2024-03-29
2
-4
/
+11
*
kern/rdxtree: Fix undefined behavior
Sergey Bugaev
2024-03-27
1
-2
/
+2
*
gsync: Use copyin()/copyout() to access user memory
Sergey Bugaev
2024-03-27
1
-7
/
+31
*
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
[next]