summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the appropriate case statement for IPV6_BINDMULTI so the option can bejtl2015-12-301-0/+1
* Decode and print the ID_AA64* registers on boot. These registers holdandrew2015-12-304-30/+640
* This code is not in modules that need KPI stability so no need to usebz2015-12-301-2/+2
* Add support for modifying coalescing parameters runtime.hselasky2015-12-303-42/+107
* Allow I2C to read address 0x51 as well as address 0x50.hselasky2015-12-301-4/+15
* 10G ER/LR should present itself as LR.hselasky2015-12-302-3/+3
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingmarius2015-12-306-92/+68
* Add platform support for QorIQ SoCs.jhibbits2015-12-306-59/+432
* Optimize zero_page for book-e mmu.jhibbits2015-12-301-1/+10
* Rewrite tid_flush() in C.jhibbits2015-12-302-73/+47
* Fix stack leak introduced by SVN r97201 (nextboot_conf support).dteske2015-12-301-6/+8
* Adapt CATR() to r283283.marius2015-12-301-3/+3
* Add ptrace(2) reporting for LWP events.jhb2015-12-296-22/+77
* Call kern_thr_exit() instead of duplicating it.jhb2015-12-291-8/+3
* Bring some of the recent locore-v4.S improvements into locore-V6...ian2015-12-291-25/+38
* Add standard extended feature bit 6 from the Intel SDM rev. 57, whichkib2015-12-292-0/+3
* Fix the error checking for the ubenv command. This moves the check for anian2015-12-291-2/+8
* When checking the inp_ip_minttl restriction for IPv6 packets, don't checkjtl2015-12-291-3/+4
* - Add entries for the more prominent members of the Digi Internationalmarius2015-12-291-16/+69
* ext2: recognize ext4 INCOMPAT_RECOVER flagpfg2015-12-291-0/+3
* Update metadata for "tools/tools/bus_autoconf" after r292080. Usehselasky2015-12-292-75/+34
* hyperv: vmbus: run non-blocking message handlers in vmbus_msg_swintr()delphij2015-12-293-29/+64
* hyperv: vmbus: remove the per-channel control_work_queuedelphij2015-12-292-30/+3
* Update capabilities of e500mc, e5500, e6500.jhibbits2015-12-291-2/+5
* - Add an entry for the SIIG Cyber 2SP1 PCIe adapter, which is basedmarius2015-12-281-4/+11
* Add support for CQE zipping. CQE zipping reduces PCI overhead byhselasky2015-12-287-3/+131
* Add support for sysctl tunables to 10-stable and older. Pushed throughhselasky2015-12-281-6/+30
* in6_if2idlen: treat bridge(4) interfaces like other Ethernet interfaceswollman2015-12-281-0/+1
* Make the eeprom dump function more readable and rename variables forhselasky2015-12-281-17/+16
* Reduce memory consumption when allocating kobject strings in thehselasky2015-12-282-24/+45
* Add SFF-8024 Extended Specification Compliancemelifaro2015-12-281-1/+1
* Correct __FreeBSD__ check.cy2015-12-281-1/+1
* Add some additional GPT partition typesallanjude2015-12-274-63/+107
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-2725-823/+604
* Fix incorrect error message in geom mapallanjude2015-12-271-1/+1
* Verify that tv_sec value specified in settimeofday() and clock_settime()dchagin2015-12-271-2/+4
* Add missed relpbuf() for a smallfs page-in.kib2015-12-271-0/+1
* Fix missing path conversion from the previous commit to shuffle mdio around.adrian2015-12-271-1/+1
* Allocate separate scratch space for scanner purposes.mav2015-12-272-114/+95
* Split DMA buffers for request, response and ATIO queues.mav2015-12-273-182/+222
* Disable the firwmare licence check for rsu and urtwn.adrian2015-12-262-2/+2
* Add missing #ifdef INET after r292674 to allow NOIP and NOINET kernelsbz2015-12-261-0/+2
* [mdio] Add MDIO support for "extended" registers as defined by IEEE 802.3 Cla...adrian2015-12-263-6/+92
* Do not substitute interpeter if the brand interpreter path iskib2015-12-261-1/+3
* Use single DMA tag for scratch areas of all virtual ports.mav2015-12-262-29/+32
* Return EINVAL in case of incorrect sigev_signo value specified instead of pan...dchagin2015-12-261-0/+4
* Do not allow access to emuldata for non Linux processes.dchagin2015-12-261-0/+2
* Make port logins asynchronous, following r292739 logic.mav2015-12-261-66/+55
* cxgbei: Hardware accelerated iSCSI target and initiator for TOE capablenp2015-12-267-0/+2853
* Make virtual ports control asynchronous.mav2015-12-263-87/+111
OpenPOWER on IntegriCloud