Age | Commit message (Expand) | Author |
2019-06-05 | this can support 64BIT DVA for io | David Gwynne |
2019-06-04 | if_netisr(): trade NET_LOCK() for NET_RLOCK() | Alexandr Nedvedicky |
2019-06-04 | pfsync_sendout() requires PF_LOCK() | Alexandr Nedvedicky |
2019-06-04 | Add missing NULL check for the protocol control block (pcb) pointer in | anton |
2019-06-04 | Let SP kernel work with WITNESS. The necessary instrumentation was | Visa Hankala |
2019-06-04 | Remove the unused pvh_attrs attribute from struct vm_page_md. | Patrick Wildt |
2019-06-04 | Bump MAXCPUS to 32 so that we can use all cores on the Ampere eMAG. | Patrick Wildt |
2019-06-04 | Move a function used as a callback out of a header so there will only be | Jonathan Gray |
2019-06-04 | use htolemXX and lemtohXX instead of htoleXX and letohXX | David Gwynne |
2019-06-04 | tx and rx descriptors work fine with 64bit dva | David Gwynne |
2019-06-04 | Implement mcx_media_change(). This disables the port, sets the media type to | Jonathan Matthew |
2019-06-03 | sort struct declarations | anton |
2019-06-03 | Prevent corruption of the pckbc command queue. If multiple synchronous | anton |
2019-06-03 | Map the raw bus space operations to the regular ones. | Patrick Wildt |
2019-06-03 | Fix priorities of LIPs to match the other changes made in rev 1.17. | Mark Kettenis |
2019-06-03 | Implement rx filtering using the flow table. Now we have three flow groups, | Jonathan Matthew |
2019-06-03 | - Remove a redundant check within alc_mii_readreg_813x(). | Kevin Lo |
2019-06-03 | Switch from bintime_add() et al. to bintimeadd(9). | cheloha |
2019-06-03 | Change pci_intr_handle_t into a struct and replace duplicated code that | Mark Kettenis |
2019-06-02 | Change pci_intr_handle_t into a struct and replace duplicated code that | Mark Kettenis |
2019-06-02 | Repair state and flag bitmasks to match RFC, from Mitchell Krome | Theo de Raadt |
2019-06-02 | Move initialization of limit0 into a dedicated function. This new | Visa Hankala |
2019-06-01 | Refactor the MAP_STACK feature, and introduce another similar variation: | Theo de Raadt |
2019-06-01 | Bump VM_MAX_KERNEL_ADDRESS so that we have about 16G of KVA. Since | Patrick Wildt |
2019-06-01 | Revert to using the SCHED_LOCK() to protect time accounting. | Martin Pieuchot |
2019-06-01 | On machines with large amounts of physical memory we fail to initialize uvm | Mark Kettenis |
2019-06-01 | Fix warnings when building zlib with ZLIB_CONST defined | Jeremie Courreges-Anglas |
2019-06-01 | Recognise Cortex-A65. | Jonathan Gray |
2019-06-01 | drm: Wake up next in drm_read() chain if we are forced to putback the event | Jonathan Gray |
2019-05-31 | drm/amd/display: Set stream->mode_changed when connectors change | Jonathan Gray |
2019-05-31 | drm/amd/display: Fix Divide by 0 in memory calculations | Jonathan Gray |
2019-05-31 | drm/amd/display: fix releasing planes when exiting odm | Jonathan Gray |
2019-05-31 | drm/amdgpu: fix old fence check in amdgpu_fence_emit | Jonathan Gray |
2019-05-31 | Add MSI-X support. | Mark Kettenis |
2019-05-31 | Use a per-process mutex to protect time accounting instead of SCHED_LOCK(). | Martin Pieuchot |
2019-05-31 | Deimos is Cortex-A77. | Mark Kettenis |
2019-05-31 | Revert my "Repair the 'ifconfig mode' command" commit. | Stefan Sperling |
2019-05-31 | remove duplicate page table | Jonathan Gray |
2019-05-31 | Add MSI-X support. | Mark Kettenis |
2019-05-31 | Add MSI-X support for acpipci(4). This splits out some generic code into | Mark Kettenis |
2019-05-31 | Rename struct plimit field p_refcnt to pl_refcnt to avoid confusion | Visa Hankala |
2019-05-30 | Use two 32-bit writes instead of a single 64-bit write to write the | Mark Kettenis |
2019-05-30 | Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X function | Mark Kettenis |
2019-05-30 | Fix the initialization of bp before calling vfs_getcwd_common | Bob Beck |
2019-05-30 | namei() generate KTR_NAMEI record input filenames, but getcwd(2) and | Theo de Raadt |
2019-05-30 | use copyoutstr, instead of fragile range math; ok beck | Theo de Raadt |
2019-05-30 | Correct call to vfs_getcwd_common from within __realpath | Bob Beck |
2019-05-30 | Mellanox support tells me that according to an internal datasheet, legacy | Jonathan Matthew |
2019-05-30 | wrap some long lines, except in bits I'll probably have to rewrite soon | Jonathan Matthew |
2019-05-29 | The past is fuzzy, but it appears during development of __getcwd, *retval | Theo de Raadt |