aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* sfxge(4): remove Falcon specific EV_GLOBAL supportAndrew Rybchenko2016-05-113-19/+2
* sfxge(4): remove Falcon-specific code paths from common codeAndrew Rybchenko2016-05-115-60/+16
* sfxge(4): add TLV format buffer manipulation functions for V3 licensingAndrew Rybchenko2016-05-112-0/+428
* hyperv/hn: Extract RSS hash value and type.Sepherosa Ziehau2016-05-114-19/+93
* Don't mark the initial portal registers as fully mapped.Justin Hibbits2016-05-111-1/+0
* Use DEVMETHOD_END instead of its value to indicate end of methods tableOleksandr Tymoshenko2016-05-113-3/+3
* Use GPIO pin management API in gpiobacklightOleksandr Tymoshenko2016-05-111-68/+29
* Rename siba -> siba_s5, to specifically reference that it's for theAdrian Chadd2016-05-102-6/+5
* Allow orm(4) to be disabled from probing/attaching by a hints entry:Bjoern A. Zeeb2016-05-101-0/+3
* Move vm_domain_rr_selectdomain() under #ifdef VM_NUMA_ALLOC.John Baldwin2016-05-101-4/+2
* netipsec: Fix minor style nitConrad Meyer2016-05-101-1/+1
* Pass device tree node as a part of gpio_pin_get_by_ofw_XXX APIOleksandr Tymoshenko2016-05-103-36/+29
* When PLATFORM_SMP is enabled, check if tunable hw.ncpu is set and validEmmanuel Vadot2016-05-101-0/+8
* Ensure waiting loops terminate during cold boot. This fixes boot withHans Petter Selasky2016-05-101-0/+4
* Merge a20_mp_start_ap and a31_mp_start_ap into one function.Emmanuel Vadot2016-05-103-43/+27
* Implement ioremap_wt() and use that in the MEMREMAP_WT case for i386Hans Petter Selasky2016-05-101-1/+3
* aic7xxx: minor spelling fixes.Pedro F. Giffuni2016-05-1014-63/+63
* Fix kernel LINT build after r299363.Hans Petter Selasky2016-05-101-1/+1
* Allow sleepable allocations in enclosure daemon threads.Alexander Motin2016-05-102-33/+15
* Add "camcontrol reprobe" subcommand, and implement it for da(4).Edward Tomasz Napierala2016-05-103-2/+14
* Push the logic to talk with the MSI/MSI-X interrupt controller to the FDTAndrew Turner2016-05-102-11/+76
* Remove NULL checks after M_WAITOK allocations from mpr(4).Edward Tomasz Napierala2016-05-101-38/+13
* siba depends on bhndbus; add the device to the kernel config.Bjoern A. Zeeb2016-05-101-0/+1
* Remove NULL checks after M_WAITOK allocations from mps(4).Edward Tomasz Napierala2016-05-101-38/+13
* Add more LinuxKPI I/O functions.Hans Petter Selasky2016-05-101-1/+77
* Use function macros when possible to avoid stray substitutions.Hans Petter Selasky2016-05-101-17/+17
* Add missing semicolon and properly wrap macro argument.Hans Petter Selasky2016-05-101-12/+12
* Allow the argument for the cpu_to_xxxp() and xxx_to_cpup() macros toHans Petter Selasky2016-05-101-12/+12
* Remove misc NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2016-05-105-11/+0
* Remove NULL check after M_WAITOK allocations from mfi(4).Edward Tomasz Napierala2016-05-101-8/+0
* Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala2016-05-105-22/+0
* Add locking annotations to amd64 struct md_page members.Konstantin Belousov2016-05-101-2/+6
* Fix previous commit to report proper error code.Alexander Motin2016-05-101-6/+28
* Validate XCOPY range offsets and lengths.Alexander Motin2016-05-101-3/+11
* More XCOPY parameters validation.Alexander Motin2016-05-101-5/+55
* sfxge(4): cleanup: fix typoAndrew Rybchenko2016-05-101-1/+1
* sfxge(4): cleanup: remove unneeded include filesAndrew Rybchenko2016-05-102-5/+1
* sfxge(4): cleanup: remove unused efx_infer_family()Andrew Rybchenko2016-05-102-57/+0
* sfxge(4): cleanup: remove obsolete common code moduleAndrew Rybchenko2016-05-101-2/+1
* sfxge(4): cleanup: fix typosAndrew Rybchenko2016-05-101-1/+1
* sfxge(4): cleanup efx_check.h comments and error messagesAndrew Rybchenko2016-05-101-11/+4
* sfxge(4): remove EFSYS_OPT_PHY_TXC43128Andrew Rybchenko2016-05-103-47/+3
* sfxge(4): remove EFSYS_OPT_PHY_SFX7101Andrew Rybchenko2016-05-102-39/+3
* sfxge(4): remove EFSYS_OPT_PHY_SFT9001Andrew Rybchenko2016-05-102-39/+3
* sfxge(4): remove EFSYS_OPT_PHY_QT2025CAndrew Rybchenko2016-05-103-43/+4
* sfxge(4): remove EFSYS_OPT_PHY_QT2022C2Andrew Rybchenko2016-05-102-39/+3
* sfxge(4): remove EFSYS_OPT_PHY_NULLAndrew Rybchenko2016-05-102-39/+3
* sfxge(4): remove EFSYS_OPT_NVRAM_SFX7101Andrew Rybchenko2016-05-101-11/+3
* Improve validation of some POPULATE TOKEN parameters.Alexander Motin2016-05-101-8/+22
* sfxge(4): remove EFSYS_OPT_NVRAM_SFT9001Andrew Rybchenko2016-05-101-10/+3