]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Reorganize the handling all-zeroes terminal block in sparse mode
[FreeBSD/FreeBSD.git] / sys /
2016-02-18 Sepherosa Ziehauhyperv/hn: Use buf_ring for txdesc list
2016-02-18 Sepherosa Ziehauhyperv/hn: Split TX ring data structure out of softc
2016-02-18 Sepherosa Ziehauhyperv/hn: Use non-fast taskqueue for transmission
2016-02-18 Sepherosa Ziehauhyperv/hn: Use taskqueue_enqueue()
2016-02-18 Sepherosa Ziehauhyperv/hn: Split RX ring data structure out of softc
2016-02-18 Sepherosa Ziehauhyperv/hn: Change global tunable prefix to hw.hn
2016-02-18 Sepherosa Ziehauhyperv/hn: Always do transmission scheduling.
2016-02-18 Sepherosa Ziehauhyperv/hn: Add option to allow sharing TX taskq between...
2016-02-18 Sepherosa Ziehauhyperv/hn: Set the TCP ACK/data segment aggregation...
2016-02-18 Sepherosa Ziehautcp/lro: Allow drivers to set the TCP ACK/data segment...
2016-02-18 Pyun YongHyeonFix a bug introduced in r295736
2016-02-18 Pyun YongHyeonRemove duplicated check.
2016-02-18 Pyun YongHyeonFix variable assignment.
2016-02-18 Mark JohnstonRelease the ref acquired in nd6_dad_find() if DAD is...
2016-02-17 Mark JohnstonUse pfxrtr_del() instead of freeing advertising routers...
2016-02-17 Mark JohnstonRemove a prototype for the non-existent prelist_del().
2016-02-17 Gleb SmirnoffFix a potentially "forever" loop.
2016-02-17 Gleb SmirnoffTernary operator has lower priority than OR.
2016-02-17 Gleb SmirnoffTernary operator has lower priority than OR.
2016-02-17 Gleb SmirnoffAdd missing braces.
2016-02-17 Konstantin BelousovAfter nullfs rmdir operation, reclaim the directory...
2016-02-17 Konstantin BelousovIn bnoreuselist(), check both ends of the specified...
2016-02-17 Warner LoshUse the right size for zeroing.
2016-02-17 Andrew TurnerMove the Allwinner kernels to use fdt_pinctrl. This...
2016-02-17 Michael TuexenAdd protection code for issues reported by PVS / D5245.
2016-02-17 Michael TuexenCode cleanup which will silence a warning in PVS /...
2016-02-17 Michael TuexenAddress a warning reported by D5245 / PVS.
2016-02-17 Warner LoshCreate an API to reset a struct bio (g_reset_bio)....
2016-02-17 Svatopluk KrausDo not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH...
2016-02-17 Ruslan BukinAdd the implementation of atomic_swap_32().
2016-02-17 Ruslan BukinUse better form representing 32 x 128-bit floating...
2016-02-17 Ruslan BukinThere is no need to pre save tp in cpu_fork().
2016-02-17 Ruslan BukinAdd the implementation of savectx().
2016-02-17 Ruslan BukinUse callee-saved registers to pass args through fork_tr...
2016-02-17 Svatopluk KrausRemove unneeded vector_page_setprot() for __ARM_ARCH...
2016-02-17 Svatopluk KrausInclude pte-v6.h only where needed.
2016-02-17 Svatopluk KrausRemove pd_prot and pd_cache members from struct arm_dev...
2016-02-17 Svatopluk KrausEvaluate also VM_PROT_EXECUTE protection in pmap_preboo...
2016-02-16 Justin HibbitsBump __FreeBSD_Version for u_long -> rman_res_t change...
2016-02-16 John BaldwinThe locking annotations for struct sockbuf originally...
2016-02-16 Justin HibbitsAnother conversion u_long -> rman_res_t
2016-02-16 Michael TuexenWhitespace changes.
2016-02-16 Michael TuexenImprove the teardown of the SCTP stack.
2016-02-16 Justin HibbitsConvert a few more long -> rman_res_t.
2016-02-16 Andrew TurnerAllow callers of OF_decode_addr to get the size of...
2016-02-16 Svatopluk KrausUse EARLY_DRIVER_MODULE() for ti_scm driver to be attac...
2016-02-16 Svatopluk KrausDo not use DMA channels used by GPU.
2016-02-16 Andrew TurnerAdd a sysctl to read the internal temperature of the...
2016-02-16 Andrew TurnerAdd an analog audio driver for the audio codec found...
2016-02-16 Zbigniew BodekSupport PEM that is not a PCI endpoint on ThunderX
2016-02-16 Svatopluk KrausTemporary overwrite bad definition of elm interrupt...
2016-02-16 Andrew TurnerOnly read the power state register when we will be...
2016-02-16 Eric van Gyzenichsmb: add PCI device ID for Intel Sunrise Point-H...
2016-02-16 Bryan DreweryDIRDEPS_BUILD: Update dependencies.
2016-02-16 Bryan DreweryFilemon: Fix panic when fork1() is called from kproc_cr...
2016-02-16 Bryan DreweryUse built-in :tA here rather than realpath(1).
2016-02-16 Justin HibbitsFix a panic bug that cropped up in the PTE rewrite.
2016-02-16 Bryan DreweryConsolidate common beforebuild logic.
2016-02-15 Andrew TurnerAdd support for the Allwinner DMA controller. This...
2016-02-15 Andrew TurnerAdd support for the AXP209 Power System Management...
2016-02-15 Andrew TurnerSet sc->clkfreq removed in r295470
2016-02-15 Andrew TurnerFix the spelling of OF_getencprop. It will fix the...
2016-02-15 Andrew TurnerRemove an unused FDT header, fdt_common.h should only...
2016-02-15 Andrew TurnerRemove an unused static inline function.
2016-02-15 Svatopluk KrausInitial OMAP4 WUGEN pass-through driver. SPI interrupts...
2016-02-15 Andrew TurnerAdd support for the Allwinner i2c device. This is simil...
2016-02-15 Adrian ChaddAllow MIPS INTRNG code to be built without FDT support.
2016-02-14 Andrew TurnerMove the twsi driver source to be under iicbus. It...
2016-02-14 Andrew TurnerCreate the twsi device option in preparation to move...
2016-02-14 Conrad MeyerNTB: workaround for high traffic hardware hang
2016-02-14 Pedro F. Giffuniext2fs: Remove panics for rename() race conditions.
2016-02-14 Andrew TurnerRemove an unused include.
2016-02-14 Hans Petter SelaskyRestore maximum number of host keys to 64.
2016-02-14 Colin PercivalDon't dereference a pointer immediately after determini...
2016-02-14 Hans Petter SelaskyFix variable assignment inside if-clause in the smsc...
2016-02-14 Hans Petter SelaskyReduce the number of supported WLAN keys in the rum...
2016-02-14 Sepherosa Ziehauhyperv/hn: Fix typo in comment
2016-02-13 Conrad Meyerioat(4): On error detected in ithread, defer HW reset...
2016-02-13 Conrad Meyerioat(4): Also check for errors if the channel is suspended
2016-02-13 Conrad Meyerioat(4): Decode/define more capabilities, operations
2016-02-13 Conrad Meyerioat(4): Recheck status register on zero-descriptor...
2016-02-12 Pedro F. Giffunicd9660: More "check for NULL" cleaunps.
2016-02-12 Mark JohnstonAdd a missing newline to a log message.
2016-02-12 Mark JohnstonRename the flags field of struct nd_defrouter to "raflags".
2016-02-12 Mark JohnstonSimplify defrtrlist_update() slightly in preparation...
2016-02-12 Mark JohnstonRemove a bogus comment from nd6_na_input().
2016-02-12 Mark JohnstonRemove superfluous return statements from the neighbour...
2016-02-12 Ed MasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-12 Mark JohnstonFix style around allocations from M_IP6NDP.
2016-02-12 Mark JohnstonRemove some unreferenced NDP debug variable definitions.
2016-02-12 Mark JohnstonClear the cookie pointer on error in tmpfs_readdir().
2016-02-12 Navdeep ParharRemove duplicate definition (CPL_TRACE_PKT_T5).
2016-02-12 Andrew TurnerStop adding an extra null terminator to strings, OF_get...
2016-02-12 Ruslan BukinUse __uint64_t type for floating point registers
2016-02-12 Andrew TurnerOnly update curthread and curpcb after we have finished...
2016-02-12 Konstantin BelousovPOSIX states that #include <signal.h> shall make both...
2016-02-12 Konstantin BelousovIf full width writes to the performance monitoring...
2016-02-12 Konstantin BelousovAdjust the size of PMC_DEFAULT_DEBUG_FLAGS to match...
2016-02-12 Konstantin BelousovRemove tautological cast.
2016-02-12 Michal MelounUART: Fix spurious interrupts generated by ns8250 and...
next