aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow new lines as white space for arguments that are parsed to allowWarner Losh2016-01-261-2/+2
* Read in /boot/config and /boot.config, like all the other bootWarner Losh2016-01-261-1/+37
* Parse the command line arguments, and do it before we initialize theWarner Losh2016-01-261-13/+94
* RBX_ defines are in rbx.h, move it there.Warner Losh2016-01-266-187/+6
* Move all the separate copies of the same strings into paths.h. There'sWarner Losh2016-01-2611-45/+59
* Revert one chunk from commit 285362, which introduced an off-by-one errorLuigi Rizzo2016-01-261-2/+6
* Older Book-E processors (e500v1/e500v2) don't support dcbzl.Justin Hibbits2016-01-261-1/+1
* Fix a debug printf().Justin Hibbits2016-01-261-2/+2
* Remove a duplicate setting of the AH_DEBUG_ALQ option.Mark Johnston2016-01-261-1/+0
* Evaluate the sysctl_running fail point before taking the sysctl lock.Mark Johnston2016-01-261-2/+2
* Allow us to be told about memory past the first 4GB point, but ignore it.Andrew Turner2016-01-253-11/+20
* - Make the code consistent with itself style-wise and bring it closerMarius Strobl2016-01-253-48/+94
* Prune a definition which is / was never used.Marko Zec2016-01-251-1/+0
* Introduce support for HW watchpoints and single stepping for ARMv6/v7Zbigniew Bodek2016-01-2510-7/+1083
* Don't allow opening the callout device when the callin device is alreadyKonstantin Belousov2016-01-251-3/+6
* Fix ixgbe compliation with DBG 1Steven Hartland2016-01-251-3/+26
* Fix the %b flags string for ddb. All bits above the 5thKonstantin Belousov2016-01-251-5/+7
* Simplify GICv3 related drivers' namingZbigniew Bodek2016-01-253-5/+5
* Create proper FDT attachment for GICv2mZbigniew Bodek2016-01-253-21/+45
* Do not destroy input buffer of the OF_getencprop() function on errorZbigniew Bodek2016-01-251-0/+3
* Fix an occasional undefined instruction abort during module loading.Svatopluk Kraus2016-01-251-6/+18
* Do not use blk_write_cont() and remove it. There si no need to callSvatopluk Kraus2016-01-251-20/+9
* Make minidump more like its i386 original back as with new pmap dumpSvatopluk Kraus2016-01-251-15/+15
* Create new pmap dump interface for minidump and use it for existingSvatopluk Kraus2016-01-257-134/+149
* Convert TCP mtu checks to the new routing KPI.Alexander V. Chernikov2016-01-251-31/+22
* Fix flowtable part missed in r294706.Alexander V. Chernikov2016-01-251-1/+1
* Add allwinner_machdep.h, it was missed in r294698.Andrew Turner2016-01-251-0/+47
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-2518-305/+442
* hyperv/vmbus: Avoid extra copy of page information.Sepherosa Ziehau2016-01-251-18/+15
* Remove unused radix_mpath definitions.Alexander V. Chernikov2016-01-251-3/+0
* hyperv/hn: Trust host TCP segment checksum verification by default.Sepherosa Ziehau2016-01-251-1/+1
* hyperv/hn: Remove unnecessary zeroing out the netvsc_packetSepherosa Ziehau2016-01-251-5/+1
* hyperv/hn: Use m_copydata for chimney sending.Sepherosa Ziehau2016-01-251-14/+9
* hyperv/hn: Partly rework transmission pathSepherosa Ziehau2016-01-256-148/+559
* Update the Allwinner kernels:Andrew Turner2016-01-255-15/+64
* net80211: reduce stack usage for ieee80211_ioctl*() methods.Andriy Voskoboinyk2016-01-241-89/+95
* net80211: reduce code duplicationAndriy Voskoboinyk2016-01-241-2/+0
* ext2fs: passthrough any extra timestamps to the dinode struct.Pedro F. Giffuni2016-01-241-7/+5
* Remove an extra newline that crept in.Andrew Turner2016-01-241-1/+0
* Add support for controlling the clocks for the audio codec and DMA engines.Andrew Turner2016-01-242-0/+108
* Fix the style of the reading of a nodes xref to make it readable.Andrew Turner2016-01-241-4/+3
* Typo in comment.Konstantin Belousov2016-01-241-1/+1
* Add reset framework, a second part of new 'extended resources' family ofMichal Meloun2016-01-244-0/+327
* Add clock framework, a first part of new 'extended resources' family ofMichal Meloun2016-01-2414-0/+2304
* ext2: rename some directory index constants.Pedro F. Giffuni2016-01-241-1/+1
* Fix comment.Pedro F. Giffuni2016-01-241-1/+1
* Rename some directory index constants.Pedro F. Giffuni2016-01-244-7/+7
* ext2: Initialize i_flag after allocation.Pedro F. Giffuni2016-01-241-0/+1
* o Add gain-level control registers.Ruslan Bukin2016-01-231-53/+79
* Fix ru_oublocks accounting for ZFS. There are two code paths that can beEdward Tomasz Napierala2016-01-231-0/+3