Age | Commit message (Expand) | Author |
2017-12-31 | Enable sxitemp(4). | Mark Kettenis |
2017-12-31 | Enable sypwr(4). | Mark Kettenis |
2017-12-31 | Tighten the permissions used in the early stage page tables somewhat. | Mark Kettenis |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-30 | The generic clock framework expects frequencies in Hz whereas the imx clock | Mark Kettenis |
2017-12-30 | Add copyin32 implementation. | Mark Kettenis |
2017-12-30 | Implement CPU_BUSY_CYCLE and intr_disable/restore. | Mark Kettenis |
2017-12-29 | Use register_t instead of uint32_t in smc/hmc calls such that arguments | Mark Kettenis |
2017-12-29 | Remove unnecessary includes in the i386 version of the VIA PadLock | Frederic Cambus |
2017-12-29 | Add rktemp(4). | Mark Kettenis |
2017-12-27 | Add size for free() in the AMD K10/K11 pstate driver. | Frederic Cambus |
2017-12-27 | Add sizes for free() in the Geode LX Security Block crypto accelerator. | Frederic Cambus |
2017-12-27 | Initialize memhook such that /dev/mem access doesn't attempt to map pages | Mark Kettenis |
2017-12-27 | Turns out linker scripts in lld are still subtly broken and aligning | Mark Kettenis |
2017-12-27 | Make octeon_intr_establish() assume edge triggering with CIU3. | Visa Hankala |
2017-12-27 | Ensure interrupt delivery is disabled when setting interrupt | Visa Hankala |
2017-12-24 | Re-enable the code that unmaps the startup code. This was temporarily | Mark Kettenis |
2017-12-24 | Add a PCI attachment driver for bwfm(4). It's not finished, but it's | Patrick Wildt |
2017-12-24 | For systems where the cpu node in the device tree has a "clocks" property, | Mark Kettenis |
2017-12-24 | For systems where the cpu node in the device tree has a "clocks" property, | Mark Kettenis |
2017-12-24 | Somes fixes for the VIA PadLock drivers. | Frederic Cambus |
2017-12-24 | Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland. | Mark Kettenis |
2017-12-23 | Remove stray space. | Mark Kettenis |
2017-12-23 | Use regmap interface to tweak "SYSREG" PHY configuration registers and | Mark Kettenis |
2017-12-22 | If we use the cookie-based interrupt API on sun4v, whe shouldn't put the | Mark Kettenis |
2017-12-20 | Sync C mutex implementations. | Martin Pieuchot |
2017-12-20 | Switch x86 architectures to the common C mutex implementation. | Martin Pieuchot |
2017-12-19 | Pass calibrated TSC frequency to vmm(4) guests. On machines where TSC | Patrick Wildt |
2017-12-18 | Properly implement the rsb attribute and actually use it. | Mark Kettenis |
2017-12-18 | Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland. | Mark Kettenis |
2017-12-18 | Add sizes for free() in libsa for amd64 and i386. | Frederic Cambus |
2017-12-18 | Enable RSB attachment for axppmic(4). | Mark Kettenis |
2017-12-17 | vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b" | Mike Larkin |
2017-12-17 | Add wsdisplay options needed for X and VT switching. | Mark Kettenis |
2017-12-16 | Enable sxirsb(4). | Mark Kettenis |
2017-12-16 | Add a driver for the RSB controller found on various Allwinner SoCs. | Mark Kettenis |
2017-12-14 | Change bcopy to memcpy in the i386 version of the VIA PadLock driver. | Frederic Cambus |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-13 | report Oracle as the vendor is the produce starts with ORCL, | David Gwynne |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-11 | Use correct mask to derive portid from "reg" property in cpu_match. | Mark Kettenis |
2017-12-10 | more 0xcc, in data. There are i386 machines without NX, so this change | Theo de Raadt |
2017-12-10 | Enable the phy-supply regulator if present and use the phy id specified | Jonathan Gray |
2017-12-09 | Add sizes for free() in the AMD PowerNow! K8 driver. | Frederic Cambus |
2017-12-08 | Make sure we don't match (and attach) more than the maximum number of | Mark Kettenis |
2017-12-08 | Disable SMAP temporarily to display userland traces. | Martin Pieuchot |
2017-12-07 | correct indentation | Theo de Raadt |
2017-12-07 | reorder some port numbers, no functional change. | Mike Larkin |
2017-12-06 | Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt. | Frederic Cambus |