aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the now-unused AT91C_MASTER_CLOCK option and change the oneWarner Losh2012-06-042-3/+2
* Various small changes to PV entry management:Alan Cox2012-06-043-36/+37
* Disable verification of the flashed content for now; for reasons unknownMarius Strobl2012-06-031-0/+2
* Minor rearrangement of the locore <-> initarm interface. Pass in aWarner Losh2012-06-0312-47/+56
* Remove code which is not needed.Michael Tuexen2012-06-031-4/+0
* Add a knob to disable vn_io_fault.Konstantin Belousov2012-06-031-1/+5
* Count and export the number of prefaulting happen.Konstantin Belousov2012-06-031-0/+5
* Use an existing function to get the source address.Michael Tuexen2012-06-031-60/+10
* Fix make dependUlrich Spörlein2012-06-031-1/+1
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGAndriy Gapon2012-06-035-22/+9
* Plug reference leak.Maksim Yevmenkin2012-06-031-10/+14
* Remove stray repeated line...Warner Losh2012-06-031-1/+0
* - Now that the DataFlash related drivers work properly (at91_spi(4) sinceMarius Strobl2012-06-031-7/+7
* - Loop up to 3 seconds when waiting for a device to get ready. [1]Marius Strobl2012-06-031-97/+262
* - Prepend the device description with "AT91" to reflect its nature. [1]Marius Strobl2012-06-032-72/+193
* Isolate the global pv list lock from data and other locks to prevent falseAlan Cox2012-06-022-2/+22
* Honor sysctl for TTL.Michael Tuexen2012-06-021-3/+3
* Don't request data from the IPv6 layer, which is not used.Michael Tuexen2012-06-021-26/+3
* Add missing prototypes. While at it, sort them alphabetically.Marius Strobl2012-06-022-14/+73
* Remove nitems() now that it lives in <sys/param.h> since r236486.Marius Strobl2012-06-021-2/+0
* Take advantage of nitems().Marius Strobl2012-06-022-7/+3
* Fix typo [1]. Use commas to separate flag printouts, in style withKonstantin Belousov2012-06-022-2/+2
* Add nitems(), a macro for determining the number of elements in aMarius Strobl2012-06-021-0/+1
* Update the print mask for decoding b_flags. Add print masks forKonstantin Belousov2012-06-022-3/+9
* Use plain store for atomic_store_rel on x86, instead of implicitlyKonstantin Belousov2012-06-022-76/+76
* Remove an unused parameter.Michael Tuexen2012-06-023-8/+8
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inHans Petter Selasky2012-06-023-7/+32
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.Alexander Motin2012-06-023-99/+115
* Clean up and complete the incomplete deferred enable code.Matt Jacob2012-06-015-69/+160
* Print FC PortID as a hex number. This makes it easy toMatt Jacob2012-06-011-3/+3
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.Jung-uk Kim2012-06-015-15/+13
* Tidy up code clutter in SMP case a bit. No functional change.Jung-uk Kim2012-06-012-20/+12
* Revert r236380Eitan Adler2012-06-011-15/+0
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.Jung-uk Kim2012-06-012-4/+4
* Improve style(9) in the previous commit.Jung-uk Kim2012-06-013-8/+8
* Execute AcpiLeaveSleepStatePrep() for S1 and reduce code duplication.Jung-uk Kim2012-06-011-2/+2
* Improve support for detaching kernel drivers on a per interface basis.Hans Petter Selasky2012-06-012-4/+19
* Commit a portion of 233708 I missed earlier and don't include theJohn Baldwin2012-06-011-3/+6
* Remove unnecessary initializations. The BSS of boot2 is in factJohn Baldwin2012-06-011-2/+2
* Extend VERBOSE_SYSINIT to also print out the name of variables passedJohn Baldwin2012-06-011-9/+28
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextMitsuru IWASAKI2012-06-015-96/+125
* Make TCP LRO work properly with VIMAGE kernels rather than just panicing.Bjoern A. Zeeb2012-06-011-0/+11
* Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ statusAlexander Motin2012-06-013-6/+37
* Small cleanups. No functional change.Michael Tuexen2012-06-012-4/+0
* Add a missing #include, required for IEEE80211_DEBUG.Adrian Chadd2012-06-011-0/+2
* Add sysctl to query amount of swap space freeEitan Adler2012-06-011-0/+15
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...Eitan Adler2012-06-014-0/+6
* Eliminate code duplication in free_pv_entry() and pmap_remove_pages() byAlan Cox2012-06-013-29/+30
* Fix warning generated by clang;Eitan Adler2012-06-011-1/+1
* Add characters mapping for codepages used in Germany.Eitan Adler2012-06-011-1/+3