| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce driver for Cavium's ThunderX MDIO | zbb | 2015-10-18 | 1 | -0/+2 |
* | Introduce initial support for Cavium's ThunderX networking interface | zbb | 2015-10-18 | 1 | -0/+6 |
* | Import ARM_INTRNG, the "next generation" interrupt architecture for arm | ian | 2015-10-18 | 2 | -1/+4 |
* | Do as r289391 did for share/mk and make installing to a non-existent directory | bdrewery | 2015-10-17 | 3 | -8/+8 |
* | 2nd try, after r289319: | bz | 2015-10-15 | 1 | -1/+1 |
* | Revert r289319 as it seems some ARM kernels include HWPMC but no FDT. | bz | 2015-10-14 | 1 | -1/+1 |
* | Fix the dependencies to be similar to TCP as without TCP, e.g., NOIP kernels | bz | 2015-10-14 | 1 | -1/+1 |
* | HWPMC depends on pmu.c even if device pmu is not specified. | bz | 2015-10-14 | 1 | -1/+1 |
* | There are times when it would be really nice to have a record of the last few | hiren | 2015-10-14 | 3 | -0/+6 |
* | NTB: Enable 32-bit support | cem | 2015-10-13 | 1 | -0/+2 |
* | Remove compatibility shims for legacy ATA device names. | mav | 2015-10-11 | 1 | -3/+0 |
* | Build changes that allow the modules on arm64. | kib | 2015-10-08 | 4 | -8/+23 |
* | xen/console: Introduce a new console driver for Xen guest | royger | 2015-10-08 | 1 | -2/+1 |
* | Move pmu.c to files.arm and rename the option to pmu. This is not hwpmc | andrew | 2015-10-07 | 1 | -0/+1 |
* | Merge ^/head r288126 through r288196. | dim | 2015-09-24 | 2 | -13/+26 |
|\ |
|
| * | Install kernel debug data under /usr/lib/debug | emaste | 2015-09-24 | 2 | -13/+26 |
* | | Merge ^/head r288035 through r288099. | dim | 2015-09-22 | 9 | -8/+1 |
|\ \
| |/ |
|
| * | Move kbd.c to main sys/conf/files list | emaste | 2015-09-21 | 9 | -8/+1 |
* | | Merge ^/head r287878 through r288034. | dim | 2015-09-20 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Add alternate descriptors support for if_dwc. | loos | 2015-09-20 | 1 | -0/+2 |
* | | Merge ^/head r287680 through r287877. | dim | 2015-09-16 | 2 | -0/+2 |
|\ \
| |/ |
|
| * | arm64: add kbd.c to the build for ukbd to fix the build | emaste | 2015-09-15 | 1 | -0/+1 |
| * | - Factor out the common and generic parts of the sparc64 host-PCI-bridge | marius | 2015-09-12 | 1 | -0/+1 |
* | | Merge ^/head r287527 through r287679. | dim | 2015-09-11 | 5 | -5/+6 |
|\ \
| |/ |
|
| * | Merge stack(9) implementations for i386 and amd64 under x86/. | markj | 2015-09-11 | 3 | -3/+3 |
| * | Reimplement CTL High Availability. | mav | 2015-09-10 | 1 | -0/+1 |
| * | Remove opt_random.h header pollution from sys/random.h by moving | ngie | 2015-09-08 | 1 | -2/+2 |
* | | Merge ^/head r286858 through r287489. | dim | 2015-09-05 | 9 | -18/+42 |
|\ \
| |/ |
|
| * | Add support for the dwc usb in the HiSilicon hi6220 in the HiKey board. For | andrew | 2015-09-01 | 1 | -0/+1 |
| * | Add support for the DesignWare MMC hardware in the HiSilicon hi6220. This | andrew | 2015-09-01 | 1 | -0/+2 |
| * | Comment out cleaning files, since it cleans too much. | imp | 2015-08-28 | 1 | -1/+2 |
| * | Fix cleaning of files generated from .m sources. | imp | 2015-08-28 | 1 | -5/+3 |
| * | New 1-Wire bus implementation. 1-Wire controller is abstracted, though | imp | 2015-08-27 | 1 | -0/+7 |
| * | Fix freescale sdhc driver, and add it to the files list. | jhibbits | 2015-08-27 | 1 | -0/+1 |
| * | Add the SOC_HISI_HI6220 option. This will be used to enable drivers for | andrew | 2015-08-26 | 1 | -0/+1 |
| * | Merge ACPICA 20150818. | jkim | 2015-08-26 | 1 | -1/+1 |
| * | Add an option to select which SoCs we are building for. It is intended to | andrew | 2015-08-26 | 2 | -3/+6 |
| * | Import ioat(4) driver | cem | 2015-08-24 | 1 | -0/+2 |
| * | Make the UMA harvesting go away completely if not wanted. Default to "not wan... | markm | 2015-08-22 | 2 | -7/+8 |
| * | Create a RouterBoard platform and use it to create a flash map | jhibbits | 2015-08-22 | 2 | -0/+2 |
| * | Add ALTQ(9) support for the CoDel algorithm. | loos | 2015-08-21 | 2 | -0/+2 |
| * | Allow building a kernel with baked in ig4, isl and cyapa drivers. | grembo | 2015-08-19 | 1 | -2/+4 |
| * | Add the GPIO driver for the ADI Engineering RCC-VE and RCC-DFF/DFFv2. | loos | 2015-08-18 | 1 | -0/+1 |
* | | For kernel builds, make the -Wshift-negative-value non-fatal for now. | dim | 2015-08-17 | 1 | -0/+3 |
|/ |
|
* | Add DEV_RANDOM pseudo-option and use it to "include out" random(4) | markm | 2015-08-17 | 3 | -17/+22 |
* | Move "ioctl" CAM frontend into separate file. | mav | 2015-08-15 | 1 | -0/+1 |
* | Drop "internal" CTL frontend. | mav | 2015-08-15 | 1 | -1/+0 |
* | sys/conf: pass NMFLAGS to nm(1) via genassym.sh. | rpaulo | 2015-08-14 | 2 | -2/+2 |
* | MFV r277431: 5497 lock contention on arcs_mtx | mav | 2015-08-14 | 1 | -0/+1 |
* | Change md(4) to use weak symbols as start, end and size for the embedded | marcel | 2015-08-13 | 3 | -8/+51 |