aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initialize vm_max_kernel_address on non-FDT platforms. (This should haveAlan Cox2013-02-2013-24/+32
* Fix "fdt addr" to accept literal addresses rather than va offsets.Tim Kientzle2013-02-201-18/+40
* ip_savecontrol() style fixes. No functional changes.Sergey Kandaurov2013-02-201-17/+17
* Reduce excessive nesting.Dag-Erling Smørgrav2013-02-201-18/+16
* Configure larger TX FIFO default and maximum level values.Adrian Chadd2013-02-201-2/+18
* If any of the TX queues have underrun reporting enabled, enableAdrian Chadd2013-02-201-0/+2
* A couple of quick tidyups:Adrian Chadd2013-02-201-6/+1
* Enable TX FIFO underrun interrupts. This allows the TX FIFO thresholdAdrian Chadd2013-02-201-0/+1
* oops, tab!Adrian Chadd2013-02-201-1/+1
* Post interrupts in the ath alq trace.Adrian Chadd2013-02-201-0/+4
* CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather thanAdrian Chadd2013-02-201-6/+13
* Add support to mxge for IPv6 TX csum offload & IPv6 TSO.Andrew Gallatin2013-02-193-53/+227
* Spelling fixesOleksandr Tymoshenko2013-02-191-2/+2
* Roll back change of frequency for initialization sequence since itOleksandr Tymoshenko2013-02-191-7/+6
* MFcalloutng:Alexander Motin2013-02-191-8/+13
* MFcalloutng:Alexander Motin2013-02-191-6/+12
* Fixup r246916 in case gcc is used to build.Davide Italiano2013-02-191-0/+2
* Fix a few typos.John Baldwin2013-02-191-2/+2
* Fix typoUlrich Spörlein2013-02-191-2/+2
* Define gpio constants rather than using enum.Ganbold Tsagaankhuu2013-02-191-11/+7
* More white-space cleanups.Pawel Jakub Dawidek2013-02-181-2/+2
* Add mem_load_raw() for loading data from another location in memory.Tim Kientzle2013-02-182-0/+39
* Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be heldMark Johnston2013-02-181-6/+6
* Clarify an error message. The addresses here areTim Kientzle2013-02-181-1/+1
* Fix an incorrect sizeof()Adrian Chadd2013-02-181-1/+1
* Fix bad EEPROM parsing code.Hans Petter Selasky2013-02-182-5/+31
* Add a new ATH KTR debug method to log the interrupt status.Adrian Chadd2013-02-181-0/+28
* Disable this variable; the code using it is also disabled.Adrian Chadd2013-02-181-0/+2
* Place a cap on the size of the kernel's heap, also known as the kmemAlan Cox2013-02-181-0/+8
* Disable this code and add a note as to why.Adrian Chadd2013-02-181-0/+15
* On arm, like sparc64, the end of the kernel map varies from one type ofAlan Cox2013-02-185-5/+10
* Update the comment: we do show the backtrace of misbehaving thread.Pawel Jakub Dawidek2013-02-171-4/+3
* Do not update the fsinfo block on each update of any fat block, thisKonstantin Belousov2013-02-173-30/+45
* MFcalloutng:Alexander Motin2013-02-171-4/+21
* Remove space before tab.Pawel Jakub Dawidek2013-02-171-1/+1
* Remove redundant check.Pawel Jakub Dawidek2013-02-171-3/+1
* Style.Pawel Jakub Dawidek2013-02-171-9/+5
* - Require CAP_FSYNC capability right when opening a file with O_SYNC or O_FSYNCPawel Jakub Dawidek2013-02-171-1/+4
* Remove redundant parenthesis.Pawel Jakub Dawidek2013-02-171-1/+1
* Remove redundant space.Pawel Jakub Dawidek2013-02-171-1/+1
* Add break to the default case.Pawel Jakub Dawidek2013-02-171-0/+1
* Don't treat pointers as booleans.Pawel Jakub Dawidek2013-02-171-3/+3
* Remove redundant parenthesis.Pawel Jakub Dawidek2013-02-171-1/+1
* Remove redundant space.Pawel Jakub Dawidek2013-02-171-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2013-02-171-2/+2
* Remove accidentally committed debug panic(9) callOleksandr Tymoshenko2013-02-171-5/+1
* Close a race relating to setting the PCPU pointer (r13). Register r13Marcel Moolenaar2013-02-171-5/+5
* - Add hw.bcm2835.sdhci.hs tunable to enable/disable highspeed mode inOleksandr Tymoshenko2013-02-171-1/+23
* Disable debug accidentally enabled by previous commitOleksandr Tymoshenko2013-02-161-1/+1
* Various timing-related fixes:Oleksandr Tymoshenko2013-02-163-12/+61