Age | Commit message (Expand) | Author |
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 |
2018-08-27 | switch from ompinmux to pinctrl | Jonathan Gray |
2018-08-27 | Enable radeondrm(4). Note that on arm64 we do not yet have a way to | Mark Kettenis |
2018-08-26 | Add pinctrl(4), a generic pin mux driver. | Mark Kettenis |
2018-08-26 | Add plgpio(4), a driver for the ARM PrimeCell GPIO (PL061) peripheral. | Mark Kettenis |
2018-08-25 | Add code to print the characteristics of the caches that can be discovered | Mark Kettenis |
2018-08-25 | Add GPT support. Mostly copied from amd64. | Mark Kettenis |
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 | Insert new child nodes at the end. | Mark Kettenis |
2018-08-25 | As Intel(TM) cpus are discovered to have more bugs, more workaround MSRs | Theo de Raadt |
2018-08-25 | Don't treat UnicodeChar == 0 as a keyboard input. The same fix was | YASUOKA Masahiko |
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-23 | Set the pointer to the EFI Runtime Services, otherwise we call into | Patrick Wildt |
2018-08-23 | port the amd64 code for loading intel microcode on boot to i386 | Jonathan Gray |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-08-22 | Adding membar_xxx defines to userland. | Kenji Aoyama |
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-21 | print rdtscp and xsave_ext cpuid bits on i386 as well | Jonathan Gray |
2018-08-21 | print sefflags_edx cpuid bits on i386 as well | Jonathan Gray |
2018-08-20 | Implement bus_space_mmap(9). | Mark Kettenis |
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 | Implement "mach dtb <filename.dtb>" in efiboot(8). This way we can | Patrick Wildt |
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-18 | Add support for flushing the instruction cache of other processes. This is | Mark Kettenis |
2018-08-18 | Make sure we don't match (and attach) more than the maximum number of | Mark Kettenis |
2018-08-18 | Support arbitrary number of redistributors. | Mark Kettenis |
2018-08-16 | Make pmap_allocate_asid() mpsafe. Since between checking the ASID | Patrick Wildt |
2018-08-15 | Turns out the integration of the GIC-500 on the Rockchip RK3399 is busted. | Mark Kettenis |