Age | Commit message (Expand) | Author |
2017-05-30 | Kill db_sym_t. | Martin Pieuchot |
2017-05-30 | Support for SMAP is pretty small, so don't exclude it from the RAMDISKS. | Theo de Raadt |
2017-05-30 | Build amd64 bootstrap with -ffreestanding. | Christian Weisgerber |
2017-05-30 | print more useful information when an error is returned from uvm_fault | Mike Larkin |
2017-05-30 | move some data tables out of .text and into .rodata where they belong | Mike Larkin |
2017-05-30 | typo - extra semicolon | Mike Larkin |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-05-29 | Add hibernate support for nvme(4). This creates a separate IO queue that is | Jonathan Matthew |
2017-05-29 | Pass the symbol instead of its name when looking for CTF infos. | Martin Pieuchot |
2017-05-29 | vmm(4): Enable support for AMD-V (SVM) CPUs. | Mike Larkin |
2017-05-28 | rename some fields | Mike Larkin |
2017-05-28 | typo in comment | Mike Larkin |
2017-05-28 | If a function is not found in the CTF data, do not assume it takes no | Martin Pieuchot |
2017-05-28 | Use intr_disable()/intr_restore() to reduce differences with sparc64 | Martin Pieuchot |
2017-05-27 | On i386 and amd64, atomic instructions include an implicit memory barrier. | Mark Kettenis |
2017-05-27 | manually inline tlbflushg. it's short and there's only one caller. | Ted Unangst |
2017-05-27 | there shouldn't be any need to check for PGE on amd64. ok deraadt mlarkin | Ted Unangst |
2017-05-27 | add missing prototype | Mike Larkin |
2017-05-26 | Enable chvgpio(4) in RAMDISK_CD on amd64. | Stefan Sperling |
2017-05-25 | Replace the only usage of x86_pause() with SPINLOCK_SPIN_HOOK. | Visa Hankala |
2017-05-25 | Drop trailing semicolon from a macro. | Visa Hankala |
2017-05-19 | Respect max VPID/ASID limits. VMX VPIDs are capped at 4095, for now. | Mike Larkin |
2017-05-19 | return EIO to vmd if the guest HLTs with interrupts disabled | Mike Larkin |
2017-05-18 | Since copyin(9) already doeas access 32-bit quantities atomically, we can | Mark Kettenis |
2017-05-16 | Tweak previous, s/int/unsigned/, since the format character is %u. | YASUOKA Masahiko |
2017-05-16 | Compare device pathes properly to find the booted disk. | YASUOKA Masahiko |
2017-05-12 | Make copyin(9) and copyout(9) atomic for naturally aligned 32-bit words. | Mark Kettenis |
2017-05-12 | Make atomic.h ready to be included in userland. | Martin Pieuchot |
2017-05-11 | panic doesn't need \n. | Mike Larkin |
2017-05-11 | Casting int is required for passing uint64 value to "%u" since we don't | YASUOKA Masahiko |
2017-05-10 | The setting of the cpu feature flags for PCLMUL and AES-NI was guarded with | Theo Buehler |
2017-05-08 | After a break point at the beginning of a function, printing its | Alexander Bluhm |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-05-08 | add printing of arguments in stack traces. | David Gwynne |
2017-05-07 | further improvement to vmm fpu handling (support avx and avx2, block | Mike Larkin |
2017-05-05 | Allow setting guest %xcr0 from vmd(8). | Mike Larkin |
2017-05-02 | Switch glxsb(4), VIA padlock and AES-NI drivers over to the new AES | Mike Belopuhov |
2017-05-02 | Allow setting of guest MSRs from vmd(8). This change is the first part of | Mike Larkin |
2017-04-30 | Remove some KGDB leftovers. | Martin Pieuchot |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-28 | add some comments. no functional change | Mike Larkin |
2017-04-28 | vmm: don't use invvpid if we didn't detect vpid capability during | Mike Larkin |
2017-04-27 | rename a struct that was denoted as "VMX only" to make it more clear | Mike Larkin |
2017-04-27 | use a more descriptive value from the VEI_DIR_xxx enum instead of a | Mike Larkin |
2017-04-27 | vmm(4): proper save/restore of FPU context during entry/exit. | Mike Larkin |
2017-04-26 | Convert some hardcoded function names in printfs into %s / __func__. | Mike Larkin |
2017-04-26 | Fix a typo relating to savefpu alignment | Mike Larkin |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |