Age | Commit message (Expand) | Author |
2020-08-29 | Only fall back on using the first potential root disk as the boot disk if | Mark Kettenis |
2020-08-29 | Mark certain sections with debug information as "allocated" such that they | Mark Kettenis |
2020-08-28 | Make fdt root node's model property readable through sysctl hw.product | Visa Hankala |
2020-08-27 | Improve write un-protecting of kernel memory. For the Computrace module | Patrick Wildt |
2020-08-26 | Improve detection of the proper boot device by picking the disk that | Mark Kettenis |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-08-25 | Clear user SLB upon context switch. | Mark Kettenis |
2020-08-24 | Enable xicp(4) here as well. | Mark Kettenis |
2020-08-24 | Add some USB HID devices. | Mark Kettenis |
2020-08-23 | Enable xicp(4). | Mark Kettenis |
2020-08-23 | amd64: TSC timecounter: prefix RDTSC with LFENCE | cheloha |
2020-08-23 | Add xicp(4), a driver for the interrupt control presenter hardware found | Mark Kettenis |
2020-08-23 | Add support for "normal" external interrupts. Needed for running on POWER8 | Mark Kettenis |
2020-08-23 | Add OPAL_SET_XIVE and OPAL_GET_XIVE. | Mark Kettenis |
2020-08-23 | Add missing conversion from IPL to CPU priority. | Mark Kettenis |
2020-08-23 | Attempt to support IODA2 bridges such as the one found on POWER8 chips. | Mark Kettenis |
2020-08-23 | Add support for POWER8 (and maybe earlier) CPUs. Not sure if this works on | Mark Kettenis |
2020-08-23 | Use sysctl_bounded_args for simple cases in cpu_sysctl on i386 | gnezdo |
2020-08-21 | Use u_long for generation of VSIDs. | Mark Kettenis |
2020-08-20 | Fix build without NPCKBC and NUKBD | kn |
2020-08-19 | Use sysctl_bounded_args for simple cases in cpu_sysctl on amd64 | gnezdo |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-08-17 | base clang is now i586. SMALL_KERNEL images have historically forced | Theo de Raadt |
2020-08-17 | Switch to a per-proc SLB cache. Seems to make GENERIC.MP kernels | Mark Kettenis |
2020-08-17 | Enable PAN (Privileged Access Never) on CPUs that support it. This means | Mark Kettenis |
2020-08-17 | Panic on an attempt to access user-space unless it is done using | Mark Kettenis |
2020-08-15 | Remove unused headers | Visa Hankala |
2020-08-15 | Inline handling of receive checksum offload | Visa Hankala |
2020-08-14 | Remove "for all XXX platforms" from comment. Fixes the issue pointed out | Mark Kettenis |
2020-08-14 | Fix typo. | Mark Kettenis |
2020-08-14 | Initialize local variable that was supposed to hold the value of curcpu(). | Mark Kettenis |
2020-08-13 | Add __multi3 from compiler_rt-8.x | Jeremie Courreges-Anglas |
2020-08-10 | Do not block IPIs when acquiring the rendezvous mutex. Otherwise the | Visa Hankala |
2020-08-05 | sigh, some duplication, but at least put things into the canonical order | Theo de Raadt |
2020-08-04 | add cd9660, msdos, and inet6 support | Theo de Raadt |
2020-08-04 | Initialize per-pmap lock. | Mark Kettenis |
2020-08-04 | On POWER9 use the "darn" instruction and feed its output as entropy into | Mark Kettenis |
2020-08-03 | add more scsi devices, observed by gkoehler | Theo de Raadt |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-07-31 | like amd64: | Theo de Raadt |
2020-07-31 | Make sure bcmtmon(4) attaches even if it has a "syscon" compatible. | Mark Kettenis |
2020-07-31 | On sun4u systems that have the STICK register, clear the NPT bit of the | Mark Kettenis |
2020-07-30 | Only invalidate "user" SLB entry if it is currently set. | Mark Kettenis |
2020-07-29 | atapiscsi is not needed here. (well maybe it changes the behaviour of | Theo de Raadt |
2020-07-25 | Port over NetBSD's arm64 disassembler for DDB. | tobhe |
2020-07-25 | Change kernel SLB setup code to avoid the (theoretical) possibility to | Mark Kettenis |
2020-07-24 | Enable usertc if the NPT bit isn't set for %tick and %sys_tick. | Mark Kettenis |
2020-07-24 | Suppress kernel printf output in the octeon boot kernel. | Visa Hankala |
2020-07-24 | Remove bge(4) and brgphy(4) as the bootloader doesn't include network support | Mark Kettenis |