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
/
slab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a compiler warning.
jbranso@dismail.de
2024-10-21
1
-1
/
+1
*
slab: Make whatis look further
Samuel Thibault
2023-10-01
1
-3
/
+53
*
ddb: Add whatis command
Samuel Thibault
2023-10-01
1
-1
/
+39
*
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
*
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-19
1
-0
/
+1
*
vm_page_grab: allow allocating in high memory
Samuel Thibault
2021-08-27
1
-1
/
+1
*
Rework pageout to handle multiple segments
Richard Braun
2016-09-21
1
-1
/
+1
*
Redefine what an external page is
Richard Braun
2016-09-21
1
-2
/
+2
*
Fix page fault in critical section in the slab allocator
Richard Braun
2016-06-29
1
-28
/
+36
*
Fix locking error in the slab allocator
Richard Braun
2016-06-29
1
-19
/
+18
*
Relax slab allocation alignment constraint
Richard Braun
2016-03-09
1
-8
/
+12
*
Remove kmem cache flags from the debugging interface
Richard Braun
2016-02-22
1
-6
/
+1
*
Fix slab allocator option handling
Richard Braun
2016-02-22
1
-49
/
+65
*
Optimize slab lookup on the free path
Richard Braun
2016-02-22
1
-11
/
+43
*
Fix unused variable warnings
Richard Braun
2016-02-22
1
-2
/
+0
*
Avoid slab allocation failures caused by memory fragmentation
Richard Braun
2016-02-20
1
-62
/
+91
*
Remove kmem map
Richard Braun
2016-02-07
1
-13
/
+0
*
Change computation of slab size
Richard Braun
2016-02-06
1
-56
/
+26
*
Fix various memory managment errors
Richard Braun
2016-02-02
1
-12
/
+27
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
1
-93
/
+47
*
Increase kernel map size
Samuel Thibault
2016-01-13
1
-1
/
+1
*
kern/slab: print total used and reclaimable memory
Justus Winter
2015-09-29
1
-1
/
+10
*
kern/slab: include flags in the slab information
Justus Winter
2015-09-29
1
-6
/
+7
*
ddb: add new command `show slabinfo'
Justus Winter
2015-09-29
1
-3
/
+18
*
kern/slab: fix locking
Justus Winter
2015-07-18
1
-1
/
+1
*
kern: import `macros.h' from x15
Justus Winter
2015-05-19
1
-1
/
+1
*
kern: silence compiler warning about uninitialized variable
Justus Winter
2014-09-30
1
-1
/
+2
*
Reduce kmem_map to make room for kentry_data_size
Samuel Thibault
2014-02-12
1
-1
/
+1
*
kern: make kmem_error panic
Justus Winter
2014-02-04
1
-2
/
+2
*
kern: use kmem_warn instead of kmem_error in kmem_cache_error
Justus Winter
2014-02-04
1
-1
/
+1
*
kern/slab.c: initialize info_size
Marin Ramesa
2013-11-19
1
-1
/
+1
*
kern/slab.c: initialize optimal_embed
Marin Ramesa
2013-11-19
1
-1
/
+1
*
(slab_info): fix format warnings
Marin Ramesa
2013-06-29
1
-1
/
+1
*
Fix object construction in the slab allocator
Richard Braun
2013-06-09
1
-4
/
+10
*
Fix yet another locking error in the slab allocator
Richard Braun
2013-06-02
1
-0
/
+1
*
Reduce fragmentation in the slab allocator
Richard Braun
2013-05-16
1
-2
/
+5
*
Rename list_insert to list_insert_head
Richard Braun
2013-05-16
1
-4
/
+4
*
Drop unused variables
Miguel Figueiredo
2013-05-13
1
-1
/
+0
*
Optimize slab reaping
Richard Braun
2013-04-21
1
-13
/
+10
*
Rework slab lists handling
Richard Braun
2013-04-21
1
-74
/
+8
*
Fix locking error in the slab allocator
Richard Braun
2013-04-21
1
-0
/
+2
*
Fix slab cache list locking
Richard Braun
2013-01-08
1
-4
/
+4
*
Add function to dump a raw summary of the slab allocator state
Richard Braun
2013-01-08
1
-0
/
+29
*
Fix slab collection timing
Richard Braun
2012-07-08
1
-4
/
+4
*
Increase the slab collection interval
Richard Braun
2012-07-07
1
-1
/
+1
*
Merge kalloc_map into kmem_map
Richard Braun
2012-07-07
1
-17
/
+4
*
Fix copyright assignment
Richard Braun
2012-04-22
1
-2
/
+25
[next]