summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-06Fix typomplaneta/gsoc12/review_v1Maksym Planeta
2013-03-06Fix compiler errors and warningMaksym Planeta
2013-03-06Fix possible bugs for normal and sequential policies when values for readahea...Maksym Planeta
2013-03-06Fix variable names in commentMaksym Planeta
2013-03-06Implement pageout for sequential policyMaksym Planeta
2013-03-06Fix errors done in commit 34100aMaksym Planeta
2013-02-20Remove unused parameters for unimplemented functionMaksym Planeta
2013-02-20Add commit that describes purpose of default policyMaksym Planeta
2013-02-18Fix minor style issuesMaksym Planeta
2013-02-18Remove VM_ADVICE_KEEPMaksym Planeta
2012-11-07Fix bug in cleanup after error.mplaneta/gsoc12/reviewMaksym Planeta
2012-10-28Add processing of page faults in clusteres in Mach kernelMaksym Planeta
2012-10-28Add special treatment in memory_object_data_error RPC.Maksym Planeta
2012-10-28Update debugging functions to make them inform caller about memory advice.Maksym Planeta
2012-10-28Add RPC that supplies user with general information regarding memory advice.Maksym Planeta
2012-10-28Add IPC functions that allow user to manipulate with memory advice.Maksym Planeta
2012-10-08Add memory advice attribute to memory object and entry.Maksym Planeta
2012-05-17Offset bios32 entrySamuel Thibault
2012-05-17Clear direction flag after bios32 callSamuel Thibault
2012-05-05Offset kernel addresses by 3GiBSamuel Thibault
2012-05-05Document how to offset the kernel to get better debuggingSamuel Thibault
2012-04-27Augment VM maps with a red-black treeRichard Braun
2012-04-22Update comments.Richard Braun
2012-04-22Fix copyright assignmentRichard Braun
2012-04-06Check hyp_stack_switch returnSamuel Thibault
2012-04-06Fix integer typeSamuel Thibault
2012-04-06Do not take address of va_list variableSamuel Thibault
2012-03-24Fix Xen boot after c74adfeSamuel Thibault
2012-03-24Relocate kernel at bootupSamuel Thibault
2012-03-24Make sure BIOS area is mapped in kernel threadsSamuel Thibault
2012-03-24Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESSSamuel Thibault
2012-03-24Add missing phystokv/kvtophys callsSamuel Thibault
2012-03-24Fix issig crash at bootSamuel Thibault
2012-03-24Fix wrap-around in pmap bootstrapSamuel Thibault
2012-03-23Fix boot with big values of _startSamuel Thibault
2012-03-22Refer to `PFN_LIST' on Xen only.Ludovic Courtès
2012-03-20Use long typesSamuel Thibault
2012-03-20Complain about Xen console smash only once at a timeSamuel Thibault
2012-03-20Make xchgl arch-neutralSamuel Thibault
2012-03-20Use compiler defined __i386__ symbol instead of use defined i386Guillem Jover
2012-03-20Change types holding cpu flags from int to longGuillem Jover
2012-03-20Match type for count with tty_get_status and tty_set_statusGuillem Jover
2012-03-19Use unsigned int for ELF 32bit valuesSamuel Thibault
2012-03-18Fix assembly snippet portabilitySamuel Thibault
2012-03-18Use unsigned long types for addressesSamuel Thibault
2012-03-18Use unsigned long for registersSamuel Thibault
2012-03-18Do not hardcode structure offsetSamuel Thibault
2012-03-18Set Xen kernel virtual address to 0xC0000000Samuel Thibault
2012-03-18Fix access above 4GiB in bootstrap page tableSamuel Thibault
2012-03-15Fix build error introduced in 5f701793f63f16d111db3e3d2e91134fcc179c5b.Thomas Schwinge