summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-23fix error in vm_map.hmplaneta/gsoc12/prereviewMaksym Planeta
2012-10-19Fix warningMaksym Planeta
2012-10-19Fix typo.Maksym Planeta
2012-10-19Fix style in previous commitsMaksym Planeta
2012-10-19Fix errors in commit d43be08aMaksym Planeta
2012-10-08Add processing of page faults in clusteres in Mach kernelMaksym Planeta
2012-10-08Add special treatment in memory_object_data_error RPC.Maksym Planeta
2012-10-08Update debugging functions to make them inform caller about memory advice.Maksym Planeta
2012-10-08Add RPC that supplies user with general information regarding memory advice.Maksym Planeta
2012-10-08Add 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
2012-03-14Simplify splxSamuel Thibault
2012-03-14Fix variable types according to assembly useSamuel Thibault
2012-03-14Stick to binutils ELF scriptsSamuel Thibault
2012-03-14Fix PAE page frame number mask.Samuel Thibault
2012-03-14Fix Xen bootstrap at virtual address above 1GiBSamuel Thibault
2012-03-14Simplify i386at_initSamuel Thibault