aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Really revert 312923 this timeBaptiste Daroussin2017-01-286-14/+13
* Revert crap accidentally committedBaptiste Daroussin2017-01-2834-333/+151
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-2834-151/+333
* Implement atomic_fcmpset_* for arm and arm64.Olivier Houchard2017-01-284-0/+231
* Fix i386 compile failure by moving needed closing parenthesis out ofSean Bruno2017-01-281-1/+1
* Make the drm2 module depend on linuxkpiBaptiste Daroussin2017-01-286-13/+14
* Merge enhancements to the ALTERA Avalon bus generic device attachmentRobert Watson2017-01-284-37/+240
* Fix a bug which caused not to create AF_LOCAL sockets when familyHiroki Sato2017-01-281-1/+2
* Merge robustness improvements for the ALTERA JTAG UART driver fromRobert Watson2017-01-282-46/+127
* Fix build of aio_test on MIPS, where the compiler warns about the localRobert Watson2017-01-281-8/+8
* As with GENERIC on other architectures, include COMPAT_FREEBSD10 andRobert Watson2017-01-281-0/+3
* Remove more pc98 support.Yoshihiro Takahashi2017-01-285-22/+1
* ifnet: move the new ifnet_event EVENTHANDLER_DECLARE to net/if_var.hDexuan Cui2017-01-283-8/+5
* Switch to Linux / device tree upstream names. U-boot uses these byWarner Losh2017-01-281-2/+7
* Honor LINKS=x y in dtb modules. We need this for compatibility linksWarner Losh2017-01-281-0/+1
* Improve the aio testsAlan Somers2017-01-281-92/+244
* Garbage collect the FPU_ERROR_BROKEN option.Yoshihiro Takahashi2017-01-281-8/+0
* Regen after r312910.Yoshihiro Takahashi2017-01-281-21/+21
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-28418-46737/+215
* Add iflib man pages for developers.Sean Bruno2017-01-284-0/+501
* ERL: set -march=octeon+ for use with external toolchainEd Maste2017-01-281-1/+1
* Add a knob to change default behavior of inheriting listen socket's tcp stackHiren Panchasara2017-01-271-1/+9
* Unregister CPL handlers for TOE-related messages when unloading TOM.John Baldwin2017-01-275-6/+30
* IFLIB updates:Sean Bruno2017-01-272-104/+171
* Don't drop a reference to the TOE PCB in undo_offload_socket().John Baldwin2017-01-271-2/+0
* Replace customized busmaster code with standardized setup call.Sean Bruno2017-01-271-4/+1
* hwpmc: annotate pmc_hook and pmc_intr as __read_mostlyMateusz Guzik2017-01-271-2/+2
* hwpmc: partially depessimize mmap handling if the module is not loadedMateusz Guzik2017-01-271-4/+6
* Squash a couple of uses of xpt_print_path()Scott Long2017-01-271-4/+4
* add octeon+ as an alias for octeon in GCC & binutilsEd Maste2017-01-273-1/+6
* Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CCEd Maste2017-01-271-1/+1
* Fix an off-by-one in an assertion on fasttrap tracepoint sizes.Mark Johnston2017-01-271-1/+1
* Sprinkle __read_mostly on backoff and lock profiling code.Mateusz Guzik2017-01-275-6/+7
* cache: annotate with __read_mostly and __exclusive_cache_lineMateusz Guzik2017-01-271-25/+24
* Introduce __read_mostly and __exclusive_cache_line macros.Mateusz Guzik2017-01-274-2/+17
* Hide unneeded message under bootverbose.Shunsuke Akiyama2017-01-271-0/+4
* Fix lookup of original destination address when using a redirect rule.Cy Schubert2017-01-272-4/+4
* sfxge(4): compact the first hot part of RxQ controlAndrew Rybchenko2017-01-271-1/+1
* sfxge(4): fix RxQ structure layout vs usage on datapathAndrew Rybchenko2017-01-271-2/+2
* sfxge(4): fix invalid VLAN tagging after stop/startAndrew Rybchenko2017-01-271-1/+2
* Use the busdma API to allocate all DMA-able memory.Hans Petter Selasky2017-01-275-470/+583
* Add support for device surprise removal and other PCI errors.Hans Petter Selasky2017-01-275-12/+256
* Wait for all VFs pages to be reclaimed before closing EQ pages.Hans Petter Selasky2017-01-273-2/+32
* Rename struct fw_page into struct mlx5_fw_page as a preparation stepHans Petter Selasky2017-01-271-13/+13
* Fix command completion with callback scenario.Hans Petter Selasky2017-01-271-1/+6
* Minor code refactor as a preparation step for suprise removal of CX-4Hans Petter Selasky2017-01-271-54/+68
* Use ffs() to scan for first bit instead of using a for() loop.Hans Petter Selasky2017-01-272-50/+53
* Make fw_pages statistics counter 64-bit to avoid overflow.Hans Petter Selasky2017-01-271-1/+1
* Add support for reading advanced diagnostic counters.Hans Petter Selasky2017-01-277-1/+503
* sfxge(4): cleanup: remove unused soft context struct member rxq_cacheAndrew Rybchenko2017-01-271-1/+0