]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
SDP: Add a dbg() on QP events
[FreeBSD/FreeBSD.git] / sys /
2019-08-17 cemSDP: Add a dbg() on QP events
2019-08-17 cemSDP: Also log a nice status string in RX WC error dbg()
2019-08-17 cemSDP: Include nice string names for raw event numbers...
2019-08-17 cemSDP: SYSCTL_DECL SDP-wide sysctl node in header
2019-08-17 cemLinuxkpi: Prevent easy generated ctor name conflicts...
2019-08-17 erjnet: Update SFF-8024 definitions and strings with value...
2019-08-16 erjiflib: add iflib_deregister to help cleanup on exit
2019-08-16 manuarm64: Add EspressoBin DTB to the build
2019-08-16 delphijDelete sys/dir.h which was deprecated since 1997.
2019-08-16 mavForgotten part of r351137.
2019-08-16 mavNTB Tool: Test driver for NTB hardware drivers.
2019-08-16 mavAdd support for 'j', 't' and 'z' flags to kernel sscanf().
2019-08-16 rayCheck paddr for overflow.
2019-08-16 brooksmd(4): remove the unused and unusable MDIOCLIST ioctl.
2019-08-16 emasteaarch64: make pmap_change_attr public like on other...
2019-08-16 manuarm64: mv: a37x0_gpio: Set the memory to SHAREABLE
2019-08-16 manufdt: simple-mfd: Set the syscon memory to SHAREABLE
2019-08-16 kibFix OOM handling of some corner cases.
2019-08-16 asomersfusefs: don't send the namespace during listextattr
2019-08-16 jeffMove phys_avail definition into MI code. It is consume...
2019-08-15 mavFix i386 build.
2019-08-15 rmacklemFix copy_file_range(2) so that unneeded blocks are...
2019-08-15 mavLimit memory window usage in ntb_transport to 256MB.
2019-08-15 manutwsi: Fix build when DEBUG is used on 32bits arch.
2019-08-15 manuarm: allwinner: Set aw_ccu to BUS_PASS_BUS
2019-08-15 jkimMFV: r351091
2019-08-15 mavAdd NTB modules to i386 build.
2019-08-15 mavFix i386 LINT build after r351056.
2019-08-15 jkimEnable ACPICA mutex debugging in INVARIANTS case.
2019-08-15 avgRevert r351076 and r351074 because of atomic_swap_64...
2019-08-15 avgMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 avgMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-15 mavImplement new methods for Intel and PLX NTB.
2019-08-15 aeFix rule truncation on external action module unloading.
2019-08-15 jhibbitspowerpc/pmap: Enable UMA_MD_SMALL_ALLOC for 64-bit...
2019-08-15 dougmswap_pager.c reserves 2 blocks for a bsd label. Change...
2019-08-15 cemrandom(4): Remove "EXPERIMENTAL" verbiage from concurre...
2019-08-14 mavAdd support for PCI Device ID 0x148B in ntb_hw_amd...
2019-08-14 jhbStop listing "on motherboard" as the parent of nexus...
2019-08-14 impMove the common x86 ipmi files to files.x86. The powerp...
2019-08-14 impThe x86 part of hwpmc is shared, so move it to files...
2019-08-14 impWindows ndis support is x86 only. Move the MI parts...
2019-08-14 impIntel's isci is part of the chipset, so it is x86 specific.
2019-08-14 impMove hyperv to files.x86
2019-08-14 impThe bxe driver, QLogic NetXtreme II Ethernet 10Gb PCIe...
2019-08-14 impThe ACPI parts are identical between i386 and amd64
2019-08-14 impMove via padlock files to files.x86.
2019-08-14 impApart from one MD file, aesni is common to x86. Move...
2019-08-14 impMove all the hp* drivers too files.x86
2019-08-14 impMove the identical x86 lines to files.x86
2019-08-14 asomersfusefs: Fix the size of fuse_getattr_in
2019-08-14 mavReport NOIOB and NPWG fields as stripe size.
2019-08-14 hselaskyImplement pci_enable_msi() and pci_disable_msi() in...
2019-08-14 mavAdd missing break statements in r351004.
2019-08-13 cemgeom_uzip(4), mkuzip(8): Add Zstd image mode
2019-08-13 mavMake nvd(4) report NGUID or EUI64 as GEOM::lunid.
2019-08-13 jhbFix build with DRM and INVARIANTS enabled.
2019-08-13 mckusickClarify comment that describes how the FS_METACKHASH...
2019-08-13 cemRemove deprecated GEOM classes
2019-08-13 emastesys/{x86,amd64}: remove one of doubled ;s
2019-08-13 impr350976 accidentally removed nvram device. Restore it.
2019-08-13 ianAdd PNP_INFO to the gpiopps driver.
2019-08-13 impFlowtables were removed in r321618, remove stray refere...
2019-08-13 impvx(4) was removed in r347921. Remove stray reference.
2019-08-13 impnsp(4) was removed in r339571. Remove stray reference.
2019-08-13 impfe(4) driver has been removed from the tree in r347914...
2019-08-13 impnvme has been moved to 'files' so shouldn't be here...
2019-08-13 imped(4) has been removed from the tree, but these were...
2019-08-13 aeSave ip_ttl value and restore it after checksum calcula...
2019-08-13 rrsPlace back in the dependency on HPTS via module depends...
2019-08-13 jeffMove scheduler state into the per-cpu area where it...
2019-08-12 impFix powerpc LINT build
2019-08-12 impukbdmap.h rule was identical on all platforms, so move...
2019-08-12 impCreate files.x86
2019-08-12 impFloppy driver really only works on x86
2019-08-12 impMove sc out of the global file
2019-08-12 impStart to split out the really x86 specific NOTES from...
2019-08-12 mavMissed part of r350523.
2019-08-12 luporlFix style and clarify comment
2019-08-12 luporl[ppc] avoid empty mdproc struct
2019-08-12 luporl[PPC64] Save FPU registers before enabling VSX
2019-08-12 avgMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-12 avga stop gap fix for a race between dnode_hold and dnode_...
2019-08-12 avosrtwn_pci: add device ID for RTL8192CE.
2019-08-12 jhibbitspowerpc: Unify pmap definitions between AIM and Book-E
2019-08-12 cyInitialize the frentry (the control block that defines...
2019-08-11 cyCalculate the number interface array elements using...
2019-08-11 cyr272552 applied the patch from ipfilter upstream fil...
2019-08-11 ianRevert r350841. I didn't realize that on this chip...
2019-08-11 kibcompat/linux: Remove obsoleted and somewhat confusing...
2019-08-11 kibOnly enable COMPAT_43 changes for syscalls ABI for...
2019-08-10 ianRemove use of intr_config_hook from the am335x_pmic...
2019-08-10 ianThe am335x_ehrpwm driver now requires the pwmbus_if...
2019-08-10 ianAllow the sdhci timeout sysctl var to be set as a tunab...
2019-08-10 manuallwinner: Add support to min/max in aw_clk_frac
2019-08-10 manuRemove some duplicate code that end up in r350844
2019-08-10 manuallwinner: Add a new clock aw_clk_m
2019-08-10 manuallwinner: Rework the BUS_PASS on drivers
2019-08-10 ianWhen responding to an interrupt in the am335x_pmic...
2019-08-10 ianGarbage collect the no-longer-necessary MAX_IIC_DATA_SI...
next