aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* hyperv/storvsc: Minor style changes; no functional changes.Sepherosa Ziehau2016-12-091-1/+6
* hyperv/storvsc: Fix the SCSI disk attachment issue.Sepherosa Ziehau2016-12-091-8/+33
* cxgbe(4): netmap does not set IFCAP_NETMAP in an ifnet's if_capabilitiesNavdeep Parhar2016-12-092-2/+6
* rsu: fix incorrect register addresses.Andriy Voskoboinyk2016-12-081-5/+5
* Fix the typos and style(9) in comment.Luiz Otavio O Souza2016-12-081-3/+2
* Add jz4780 internal codec initialization driver.Ruslan Bukin2016-12-083-0/+379
* Fix spa_alloc_tree sorting by offset in r305331.Alexander Motin2016-12-081-2/+17
* Use the populate() driver paging method for i915 driver.Konstantin Belousov2016-12-081-52/+19
* Implement the populate() pager method for phys pager.Konstantin Belousov2016-12-081-11/+84
* Add a new populate() pager method and extend device pager ops vectorKonstantin Belousov2016-12-084-0/+178
* Move map_generation snapshot value into struct faultstate.Konstantin Belousov2016-12-081-3/+4
* Style.Konstantin Belousov2016-12-081-10/+4
* [net80211] add a field for storing a 64 bit TSC.Adrian Chadd2016-12-081-1/+3
* [net80211] begin fleshing out support for channel survey information to beAdrian Chadd2016-12-081-0/+11
* hyperv/timesync: Support "sent TC" to improve accuracy.Sepherosa Ziehau2016-12-086-29/+38
* hyperv/vmbus: Utilize vmbus_chan_run_task()Sepherosa Ziehau2016-12-081-2/+1
* Previously, vm_radix_remove() would panic if the radix trie didn'tAlan Cox2016-12-086-97/+47
* net80211: remove obsolete comment.Andriy Voskoboinyk2016-12-071-6/+0
* Switch if_run.c to use a bitmap for debug levels rather than arbitraryGavin Atkinson2016-12-071-94/+166
* net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk2016-12-076-5/+10
* Silence a warning produced by newer versions of gcc.Michael Tuexen2016-12-071-0/+2
* Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen2016-12-0714-475/+465
* Regnerate system-call definitions following r309677 correcting a whitespaceRobert Watson2016-12-075-5/+5
* Replace spaces with tabs in definition of SCTP system calls, for consistencyRobert Watson2016-12-071-5/+5
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-074-4/+14
* Add ACPI support to the arm64 mp code. We use the Multiple APIC DescriptionAndrew Turner2016-12-071-18/+150
* Add ACPI support to the PSCI driver. This checks the Fixed ACPI DescriptionAndrew Turner2016-12-072-26/+220
* Style fix.Ruslan Bukin2016-12-072-85/+151
* hyperv/vmbus: Use pause if possible.Sepherosa Ziehau2016-12-071-7/+9
* Fix a kernel panic in DTrace's rw_iswriter subroutine.George V. Neville-Neil2016-12-071-4/+4
* Fix typo.Xin LI2016-12-071-1/+1
* cxgbe(4): unsigned short isn't large enough to store link speed (whichNavdeep Parhar2016-12-071-2/+2
* [net80211] flesh out more RX phy information.Adrian Chadd2016-12-071-2/+7
* [net80211] start refactoring out the "am I a wep / group key!" code.Adrian Chadd2016-12-072-0/+22
* Use the official spelling for NULL arguments to typed sysctl handlers.Mark Johnston2016-12-071-2/+2
* Convert result of hash_packet6() into host byte order.Andrey V. Elsukov2016-12-061-6/+5
* Provide dummy sysctls for v_cache_count and v_tcached.Mark Johnston2016-12-061-0/+11
* Require the STACK option for code that captures stacks of running threads.Mark Johnston2016-12-061-2/+14
* Add the missing gic_common.h include for GIC_BUS_FDT.Andrew Turner2016-12-061-0/+1
* Create two GIC ivars to find the bus type and GIC hardware version. TheseAndrew Turner2016-12-068-3/+83
* ifndef atomic_cas_* in cddl code in preparation for native implementationsMateusz Guzik2016-12-061-0/+6
* Move the common bit manipulation macros from the GICv3 header to theAndrew Turner2016-12-065-36/+20
* Move the stored signal mask later in the jump buf. It was being clobberedAndrew Turner2016-12-061-1/+1
* Adda new common GIC header to handle the common parts of the GICv2 andAndrew Turner2016-12-062-47/+102
* cxgbe(4): Update firmwares from version 1.16.12.0 to 1.16.22.0.Navdeep Parhar2016-12-0615-29155/+29304
* Add the full set of GICD_PIDR* registersAndrew Turner2016-12-061-4/+13
* Whitespace changes.Michael Tuexen2016-12-0623-530/+206
* Fix the armv6 build after r309553.Luiz Otavio O Souza2016-12-061-1/+1
* rsu: fix printf format specifiers.Andriy Voskoboinyk2016-12-061-1/+1
* Don't attach to Host-PCI bridges with a bad bus number.John Baldwin2016-12-061-4/+14