| Commit message (Expand) | Author | Age | Files | Lines |
* | Turns out amd64 is hit too by ix. When it works, turn it back on. | imp | 2015-06-06 | 1 | -1/+0 |
* | ix module doesn't compile on i386, so remove it from the build. | imp | 2015-06-06 | 1 | -1/+1 |
* | Add proto_busdma.c to the module. | marcel | 2015-06-06 | 1 | -0/+1 |
* | Update SW4 to the Intel ixl/ixlv drivers. This is primarily a shared | jfv | 2015-06-05 | 2 | -2/+2 |
* | Change EM_MULTIQUEUE to a real kernconf entry and enable support for | sbruno | 2015-06-03 | 1 | -1/+1 |
* | Delta D2489 - Add SRIOV support to the Intel 10G driver. | jfv | 2015-06-01 | 1 | -3/+2 |
* | Revert last commit, to remove added skeleton tree. | jfv | 2015-06-01 | 1 | -2/+3 |
* | Delta D2489 - Add SRIOV support to the Intel 10G driver. | jfv | 2015-06-01 | 1 | -3/+2 |
* | Add USB MIDI template for USB device side mode. | hselasky | 2015-06-01 | 1 | -1/+2 |
* | ig4 - Intel fourth gen integrated I2C SMBus driver. | grembo | 2015-05-30 | 2 | -1/+9 |
* | The linux_common module only for 64bit Linuxulators. | dchagin | 2015-05-29 | 1 | -1/+1 |
* | Move linux64 and linux_common to it's right place and make them not | dchagin | 2015-05-29 | 1 | -2/+2 |
* | sfxge: do not use DEBUG_FLAGS to enable extra debug checks | arybchik | 2015-05-29 | 1 | -1/+2 |
* | Create a separate kobj interface for leaf-driver PCI IOV methods. | jhb | 2015-05-28 | 1 | -1/+1 |
* | sfxge: add 7xxx NICs family support | arybchik | 2015-05-25 | 1 | -6/+15 |
* | For objcopy, use --input-target and --output-target | rodrigc | 2015-05-25 | 2 | -3/+3 |
* | Hide vfs.pfs.trace variable if it is not used. | dchagin | 2015-05-24 | 1 | -0/+6 |
* | Rework signal code to allow using it by other modules, like linprocfs: | dchagin | 2015-05-24 | 2 | -2/+2 |
* | Connect linux64 module to the build. | dchagin | 2015-05-24 | 1 | -0/+2 |
* | Implement epoll family system calls. This is a tiny wrapper | dchagin | 2015-05-24 | 2 | -2/+2 |
* | Add preliminary support for x86-64 Linux binaries. | dchagin | 2015-05-24 | 1 | -0/+55 |
* | Refund the proc emuldata struct for future use. For now move flags from | dchagin | 2015-05-24 | 2 | -3/+4 |
* | Introduce a new module linux_common.ko which is intended for the | dchagin | 2015-05-24 | 5 | -16/+34 |
* | Implement vdso - virtual dynamic shared object. Through vdso Linux | dchagin | 2015-05-24 | 1 | -4/+25 |
* | Avoid trying to build cxbge on 32-bit MIPS | emaste | 2015-05-20 | 1 | -0/+1 |
* | Include makefiles necessary to make ixgbe build with the new code. | erj | 2015-04-30 | 2 | -2/+2 |
* | Rename the kld for oce(4) to if_oce.ko. ifconfig(8) has special knowledge | jhb | 2015-04-24 | 1 | -1/+1 |
* | Move zlib.c from net to libkern. | rodrigc | 2015-04-22 | 1 | -1/+1 |
* | Build and install the DTB for all the supported AllWinner SoCs. | loos | 2015-04-20 | 1 | -0/+7 |
* | Implement hwpmc(4) for Freescale e500 core. | jhibbits | 2015-04-18 | 1 | -1/+1 |
* | Drop experimental dir_index support. | pfg | 2015-04-17 | 1 | -2/+2 |
* | Build the USB DisplayLink driver by default. | hselasky | 2015-04-17 | 1 | -0/+1 |
* | Fix build race on armv6* and powerpc*. | andreast | 2015-04-04 | 1 | -1/+4 |
* | sym and cxgb build on arm, add them to the build. | imp | 2015-03-27 | 1 | -1/+1 |
* | Make several modules unconditionally built, there's no need for them to be | jhibbits | 2015-03-26 | 1 | -15/+4 |
* | Add the Raspberry Pi 2 dtb, based on the existing rpi.dts, but with a | andrew | 2015-03-25 | 1 | -1/+1 |
* | Remove from legacy ata(4) driver support for hardware, supported by newer | mav | 2015-03-24 | 3 | -19/+1 |
* | sfxge: cleanup: remove trailing whitespaces | arybchik | 2015-03-24 | 1 | -2/+2 |
* | Correct the ixgbe entries in mips and powerpc, and add the module | jfv | 2015-03-18 | 1 | -0/+2 |
* | Resolve a few build issues, add module directories back into Makefile, | jfv | 2015-03-17 | 1 | -0/+2 |
* | Fix build after r280182. | glebius | 2015-03-17 | 1 | -2/+0 |
* | drm: Update the device-independent code to match Linux 3.8.13 | dumbbell | 2015-03-17 | 4 | -9/+32 |
* | Update to the Intel ixgbe driver: | jfv | 2015-03-17 | 2 | -2/+17 |
* | sfxge: adding version info to device description | arybchik | 2015-03-17 | 1 | -1/+1 |
* | Use lapic_ipi_alloc() to dynamically allocate IPI slots needed by bhyve when | neel | 2015-03-14 | 1 | -3/+1 |
* | Factor out mbuf hashing code from LAGG driver so that other network | hselasky | 2015-03-11 | 1 | -1/+1 |
* | Revert accidentally commited file from r279824. We're not quite ready to | ian | 2015-03-09 | 1 | -6/+0 |
* | Add a dtb module for AM335x systems (just Beaglebone right now). | ian | 2015-03-09 | 2 | -0/+13 |
* | Build the videomode kernel module by default. | hselasky | 2015-03-08 | 1 | -0/+1 |
* | Set a dependancy on fbt module for ARM. | br | 2015-03-06 | 1 | -1/+1 |