Age | Commit message (Expand) | Author |
2018-10-13 | Tweak linker flags and objcopy invocation to make things build with lld. | Mark Kettenis |
2018-10-08 | Generate SIGBUS when we see a data abort exception because of unaligned | Mark Kettenis |
2018-10-07 | In vmm, handle xsetbv like xrstor: instead of trying to prevalidate | Philip Guenther |
2018-10-05 | Provide an MD 64-bit byteswapping function build on 32-bit swaps | Christian Weisgerber |
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-10-01 | Use inline functions instead of GNU C statement expressions for the MD | Christian Weisgerber |
2018-09-30 | Delete the reserve_dumppages() declaration, missed in its 2010 removal | Philip Guenther |
2018-09-28 | Add vlan and trunk to arm64's RAMDISK (amd64 parity) | ccardenas |
2018-09-26 | Fix controller name. | Visa Hankala |
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-22 | Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC. | Stefan Sperling |
2018-09-21 | Enable bwfm(4) in GENERIC on macppc. | Stefan Sperling |
2018-09-20 | grow alpha and hppa media to accomodate some recent growth | Theo de Raadt |
2018-09-20 | vmm(4): Clear the guest MWAITX/MONITORX extended CPUID feature bit, | Bryan Steele |
2018-09-19 | Free edid_buf after use so to fix possible memory leak. | Claudio Jeker |
2018-09-18 | vmm(4): Reset host LDTR on exit for SVM | Mike Larkin |
2018-09-18 | grow arm64 ramdisk | Theo de Raadt |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-09-14 | add gapdummy.c to the "clean" target like other generated files | Christian Weisgerber |
2018-09-12 | Make pmap_protect(9) actually remove exec permission if the new permissions | Mark Kettenis |
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 | Include bnxt in arm64. | ccardenas |
2018-09-11 | We actually support 39-bit VA's in userland. | Mark Kettenis |
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-09 | Apply retguard to the last asm functions in the arm64 kernel. This completes | mortimer |
2018-09-08 | Bump NMBCLUSTERS to a more reasonable 256MB instead of the tiny 4MB. | Claudio Jeker |
2018-09-07 | Add retguard macros to cpu_switchto, setjmp, longjmp. | mortimer |
2018-09-06 | fix whitespace | Jonathan Gray |
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-30 | Move .dynstr before _edata to fix image size calculation. The PE | Patrick Wildt |
2018-08-29 | First pass in bringing i386 in sync with amd64. This does not yet work, but is | pd |
2018-08-29 | move the todr chip handle into a prtc_softc structure | David Gwynne |
2018-08-28 | add support for storing the time of day on OPL based machines. | David Gwynne |
2018-08-27 | Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660 | Mark Kettenis |
2018-08-27 | Add hiclock(4). Make sure hireset(4) attaches early. | Mark Kettenis |
2018-08-27 | move bwfm* at pci? to the wireless section | Joshua Stein |
2018-08-27 | Enable hireset(4). | Mark Kettenis |
2018-08-27 | Add glue for the USB3 controller on the HiKey 970. | Mark Kettenis |
2018-08-27 | ompinmux has been replaced by pinctrl | Jonathan Gray |