aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Set PTE_U on PTEs created by pmap_enter_quick().Mark Johnston2019-01-031-13/+8
* | Use regular stores to update PTEs in the riscv pmap layer.Mark Johnston2019-01-031-43/+30
* | Configure hz=100 in the QEMU target.Mark Johnston2019-01-031-0/+1
* | Improve USB generic debug messages. Print process ID and name when openingHans Petter Selasky2019-01-031-2/+5
* | Fix typo, use boolean operator instead of bit-wise.Konstantin Belousov2019-01-031-1/+1
* | rtwn_usb(4): add USB id for TP-LINK TL-WN821N v5.Andriy Voskoboinyk2019-01-022-0/+2
* | rtwn_pci(4): fix panic with INVARIANTS (due to inverted assertion logic)Andriy Voskoboinyk2019-01-021-1/+1
* | Use g_handleattr() to reply to GEOM::candelete queries.Mark Johnston2019-01-023-20/+11
* | Avoid setting PG_U unconditionally in pmap_enter_quick_locked().Mark Johnston2019-01-022-24/+18
* | Refresh sys/conf/files after recent rtwn(4) update.Andriy Voskoboinyk2019-01-021-1/+17
* | rtwn_pci(4): add support for RTL8188EE chipset.Andriy Voskoboinyk2019-01-0213-16/+1322
* | rtwn(4): rename set_name -> set_rom_opts method and reuse it for RTL8188E*Andriy Voskoboinyk2019-01-026-10/+20
* | rtwn(4): rename common RTL8188E* structures.Andriy Voskoboinyk2019-01-022-24/+24
* | rtwn(4): do not try to start RTL8188E* MCU during device shutdown.Andriy Voskoboinyk2019-01-021-1/+5
* | Move USB-specific parts from rtwn(4) to rtwn_usb(4)Andriy Voskoboinyk2019-01-025-84/+96
* | rtwn_pci(4): add support for event-based Tx reports.Andriy Voskoboinyk2019-01-0216-110/+150
* | rtwn_pci(4): use proper bus_dmamap_sync flags after Tx (sync with r342672)Andriy Voskoboinyk2019-01-021-1/+2
* | rtwn(4): drop obsolete comment + use 'nop' function for 92eu calibrationAndriy Voskoboinyk2019-01-022-2/+2
* | rtwn(4): add IQ calibration support for RTL8188E*Andriy Voskoboinyk2019-01-022-2/+330
* | rtwn(4): provide register definitions for RTL8188CE calibration routines.Andriy Voskoboinyk2019-01-022-26/+48
* | rtwn_pci: fix excessive packet loss on Tx with RTL8188EE.Andriy Voskoboinyk2019-01-011-2/+2
* | linuxkpi: Remove extraneous NULL check on M_WAITOK allocationConrad Meyer2019-01-011-2/+1
* | Happy New Year 2019!Xin LI2019-01-011-1/+1
* | Port over the SCSI sense handling fix from mpr(4) in r342528, and fixScott Long2018-12-311-3/+5
* | Fix whitespace from r342528Scott Long2018-12-311-3/+2
* | Correct variable name in two panic messages: num_msi_irq -> num_msi_irqs.John Baldwin2018-12-312-2/+2
* | Add NO_RC16 quirk for Chipfancier 16GB USB stick...Warner Losh2018-12-311-0/+8
* | More references to pmap_cold().Konstantin Belousov2018-12-311-2/+2
* | Update comments: paging is initialized in pmap_cold().Konstantin Belousov2018-12-311-9/+10
* | Support the SPI mode and bus clock frequency parameters set by the devicesIan Lepore2018-12-311-3/+13
* | When allocating a new keyboard at vt_upgrade() time, unwind any cngrabsIan Lepore2018-12-311-1/+18
* | o Don't allocate resources for SDMA in sdhci(4) if the controller or theMarius Strobl2018-12-3011-98/+175
* | Fix 32bit gcc builds after r342625.Konstantin Belousov2018-12-301-1/+1
* | Add 'v' modifier to the ddb 'show pginfo' command to display vm_pageKonstantin Belousov2018-12-301-2/+5
* | Bump __FreeBSD_version since r342628 changed size of struct linux_cdevKonstantin Belousov2018-12-301-1/+1
* | Fix linux_destroy_dev() behaviour when there are still files open fromKonstantin Belousov2018-12-302-86/+189
* | Implement zap_vma_ptes() for managed device objects.Konstantin Belousov2018-12-302-6/+21
* | Use IDX_TO_OFF().Konstantin Belousov2018-12-301-1/+1
* | Move ASSERT_VOP_LOCKED to top of ufs_vinit() as it should be trueKirk McKusick2018-12-301-1/+1
* | For consistency with FFS2's fifoops2 and both versions of FFS'sKirk McKusick2018-12-301-1/+1
* | net80211: fix duplicate sequence number bump for non-AMPDU QoS frames.Andriy Voskoboinyk2018-12-301-1/+0
* | cxgbe(4): Attach to two T540 variants.Navdeep Parhar2018-12-301-0/+4
* | Simplify jail ID printing on process exitKristof Provost2018-12-291-10/+3
* | Update to Zstandard 1.3.8Conrad Meyer2018-12-29111-6583/+11300
* | Remove duplicate include of sys/mbuf.h.Cy Schubert2018-12-291-1/+0
* | For hw.{physmem,realmem,usermem} MIBs, clamp instead truncating.Konstantin Belousov2018-12-291-11/+22
* | i386: Fix allocation of the KVA frame for pmap_quick_enter_page().Konstantin Belousov2018-12-291-1/+1
* | Make kernel print jail ID when logging a process exitKristof Provost2018-12-291-4/+13
* | pfind, pfind_any: Correct zombie logicJilles Tjoelker2018-12-281-1/+1
* | Fix incorrectly inserted copyright in r342557.Alexander Motin2018-12-271-1/+1