aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* hwpmc: remove dangling references to hwpmc_xscaleMatt Macy2018-06-081-11/+0
* [ath_hal] Return failure if noise floor calibration fails.Adrian Chadd2018-06-081-4/+13
* [ath_hal] Don't do ANI processing if we've reset.Adrian Chadd2018-06-082-0/+6
* hwpmc: retire never completed xscale supportMatt Macy2018-06-081-675/+0
* hwpmc: update files missed by r334827Matt Macy2018-06-084-10/+13
* hwpmc: fix arm64 INVARIANTS buildMatt Macy2018-06-081-1/+1
* hwpmc: avoid undefined variable on LINTMatt Macy2018-06-081-2/+3
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-089-44/+35
* dev/ofw: Fix ofw_fdt_getprop() return values to match documentationBreno Leitao2018-06-071-5/+2
* md: use prestaged mfs_rootBreno Leitao2018-06-071-0/+8
* hwpmc: don't do EMIT64 on constantMatt Macy2018-06-071-1/+2
* pmc: convert native to jsonl and track TSC value of samplesMatt Macy2018-06-072-47/+79
* hwpmc: don't log pid->name more than onceMatt Macy2018-06-071-3/+3
* puc(4): Add provisional support for Exar XR17V352Conrad Meyer2018-06-061-0/+7
* hwpmc: add summary command and further metadata extensionsMatt Macy2018-06-062-3/+15
* tcp_lro.h requires <netinet/in.h>, include it directly instead ofAndrey V. Elsukov2018-06-051-0/+1
* Issue:Ram Kishore Vegesna2018-06-051-2/+2
* usbdevs: sync from NetBSDEitan Adler2018-06-051-8/+73
* Add support for SIMCom SIM7600E.Kevin Lo2018-06-052-0/+2
* hwpmc: log name->pid, name->tid mappingsMatt Macy2018-06-052-16/+145
* hwpmc: don't defer user callchain capture completion to astMatt Macy2018-06-041-7/+3
* hwpmc: remove gratuitous curthread checksMatt Macy2018-06-041-11/+6
* Fix the NUMA build for non-x86 platforms.Mark Johnston2018-06-041-0/+2
* hwpmc: fix fixed counters checksMatt Macy2018-06-041-4/+3
* hwpmc: ABI fixesMatt Macy2018-06-043-17/+25
* hwpmc: support sampling both kernel and user stacks when interrupted in kernelMatt Macy2018-06-042-37/+215
* hwpmc: ensure that mapin updates are synchronousMatt Macy2018-06-031-1/+1
* [evdev] Sync event codes with Linux kernel 4.16Vladimir Kondratyev2018-06-032-0/+42
* Use __builtin for various mem* and b* (e.g. bzero) routines.Mateusz Guzik2018-06-021-1/+0
* Improve defaults for per-CPU kernel console colors, especially with 2Bruce Evans2018-06-021-7/+13
* Use per-CPU attributes earlier.Bruce Evans2018-06-021-7/+16
* Fix low-level locking during panics.Bruce Evans2018-06-021-2/+8
* Add PNP_INFO to aacWarner Losh2018-06-011-0/+2
* cxgbe(4): Include full duplex mediaopt in media that can be reported asNavdeep Parhar2018-06-011-5/+5
* call AcpiLeaveSleepStatePrep after re-enabling interruptsAndriy Gapon2018-06-011-3/+3
* Set bDeviceClass properly for composite device (template 8). There shouldEdward Tomasz Napierala2018-06-011-1/+1
* cxgbe(4): Retire an old check.Navdeep Parhar2018-06-016-23/+0
* hwpmc: remove unused pre-table driven bits for intelMatt Macy2018-05-3111-8802/+41
* cxgbe(4): Add support for SMAC-rewriting filters.Navdeep Parhar2018-05-311-53/+90
* Reduce overhead of entropy collectionMatt Macy2018-05-311-24/+19
* cxgbe(4): Add code to deal with the chip's source MAC table (aka SMT).Navdeep Parhar2018-05-314-0/+449
* Correct argument for evdev_push_rel().Hans Petter Selasky2018-05-311-2/+2
* cxgbe(4): Use ifm for ifmedia just like the rest of the kernel.Navdeep Parhar2018-05-311-19/+19
* cxgbe(4): Implement ifm_change callback.Navdeep Parhar2018-05-311-3/+32
* Only conform to PCIe spec of 1 device per bus on !x86Justin Hibbits2018-05-301-0/+2
* cxgbe(4): Consider all supported speeds when building the ifmedia listNavdeep Parhar2018-05-304-256/+365
* regulator: Fix typo (shuting/shutting)Emmanuel Vadot2018-05-301-1/+1
* hwpmc: remove stale assertMatt Macy2018-05-301-1/+0
* If linebytes property is missing from the graphics device, assume noNathan Whitehorn2018-05-301-3/+4
* Restrict PCIe maxslots to 0, instead of PCI_SLOTMAXJustin Hibbits2018-05-301-1/+15