]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
vfs: use a dedicated counter for free vnode recycling
[FreeBSD/FreeBSD.git] / sys / dev /
2020-01-06 hselaskyAdd own counter for cancelled USB transfers.
2020-01-03 mjgvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 markjFix a page leak in the md(4) swap I/O path.
2020-01-03 mavAvoid duplicate I/O statistics accounting.
2020-01-02 erjixl: prevent non-privileged access to NVM update interface
2020-01-02 kevanssys/dev/cfi: include sys/types.h as well
2020-01-02 ianExplicitly include sys/rman.h instead of relying on...
2020-01-02 ianAdd support for i2c bus mux hardware.
2020-01-01 cemvmgenid(4): Integrate as a random(4) source
2019-12-31 cyMFV r356143:
2019-12-31 kevanspsm: properly check for atkbdc_open failure
2019-12-31 mavDon't spin on cleanup_lock if we are not interrupt.
2019-12-31 mmMFV r356163,r356197:
2019-12-30 hselaskyFix spelling.
2019-12-30 mavUse atomic for start_count in devstat_start_transaction().
2019-12-30 cemvirtio_random(4): Drop no longer needed unload kludge
2019-12-30 cemrandom(4): Make entropy source deregistration safe
2019-12-28 markjRemove page locking for queue operations.
2019-12-28 pfgSPDX: update some tags with two licenses.
2019-12-27 hselaskyMake USB statistics per device instead of per bus.
2019-12-27 brd[gpioths] Fix GPIOTHS_DEBUG
2019-12-26 scottlAbstract the locking for PCIe hotplug. It still uses...
2019-12-26 cemrandom(9): Deprecate random(9), remove meaningless...
2019-12-26 cemrandom(4): Simplify RANDOM_LOADABLE
2019-12-26 kevanskbdmux: simplify modevent handler
2019-12-26 kevansRevert r355806: kbd drivers: don't double register...
2019-12-26 kevanskbd: merge linker set drivers into standard kbd driver...
2019-12-25 kevansatkbdc: use proper pointer type for KBDC
2019-12-25 ganboldFix panic when running etherswitchcfg port command.
2019-12-24 bdragonFix trivial whitespace issue that is tripping -Wmislead...
2019-12-24 scottlConvert the mpr driver to use busdma templates.
2019-12-23 markjoce: Disallow the passthrough ioctl for unprivileged...
2019-12-23 kevansterasic_mtl: kill off final dummy keyboard driver
2019-12-23 kevanssyscons: drop keyboard index from softc
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-22 jeffMake page busy state deterministic on free. Pages...
2019-12-22 cemAdd vmgenc(4) driver for ACPI VM generation counter
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 cemrandom(4): Flip default Fortuna generator over to Chacha20
2019-12-20 markjmii(4): Fix ivars leak when the bus device or bus child...
2019-12-20 kevansvt: store a pointer to the keyboard instead of index
2019-12-20 kevansvt: fix post-boot keyboard attachment
2019-12-20 cemrandom(4): Fortuna: Enable concurrent generation by...
2019-12-20 philipiicoc: fix the build on PCI machines
2019-12-20 philipiicoc: add FDT bus attachment
2019-12-20 philipiicoc: split up common core and PCI bus specifics
2019-12-20 philipiicoc: minor whitespace and style(9) fixes
2019-12-18 mpRemove VMware MSI-X from the PCI blacklist.
2019-12-18 markjvnic: Relax PHY node matching after r336281.
2019-12-18 npcxgbe(4): check if the firmware supports FW_RI_FR_NSMR_...
2019-12-18 markjoce: Tighten input validation in the SIOCGI2C handler.
2019-12-18 cemacpi(4): Add _CID to PNP info string
2019-12-17 markjan(4): Require privileges for all SIOCGAIRONET requests.
2019-12-17 ianUpdate owc_gpiobus (one-wire over gpio) to the modern...
2019-12-17 kevanskbd: const'ify a couple of keyboard_driver fields
2019-12-17 brooksAvoid a tautological bitwise compare.
2019-12-16 impAdd back accidentally dropped masking...
2019-12-16 impMove attachment of pccard children into exca library...
2019-12-16 impAdd slot number ivar to return which slot number the...
2019-12-16 impWe'll never have multiple slots a cardbus bridge. So...
2019-12-16 kevanskbd drivers: don't double register keyboard drivers
2019-12-16 kevanskbd: patch linker set methods, too
2019-12-16 kevanskbd: remove kbdsw, store pointer to driver in each...
2019-12-16 kevanskbd: provide default implementations of get_fkeystr...
2019-12-16 kevanskeyboard switch definitions: standardize on c99 initial...
2019-12-16 kevanskbd drivers: use kbdd_* indirection for diag invocation
2019-12-15 jeffschedlock 4/4
2019-12-15 jeffschedlock 1/4
2019-12-15 kevanskbd: convert kbdd_* macros to inline functions
2019-12-15 mmelProperly synchronize completion DMA buffers.
2019-12-15 kevanskbd: drop _KERNEL #ifdef in kbdreg.h
2019-12-15 jeffAdd a deferred free mechanism for freeing swap space...
2019-12-13 scottlAdd accessors for the Vendor Specific Extended Capabili...
2019-12-13 jhbExpand net epoch in the cxgbe TOE driver to satisfy...
2019-12-13 impBe consistent about checking return value from bus_dela...
2019-12-13 npcxgbe(4): Use the _XT variant of the CPL used to transm...
2019-12-13 jhbUse callout(9) instead of deprecated timeout(9).
2019-12-13 impCreate new wrapper function: bus_delayed_attach_children()
2019-12-13 impMove to using bool instead of boolean_t
2019-12-13 ianIf device_delete_children() returns an error, bail...
2019-12-13 ianClean up some of my copyrights; add SPDX tag and remove...
2019-12-12 npcxgbe(4): Never use hardware checksumming in netmap tx.
2019-12-11 impMove reset to the interrutp processing stage
2019-12-11 manudwmmc: Use device_delete_children
2019-12-11 manudwmmc: Handle the card detect interrupt
2019-12-11 manudwmmc: Add a detach method
2019-12-10 jhbUse callout_func_t instead of the deprecated timeout_t.
2019-12-10 ianDo not attach children of owc_gpiobus until interrupts...
2019-12-10 wulf[ig4] Remove unused methods from bus interface
2019-12-10 npcxgbe(4): Simplify the firmware version checks a bit.
2019-12-10 markjIntroduce vm_page_astate.
2019-12-10 npcxgbe(4): Use TX_PKTS2 work requests in netmap Tx if...
2019-12-10 npcxgbe(4): Update T4/5/6 firmwares to 1.24.11.0.
2019-12-09 ianAllow baud rates of 1,228,800 and 1,843,200 on CP2101...
2019-12-09 markjConfigure headphone redirection for the Dell L780 and...
2019-12-09 npcxgbe/iw_cxgbe: Support 64b length in the memory regist...
2019-12-09 ianSwitch gpioths(4) from using a callout to a taskqueue...
2019-12-09 luporlEnable use of ofwcons for early debug
2019-12-09 ianPaste things correctly so that I'm added to the *end...
next