Age | Commit message (Expand) | Author |
2016-02-20 | Avoid slab allocation failures caused by memory fragmentation | Richard Braun |
2016-02-16 | Avoid panics on physical memory exhaustion | Richard Braun |
2016-02-14 | Reduce VM_KERNEL_MAP_SIZE | Samuel Thibault |
2016-02-07 | vm: initialize external maps | Justus Winter |
2016-02-07 | vm: allocate a large map for all objects larger than SMALL_SIZE | Justus Winter |
2016-02-07 | vm: remove unused field from struct vm_external | Justus Winter |
2016-02-07 | Remove kmem map | Richard Braun |
2016-02-06 | Change computation of slab size | Richard Braun |
2016-02-02 | Fix various memory managment errors | Richard Braun |
2016-02-02 | Fix unused variable warnings | Richard Braun |
2016-02-02 | Stack the slab allocator directly on top of the physical allocator | Richard Braun |
2016-01-30 | Fix early page allocation on Xen | Richard Braun |
2016-01-29 | Disable probing legacy IDE when AHCI driver works | Samuel Thibault |
2016-01-29 | Use PCI macros | Samuel Thibault |
2016-01-29 | ahci: print PCI bus/dev/fun in hexadecimal | Samuel Thibault |
2016-01-29 | Fallback on direct PCI access when no BIOS32 is available | Samuel Thibault |
2016-01-23 | Merge branch 'rbraun/vm_page' | Richard Braun |
2016-01-23 | Use vm_page as the physical memory allocator | Richard Braun |
2016-01-23 | Import the vm_page module from X15 and relicense to GPLv2+ | Richard Braun |
2016-01-23 | Import the biosmem module from X15 and relicense to GPLv2+ | Richard Braun |
2016-01-23 | Import the multiboot module from X15 and relicense to GPLv2+ | Richard Braun |
2016-01-23 | Import the elf module from X15 and relicense to GPLv2+ | Richard Braun |
2016-01-23 | Import the log2 module from X15 and relicense to GPLv2+ | Richard Braun |
2016-01-14 | Fix build with gcc-6 | Samuel Thibault |
2016-01-13 | Increase kernel map size | Samuel Thibault |
2016-01-02 | Completely disable strict aliasing | Richard Braun |
2016-01-02 | Fix object page list type | Richard Braun |
2016-01-02 | replace extern with static in some linux code | Flavio Cruz |
2016-01-02 | fix t_addr assignment in lpropen | Flavio Cruz |
2016-01-01 | remove unnused disk code and headers | Flavio Cruz |
2016-01-01 | fix some compiler warnings in gnumach | Flavio Cruz |
2016-01-01 | Slightly improve map debugging readability | Richard Braun |
2015-12-29 | Improve map debugging readability | Richard Braun |
2015-12-29 | Improve VM map debugging | Richard Braun |
2015-12-29 | Fix vm_map_copyout | Richard Braun |
2015-12-11 | Fix boot under kvm in linux 4.3 | Samuel Thibault |
2015-11-29 | Nicer out of memory condition reporting | Samuel Thibault |
2015-11-27 | Fix wired accounting | Samuel Thibault |
2015-11-27 | Fix ahci unit MAX_PORTS check | Samuel Thibault |
2015-11-27 | Fix bound | Samuel Thibault |
2015-11-27 | Fix missing format in printk | Samuel Thibault |
2015-10-31 | GNU Mach 1.6 | Thomas Schwinge |
2015-10-31 | Rework *.msgids handling when neither client nor server stubs are required | Thomas Schwinge |
2015-10-05 | Update NEWS file | Justus Winter |
2015-10-05 | Fix time going back in Xen case | Samuel Thibault |
2015-10-05 | Add generated mach documentation files to gitignore | Joshua Branson |
2015-09-29 | kern/slab: print total used and reclaimable memory | Justus Winter |
2015-09-29 | kern/slab: include flags in the slab information | Justus Winter |
2015-09-29 | ddb: fix line formatting | Justus Winter |
2015-09-29 | ddb: add new command `show slabinfo' | Justus Winter |