]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix NFSv4.1 client side handling of "soft,retrans=2" mounts.
[FreeBSD/FreeBSD.git] / sys /
2018-06-16 Rick MacklemFix NFSv4.1 client side handling of "soft,retrans=2...
2018-06-16 Andrey V. ElsukovFix typo.
2018-06-16 Andrey V. ElsukovSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-16 Michal MelounFix handling of enable counter for shared GPIO line...
2018-06-15 Navdeep Parharcxgbe(4): Add a hw.cxgbe.starve_fl sysctl that can...
2018-06-15 Gleb SmirnoffSince 'ticks' is an int, it may wrap around and cr_tick...
2018-06-15 Navdeep Parharcxgbe(4): Track the number of received frames separatel...
2018-06-15 Conrad MeyerBump __FreeBSD_version after r335227
2018-06-15 Ed Mastearm64 linuxulator: add linux_dummy.c based on amd64
2018-06-15 Ed Mastearm64: add arm64 linux.h based on i386 linuxulator...
2018-06-15 Conrad MeyerRetain offset compatibility with pre-12.0 dumps
2018-06-15 Justin HibbitsCheck for a 'pci' prefix rather than a full match in...
2018-06-15 Navdeep Parharcxgbe(4): sysctls to display the local and intr CPUs...
2018-06-15 Kyle Evansextres/regulator: Switch boot_on/always_on sysctl to...
2018-06-15 Ed MasteCorrect kern.pre.mk comment: objcopy, not objdump,...
2018-06-15 Ruslan BukinMake virtio queue re-initialization steps to be similar to
2018-06-15 Chuck TuffliAdd linprocfs support for min_free_kbytes
2018-06-15 Ed Mastelinuxulator: do not include legacy syscalls on arm64
2018-06-15 Ed MasteCorrect debug control for linuxulator faccessat
2018-06-15 Konstantin Belousovlinprocfs: add TracerPid to /proc/pid/status.
2018-06-15 Ed MasteAdd stubbed arm64 linuxulator /proc/cpuinfo handler
2018-06-15 Kyle EvansRevert r335173 at request of mmel@
2018-06-15 Michael TuexenWhen retransmitting TCP SYN-ACK segments with the TCP...
2018-06-15 Emmanuel Vadotallwinner: ccung: Fully subclass the clock drivers
2018-06-15 Justin Hibbitsofw_reg_to_paddr(): Fix minor typo in KASSERT message
2018-06-15 Matt MacyQuiet coretemp probe
2018-06-15 Bryan Dreweryproc0_post: Fix some locking issues
2018-06-14 Olivier HouchardUse M_EXEC when calling malloc() to allocate the memory...
2018-06-14 Gleb SmirnoffTCPOUTFLAGS no longer exists since r334843.
2018-06-14 Michael TuexenProvide the ip6_plen in network byte order when calling...
2018-06-14 Brooks DavisRegen after 335177 (rename sys_obreak to sys_break).
2018-06-14 Brooks DavisName the implementation of brk and sbrk sys_break().
2018-06-14 Michael TuexenWhitespace changes.
2018-06-14 Kyle Evansextres/regulator: Properly refcount gpio regulators
2018-06-14 Konstantin BelousovHandle the race between fork/vm_object_split() and...
2018-06-14 Emmanuel Vadotmx25l: compat_data is only defined when FDT is
2018-06-14 Kyle Evansa10_ahci: Correct clock indices for new bindings
2018-06-14 Kyle Evansaw_ccung: Add a10/a20 support
2018-06-14 Kyle Evansaw_ccung: Support clock factors where factor=0, factor...
2018-06-14 Emmanuel Vadotarm timer: Use the default get_cntxct by default
2018-06-14 Justin HibbitsSplit the PowerISA 3.0 HPT implementation from historic
2018-06-14 Emmanuel Vadotmx25l: Add pnp info
2018-06-14 Emmanuel Vadotspi: Add SPIBUS_PNP_INFO macro
2018-06-14 Emmanuel Vadotaw_spi: Add pnp info
2018-06-14 Emmanuel Vadotarm timer: Add workaround for Allwinner A64 timer
2018-06-14 Kenneth D. MerryFix da(4) locking when probing SMR drives.
2018-06-14 Justin HibbitsFix CTR formatting for moea64_native bootstrap
2018-06-14 Andrey V. ElsukovAdd missing BPF_MTAP2() for outbound packets.
2018-06-14 Andrey V. ElsukovConvert if_me(4) driver to use encap_lookup_t method...
2018-06-14 Konstantin Belousovlinuxolator/amd64: Don't mangle %r10 on return from...
2018-06-14 Andrey V. ElsukovIn m_megapullup() use m_getjcl() to allocate 9k or...
2018-06-14 Konstantin BelousovReorganize code flow in fpudna()/npxdna() to highlight...
2018-06-14 Konstantin BelousovRemove printf() in #NM handler.
2018-06-14 Rick MacklemMove four functions in nfscl.ko to nfscommon.ko.
2018-06-14 Andrey V. ElsukovAdd NULL check like the rest of code has.
2018-06-14 Andrey V. ElsukovRemove stale comment. in6_ifdetach() can be called...
2018-06-14 Hans Petter SelaskyRevert r335094 and properly fix OFED build after r335053.
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-14 Emmanuel VadotAdd modules/rockchip
2018-06-14 Emmanuel Vadotrk_i2c: Add driver for the I2C controller present in...
2018-06-14 Emmanuel Vadotrk3328: Add support for the i2c clocks
2018-06-14 Emmanuel Vadotif_dwc_rk: Add DesignWare driver for RockChip SoCs.
2018-06-14 Emmanuel Vadotrk_armclk: Add the write mask to the register mux value
2018-06-14 Emmanuel Vadotrk_pll: Add support for mode
2018-06-14 Emmanuel Vadotrk_pinctrl: Only add gpio subnode
2018-06-14 Randall StewartThis fixes several bugs that Larry Rosenman helped...
2018-06-14 Navdeep Parharcxgbe(4): Catch up with recent changes in the kernel...
2018-06-13 Matt Macyfix OFED build after r335053
2018-06-13 Matt MacyFix PCBGROUPS build post CK conversion of pcbinfo
2018-06-13 Konstantin BelousovEnable eager FPU context switch by default on i386...
2018-06-13 Warner LoshAdd PNP info to PCI attachment of ae driver
2018-06-13 Warner LoshAdd PNP info to PCI attachments of age driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of amr driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of ale driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of bwi driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of bwn driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of an driver
2018-06-13 Warner LoshAdd PNP info to the PCI attachment of the ahci driver
2018-06-13 Warner LoshAdd PNP info to the PCI attachment of the aacraid driver.
2018-06-13 Warner LoshAdd PNP info to the PCI attachment of the ncr driver.
2018-06-13 Ryan Libbyi386: copyin/copyout error is EFAULT
2018-06-13 Konstantin BelousovEnable eager FPU context switch by default on amd64.
2018-06-13 Jonathan T. LooneyMake UMA and malloc(9) return non-executable memory...
2018-06-13 Warner LoshImplement a 'car limit' for bioq.
2018-06-13 Andrew TurnerAdd ThunderX2 to the list of CPUs we need to apply...
2018-06-13 Andrew TurnerSwitch to the SMCCC function for branch predictor harde...
2018-06-13 Andrew TurnerAdd the SMCCC return codes from ARM DEN 0070A.
2018-06-13 Andrew TurnerAdd support for the ARM SMC Calling Convention (SMCCC...
2018-06-13 Andrew TurnerMove psci_call to a header file so we can use it in...
2018-06-13 Alan Somersaudit(4): fix the definition of ARG_TERMID_ADDR
2018-06-13 Bruce EvansOops, r335053 had an old version of the comment about...
2018-06-13 Andrew TurnerAdd a handler for the PSCI_FEATURES function. This...
2018-06-13 Andrew TurnerFind and cache the PSCI version on driver attach.
2018-06-13 Andrew TurnerAdd the PSCI_FEATURES function ID. This is found in...
2018-06-13 Bruce EvansFix the encoding of major and minor numbers in 64-bit...
2018-06-13 Andrew TurnerRename the ThunderX CPU identification macros to includ...
2018-06-13 Andrew TurnerAdd more Cavium CPU part numbers.
2018-06-13 Andrey V. ElsukovRework if_gre(4) to use encap_lookup_t method to speedu...
2018-06-13 Ruslan BukinDon't jump to VA space until kernel is ready.
2018-06-13 Bruce EvansFix some bugs found while fixing the representation...
next