aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Normalize COMPAT_43 syscall declarations.Brooks Davis2018-12-044-48/+10
* Add ability to request listing and deleting only for dynamic states.Andrey V. Elsukov2018-12-043-7/+30
* Reimplement how net.inet.ip.fw.dyn_keep_states works.Andrey V. Elsukov2018-12-047-162/+401
* Add assertion to check that named object has correct type.Andrey V. Elsukov2018-12-041-0/+2
* Sprinkle EARLY_DRIVER_MODULE around the treeJustin Hibbits2018-12-0412-16/+32
* powerpc: preload_addr_relocate is no longer necessary for bookeJustin Hibbits2018-12-041-7/+0
* Remove a needlessly clever hack to start init with sys_exec().Brooks Davis2018-12-041-52/+45
* Improve procstat reporting for the linux cdev file descriptors.Konstantin Belousov2018-12-032-1/+19
* Add a missing definition for the !COMPAT_FREEBSD32 case.Mark Johnston2018-12-031-0/+1
* Plug memory disclosures via ptrace(2).Mark Johnston2018-12-039-8/+35
* zfs: we can boot from dataset with large_dnode enabledToomas Soome2018-12-032-19/+1
* powerpc: Check for a fdt in the metadata if it doesn't already existJustin Hibbits2018-12-031-0/+11
* powerpc/booke: Check for the metadata address by physical addressJustin Hibbits2018-12-031-1/+2
* Fix PCI driver unload for Marvell PCI controllerOleksandr Tymoshenko2018-12-021-0/+1
* Build the dtb for the rock64 board.Andreas Tobler2018-12-021-1/+1
* Add rule to build the dtb for the rock64 board.Andreas Tobler2018-12-021-0/+7
* Fix off-by-one (page) errors in checks in d_mmap methods of several drivers.Konstantin Belousov2018-12-024-1/+4
* Add a comment noting that the additional range checks are not needed.Konstantin Belousov2018-12-021-1/+4
* Fix off by one in hpet_mmap() csw method.Konstantin Belousov2018-12-021-1/+1
* Change the vm_ooffset_t type to unsigned.Konstantin Belousov2018-12-026-22/+15
* Correct accuracy of the barrier writes accounting.Konstantin Belousov2018-12-021-1/+1
* Return computed real memory size, not a value from similarly namedMichal Meloun2018-12-021-1/+1
* pmcr: Fix pstate setting on Power8Conrad Meyer2018-12-011-5/+5
* Restore build of the kernel, removed through r341377Conrad Meyer2018-12-011-3/+0
* Add Silergy SYR827 PMIC driverEmmanuel Vadot2018-12-013-0/+356
* arm64: rockchip: rk805: Add basic support for RK808 PMICEmmanuel Vadot2018-12-012-6/+92
* Remove IFF_DRVRLOCK as it is used in IRIX only (and we all know IRIXCy Schubert2018-12-011-6/+0
* arm64: rockchip: rk_i2c: Use correct clockEmmanuel Vadot2018-12-011-4/+8
* arm64/rockchip: add RK3399 supportEmmanuel Vadot2018-12-018-44/+2782
* arm64: rockchip: Add RK3399_CLK_PLLEmmanuel Vadot2018-12-015-78/+294
* Restore handling of PMTU discovery, removed through an unifdef(1)Cy Schubert2018-12-011-5/+3
* Allow to create swap zone larger than v_page_count / 2.Konstantin Belousov2018-12-011-6/+6
* Correct the tunable name in the message.Konstantin Belousov2018-12-012-2/+2
* amd64: align target memmove buffer to 16 bytes before using rep movsMateusz Guzik2018-12-011-0/+30
* pf: Fix panic on overlapping interface namesKristof Provost2018-12-011-1/+2
* Fix reporting of SS_ONSTACKEric van Gyzen2018-11-303-6/+6
* amd64: handle small memmove buffers with overlapping storesMateusz Guzik2018-11-301-40/+51
* Limit option_len for the TCP_CCALGOOPT.Michael Tuexen2018-11-302-0/+4
* Adapt the fix in r341008 to correctly work with EBR.Andrey V. Elsukov2018-11-301-8/+2
* arm64: allwinner: Add 792Mhz frequency to sun50i-a64-oppEmmanuel Vadot2018-11-301-0/+5
* sfxge(4): rollback last seen VLAN TCI if Tx packet is droppedAndrew Rybchenko2018-11-301-0/+4
* sfxge(4): ensure EvQ poll stops when abort is requestedAndrew Rybchenko2018-11-301-0/+8
* sfxge(4): support Medford2Andrew Rybchenko2018-11-302-1/+6
* sfxge(4): update external port number calculationAndrew Rybchenko2018-11-301-39/+48
* sfxge(4): correct annotations where NULL input is OKAndrew Rybchenko2018-11-305-20/+34
* sfxge(4): support new link modes in the driverAndrew Rybchenko2018-11-301-0/+13
* sfxge(4): use transceiver ID when reading infoAndrew Rybchenko2018-11-301-6/+40
* sfxge(4): add accessor to whole link statusAndrew Rybchenko2018-11-307-25/+66
* sfxge(4): guard Rx scale code with corresponding optionAndrew Rybchenko2018-11-303-0/+11
* sfxge(4): infer port mode bandwidth from max link speedAndrew Rybchenko2018-11-301-3/+20