aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Copy out from kernel to data, not the other way around.Brooks Davis2018-08-131-1/+1
* Remove the duplicated CSUM_IP6_TCP introduced in r311849 from the TXMarius Strobl2018-08-131-2/+2
* Port the mps panic-safe shutdown_final handling to mprWarner Losh2018-08-133-14/+26
* Call xpt_sim_poll in shutdown_final handler.Warner Losh2018-08-131-1/+4
* Create xpt_sim_poll and refactor a bit using it.Warner Losh2018-08-132-19/+22
* Whitespace nit in t4_tom.hNavdeep Parhar2018-08-131-1/+1
* evdev: Remove evdev.ko linkage dependency on kbd driverVladimir Kondratyev2018-08-137-46/+100
* evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev2018-08-1310-50/+99
* [ig4] Fix initialization sequence for newer ig4 chipsOleksandr Tymoshenko2018-08-132-0/+28
* Implement kernel support for early loading of Intel microcode updates.Mark Johnston2018-08-1312-28/+503
* Prevent some parallel swap-ins, rate-limit swapper swap-ins.Konstantin Belousov2018-08-131-6/+34
* Merge ACPICA 20180810.Jung-uk Kim2018-08-1320-39/+230
|\
* | Add RISC-V instructions encoding.Ruslan Bukin2018-08-131-0/+1253
* | lagg: allow lacp to manage the link stateAndrew Gallatin2018-08-132-0/+9
* | Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-1310-218/+220
* | Use consistently the macors to modify the assoc state.Michael Tuexen2018-08-136-44/+41
* | Add USB ID for rebranded RTL8153 found on NVIDIA Jetson TX1 board.Michal Meloun2018-08-132-0/+5
* | Import DTS files from Linux 4.18Emmanuel Vadot2018-08-13464-6127/+14894
* | fix static ZFS linkingMatt Macy2018-08-121-0/+1
* | ipmi/opal: Enable polled mode and proper callbackJustin Hibbits2018-08-121-0/+2
* | Add explicit cast to silence a warning for the userland stack.Michael Tuexen2018-08-121-2/+2
* | Remove unused stuff from iw_cxgbe.hNavdeep Parhar2018-08-121-16/+0
* | MFV/ZoL: Add dbuf hash and dbuf cache kstatsMatt Macy2018-08-121-18/+248
* | MFV/ZoL: Fix stack dbuf_hold_impl()Matt Macy2018-08-121-68/+182
* | fix build DN_MAX_BONUSLEN -> DN_OLD_MAX_BONUSLENMatt Macy2018-08-121-1/+1
* | Restore legacy dnode_phys layout on tier 2 archesMatt Macy2018-08-121-9/+38
* | MFV/ZoL: Fix stack noinlineMatt Macy2018-08-122-8/+17
* | MFV/ZoL: Fix PANIC: metaslab_free_dva(): bad DVA X:Y:ZMatt Macy2018-08-121-0/+16
* | MFV/ZoL: add dbuf statsMatt Macy2018-08-129-8/+368
* | MFV/ZoL: Implement large_dnode pool featureMatt Macy2018-08-1237-191/+812
* | Enable balanced arc pruningMatt Macy2018-08-111-1/+121
* | cxgbe(4): Move all control queues to the adapter.Navdeep Parhar2018-08-1110-77/+72
* | buildworld fix: private appears to have special meaning on FreeBSD - revert t...Matt Macy2018-08-111-4/+4
* | Limit the amount of dnode metadata in the ARCMatt Macy2018-08-114-30/+255
* | Eliminate a redundant assignment.Alan Cox2018-08-111-1/+0
* | pf: Take the IF_ADDR_RLOCK() when iterating over the group listKristof Provost2018-08-111-3/+8
* | pf: Fix 'set skip on' for groupsKristof Provost2018-08-111-4/+14
* | cxgbe(4): Create two variants of service_iq, one for queues withNavdeep Parhar2018-08-114-143/+250
* | ZFS/MFV: Use cached feature info in spa_add_feature_stats()Matt Macy2018-08-104-13/+60
* | Fix misspellings of transmitter/transmittedDevin Teske2018-08-104-6/+6
* | Walk back r337554 while discussion continuesConrad Meyer2018-08-104-9/+1
* | subr_prf: remove think-o that had returned to local patchKyle Evans2018-08-101-2/+1
* | boot tagging: minor fixesKyle Evans2018-08-101-2/+6
* | Bring in timespce_get form NetBSD.Warner Losh2018-08-101-1/+1
* | ath: Minor style cleanupsKyle Evans2018-08-101-4/+4
* | ieee8021_node: fix whitespace issuesKyle Evans2018-08-101-9/+9
* | net80211: Drain ageq before cleaning it up.Kyle Evans2018-08-101-0/+1
* | bwi(4): Set ic->ic_softc before bwi_getradiocaps to avoid bad derefKyle Evans2018-08-101-1/+3
* | Remove unneeded ipsec-related includes.Andrey V. Elsukov2018-08-101-5/+0
* | Performance optimization of AVL tree comparator functionsMatt Macy2018-08-1018-195/+100