Age | Commit message (Expand) | Author |
2017-02-07 | Reduce the per-packet allocation costs for crypto operations (cryptop) | Patrick Wildt |
2017-02-07 | No longer need to unlock the netlock since the upper layer is doing it. | Martin Pieuchot |
2017-02-07 | The return code of crp_callback is never checked, so it is not | Alexander Bluhm |
2017-02-07 | Enable the short slot time feature in 802.11n mode. | Stefan Sperling |
2017-02-07 | Make the 'incomplete header' message debug only | Mike Belopuhov |
2017-02-07 | Release the NET_LOCK() before entering per-driver ioctl() routine. | Martin Pieuchot |
2017-02-07 | pull struct mfi_evtarg_pd_state out of struct mfi_evt_detail. | David Gwynne |
2017-02-07 | enable per cpu caches on the mbuf pools. | David Gwynne |
2017-02-07 | move the mbuf pools to m_pool_init and a single global memory limit | David Gwynne |
2017-02-07 | add m_pool_init(), a wrapper around pool_init for mbuf clusters. | David Gwynne |
2017-02-07 | provide a custom pool page allocator for mbufs, but dont use it yet. | David Gwynne |
2017-02-07 | export the multi page allocator so other things can explicitly use it. | David Gwynne |
2017-02-07 | Test for NULL before dereferencing a pointer not after. | Jonathan Gray |
2017-02-07 | handle physical disk state changes. | David Gwynne |
2017-02-07 | i got the MFII_TASK_MGMT flags round the wrong way. | David Gwynne |
2017-02-07 | support hotplug of physical disks. | David Gwynne |
2017-02-07 | add the framework around asynchronous event notifications. | David Gwynne |
2017-02-07 | provide support for submitting async dcmd frames. | David Gwynne |
2017-02-07 | whitespace fixes. no functional change. | David Gwynne |
2017-02-06 | Add proper locking for the interrupt source list | Mike Belopuhov |
2017-02-06 | XST_POLL turned out to be pretty useless since it's only set when cold | Mike Belopuhov |
2017-02-06 | Fixup a few errors, make detaching more robust | Mike Belopuhov |
2017-02-06 | Use separate compile time debug flags for xen, xnf and xbf | Mike Belopuhov |
2017-02-06 | Move cache and tlb flush functions, which were mostly inline assembly, | Patrick Wildt |
2017-02-06 | Make ip6_input() more like ipv4_input() and introduce ip6_ours(). | Alexander Bluhm |
2017-02-06 | Mark ehci_intr() as MP-safe on octeon. | Visa Hankala |
2017-02-06 | Sync a comment with i386. | Martin Pieuchot |
2017-02-06 | Implement Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2017-02-06 | Change the pmap_pmap_pool ipl from IPL_VM to IPL_NONE. Matches the | Jonathan Gray |
2017-02-06 | implement scsi command timeouts. | David Gwynne |
2017-02-06 | megaraid sas fusion chips have their own command for aborting tasks | David Gwynne |
2017-02-06 | patrick@ tells me this is mostly mine too | David Gwynne |
2017-02-06 | add a license for the code in here, all of which i seem to have written. | David Gwynne |
2017-02-06 | When determining whether or not to hatch into PAE mode, use the cpu_pae | Mike Larkin |
2017-02-05 | Since we expect to never do binary compat with other OSes again, | Philip Guenther |
2017-02-05 | Always allocate counters memory using type M_COUNTERS. | Jeremie Courreges-Anglas |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2017-02-05 | _dmamem_alloc_range() stores physical addresses in the segments, so | Patrick Wildt |
2017-02-05 | Ask for a generic armv8-a encoding rather than one based on and tuned | Jonathan Gray |
2017-02-05 | Add implementation for intr_barrier(9). | Patrick Wildt |
2017-02-05 | Add the necessary PCI header to be able to compile PCI drivers. Based | Patrick Wildt |
2017-02-05 | Since turning of the MMU in the beginning of the kernel removes | Patrick Wildt |
2017-02-05 | Implement another pagetable level for bootstrapping machines that have | Patrick Wildt |
2017-02-05 | As far as we understood the architecture reference manual it should | Patrick Wildt |
2017-02-05 | AF_UNIX SOCK_RAW support (whatever that meant) was broken years ago. | Philip Guenther |
2017-02-05 | Update a comment that suggested the stack was executable. Nope! | Philip Guenther |
2017-02-05 | Delete comment obsoleted by the rewrite in rev 1.136 (2011-05-24) | Philip Guenther |
2017-02-05 | Add option PCIVERBOSE. | Patrick Wildt |
2017-02-04 | In reality our kernel does not need to be aligned at a 256M boundary, | Patrick Wildt |
2017-02-04 | Read the data cache size instead of hardcoding some value. We might | Patrick Wildt |