]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Remove the deprecated timeout(9) interface.
[FreeBSD/FreeBSD.git] / sys / dev /
2019-12-13 Navdeep Parharcxgbe(4): Use the _XT variant of the CPL used to transm...
2019-12-13 John BaldwinUse callout(9) instead of deprecated timeout(9).
2019-12-13 Warner LoshCreate new wrapper function: bus_delayed_attach_children()
2019-12-13 Warner LoshMove to using bool instead of boolean_t
2019-12-13 Ian LeporeIf device_delete_children() returns an error, bail...
2019-12-13 Ian LeporeClean up some of my copyrights; add SPDX tag and remove...
2019-12-12 Navdeep Parharcxgbe(4): Never use hardware checksumming in netmap tx.
2019-12-11 Warner LoshMove reset to the interrutp processing stage
2019-12-11 Emmanuel Vadotdwmmc: Use device_delete_children
2019-12-11 Emmanuel Vadotdwmmc: Handle the card detect interrupt
2019-12-11 Emmanuel Vadotdwmmc: Add a detach method
2019-12-10 John BaldwinUse callout_func_t instead of the deprecated timeout_t.
2019-12-10 Ian LeporeDo not attach children of owc_gpiobus until interrupts...
2019-12-10 Vladimir Kondratyev[ig4] Remove unused methods from bus interface
2019-12-10 Navdeep Parharcxgbe(4): Simplify the firmware version checks a bit.
2019-12-10 Mark JohnstonIntroduce vm_page_astate.
2019-12-10 Navdeep Parharcxgbe(4): Use TX_PKTS2 work requests in netmap Tx if...
2019-12-10 Navdeep Parharcxgbe(4): Update T4/5/6 firmwares to 1.24.11.0.
2019-12-09 Ian LeporeAllow baud rates of 1,228,800 and 1,843,200 on CP2101...
2019-12-09 Mark JohnstonConfigure headphone redirection for the Dell L780 and...
2019-12-09 Navdeep Parharcxgbe/iw_cxgbe: Support 64b length in the memory regist...
2019-12-09 Ian LeporeSwitch gpioths(4) from using a callout to a taskqueue...
2019-12-09 Leandro LuporiEnable use of ofwcons for early debug
2019-12-09 Ian LeporePaste things correctly so that I'm added to the *end...
2019-12-09 Ian LeporeAdd myself to the copyright list. Also add an SPDX...
2019-12-09 Ian LeporeAdd FDT support to the gpioths driver. It now uses...
2019-12-08 Mateusz Guzikvfs: introduce v_irflag and make v_type smaller
2019-12-08 Ian LeporeAdd a MODULE_DEPEND() for the gpioths driver. Also...
2019-12-08 Ian LeporeAdd support for more chips to the gpioths driver.
2019-12-08 Ian LeporeSimplify sysctl stuff in the gpioths driver. There...
2019-12-08 Ian LeporeSeveral small fixes for the gpioths (temp/humidity...
2019-12-06 Ian LeporeImplement bus_rescan for gpiobus(4). This allows on...
2019-12-06 Warner Loshtrackers always know what qpair they are on
2019-12-06 Warner LoshRemove ifdefs for FreeBSD 6, 7, 8 and 9. Assume we...
2019-12-06 Luiz Otavio O SouzaAdd a GPIO based MDIO bit-banging bus driver.
2019-12-06 Hans Petter SelaskyFix compilation issue with mlx5core and sparc64 (gcc48):
2019-12-06 Hans Petter SelaskyImplement hardware TLS via send tags for mlx5en(4)...
2019-12-05 Scott LongAdd support for new sound HDA hardware
2019-12-05 John BaldwinUse a void * argument to callout handlers instead of...
2019-12-05 Konstantin Belousovmlx5: Do not poke hardware for statistic after teardown...
2019-12-05 Hans Petter SelaskyAdd basic support for TCP/IP based hardware TLS offload...
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 Warner LoshRegularize my copyright notice
2019-12-04 Stefan EßerRemove "All rights reserved" phrase from copyright...
2019-12-03 Emmanuel Vadotcpufreq_dt: Do not fetch again hw.ncpu
2019-12-03 Emmanuel Vadotcpufreq_dt: Do not attach the device if the cpu isn...
2019-12-03 Emmanuel VadotRemove "all rights reserved" from copyright for the...
2019-12-03 Emmanuel VadotRemove "all rights reserved" from copyright for the...
2019-12-03 Ed Mastectau.c: convert from KOI8-R to UTF-8 encoding
2019-12-03 Ed Mastescterm-sc.c: convert source file to UTF-8 encoding
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-03 Kyle Evanssyscons.c: clang-format pass to reduce style inconsiste...
2019-12-02 Jeff RobersonFix a few places that free a page from an object withou...
2019-12-02 Ian LeporeDo not initialize the flags field in struct gpiobus_pin...
2019-12-02 Ian LeporeRemove "all rights reserved" from copyright after getti...
2019-12-02 Konstantin Belousovmlx5: Do not try to enable fwdumps if scan space did...
2019-12-02 Konstantin Belousovmlx5: Downgrade assert about misbehaving hardware to...
2019-12-02 Ian LeporeFix leading whitespace (spaces->tabs) in comments;...
2019-12-01 Ian LeporeRewrite gpioiic(4) to use the gpio_pin_* API, and to...
2019-12-01 Ian LeporeMove most of the gpio_pin_* functions from ofw_gpiobus...
2019-12-01 Kyle EvansRemove more needless <sys/tty.h> includes
2019-12-01 Michael TuexenIn order for the TCP Handshake to support ECN++, and...
2019-12-01 Kyle Evansusb: remove some extraneous tty.h includes
2019-11-30 Ian LeporeAdd an OFWBUS_PNP_INFO() macro for devices that hang...
2019-11-29 Ian LeporeIgnore "gpio-hog" nodes when instantiating ofw_gpiobus...
2019-11-29 Kyle Evanssnp: don't reference tp->t_mtx directly
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-28 Alexander MotinMake DMAR allow Intel NTB device to access its own...
2019-11-28 Scott LongRemove the trm(4) driver
2019-11-28 Alexander MotinMake the code slightly more compact.
2019-11-27 Mark Johnstoniwm(4): Remove _mvm from the namespace.
2019-11-27 Mark Johnstoniwm(4): Fix version string formatting.
2019-11-27 Brooks DavisFix a logic bug when "mask" contains a ?: operator.
2019-11-26 Scott LongRevert r355021. In my haste to grep for Giant, I misse...
2019-11-26 Alexander MotinAdd some IDs of Intel Wildcat Point-LP.
2019-11-26 Navdeep Parharcxgbe(4): Allow the driver to specify multiple FECs...
2019-11-26 Ed Mastecfi: #include <limits.h> for ULONG_MAX after r355101
2019-11-25 Ed Mastecfi: check for inter overflow in cfi_devioctl
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-25 Alexander MotinReport XLAT0 register for completeness.
2019-11-24 Navdeep Parharcxgbe(4): sysctl to reset the temperature/voltage sensor.
2019-11-24 Warner LoshDon't need giant for these drivers dev nodes.
2019-11-24 Warner LoshHoist locking giant back up into the ioctl handler
2019-11-24 Warner LoshFix leak in state machine for commands.
2019-11-24 Navdeep Parharcxgbe(4): Update the firmware interface header.
2019-11-23 Warner LoshPush Giant down one layer
2019-11-22 Conrad Meyerrandom(4): De-export random_sources list
2019-11-22 Scott LongMark hpt27xx for removal in 13.0; all CAM drivers will...
2019-11-22 Conrad Meyerrandom(4): Use ordinary sysctl definitions
2019-11-22 Conrad Meyerrandom(4): Abstract loader entropy injection
2019-11-22 Conrad Meyerrandom(4): Remove unused definitions
2019-11-22 Conrad Meyerrandom/ivy: Provide mechanism to read independent seed...
2019-11-22 Scott LongSchedule the trm(4) driver for removal. It relies...
2019-11-21 John BaldwinNIC KTLS for Chelsio T6 adapters.
2019-11-21 Ian LeporeRewrite iicdev_writeto() to use a single buffer and...
2019-11-21 Hans Petter SelaskyAdd USB ID for Diamond Multimedia BVU195 Display Link...
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-21 Gleb SmirnoffRemove sio(4).
next