summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-12-19make things fit, by skipping pcn* for now -- randomly firing a driver.Theo de Raadt
2015-12-19move to 5.9-betaTheo de Raadt
2015-12-19Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).Martin Pieuchot
2015-12-18A store to FPA does not need splnet(). The operation is atomic.Visa Hankala
2015-12-18Prevent uvm_fault() when hitting a breakpoint by restoring the originalGerhard Roth
2015-12-17add a size to free. from MathieuTed Unangst
2015-12-17Move vcpu register state init to vmd. Allows vmd bootloader to make theMike Larkin
2015-12-16Remove the solbourne entries now that all its code is gone.mmcc
2015-12-15remove some not interesting debug printfsMike Larkin
2015-12-15support reset vcpu by triple fault (kernel part, userland fix will comeMike Larkin
2015-12-14Support only one vcpu for now, until we implement SMP support.Mike Larkin
2015-12-14track used memory in each VM. This is passed back to vmctl status.Mike Larkin
2015-12-14s/begining/beginning/gmmcc
2015-12-12comment typommcc
2015-12-12Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do notVisa Hankala
2015-12-12Identify hypervisors before configuring other children of the mainbusReyk Floeter
2015-12-11comment typommcc
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-12-10Remove remaining Solbourne code.mmcc
2015-12-10comment typommcc
2015-12-09successful vmm enter/leave does not need to be reportedTheo de Raadt
2015-12-08Disable xspd(4) until the man page is written; noticed by reyk@Mike Belopuhov
2015-12-08Driver for the XenSource Platform DeviceMike Belopuhov
2015-12-08Set up an IDT vector for Xen callbacksMike Belopuhov
2015-12-08Setup a hypercall page in the kernel .text segmentMike Belopuhov
2015-12-08Xen basic infrastructure files and pvbus(4) attachment.Mike Belopuhov
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-12-07Add cpuid bits documented in the August 2015 revision ofJonathan Gray
2015-12-06child_return() is already declared in <sys/proc.h>Philip Guenther
2015-12-06add function prototypeMike Larkin
2015-12-06move around some deck chairs in preparation for supporting VM reboot. thisMike Larkin
2015-12-06Don't bother printing out the count of what type of cpu we have. InsteadMike Larkin
2015-12-06don't allow opening of /dev/vmm if we are in an unsupported configurationMike Larkin
2015-12-06unbreak kernel link if vmm isnt being built as part of the kernel.David Gwynne
2015-12-06restore VMM mode after resume from suspend/hibernateMike Larkin
2015-12-05Avoid using ifq_deq_rollback().Mark Kettenis
2015-12-05AMD Family 12h and later processors keep their APIC clock running in deeperMark Kettenis
2015-12-04Add intr_barrier() just in case...Mark Kettenis
2015-12-04add a missing mtx_leave before a panic to give ddb/reboot a betterJonathan Gray
2015-12-03Let the IP27 kernel build with DEBUG.Visa Hankala
2015-12-02Enable the DR1 region even with 32-bit page table entries. Those haveVisa Hankala
2015-12-02Clean up octeon memory region setup.Visa Hankala
2015-12-02Add a padding in EFI_MEMORY_DESCRIPTOR to align fields properly on ia32.YASUOKA Masahiko
2015-12-02Add missing start_i386.S for ia32. Also start.S is renamed toYASUOKA Masahiko
2015-12-01Change a lot of "else if" lines to single switch block.YASUOKA Masahiko
2015-12-01Pass M_NOWAIT when allocating a temporary page in vm_writepage() to beMartin Pieuchot
2015-12-01Instead of using a supplementary variable to check if we found a VCPUMartin Pieuchot
2015-12-01Do not wait when allocating a page in vcpu_init().Martin Pieuchot
2015-12-01KNFMartin Pieuchot
2015-12-01Prettify dmesg output.Martin Pieuchot