Age | Commit message (Expand) | Author |
2016-08-30 | Use MaxMode to terminate the mode iteration. Actually the old way | YASUOKA Masahiko |
2016-08-30 | Enable raspos24 for efifb. This makes qemu with UEFI start working. | YASUOKA Masahiko |
2016-08-23 | re-enable acpicbkbd by default now that acpiec won't try burst mode | Joshua Stein |
2016-08-20 | Format string fixes in debug code: need %llx to print 64 bit values | Stefan Kempf |
2016-08-17 | Fix x86_atomic_{set|clear}bits_u64() by using the "er" constraint instead | Mark Kettenis |
2016-08-15 | normalize some comments | Ted Unangst |
2016-08-03 | not having a century is a known layout by now | Joshua Stein |
2016-08-03 | don't complain about invalid checksum if the bios isn't writing it | Joshua Stein |
2016-08-03 | add a minimal TPM 1.2 driver just to issue a "save state" command | Joshua Stein |
2016-07-30 | add acpials(4), an acpi driver for ambient light sensors | Joshua Stein |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-07-27 | improve comments a bit. ok mlarkin tom | Ted Unangst |
2016-07-23 | Fix a few CPUID emulation issues: | Mike Larkin |
2016-07-23 | Dump vcpu state on unknown exit type, and add a diagnostic message | Mike Larkin |
2016-07-23 | Ensure some undesirable entry controls are cleared, instead of relying | Mike Larkin |
2016-07-16 | remove an unused parameter that wasn't handled during a previous refactor | Mike Larkin |
2016-07-16 | remove unused vmm_activate function. all vmm-specific suspend/resume needs | Mike Larkin |
2016-07-16 | Fix an incorrect shift value when calculating the mask for the VMCS MSR | Mike Larkin |
2016-07-16 | remove some unused #includes | Mike Larkin |
2016-07-15 | Remove duplicate line in amd64/acpi_machdep.c | Tom Cosgrove |
2016-07-15 | disable acpicbkbd by default until after the release when acpi ec | Joshua Stein |
2016-07-13 | A work-in-progress driver for the Hyper-V NetVSC | Mike Belopuhov |
2016-07-13 | CPUID vendor ID was already register-swapped during initial query, so no | Mike Larkin |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-07-01 | add a simple keyboard backlight driver for some chromebooks, | Joshua Stein |
2016-06-29 | Don't write a 1 to the RIRR bit in the IOAPIC redirection register. This bit | Mike Larkin |
2016-06-28 | Don't panic on null vmxon region or vmxon failure - this will be handled | Mike Larkin |
2016-06-28 | Enable UMIP feature if present. miod originally pointed this out to me. | Mike Larkin |
2016-06-28 | enable ure(4) where we already have url(4) | Jonathan Matthew |
2016-06-22 | Identify UMIP feature, if available. | Mike Larkin |
2016-06-22 | Main Hyper-V nexus driver, work in progress. | Mike Belopuhov |
2016-06-22 | Setup Hyper-V hypercall page and an IDT vector. | Mike Belopuhov |
2016-06-21 | add support to efifb for drawing a console on a coreboot framebuffer | Joshua Stein |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-10 | fix some typos in comments | Joshua Stein |
2016-06-10 | Remove readpage and writepage ioctls. | Stefan Kempf |
2016-06-08 | remove obsolete raid from namtoblk tables. from Artturi Alm | Ted Unangst |
2016-06-08 | reporting a different issue, bluhm noticed that valid is not initialized. | Ted Unangst |
2016-06-07 | Allocate RAM for guest VM in vmd(8) and pass it to vmm(4) | Stefan Kempf |
2016-06-07 | consistently set ipls on pmap pools. | David Gwynne |
2016-06-06 | Fill a few more pads with 0xcc | Theo de Raadt |
2016-06-02 | Fix two issues in the MSI-X code. First, actually read the MSI-X capability | Mark Kettenis |
2016-06-01 | New USB device driver for Audio/Video capture devices based on the | Marcus Glocker |
2016-05-30 | include rdtsc in the rdrand callback. some systems don't have rdrand yet, | Ted Unangst |
2016-05-28 | crank version numbers of those bootloaders that have been changed by | Stuart Henderson |
2016-05-27 | Modify com_init to match the com driver initializaiton, and add | Bob Beck |
2016-05-23 | Place a cpu-dependent trap/illegal instruction over the remainder of the | Theo de Raadt |
2016-05-21 | hand-massage sendsig() and sys_sigreturn() to be much more similar. | Theo de Raadt |
2016-05-20 | Please int3 guards around unused debug splx versions so we can stop | Theo de Raadt |