aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel build. Improper definition location of a variable.George V. Neville-Neil2016-06-021-1/+2
* [ath] commit initial bluetooth coexistence support for the MCI NICs.Adrian Chadd2016-06-029-64/+814
* Fix memguard(9) in kernels with INVARIANTS enabled.Mark Johnston2016-06-012-9/+30
* Improve the English in a commentAlan Somers2016-06-011-2/+2
* When we are in panic, always go the asynchronous path in g_mirror_destroy(),Gleb Smirnoff2016-06-011-1/+2
* If the fast path unbusy in vm_page_replace() fails, slow path needs toKonstantin Belousov2016-06-011-15/+20
* Replace constant expressions that contain multiplications byDon Lewis2016-06-013-28/+30
* iw_cxgbe: Fix panic that occurs when c4iw_ev_handler tries to acquireNavdeep Parhar2016-06-011-1/+10
* Microoptimize locking primitives by avoiding unnecessary atomic ops.Mateusz Guzik2016-06-017-16/+34
* [ath_hal] add azimuth timestamp payload marking for AR9380 and later chips.Adrian Chadd2016-06-011-0/+1
* urtwn: unbreak CTS-to-self protection mode.Andriy Voskoboinyk2016-06-011-4/+2
* Enable filemon on all architectures.Bryan Drewery2016-06-011-2/+1
* urtwn: fix non-ERP BSS detection in HOSTAP mode.Andriy Voskoboinyk2016-06-011-9/+12
* sfxge(4): cleanup: remove unused variables in common codeAndrew Rybchenko2016-06-013-11/+0
* Add support for loadable kernel modules.Ruslan Bukin2016-06-012-3/+368
* sfxge(4): cleanup: add missing space after if keywordAndrew Rybchenko2016-06-011-2/+2
* Build riscv modules as PIC.Ruslan Bukin2016-06-011-1/+1
* Add a riscv define.Ruslan Bukin2016-06-011-0/+2
* sfxge(4): set moderation in efx_ev_qcreateAndrew Rybchenko2016-06-016-13/+44
* Don't build some modules on RISC-V.Ruslan Bukin2016-06-011-2/+3
* * Enable KDTRACE options as we support DTrace now.Ruslan Bukin2016-06-011-2/+7
* Reduce the priority of cxgbei(4) driver, so it doesn't get chosenEdward Tomasz Napierala2016-06-011-1/+1
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-0117-72/+37
* hyperv: Rename some cleaned up/almost cleaned up filesSepherosa Ziehau2016-06-018-15/+14
* Return real error value instead of hard-coded ENXIO (fix after r300149)Zbigniew Bodek2016-06-011-1/+3
* Define the id_t type as required by POSIX.Ed Schouten2016-06-011-5/+10
* hyperv/channel: Only cpu0 is supported as channel target cpu on WIN7Sepherosa Ziehau2016-06-011-3/+7
* hyperv/vmbus: Redefine event flags.Sepherosa Ziehau2016-06-016-78/+55
* sfxge(4): cope with code duplication on SW events compositionAndrew Rybchenko2016-06-013-24/+24
* bge: Force chipid to 5720 A0 for 5717 C0 in an early placeSepherosa Ziehau2016-06-011-3/+4
* [ath_hal] implement shared PA handling checks, based on ath9k.Adrian Chadd2016-06-011-8/+16
* [ath_hal] add MCI bits from ath9k for QCA9565Adrian Chadd2016-06-011-21/+106
* [ath_hal] add support for QCA9565 for configuring the bluetooth antenna LNA d...Adrian Chadd2016-06-011-3/+34
* [ath_hal] Allow the BT antenna diversity option to be enabled for QCA9565.Adrian Chadd2016-06-011-2/+4
* [ath_hal] add QCA9565 bluteooth antenna control.Adrian Chadd2016-06-011-2/+30
* [ath_hal] add extra debugging for MCI interrupts.Adrian Chadd2016-06-011-0/+2
* [ath_hal] add extra MCI definitions used by the later chips (QCA9565/Aphrodite).Adrian Chadd2016-06-011-0/+21
* WITH_META_MDE: Fix machine/include and x86/include issues.Bryan Drewery2016-05-312-2/+2
* Define SYSDIR earlier since the defined(FIRMWS) block depends on it.Bryan Drewery2016-05-311-10/+10
* Add missed updates for r301079 and r301084.Bryan Drewery2016-05-311-2/+2
* WITH_META_MODE: Resolve SYSDIR to avoid changed build commands.Bryan Drewery2016-05-312-2/+2
* Fix a crash while iterating compat strings when no match is found.Jared McNeill2016-05-311-1/+1
* Make RLIM_INFINITY usable without including <stdint.h>.Ed Schouten2016-05-311-1/+1
* WITH_META_MODE: Mitigate switching from without to with META_MODE.Bryan Drewery2016-05-313-38/+41
* sfxge(4): avoid code duplication in SW events definitionAndrew Rybchenko2016-05-313-19/+16
* Add missing dependency on <machine/param.h>.Ed Schouten2016-05-311-0/+2
* Attach the generic USB OHCI driver to the arm64 build.Andrew Turner2016-05-311-0/+2
* dpcpu_init should have also passed in the calculated cpuid, not theAndrew Turner2016-05-311-1/+1
* Improve POSIX conformance of <signal.h>.Ed Schouten2016-05-311-1/+22
* Allow the kernel to boot on a CPU where the devicetree has numbered it withAndrew Turner2016-05-311-12/+47