Age | Commit message (Expand) | Author |
2020-09-05 | Implement spilling of kernel SLB entries. Mostly from FreeBSD. | Mark Kettenis |
2020-09-05 | Whitespace. | Mark Kettenis |
2020-09-05 | Add mpii(4). | Mark Kettenis |
2020-09-04 | Restrict the size of the page table to 2G such that it never occupies more | Mark Kettenis |
2020-09-04 | Make the kernel address space a bit bigger. | Mark Kettenis |
2020-09-04 | Restrict the size of the page table to 2G such that it never occupies more | Mark Kettenis |
2020-09-03 | Sprinkle some more eieio(); seems to avoid triggering the KASSERT(new > old). | Mark Kettenis |
2020-09-02 | vfs_shutdown() is neccessary to ensure buffer cache drain before reexec() | Theo de Raadt |
2020-09-01 | Fix signotify() for powerpc64 bsd.mp | gkoehler |
2020-09-01 | Implement address translation for bus_space_mmap(9). | Mark Kettenis |
2020-09-01 | Store the device tree node in the pcitag_t. | Mark Kettenis |
2020-09-01 | Add PMAP_NOCACHE flag to the address returned by the generic | Mark Kettenis |
2020-08-30 | Reorganize the interrupt handler code to avoid a potential bogus KASSERT, | Mark Kettenis |
2020-08-30 | Lock all kernel PTE entries into the page tables, even "managed" ones | Mark Kettenis |
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-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 | 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-21 | Use u_long for generation of VSIDs. | Mark Kettenis |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-08-17 | Switch to a per-proc SLB cache. Seems to make GENERIC.MP kernels | Mark Kettenis |
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-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-07-30 | Only invalidate "user" SLB entry if it is currently set. | Mark Kettenis |
2020-07-25 | Change kernel SLB setup code to avoid the (theoretical) possibility to | Mark Kettenis |
2020-07-24 | Remove bge(4) and brgphy(4) as the bootloader doesn't include network support | Mark Kettenis |
2020-07-24 | Implement BOOT_QUIET option that supresses kernel printf output to the | Mark Kettenis |
2020-07-23 | Free SLB descriptors when we destroy a pmap. | Mark Kettenis |
2020-07-23 | Bump MAXCPUS (for MULTIPROCESSOR kernels) to 48, which seems to be the | Mark Kettenis |
2020-07-23 | Enter DDB directly when we encounter an unhandled trap such that we | Mark Kettenis |
2020-07-23 | Use per-pmap lock to protect userland SLB handling. | Mark Kettenis |
2020-07-23 | Fix typo in previous commit such that the code is actually compiled in. | Mark Kettenis |
2020-07-23 | Handle the case where we can sleep (and therefore switch CPUs) while | Mark Kettenis |
2020-07-22 | Make switching CPUs in DDB work. | Mark Kettenis |