summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-04-19Pass down the backend-id property to children in the attach argumentsMike Belopuhov
2016-04-19Remove the ds_offset hack since object offset within a pageMike Belopuhov
2016-04-19Do not expose private functions.Martin Pieuchot
2016-04-19Start reducing the dependence on <uvm/uvm_param.h> by using int-1-0Martin Pieuchot
2016-04-19Keep db_write_cmd() in the only place where it is used, just like we didMartin Pieuchot
2016-04-19Instead of freeing a cached RTF_MPATH route after using it, free itMartin Pieuchot
2016-04-18Make the aesni crypto implementation mpsafe. In order to do so this movesMark Kettenis
2016-04-18Add a mechanism for dispatching mpsafe crypto operations. This adds a newMark Kettenis
2016-04-18Bump the default of cachepercent to 90 to see if we can find problems beforeBob Beck
2016-04-18Remove the hack that prevents changing pppoe params at runtime.Mike Belopuhov
2016-04-18Unbreak RAMDISK, found by deraadt@Martin Pieuchot
2016-04-18Put a KERNEL_LOCK/UNLOCK dance around sections that still need someMartin Pieuchot
2016-04-18allocate an array of entries, not pointers for the queuesDavid Gwynne
2016-04-17pool_setipl for the aesniplDavid Gwynne
2016-04-17add pool_setipl after pool_init.David Gwynne
2016-04-16Remove am_maxslot from amap.Stefan Kempf
2016-04-16Make the gmbus code work on valleyview.Mark Kettenis
2016-04-15Kill in_rtaddr() and use rtalloc(9) directly in ip_dooptions().Martin Pieuchot
2016-04-15enable nvme(4)Jonathan Gray
2016-04-15remove ml_filter, mq_filter, niq_filter.David Gwynne
2016-04-15rename ifv_p to ifv_ifp0David Gwynne
2016-04-15rework vlan config to make it mpsafe and done by standard ioctlsDavid Gwynne
2016-04-15replace m_copym2 with m_dup_pktDavid Gwynne
2016-04-15replace m_copym2 with m_dup_pkt for the dup-to handling.David Gwynne
2016-04-15enable nvme(4). it Just Works(tm).David Gwynne
2016-04-14Enable write buffering with write merging. This improves overallVisa Hankala
2016-04-14Enable UART FIFOs.Visa Hankala
2016-04-14Wrap comintr() so that the interrupt handler always returns non-zero.Visa Hankala
2016-04-14shorten the io path slightlyDavid Gwynne
2016-04-14apparently it's spelled NVMe, not NVMEDavid Gwynne
2016-04-14provide a shutdown hook that follows the procedure in the docsDavid Gwynne
2016-04-14implement translation of scsi SYNC CACHE to nvme FLUSHDavid Gwynne
2016-04-14bump openings to 64 to match the number of ccbs.David Gwynne
2016-04-14Enable device cloning for bpf. This allows to have just one bpf deviceMartin Natano
2016-04-14Re-enable pckbd on resume (similar to what we do on boot). Fixes problemsMike Larkin
2016-04-14Use cpuid function 0xa to determine presence of general purposeMike Larkin
2016-04-14if io needs more than two prpe slots, overflow into the ccb prplDavid Gwynne
2016-04-14reallocate the ccbs after we figure out how big the sgls can beDavid Gwynne
2016-04-14set the scsi status to SCSI_OKDavid Gwynne
2016-04-14allocate dma memory for ccbs to use as prpe listsDavid Gwynne
2016-04-14dont attach if the min nvme page size is bigger than the cpu page sizeDavid Gwynne
2016-04-14dont complete scsi writes twiceDavid Gwynne
2016-04-14WAITOK for the dmamap create for ccbs tooDavid Gwynne
2016-04-14cut the memory for io buffers up into page sized chunksDavid Gwynne
2016-04-14check both the admin and io queue for completions in the interrupt handlerDavid Gwynne
2016-04-14dont put names in arguments.David Gwynne
2016-04-14tabs, not spacesDavid Gwynne
2016-04-13implement handling of scsi reads and writesDavid Gwynne
2016-04-13enable interrupts before attaching the scsibusDavid Gwynne
2016-04-13allocate a queue for io commands and tell the chip about it.David Gwynne