Age | Commit message (Expand) | Author |
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 |
2017-12-06 | Implement support for using interrupt cookies in vbus(4) and vpci(4) as | Mark Kettenis |
2017-12-05 | Handle 64-bit-address Memory Space. | Mark Kettenis |
2017-12-05 | Show board ID and revision in dmesg to ease the identification | Visa Hankala |
2017-12-05 | Drop cn30xxpow_intr_establish(), cn30xxpow_intr() and some other | Visa Hankala |
2017-12-04 | Sadly the firmware on SPARC T7 machines omits the executable bit on mappings | Mark Kettenis |
2017-12-04 | Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock). | Martin Pieuchot |
2017-12-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and | Martin Pieuchot |
2017-12-04 | Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock). | Martin Pieuchot |
2017-12-03 | Enable bgw(4). | Mark Kettenis |
2017-12-03 | Rename ci_number to ci_cpuid to match other archs. | Martin Pieuchot |
2017-11-29 | vmm(4) :Add the ukvm/Solo5 hypercall I/O ports to the list of ports to be | Mike Larkin |
2017-11-29 | make vmm(4) less responsible for initial register state, preferring to let | Mike Larkin |
2017-11-29 | Add a bunch of DPRINTFs in failure paths, fix some whitespace and some | Mike Larkin |
2017-11-29 | add some comments. no functional change | Mike Larkin |
2017-11-28 | fix some clang warnings when building with VMM_DEBUG. Matches a previous | Mike Larkin |
2017-11-28 | better handling for invalid instruction lengths. | Mike Larkin |
2017-11-28 | better handling for invalid instruction lengths. | Mike Larkin |
2017-11-27 | Enable ne(4) at pcmcia. | Martin Pieuchot |
2017-11-27 | OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA. | Jonathan Gray |
2017-11-26 | On wqe error, show also word2 and word3. Those might help in debugging. | Visa Hankala |
2017-11-26 | Initialize Rx subsystems before enabling the processing of incoming | Visa Hankala |
2017-11-25 | Implement network boot support in efiboot(8). This changes efiboot(8) | Patrick Wildt |