Age | Commit message (Expand) | Author |
2017-08-10 | With a CTF kernel, DDB's print command will now pretty-print symbols. | Martin Pieuchot |
2017-08-09 | Add IA32_MISC_ENABLE MSR and bitfield values, to be used shortly by | Mike Larkin |
2017-08-09 | reorder some MSRs in the MSR list that were out of order. No functional | Mike Larkin |
2017-08-09 | reorder some MSRs in the MSR list that were out of order. No functional | Mike Larkin |
2017-08-09 | fix a few DPRINTFs in vmm.c so that compilation with VMM_DEBUG works | pd |
2017-08-09 | Expose TSC to vmm guest | pd |
2017-08-09 | typo in comment | Mike Larkin |
2017-08-09 | Clear any pending (edge-triggered) interrupts at setup to avoid | Visa Hankala |
2017-08-09 | Fix format strings to make the kernel build on arm64 again after the | Jonathan Gray |
2017-08-09 | fix format strings | Jonathan Gray |
2017-08-09 | remove duplicated PAGE macros and drop type suffix | Jonathan Gray |
2017-08-08 | Arm64 compilers like many others anymore will use floating point registers | Dale Rahn |
2017-08-08 | Get rid of read_psl() and write_psl() by replacing | Visa Hankala |
2017-08-07 | Return WSDISPLAY_TYPE_PCIVGA like we do on macppc. | Mark Kettenis |
2017-08-07 | Add "machine exit" and "machine poweroff" commands to the arm64 and armv7 | Mark Kettenis |
2017-08-06 | Fix TCR definitions to avoid integer overflow. Rename TCR_ASID_16 to TCR_AS | Mark Kettenis |
2017-08-05 | Do not enable fpu until after AST state is checked and processed. | Dale Rahn |
2017-08-05 | vmm: support more than 3855MB guest memory | Mike Larkin |
2017-08-03 | Remove duplicated commented out "dev/rasops/files.rasops" include. | Frederic Cambus |
2017-08-01 | Add a driver for the OCTEON USB3 controller bridge. | Visa Hankala |
2017-07-31 | Replace OCTEON_MAXCPUS with MAXCPUS to avoid redundancy. | Visa Hankala |
2017-07-31 | Assume edge triggering by default for robustness, as is done | Visa Hankala |
2017-07-31 | Back out previous commit but handle the case where the device path consists | Mark Kettenis |
2017-07-31 | Back out previous commit but handle the case where the device path consists | Mark Kettenis |
2017-07-31 | Comment out non-crucial device drivers (xhci(4), wdc@pcmcia, and cd(4) | Theo de Raadt |
2017-07-31 | Use unsigned long instead of uint32_t, which is the appropriate integer | Mark Kettenis |
2017-07-30 | Bump VM_PHYSSEG_MAX. | Visa Hankala |
2017-07-30 | Bump MAXCPUS on octeon. | Visa Hankala |
2017-07-30 | Define MAXCPUS per mips64 port. | Visa Hankala |
2017-07-30 | Add a driver for CIU3. Not quite finished yet, but good enough for now. | Visa Hankala |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-29 | Add a bcmaux(4) driver that handles clocks and interrupts for the | Mark Kettenis |
2017-07-29 | There is no RTC on the E300 boards. | Visa Hankala |
2017-07-29 | Replace a complex `if' condition with a list. | Visa Hankala |
2017-07-28 | Add a driver for the OCTEON SATA controller bridge. | Visa Hankala |
2017-07-28 | Add a workaround that allows the use of sys/dev/fdt code on octeon. | Visa Hankala |
2017-07-25 | Enable dwdog(4) such that Rockchip RK3288 devices can reboot. | Mark Kettenis |
2017-07-25 | Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSD | Mark Kettenis |
2017-07-25 | The Cortex-A17 TRM explicitly says that there is an intermediate table | Mark Kettenis |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-25 | remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support it | Robert Nagy |
2017-07-25 | rework octuctl and its children to attach via fdt | Jonathan Matthew |
2017-07-25 | Print CPU type as we do on arm64. This is how ARM prints revisions in its | Mark Kettenis |
2017-07-25 | Remove leftovers of a past softintr mechanism. | Visa Hankala |
2017-07-24 | Enable pcxrtc(4). | Mark Kettenis |
2017-07-24 | add some missing MULTIPROCESSOR ifdefs to not compile in code on | Robert Nagy |
2017-07-24 | add MULTIPROCESSOR guards around otherwise unused pieces to satisfy clang | Christian Weisgerber |
2017-07-24 | Port amd64's updates to the device path comparison to arm64 as well. | Patrick Wildt |
2017-07-24 | Port amd64's updates to the device path comparison to armv7. Fixes | Patrick Wildt |