aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* mvs: Eliminate unused variable.Warner Losh2023-06-091-3/+1
* e1000: Format em_txrxKevin Bowling2023-06-091-31/+46
* e1000: Add SPDX tag to em_txrxKevin Bowling2023-06-091-0/+2
* ipmi: add Block Transfer interface supportAndrey V. Elsukov2023-06-076-32/+350
* arm64 Hyper-V: enable Hyper-V SMP for ARM64Wei Hu2023-06-071-22/+6
* gve: Unobfuscate code by using nitems directly for loop.Xin LI2023-06-071-4/+3
* Switch to contigmalloc in the Hyper-V codeAndrew Turner2023-06-0614-141/+86
* gve: Add PNP info to PCI attachment of gve(4) driver.Xin LI2023-06-061-4/+24
* gve: Fix build on i386 and enable LINT builds.Xin LI2023-06-041-3/+3
* Add gve, the driver for Google Virtual NIC (gVNIC)Shailend Chand2023-06-0212-0/+5248
* pmc: Rework PROCEXEC event to support PIEsJessica Clarke2023-05-302-7/+9
* pmc: Provide full path to modules from kernel linkerJessica Clarke2023-05-301-1/+1
* pmc: Initialise and check the pm_flags field for CONFIGURELOGJessica Clarke2023-05-301-0/+6
* ofw: remove redundant calls in ofwbus_attach()Christos Margiolis2023-05-251-6/+2
* superio: Add device ID for ITE IT8613Johannes Totz2023-05-251-0/+4
* ice(4): Update to 1.37.11-kEric Joyner2023-05-2460-344/+741
* ixgbe: Change if condition for RSS and rxcsumPrzemyslaw Lewandowski2023-05-241-1/+1
* ofw_cpu: quiet secondary CPU devicesMitchell Horne2023-05-241-0/+5
* ofw_cpu: whitespace cleanupMitchell Horne2023-05-241-21/+21
* md: Get rid of the pbuf zoneMark Johnston2023-05-231-16/+16
* Revert "mlx4: Move DEFINE_MUTEX() outside function body."Hans Petter Selasky2023-05-221-2/+1
* mlx4: Move DEFINE_MUTEX() outside function body.Hans Petter Selasky2023-05-211-1/+2
* cxgbe: Move ethofld_transmit under #ifdef INET || INET.John Baldwin2023-05-201-3/+7
* em: sync platform detection with LinuxPiotr Kubaj2023-05-171-4/+4
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-1218-18/+18
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-1295-95/+95
* spdx: Remove duplicate linesWarner Losh2023-05-121-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121476-1477/+1477
* dpaa2: Simplify addresses translation with PHYS_TO_DMAPDmitry Salychev2023-05-114-158/+113
* e1000: fix VLAN 0Kristof Provost2023-05-111-1/+3
* twe: Remove driverWarner Losh2023-05-117-4315/+0
* Revert "uart(4): add Sunrise Point UART controllers"Kyle Evans2023-05-091-2/+0
* ciss: Fix typoWarner Losh2023-05-081-1/+1
* hwpmc: pass pmc pointer to more class methodsMitchell Horne2023-05-0613-329/+87
* hwpmc: unused/diagused annotations in tsc classMitchell Horne2023-05-061-19/+8
* hwpmc: remove stub pmd_switch_{in,out} methodsMitchell Horne2023-05-064-64/+8
* hwpmc: remove pmd_pcpu_{init,fini} callbacksMitchell Horne2023-05-063-11/+0
* hwpmc_logging: less macro magic for type namesMitchell Horne2023-05-061-24/+33
* hwpmc: don't use deprecated copystr(9)Mitchell Horne2023-05-0610-78/+24
* hwpmc: use kstack_contains()Mitchell Horne2023-05-063-69/+45
* hwpmc: simplify arm64 kernel stack unwindingMitchell Horne2023-05-061-21/+10
* hwpmc: trim obsolete Intel CPU and class defsMitchell Horne2023-05-061-1/+1
* pmc_events.h: event list formattingMitchell Horne2023-05-061-24/+24
* pmc_events.h: update event list commentMitchell Horne2023-05-061-4/+4
* hwpmc: remove remaining UCP event definitionsMitchell Horne2023-05-062-33/+0
* hwpmc: drop vestigial IAP event definitionsMitchell Horne2023-05-061-16/+0
* pvscsi: maximum target number is one less than number of targetsYuri Pankov2023-05-051-1/+2
* ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin2023-05-042-2/+2
* dwc(4): Use bool rather than boolean_t.John Baldwin2023-05-041-3/+3
* dpaa2: Replace boolean_t with bool.John Baldwin2023-05-042-2/+2