summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-06-05this can support 64BIT DVA for ioDavid Gwynne
2019-06-04if_netisr(): trade NET_LOCK() for NET_RLOCK()Alexandr Nedvedicky
2019-06-04pfsync_sendout() requires PF_LOCK()Alexandr Nedvedicky
2019-06-04Add missing NULL check for the protocol control block (pcb) pointer inanton
2019-06-04Let SP kernel work with WITNESS. The necessary instrumentation wasVisa Hankala
2019-06-04Remove the unused pvh_attrs attribute from struct vm_page_md.Patrick Wildt
2019-06-04Bump MAXCPUS to 32 so that we can use all cores on the Ampere eMAG.Patrick Wildt
2019-06-04Move a function used as a callback out of a header so there will only beJonathan Gray
2019-06-04use htolemXX and lemtohXX instead of htoleXX and letohXXDavid Gwynne
2019-06-04tx and rx descriptors work fine with 64bit dvaDavid Gwynne
2019-06-04Implement mcx_media_change(). This disables the port, sets the media type toJonathan Matthew
2019-06-03sort struct declarationsanton
2019-06-03Prevent corruption of the pckbc command queue. If multiple synchronousanton
2019-06-03Map the raw bus space operations to the regular ones.Patrick Wildt
2019-06-03Fix priorities of LIPs to match the other changes made in rev 1.17.Mark Kettenis
2019-06-03Implement 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-03Switch from bintime_add() et al. to bintimeadd(9).cheloha
2019-06-03Change pci_intr_handle_t into a struct and replace duplicated code thatMark Kettenis
2019-06-02Change pci_intr_handle_t into a struct and replace duplicated code thatMark Kettenis
2019-06-02Repair state and flag bitmasks to match RFC, from Mitchell KromeTheo de Raadt
2019-06-02Move initialization of limit0 into a dedicated function. This newVisa Hankala
2019-06-01Refactor the MAP_STACK feature, and introduce another similar variation:Theo de Raadt
2019-06-01Bump VM_MAX_KERNEL_ADDRESS so that we have about 16G of KVA. SincePatrick Wildt
2019-06-01Revert to using the SCHED_LOCK() to protect time accounting.Martin Pieuchot
2019-06-01On machines with large amounts of physical memory we fail to initialize uvmMark Kettenis
2019-06-01Fix warnings when building zlib with ZLIB_CONST definedJeremie Courreges-Anglas
2019-06-01Recognise Cortex-A65.Jonathan Gray
2019-06-01drm: Wake up next in drm_read() chain if we are forced to putback the eventJonathan Gray
2019-05-31drm/amd/display: Set stream->mode_changed when connectors changeJonathan Gray
2019-05-31drm/amd/display: Fix Divide by 0 in memory calculationsJonathan Gray
2019-05-31drm/amd/display: fix releasing planes when exiting odmJonathan Gray
2019-05-31drm/amdgpu: fix old fence check in amdgpu_fence_emitJonathan Gray
2019-05-31Add MSI-X support.Mark Kettenis
2019-05-31Use a per-process mutex to protect time accounting instead of SCHED_LOCK().Martin Pieuchot
2019-05-31Deimos is Cortex-A77.Mark Kettenis
2019-05-31Revert my "Repair the 'ifconfig mode' command" commit.Stefan Sperling
2019-05-31remove duplicate page tableJonathan Gray
2019-05-31Add MSI-X support.Mark Kettenis
2019-05-31Add MSI-X support for acpipci(4). This splits out some generic code intoMark Kettenis
2019-05-31Rename struct plimit field p_refcnt to pl_refcnt to avoid confusionVisa Hankala
2019-05-30Use two 32-bit writes instead of a single 64-bit write to write theMark Kettenis
2019-05-30Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X functionMark Kettenis
2019-05-30Fix the initialization of bp before calling vfs_getcwd_commonBob Beck
2019-05-30namei() generate KTR_NAMEI record input filenames, but getcwd(2) andTheo de Raadt
2019-05-30use copyoutstr, instead of fragile range math; ok beckTheo de Raadt
2019-05-30Correct call to vfs_getcwd_common from within __realpathBob Beck
2019-05-30Mellanox support tells me that according to an internal datasheet, legacyJonathan Matthew
2019-05-30wrap some long lines, except in bits I'll probably have to rewrite soonJonathan Matthew
2019-05-29The past is fuzzy, but it appears during development of __getcwd, *retvalTheo de Raadt