aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Default to armv5te in LINT on arm. This should fix building LINT there.Andrew Turner2018-08-061-0/+1
* Implement current_work() function in the LinuxKPI.Hans Petter Selasky2018-08-063-1/+20
* This fixes a bug in Rack where we wereRandall Stewart2018-08-061-1/+1
* Implement atomic_long_cmpxchg() function in the LinuxKPI.Hans Petter Selasky2018-08-061-0/+15
* Define __poll_t type in the LinuxKPI.Hans Petter Selasky2018-08-061-0/+1
* aw_thermal: Add nvmem and H5 supportEmmanuel Vadot2018-08-061-65/+168
* aw_sid: Add nvmem interfaceEmmanuel Vadot2018-08-065-116/+258
* Copy all bits of a file handle in case there is padding in the structure.Rick Macklem2018-08-052-5/+5
* pf: Increase default hash table sizeKristof Provost2018-08-051-1/+1
* uep(4): add evdev supportVladimir Kondratyev2018-08-052-7/+100
* allwinner: a64: Add THS clock supportEmmanuel Vadot2018-08-051-0/+19
* extres: clkdiv: Fix div_with_tableEmmanuel Vadot2018-08-051-9/+13
* arm: allwinner: Disconnect A10/A20 HDMI driverEmmanuel Vadot2018-08-051-4/+0
* arm: allwinner: Remove old unused clocksEmmanuel Vadot2018-08-051-16/+0
* efirt: Don't enter EFI context early, convert addrs to KVA insteadKyle Evans2018-08-044-19/+40
* Swap in WKILLED processes.Konstantin Belousov2018-08-044-48/+101
* Don't check rcv sockbuf limits when sending on a unix stream socket.Mark Johnston2018-08-043-29/+19
* Style.Mark Johnston2018-08-041-19/+18
* Fix build of hyperv with base gcc on i386Dimitry Andric2018-08-041-6/+8
* Add END()s for amd64 linux futex support routines.Konstantin Belousov2018-08-042-0/+10
* wmt(4): Use internal function to calculate input report sizeVladimir Kondratyev2018-08-041-6/+7
* wmt(4): Read Microsoft's "Touch Hardware Quality Assurance" certificate blobVladimir Kondratyev2018-08-041-0/+20
* wmt(4): Read 'Contact count maximum' usage value from feature reportVladimir Kondratyev2018-08-041-12/+109
* Mark the send queue ready so ALTQ is available.Patrick Kelsey2018-08-041-0/+1
* Now that after r335979 the kernel addresses in API structures areGleb Smirnoff2018-08-042-12/+3
* Use if_tunnel_check_nesting() for ng_iface(4).Gleb Smirnoff2018-08-032-18/+3
* arm: Remove ALLWINNER_UP kernel configEmmanuel Vadot2018-08-031-108/+0
* dtb: rpi: Only compile and copy the DTSOEmmanuel Vadot2018-08-031-9/+0
* dtb: am335x: Remove links and add more dtsEmmanuel Vadot2018-08-031-4/+3
* nvme(4): Add bus_dmamap_sync() at the end of the request pathJustin Hibbits2018-08-031-1/+18
* Fix some filemon path logging issues.Bryan Drewery2018-08-032-49/+36
* Require write access when mmapping BAR.Konstantin Belousov2018-08-031-1/+0
* Return ENAMETOOLONG if the latest copied characterRuslan Bukin2018-08-031-1/+4
* Add the required page accounting to kmem_bootstrap_free().Mark Johnston2018-08-031-0/+4
* Fix typo in copyinstr_smap, resulting in mis-handling of too long strings.Konstantin Belousov2018-08-031-1/+1
* safer wait-free iteration of shared interrupt handlersAndriy Gapon2018-08-032-28/+67
* Implement ktime_add_ms() and ktime_before() in the LinuxKPI.Hans Petter Selasky2018-08-031-0/+14
* Verify that each frame pointer lies within the thread's kstack.Mark Johnston2018-08-031-5/+5
* Reduce taskq and context-switch cost of zio pipeAlexander Motin2018-08-032-119/+139
* MFV r337223:Alexander Motin2018-08-033-55/+343
* Fix LOCAL_PEERCRED with socketpair(2)Alan Somers2018-08-033-17/+42
* MFV r337220: 8375 Kernel memory leak in nvpair codeAlexander Motin2018-08-031-2/+4
* MFV r337218: 7261 nvlist code should enforce name length limitAlexander Motin2018-08-031-0/+2
* MFV r337216: 7263 deeply nested nvlist can overflow stackAlexander Motin2018-08-031-2/+21
* MFV 337214:Alexander Motin2018-08-032-5/+5
* MFV r337212:Alexander Motin2018-08-036-17/+46
* MFV r337210: 9577 remove zfs_dbuf_evict_key tsdAlexander Motin2018-08-035-55/+46
* MFV r337208: 9591 ms_shift can be incorrectly changed in MOS config forAlexander Motin2018-08-022-3/+15
* MFV r337206: 9338 moved dnode has incorrect dn_next_typeAlexander Motin2018-08-021-0/+2
* MFV r337204: 9439 ZFS double-free due to failure to dirty indirect blockAlexander Motin2018-08-022-4/+20