Age | Commit message (Expand) | Author |
2016-04-19 | Instead of freeing a cached RTF_MPATH route after using it, free it | Martin Pieuchot |
2016-04-18 | Make the aesni crypto implementation mpsafe. In order to do so this moves | Mark Kettenis |
2016-04-18 | Add a mechanism for dispatching mpsafe crypto operations. This adds a new | Mark Kettenis |
2016-04-18 | Bump the default of cachepercent to 90 to see if we can find problems before | Bob Beck |
2016-04-18 | Remove the hack that prevents changing pppoe params at runtime. | Mike Belopuhov |
2016-04-18 | Unbreak RAMDISK, found by deraadt@ | Martin Pieuchot |
2016-04-18 | Put a KERNEL_LOCK/UNLOCK dance around sections that still need some | Martin Pieuchot |
2016-04-18 | allocate an array of entries, not pointers for the queues | David Gwynne |
2016-04-17 | pool_setipl for the aesnipl | David Gwynne |
2016-04-17 | add pool_setipl after pool_init. | David Gwynne |
2016-04-16 | Remove am_maxslot from amap. | Stefan Kempf |
2016-04-16 | Make the gmbus code work on valleyview. | Mark Kettenis |
2016-04-15 | Kill in_rtaddr() and use rtalloc(9) directly in ip_dooptions(). | Martin Pieuchot |
2016-04-15 | enable nvme(4) | Jonathan Gray |
2016-04-15 | remove ml_filter, mq_filter, niq_filter. | David Gwynne |
2016-04-15 | rename ifv_p to ifv_ifp0 | David Gwynne |
2016-04-15 | rework vlan config to make it mpsafe and done by standard ioctls | David Gwynne |
2016-04-15 | replace m_copym2 with m_dup_pkt | David Gwynne |
2016-04-15 | replace m_copym2 with m_dup_pkt for the dup-to handling. | David Gwynne |
2016-04-15 | enable nvme(4). it Just Works(tm). | David Gwynne |
2016-04-14 | Enable write buffering with write merging. This improves overall | Visa Hankala |
2016-04-14 | Enable UART FIFOs. | Visa Hankala |
2016-04-14 | Wrap comintr() so that the interrupt handler always returns non-zero. | Visa Hankala |
2016-04-14 | shorten the io path slightly | David Gwynne |
2016-04-14 | apparently it's spelled NVMe, not NVME | David Gwynne |
2016-04-14 | provide a shutdown hook that follows the procedure in the docs | David Gwynne |
2016-04-14 | implement translation of scsi SYNC CACHE to nvme FLUSH | David Gwynne |
2016-04-14 | bump openings to 64 to match the number of ccbs. | David Gwynne |
2016-04-14 | Enable device cloning for bpf. This allows to have just one bpf device | Martin Natano |
2016-04-14 | Re-enable pckbd on resume (similar to what we do on boot). Fixes problems | Mike Larkin |
2016-04-14 | Use cpuid function 0xa to determine presence of general purpose | Mike Larkin |
2016-04-14 | if io needs more than two prpe slots, overflow into the ccb prpl | David Gwynne |
2016-04-14 | reallocate the ccbs after we figure out how big the sgls can be | David Gwynne |
2016-04-14 | set the scsi status to SCSI_OK | David Gwynne |
2016-04-14 | allocate dma memory for ccbs to use as prpe lists | David Gwynne |
2016-04-14 | dont attach if the min nvme page size is bigger than the cpu page size | David Gwynne |
2016-04-14 | dont complete scsi writes twice | David Gwynne |
2016-04-14 | WAITOK for the dmamap create for ccbs too | David Gwynne |
2016-04-14 | cut the memory for io buffers up into page sized chunks | David Gwynne |
2016-04-14 | check both the admin and io queue for completions in the interrupt handler | David Gwynne |
2016-04-14 | dont put names in arguments. | David Gwynne |
2016-04-14 | tabs, not spaces | David Gwynne |
2016-04-13 | implement handling of scsi reads and writes | David Gwynne |
2016-04-13 | enable interrupts before attaching the scsibus | David Gwynne |
2016-04-13 | allocate a queue for io commands and tell the chip about it. | David Gwynne |
2016-04-13 | nvme_q_create() issues the commands to tell the chip about io queues | David Gwynne |
2016-04-13 | stub out handling of TEST_UNIT_READY, PREVENT_ALLOW, and START_STOP | David Gwynne |
2016-04-13 | implement handling of scsi read capacity commands | David Gwynne |
2016-04-13 | implement basic scsi inquiry handling | David Gwynne |
2016-04-13 | provide variants of the sqe struct for q creation and io operations | David Gwynne |