aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add CLFLUSHOPT instruction wrappers.Konstantin Belousov2015-10-232-0/+14
* Decode new values for CPUID leaf 2 cache and TLB descriptors, from theKonstantin Belousov2015-10-231-0/+12
* Fix build for the KTR-enabled kernels.Konstantin Belousov2015-10-231-2/+9
* Fix kernel build by restoring a temporary variable which was not yetHans Petter Selasky2015-10-231-0/+1
* Fix LUN disable in CAM broken at r285155.Alexander Motin2015-10-231-1/+1
* Disable full bus scan by CAM for FC adapters.Alexander Motin2015-10-233-12/+9
* urtwn(4): add DBM_ANTNOISE radiotap fieldAndriy Voskoboinyk2015-10-232-2/+5
* Some polishing and unification in ISR code.Alexander Motin2015-10-236-117/+71
* - Split one 4-byte R92C_CR register into 2-byte R92C_CR and 1-byte R92C_MSRAndriy Voskoboinyk2015-10-232-26/+32
* urtwn(4): fix the RSSI calculation for RTL8188EU.Andriy Voskoboinyk2015-10-232-13/+9
* otus(4) - add missing ieee80211_free_node() call.Adrian Chadd2015-10-231-0/+1
* otus(4) - demagicify register names.Adrian Chadd2015-10-232-31/+72
* otus(4): begin supporting raw transmit parameters in otus_tx()Adrian Chadd2015-10-231-9/+22
* ioat_test: Add a colon (':') for styleConrad Meyer2015-10-221-1/+1
* ioat: Clean up loggingConrad Meyer2015-10-223-33/+38
* if_ntb: Use ffsll() now that it is broadly availableConrad Meyer2015-10-221-8/+1
* NTB: Add device introspection sysctl hierarchyConrad Meyer2015-10-223-7/+371
* Sysctl: Add common support for U8, U16 typesConrad Meyer2015-10-222-0/+108
* Regen for linux32 rename and linux64 systrace.John Baldwin2015-10-229-612/+612
* Missing regen after last change to sys/kern/syscalls.master.John Baldwin2015-10-225-5/+5
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-229-27/+72
* Merge r289055 to amd64/linux32:John Baldwin2015-10-221-1/+1
* libkern: ffs, fls: s/4/3/ the 3rd BSD clauseConrad Meyer2015-10-226-6/+6
* Add libkern ffsll() for parity with flsll()Conrad Meyer2015-10-229-0/+58
* ioat: Fix some attach/detach issuesConrad Meyer2015-10-223-15/+55
* Use pmap_quick* functions in armv6 busdma, for bounce buffers and cache maint...Jason A. Harmening2015-10-222-159/+194
* urtwn(4): replace hardcoded rate indices with their namesAndriy Voskoboinyk2015-10-223-38/+36
* wtap: remove some obsolete radiotap(9) codeAndriy Voskoboinyk2015-10-221-6/+0
* Commit the right board file - use the right name + hints.Adrian Chadd2015-10-221-2/+2
* Remove residual verbosity.Alexander Motin2015-10-221-29/+10
* Initialize radiotap header fields before calling ieee80211_radiotap_rx()Andriy Voskoboinyk2015-10-221-7/+7
* Add support for CloudABI on ARM64.Ed Schouten2015-10-223-1/+167
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is aHans Petter Selasky2015-10-2215-21/+21
* Add a way to distinguish between forking and thread creation in schedtail.Ed Schouten2015-10-223-2/+6
* Refactoring: move out generic bits from cloudabi64_sysvec.c.Ed Schouten2015-10-225-120/+164
* Add support for the TP-Link TL-WR740N v4.Adrian Chadd2015-10-222-0/+140
* arge: use 1-byte TX and RX alignment for AR9330/AR9331.Adrian Chadd2015-10-221-0/+2
* Improve flexibility of ioat_test / ioatcontrol(8)Conrad Meyer2015-10-222-66/+222
* ioat: Define IOAT_XFERCAP_VALID_MASK and use in ioat_read_xfercapConrad Meyer2015-10-223-4/+3
* Fix IEEE80211_ADDR_COPY() usage.Kevin Lo2015-10-221-1/+1
* Add FDT compatibility to the icee driver.Ian Lepore2015-10-221-37/+120
* Add iicbus_transfer_excl(), a helper routine to do an i2c bus transactionIan Lepore2015-10-222-0/+17
* i915_gem_do_execbuffer() holds the pages backing each relocation region forJohn Baldwin2015-10-211-9/+12
* if_tap: correct typo in sysctl description (Enably)Ed Maste2015-10-211-1/+1
* Use pmap_quick* functions in arm64 busdma to make bounce buffer synchronizati...Jason A. Harmening2015-10-211-45/+56
* Treat mbufs as cacheline-aligned. Even when the transfer begins at anIan Lepore2015-10-211-4/+12
* arm64: Enable CTF for DTrace supportEd Maste2015-10-211-0/+1
* Build ofw_bus_if.h for modules that need it on arm64Ed Maste2015-10-212-3/+4
* Free memory back into the categories it was allocated from.Ian Lepore2015-10-211-8/+9
* Pass proper device to pci_read_config().Alexander Motin2015-10-211-2/+3