aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In the reply to SADB_X_SPDGET message use the same sequence number thatAndrey V. Elsukov2015-05-201-2/+3
* EVENTHANDLER_REGISTER() doesn't fail.Gleb Smirnoff2015-05-201-6/+0
* ti_pruss: pass the correct IRQ to userland.Rui Paulo2015-05-202-8/+28
* D2432 (Patch for Amlogic single core PIC) moved the SMP option outGanbold Tsagaankhuu2015-05-202-0/+4
* Add a new sysctl net.inet.tcp.hostcache.purgenow=1 to expire and purge allHiren Panchasara2015-05-201-0/+25
* Re-select the SD card before getting the SD status. On a couple AtmelWarner Losh2015-05-191-0/+14
* Add NFS server to mix (for easier, in-place updates). Move toWarner Losh2015-05-191-3/+7
* Improve comment about unmapped I/O and fix typos.Warner Losh2015-05-191-4/+4
* Correct the wording as we are increasing the window size.Hiren Panchasara2015-05-191-1/+1
* Fix two bugs that could result in PMC sampling effectively stopping.John Baldwin2015-05-192-1/+9
* Use the proper mask when reloading sampling PMCs for Core CPUs.John Baldwin2015-05-191-1/+1
* Use fixed enum values for PMC_CLASSES().John Baldwin2015-05-192-26/+34
* Remove executable property from several ixl(4) source files.John Baldwin2015-05-1919-0/+0
* Remove unneded mbuf length adjustment, M_PREPEND() already did that.Andrey V. Elsukov2015-05-191-2/+0
* use proper types to represent function pointersLuigi Rizzo2015-05-192-2/+2
* Properly null-terminate strings in a kernel dump header. A version stringAlan Somers2015-05-191-5/+5
* remove a redundant ; at the end of a functionLuigi Rizzo2015-05-191-1/+1
* Add Performance Monitoring Counters support for AArch64.Ruslan Bukin2015-05-1910-12/+1188
* remove an extra ; after MODULE_DEPENDLuigi Rizzo2015-05-191-1/+1
* Add GRP_COMDAT section group flag to ELF headerEd Maste2015-05-191-0/+3
* When sleeping in Sx state using MWAIT instruction, accept fast wakeupKonstantin Belousov2015-05-191-6/+17
* Use MTX_SYSINIT() instead of mtx_init() to separate mutex initializationGleb Smirnoff2015-05-193-17/+9
* During module unload unlock rules before destroying UMA zones, whichGleb Smirnoff2015-05-191-1/+1
* Read GEOM_UNCOMPRESS metadata using several requests that fit intoAndrey V. Elsukov2015-05-191-15/+25
* Fix for DWC OTG device side isochronous transfers. The even or oddHans Petter Selasky2015-05-191-2/+31
* Change SA's state before sending SADB_EXPIRE message. This state willAndrey V. Elsukov2015-05-191-2/+2
* Teach key_expire() send SADB_EXPIRE message with the SADB_EXT_LIFETIME_HARDAndrey V. Elsukov2015-05-191-40/+38
* Convert routerstation to use geom_uncompress.Adrian Chadd2015-05-191-3/+3
* Migrate RSPRO to use the uncompress module, not uzip.Adrian Chadd2015-05-191-3/+3
* QCA955x / AP135 platform tidyups.Adrian Chadd2015-05-192-10/+12
* The AP135 PCIe NIC isn't an ath device, it's an 11ac part (linux ath10k.)Adrian Chadd2015-05-191-3/+3
* Add initial support for the QCA955x PCIe host controller.Adrian Chadd2015-05-192-0/+607
* Merge ACPICA 20150515.Jung-uk Kim2015-05-1854-391/+3759
|\
* | ddb: stop boolean screaming.Pedro F. Giffuni2015-05-1812-101/+101
* | Remove unnecessary devices from allwinner kernels.Luiz Otavio O Souza2015-05-182-4/+0
* | Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr. This keeps the networkIan Lepore2015-05-181-0/+2
* | Make the FIFO configuration a bit more flexible for the DWC OTG inHans Petter Selasky2015-05-182-22/+22
* | Add a routine to obtain netboot parameters from the U-Boot env vars. CallIan Lepore2015-05-181-0/+109
* | Fix an off-by-one error by adding proper range checks when parsing theHans Petter Selasky2015-05-181-1/+1
* | A miss from r283061: don't dereference NULL is pf_get_mtag() fails.Gleb Smirnoff2015-05-181-2/+4
* | Refactor net_getparams() to make it easier to get params from sources otherIan Lepore2015-05-182-28/+51
* | Don't dereference NULL is pf_get_mtag() fails.Gleb Smirnoff2015-05-181-12/+14
* | fd: fix imbalanced fdp unlock in F_SETLK and F_GETLKMateusz Guzik2015-05-181-2/+0
* | Tidy up sys_umask a little bitMateusz Guzik2015-05-181-3/+3
* | Clean up the Amlogic interrupt controller driver to handle the case whereAndrew Turner2015-05-187-26/+21
* | Add support for SCSI disk hot add and remove. Also add padding according toWei Hu2015-05-182-19/+101
* | Clean up the style to be "include<space><tab>" and remove options alreadyAndrew Turner2015-05-181-7/+2
* | sfxge: do not advertise LRO capability if LRO is compiled outAndrew Rybchenko2015-05-181-2/+7
* | sfxge: automatically turn off TSO when Tx checksum offload is disabledAndrew Rybchenko2015-05-181-5/+34
* | sfxge: allow to disable checksum offloads over VLANAndrew Rybchenko2015-05-181-1/+1