Age | Commit message (Expand) | Author |
2018-11-20 | Fix typos in memprobe address check. Diff from Andrew Daugherity. | YASUOKA Masahiko |
2018-11-12 | Fix grammar in comment | Philip Guenther |
2018-11-07 | Document `machine gop [mode]' command | kn |
2018-11-05 | Fix kernel build without serial console | kn |
2018-10-30 | The way we currently generate gap.o using a linker script results in .rodata | Mark Kettenis |
2018-10-26 | Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSC | Mark Kettenis |
2018-10-23 | Comvert a few uvm_km_alloc(9) and uvm_km_valloc(9) calls to km_alloc(9). | Mark Kettenis |
2018-10-20 | Take the "package" into account when calculating the "smt" ID on modern | Mark Kettenis |
2018-10-20 | Bring over changes from aarch64 to fix building with ld.lld on amd64. | Mark Kettenis |
2018-10-20 | Add i386 relocations. Needed for 32-bit UEFI bootloader. | Mark Kettenis |
2018-10-16 | Add linker script to assis lld with building something usable that doesn't | Mark Kettenis |
2018-10-16 | Add gapdummy logic (already used on other archs) to allow linking with lld. | Christian Weisgerber |
2018-10-13 | Tweak linker flags and objcopy invocation to make things build with lld. | Mark Kettenis |
2018-10-07 | In vmm, handle xsetbv like xrstor: instead of trying to prevalidate | Philip Guenther |
2018-10-04 | Use PCIDs where they and the INVPCID instruction are available. | Philip Guenther |
2018-10-02 | Unify the MD byteswapping code as much as possible across architectures. | Christian Weisgerber |
2018-09-30 | Delete the reserve_dumppages() declaration, missed in its 2010 removal | Philip Guenther |
2018-09-26 | Increase the timeout from previous commit further. Rather than warning | Theo de Raadt |
2018-09-22 | Remap the UEFI buffer early such that we can use a write combining mapping | Mark Kettenis |
2018-09-20 | vmm(4): Clear the guest MWAITX/MONITORX extended CPUID feature bit, | Bryan Steele |
2018-09-18 | vmm(4): Reset host LDTR on exit for SVM | Mike Larkin |
2018-09-12 | Whitespace fixes | Philip Guenther |
2018-09-12 | Now that the pmap is more paranoid about some shootdowns (pmap.c rev 1.119), | Philip Guenther |
2018-09-12 | When shooting pages in the KVA range, all pmaps have the page mapped, | Philip Guenther |
2018-09-12 | Move -Wno-address-of-packed-member to the clang block as well and sync | Jonathan Gray |
2018-09-11 | Put clang-specific options behind conditionals to reduce meta-warnings | Philip Guenther |
2018-09-11 | Add defines for amd microcode msrs which appear to be present since k8 | Jonathan Gray |
2018-09-09 | pmap_activate() should match cpu_switchto, so set up ci_{kern,user}_cr3 | Philip Guenther |
2018-09-09 | Simplify pmap_is_curpmap(): %cr3 can never match pm_pdirpa_intel here | Philip Guenther |
2018-09-09 | Calculate automatically the padding necessary for lining up the | Philip Guenther |
2018-09-05 | Add defines for dealing with PCID support in cr3 | Philip Guenther |
2018-08-31 | Move kcov device definitions into <sys/conf.h>. | Visa Hankala |
2018-08-31 | enable bnxt(4) | Jonathan Matthew |
2018-08-27 | move bwfm* at pci? to the wireless section | Joshua Stein |
2018-08-25 | Add umt(4) for USB Windows Precision Touchpad devices | Joshua Stein |
2018-08-25 | Define __HAVE_ACPI. | Mark Kettenis |
2018-08-25 | Fix printing of ioapic remapping messages; avoid printing duplicate info. | Mark Kettenis |
2018-08-25 | As Intel(TM) cpus are discovered to have more bugs, more workaround MSRs | Theo de Raadt |
2018-08-24 | print cpu family/model/stepping in dmesg | Jonathan Gray |
2018-08-24 | Don't treat UnicodeChar == 0 as a keyboard input. | YASUOKA Masahiko |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-08-21 | Perform mitigations for Intel L1TF screwup. There are three options: | Theo de Raadt |
2018-08-21 | Rework kcov kernel config. Instead of treating kcov as both an option and a | anton |
2018-08-21 | If a kernel thread was created by a user land system call, the user | Alexander Bluhm |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-08-19 | delete blank line not found in other arch | Theo de Raadt |
2018-08-19 | pseudo-device must be file-flagged otherwise ramdisks cannot link. | Theo de Raadt |
2018-08-19 | Add kcov(4), a kernel code coverage tracing driver. It's used in conjunction | anton |
2018-08-19 | Add support for multiple PCI segments. Only really implemented for arm64 | Mark Kettenis |
2018-08-15 | add cpuid and msr bits from | Jonathan Gray |