aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync powerpc feature flags with LinuxJustin Hibbits2018-04-212-32/+62
* blake2: Disable warnings (not just error) for code we will not modifyConrad Meyer2018-04-213-8/+8
* regulator: Check status before disablingEmmanuel Vadot2018-04-201-3/+5
* gnu/dts: Update our copy of arm dts from Linux 4.16Emmanuel Vadot2018-04-20456-5376/+17700
* Rename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and PROC_PDEATHSIG_GETKonstantin Belousov2018-04-204-13/+13
* call racct_proc_ucred_changed() under the proc lockAndriy Gapon2018-04-205-13/+42
* Fix use of pointer after being set NULL.Rick Macklem2018-04-201-1/+1
* Add dead_bpf_if structure, that should be used as fake bpf_ifAndrey V. Elsukov2018-04-201-1/+5
* powerpc64: Set n_slbs = 32 for POWER9Justin Hibbits2018-04-201-0/+1
* powerpc64: Add DSCR supportJustin Hibbits2018-04-205-8/+71
* Fix OpenDowngrade for NFSv4.1 if a client sets the OPEN_SHARE_ACCESS_WANT* bits.Rick Macklem2018-04-191-2/+4
* Fix detection of memory overlap with the kernel in the case where a memoryNathan Whitehorn2018-04-191-0/+33
* cxgbe(4): Fix bugs in the handling of COP rules that match on VLAN tag.Navdeep Parhar2018-04-192-2/+2
* Use symbolic constant, explaining the operation.Konstantin Belousov2018-04-191-1/+1
* Reword comment to remove awkward constructs, including an "it's" thatWarner Losh2018-04-191-4/+3
* Simplify the code to allocate stack for auxv, argv[], and environment vectors.John Baldwin2018-04-196-108/+55
* Intel drives have an optimal alignment for I/O. While they honor I/OsWarner Losh2018-04-191-3/+17
* Release memory resource on cuda driver attach failure.Alexander Motin2018-04-191-0/+4
* cryptosoft: Do not exceed crd_len around *crypt_multiConrad Meyer2018-04-191-1/+2
* These two modules need the tcp_hpts.h file forRandall Stewart2018-04-192-0/+2
* Initialize marker pages in vm_page_domain_init().Mark Johnston2018-04-194-42/+44
* This commit brings in the TCP high precision timer system (tcp_hpts).Randall Stewart2018-04-1913-35/+2735
* set kdb_why to "trap" when calling kdb_trap from trap_fatalAndriy Gapon2018-04-194-8/+28
* Add PROC_PDEATHSIG_SET to procctl interface.Konstantin Belousov2018-04-187-5/+75
* Fix pmap_trm_alloc(M_ZERO).Konstantin Belousov2018-04-181-0/+2
* For fatal traps other than pagefaults, print raw fault error codes.Konstantin Belousov2018-04-181-0/+2
* Fix two off-by-one errors when allocating MSI and MSI-X interrupts.John Baldwin2018-04-181-2/+2
* Workaround fixed I/O port resources encoded as I/O port ranges in _CRS.John Baldwin2018-04-181-0/+18
* don't check for kdb reentry in trap_fatal(), it's impossibleAndriy Gapon2018-04-183-4/+3
* iflib: Fix queue distribution when there are no threadsStephen Hurd2018-04-181-12/+29
* Remove references to fs_nofault_intr_begin/end.Brooks Davis2018-04-171-10/+0
* Ensure that m and skip_m belong to the same object.Mark Johnston2018-04-171-0/+2
* Properly do a deep copy of the ioctls capability array for fget_cap().John Baldwin2018-04-172-6/+6
* Remove the unused fuwintr() and suiwintr() functions.Brooks Davis2018-04-1714-335/+0
* Remove unused implementations of copyoutstr().Brooks Davis2018-04-172-81/+0
* Restore SIOCGI2C functionality to ixgbeAndrew Gallatin2018-04-171-2/+21
* Add PNP info to the PCI attahement of the puc driver.Warner Losh2018-04-173-2/+4
* Add PNP info to the bce driver.Warner Losh2018-04-171-1/+2
* Stop using fuswintr() and suswintr() in the profiler.Brooks Davis2018-04-171-20/+12
* Restore db_radix on parse error, otherwise we'll silently change it toWarner Losh2018-04-171-0/+1
* Moved opts-stack.h include before all other includes.Ram Kishore Vegesna2018-04-172-6/+6
* lio_listio: return EAGAIN instead of EIO when out of resourcesAlan Somers2018-04-161-3/+9
* Remove unused badaddr() function.Brooks Davis2018-04-161-32/+0
* Use bool instead of boolean_t here. No reason to use boolean_t.Warner Losh2018-04-161-13/+13
* No need to force md code to define a macro that's the same asWarner Losh2018-04-165-20/+5
* Use a resource hint instead of environment variable for DIU modeJustin Hibbits2018-04-161-7/+4
* 9433 Fix ARC hit rateAlexander Motin2018-04-163-2/+56
* Remove device cm which was removed in r332490.Brooks Davis2018-04-151-5/+0
* Make first a 'bool' instead of a 'boolean_t'.Warner Losh2018-04-141-3/+3
* cxgbe(4): Add support for Connection Offload Policy (aka COP).Navdeep Parhar2018-04-1410-103/+604