summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-30Fix early page allocation on XenRichard Braun
2016-01-29Disable probing legacy IDE when AHCI driver worksSamuel Thibault
2016-01-29Use PCI macrosSamuel Thibault
2016-01-29ahci: print PCI bus/dev/fun in hexadecimalSamuel Thibault
2016-01-29Fallback on direct PCI access when no BIOS32 is availableSamuel Thibault
2016-01-23Merge branch 'rbraun/vm_page'Richard Braun
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2016-01-23Import the vm_page module from X15 and relicense to GPLv2+Richard Braun
2016-01-23Import the biosmem module from X15 and relicense to GPLv2+Richard Braun
2016-01-23Import the multiboot module from X15 and relicense to GPLv2+Richard Braun
2016-01-23Import the elf module from X15 and relicense to GPLv2+Richard Braun
2016-01-23Import the log2 module from X15 and relicense to GPLv2+Richard Braun
2016-01-14Fix build with gcc-6Samuel Thibault
2016-01-13Increase kernel map sizeSamuel Thibault
2016-01-02Completely disable strict aliasingRichard Braun
2016-01-02Fix object page list typeRichard Braun
2016-01-02replace extern with static in some linux codeFlavio Cruz
2016-01-02fix t_addr assignment in lpropenFlavio Cruz
2016-01-01remove unnused disk code and headersFlavio Cruz
2016-01-01fix some compiler warnings in gnumachFlavio Cruz
2016-01-01Slightly improve map debugging readabilityRichard Braun
2015-12-29Improve map debugging readabilityRichard Braun
2015-12-29Improve VM map debuggingRichard Braun
2015-12-29Fix vm_map_copyoutRichard Braun
2015-12-11Fix boot under kvm in linux 4.3Samuel Thibault
2015-11-29Nicer out of memory condition reportingSamuel Thibault
2015-11-27Fix wired accountingSamuel Thibault
2015-11-27Fix ahci unit MAX_PORTS checkSamuel Thibault
2015-11-27Fix boundSamuel Thibault
2015-11-27Fix missing format in printkSamuel Thibault
2015-10-31GNU Mach 1.6v1.6Thomas Schwinge
2015-10-31Rework *.msgids handling when neither client nor server stubs are requiredThomas Schwinge
2015-10-05Update NEWS fileJustus Winter
2015-10-05Fix time going back in Xen caseSamuel Thibault
2015-10-05Add generated mach documentation files to gitignoreJoshua Branson
2015-09-29kern/slab: print total used and reclaimable memoryJustus Winter
2015-09-29kern/slab: include flags in the slab informationJustus Winter
2015-09-29ddb: fix line formattingJustus Winter
2015-09-29ddb: add new command `show slabinfo'Justus Winter
2015-09-27i386: trace syscalls of a single taskJustus Winter
2015-09-27i386: improve syscall tracingJustus Winter
2015-09-27Fix build with -DDEBUGJustus Winter
2015-09-27kern/bootstrap: drop into the debuggerJustus Winter
2015-09-19Add macros to convert between time_value_t and timespecFlávio Cruz
2015-09-07kern: use proper memory fences when handling the mapped timeJustus Winter
2015-09-07kern: fix loop reading the time valueJustus Winter
2015-09-07commit fce798016c4bd2be89b86b0d343ab54505409412Rik van Riel
2015-08-31Reserve 64k at beginning of memory, not just 4kSamuel Thibault
2015-08-30Fix printk not handling ANSI escape codesJames Clarke
2015-08-28Make sure the reply port's reference is released when the thread needs to be ...Flávio Cruz