summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2016-03-08additional debug printfsMike Larkin
2016-03-06Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-03VM guest memory is allocated via an uvm anon memory range.Stefan Kempf
2016-03-03Re-introduce computation of memory used by a VM.Stefan Kempf
2016-03-03Unwind the trapframe correctly when a breakpoint is set on `syscall'.Martin Pieuchot
2016-03-03Kill db_x86_64_regop() to unify how db_regs[] is defined between archs.Martin Pieuchot
2016-03-03Kill BPTTRAP() and reduce some differences betwen i386 and amd64 trapMartin Pieuchot
2016-03-01db_sym_numargs() has always been defined to FALSE so nuke it with allMartin Pieuchot
2016-03-01Kill never called db_find_trace_symbols().Martin Pieuchot
2016-02-27Rename kdb_trap() into db_ktrap().Martin Pieuchot
2016-02-26Rename and move x86 calllframe definitions in <machine/frame.h> to useMartin Pieuchot
2016-02-26Remove stale RAIDframe entries from chrtoblktbl.natano
2016-02-26SYMTAB_SPACE is no longer used (last used with a.out ddb)Mike Larkin
2016-02-23Fix previous: Need to free vc_msr_bitmap_va, notStefan Kempf
2016-02-23Plug memleak: make sure that the MSR bitmap is freed in the VCPU initStefan Kempf
2016-02-20Add "interrupt pending on vcpu" ioctl to vmm. Needed for upcoming interruptMike Larkin
2016-02-19belatedly bump bootstrap version after mdrandom() changes; ok deraadt@Christian Weisgerber
2016-02-16Allow userland to initialize CR0 when resetting a VCPU instead ofStefan Kempf
2016-02-12Remove the "GenuineIntel" check from x86 mdrandom(). Checking theChristian Weisgerber
2016-02-08Set EPT bits of guest pages in pmap_enter instead of doing itStefan Kempf
2016-02-05Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4)Masao Uebayashi
2016-02-04Some (buggy) UEFI implementations don't report the correct framebufferMark Kettenis
2016-02-03Test cpuid_level or ci->ci_pnfeatset before using a CPUID leaf; some BIOSesPhilip Guenther
2016-02-02enable xen devices here as wellJonathan Gray
2016-01-29Move a pool_put() to avoid a use after free.Jonathan Gray
2016-01-27Add a key-value interface to pvbus(4) that allows to get or set valuesReyk Floeter
2016-01-25Zero when malloc'ing a buffer to be copyed out to userland to avoidJonathan Gray
2016-01-20add hidmt, a HID-layer driver for multitouch touchpads that conformJoshua Stein
2016-01-19Correct the definitions of currently unused protocol guids so they willJonathan Gray
2016-01-17enable ikbd(4)Jonathan Gray
2016-01-15enable sdhc@acpi so emmc will be available at install timeJonathan Gray
2016-01-14Eable ikbd(4).Mark Kettenis
2016-01-13Enable Xen support in GENERIC; discussed with deraadt@Mike Belopuhov
2016-01-12naddy observed the TSC fallback code could encounter (high word) %edxTheo de Raadt
2016-01-12Add dwiic, a driver for the Synopsys DesignWare i2c controller foundJoshua Stein
2016-01-11Enable sdhc* at acpi?.Mark Kettenis
2016-01-11Add a "mux -1" locator to wsdisplay(4) instances representing secondaryMark Kettenis
2016-01-10match up code and comments, add missing $OpenBSD$; ok jsing@ a while agoChristian Weisgerber
2016-01-10Page fault handling tweaks for vmm:Stefan Kempf
2016-01-10Introduce acpi_intr_establish(9), an API to establish interrupt handlers forMark Kettenis
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Add "vmm" pledge to allow restricted ioctl access to /dev/vmm.Reyk Floeter
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2016-01-08Use off_t to store the offset we want to access the NVRAM atStefan Kempf
2016-01-07Xen virtual networking interface (Netfront) driver.Mike Belopuhov
2016-01-06We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06Bring efidev.c goodness into softraid.c by returning and displayingKenneth R Westerback
2016-01-04Remove parameter name from gpt_chk_mbr() prototype and add prototypeKenneth R Westerback
2016-01-04Do proper termination of VMs by doing proper VCPU run state management.Mike Larkin
2016-01-04wrap a long lineMike Larkin