freebsd.git
2017-01-27 dimMerge ^/head r312720 through r312893.
2017-01-27 markjFix an off-by-one in an assertion on fasttrap tracepoin...
2017-01-27 emastelld: do not round up PT_GNU_RELRO p_memsz
2017-01-27 mjgSprinkle __read_mostly on backoff and lock profiling...
2017-01-27 mjgcache: annotate with __read_mostly and __exclusive_cach...
2017-01-27 mjgIntroduce __read_mostly and __exclusive_cache_line...
2017-01-27 akiyamaHide unneeded message under bootverbose.
2017-01-27 cyFix lookup of original destination address when using...
2017-01-27 arybchiksfxge(4): compact the first hot part of RxQ control
2017-01-27 arybchiksfxge(4): fix RxQ structure layout vs usage on datapath
2017-01-27 arybchiksfxge(4): fix invalid VLAN tagging after stop/start
2017-01-27 hselaskyUse the busdma API to allocate all DMA-able memory.
2017-01-27 hselaskyAdd support for device surprise removal and other PCI...
2017-01-27 hselaskyWait for all VFs pages to be reclaimed before closing...
2017-01-27 hselaskyRename struct fw_page into struct mlx5_fw_page as a...
2017-01-27 hselaskyFix command completion with callback scenario.
2017-01-27 hselaskyMinor code refactor as a preparation step for suprise...
2017-01-27 hselaskyUse ffs() to scan for first bit instead of using a...
2017-01-27 hselaskyMake fw_pages statistics counter 64-bit to avoid overflow.
2017-01-27 hselaskyAdd support for reading advanced diagnostic counters.
2017-01-27 arybchiksfxge(4): cleanup: remove unused soft context struct...
2017-01-27 arybchiksfxge(4): cleanup: remvoe trailing tab
2017-01-27 arybchiksfxge(4): cleanup: remove unused txq_index TxQ control...
2017-01-27 hselaskyEnforce reading the consumer and producer counters...
2017-01-27 impRemove nested #ifdef that can't possibly be false.
2017-01-27 ianConfigure the timer capture pin to input mode in the...
2017-01-27 emasteUse cross-NM (XNM) in compat32 build
2017-01-27 emasteRename LLD_AS_LD to LLD_IS_LD, for consistency with...
2017-01-27 adrian[net80211] prepare configuration checks for VHT, fragme...
2017-01-27 adrian[ath] fix "doing stuff before wakeup" warning; add...
2017-01-27 jkimFix libcam build. It was broken with r312827.
2017-01-26 lidlRemove 'options NO_SWAPPING' from ERL configuration...
2017-01-26 dimPull in r278160 from upstream llvm trunk (by Wei Mi):
2017-01-26 dimRevert r312765 for now, since it causes assertions...
2017-01-26 scottlFix a development mis-merge from r312827
2017-01-26 scottlRefactor xpt_print_path, xpt_print, and xpt_path_string...
2017-01-26 jkimMerge OpenSSL 1.0.2k.
2017-01-26 emasteEnable modules in the MIPS ERL kernel config
2017-01-26 emastemips: exclude modules that fail to build
2017-01-26 emasteDisconnect netfpga10g module from the build
2017-01-26 obrienCorrect grammar.
2017-01-26 sbrunoMinor style annoyance.
2017-01-26 sbrunoA few more style bugs lying around in here.
2017-01-26 sbrunoShoot a couple of style bugs down in the macro declarat...
2017-01-26 andrewMake fdt_pm_mask_table internal to the Marvell code...
2017-01-26 wmaAdd dummy functions for Marvell SoC's not equipped...
2017-01-26 reznyUpdate the mentor/mentee relationships to add myself.
2017-01-26 jahFurther cleanup of per-CPU armv6 pmap data:
2017-01-26 cyUse normal KNF cuddling of elses.
2017-01-26 emasteEnable LLD (as ld.lld) on i386 and arm
2017-01-26 cyCurrently the fragment info is placed at the top of...
2017-01-25 sbrunoImplement RSS queue tagging for em(4) class devices...
2017-01-25 traszBring the ctl headers a bit closer to style(9). No...
2017-01-25 glebiusFor non-listening AF_UNIX sockets return error code...
2017-01-25 kpbridge: Release the bridge lock when calling bridge_set...
2017-01-25 emasteAlso apply WITH_LLD_AS_LD to build tools
2017-01-25 cyRemove extraneous blank line.
2017-01-25 emastestrings: avoid unnecessary trip through handle_file...
2017-01-25 cyIssue an error message when an incorrect flush argument is
2017-01-25 emasteBuild Clang on all architectures if host compiler is...
2017-01-25 emasteANSIfy kern_ntptime.c
2017-01-25 emastelibthr: coalesce repeated #if blocks
2017-01-25 loosAfter the in_control() changes in r257692, an existing...
2017-01-25 mavPartially workaround ASMedia HBA error recovery.
2017-01-25 dimPull in r276136 from upstream llvm trunk (by Wei Mi):
2017-01-25 andrewPull the R_AARCH64_TLSDESC code out into a common funct...
2017-01-25 markjFix initialization of "p" after r312658.
2017-01-25 sbrunoReplace overlooked smp_started checks and variable...
2017-01-25 sbrunoResolve a non-fatal syntax warning left in by a trailing ;
2017-01-25 emasteAdd sys/capability.h deprecation warning
2017-01-25 sbrunoAdd error checking to the pci_find_cap(, PCIY_MSIX...
2017-01-25 wmaExtend AHCI_Q_BIT_STRING after adding new quirk for...
2017-01-25 mavAdd Timeout and Protect mode page description from...
2017-01-25 wmaAdd support for AHCI on ARMADA38X
2017-01-25 wmaEnable optional soft reset in AHCI
2017-01-25 wmaSetup decoding windows for ARMADA38X
2017-01-25 wmaFix node detection for MBUS windows configuration
2017-01-25 wmaExpand OpenFirmware API with ofw_bus_node_status_okay
2017-01-25 wmaFix SHA256 usage on older CESA versions
2017-01-25 wmaUse SoC ID - based detection in CESA
2017-01-25 wmaAdd misssing Armada38x ID's in CESA attach
2017-01-25 wmaIntroduce armada_thermal driver for Armada family platforms
2017-01-25 impPreening pass to fix up trailing white space and other...
2017-01-25 davidcsAdded support for if_transmit and if_qflush
2017-01-24 adrian[ath_hal] note that the CCA configuration setting may...
2017-01-24 emasteimgact_elf: refactor et_dyn_addr calculation
2017-01-24 mjghwpmc: partially depessimize munmap handling if the...
2017-01-24 mjgproc: perform a lockless check in sys_issetugid
2017-01-24 tuexenFix a bug where the overhead of the I-DATA chunk was...
2017-01-24 jillesskel: Remove reference to deleted part in previous...
2017-01-24 dimMerge ^/head r312624 through r312719.
2017-01-24 dimMerge llvm, clang, compiler-rt, libc++, lld and lldb...
2017-01-24 andrewFix the error value we write in cerror. __error returns...
2017-01-24 cemUse time_t for intermediate values to avoid overflow...
2017-01-24 tijlApply r210555 to 64 bit linux support:
2017-01-24 sbrunoiflib:
2017-01-24 sbrunoRevert 312696 due to build tests.
2017-01-24 sbrunoiflib:
2017-01-24 mavMake CTL ramdisk backend a real RAM disk.
2017-01-24 sevanImprove wording when describing -mmin.
next