aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add bpf(4) to config file to get dhclient workingOleksandr Tymoshenko2013-08-301-0/+1
* Add PCI bus space implementation that converts all 2 and 4 bytesOleksandr Tymoshenko2013-08-304-4/+448
* Give the page allocations initiated by the swap-backed md(4) a higherKonstantin Belousov2013-08-301-1/+1
* The pm_save should be cleared on the pmap initialization, and not onKonstantin Belousov2013-08-301-1/+1
* Style cleanups.Pawel Jakub Dawidek2013-08-301-140/+147
* acpi_thermal: Warn about insane _TMP temperature only onceJean-Sébastien Pédron2013-08-301-5/+26
* A final test with unmodified code has shown that a delay of 150msMarcel Moolenaar2013-08-301-1/+1
* Simplify pause_sbt() logic. Don't call DELAY() if remainder is lessHans Petter Selasky2013-08-301-7/+7
* Implement support for the process-context identifiers ('PCID') onKonstantin Belousov2013-08-3010-113/+527
* Add BIT_AND_ATOMIC() and CPU_AND_ATOMIC().Konstantin Belousov2013-08-302-1/+9
* Provide a wrapper for the INVPCID instruction, definition of theKonstantin Belousov2013-08-301-0/+20
* Move the definition of the struct unrhdr into a separate header file,Konstantin Belousov2013-08-303-27/+70
* Few more minor if_vmx tweaksBryan Venteicher2013-08-302-24/+72
* Fix the sysctl that displays whether buffer packing is enabledNavdeep Parhar2013-08-301-7/+13
* If reading a virtual-device value fails, attempt to read a virtual-device-extColin Percival2013-08-301-0/+3
* Implement support for rx buffer packing. Enable it by default for T5Navdeep Parhar2013-08-302-142/+601
* Add a routine for attaching an mbuf to a buffer with an externalNavdeep Parhar2013-08-291-0/+22
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.Justin T. Gibbs2013-08-298-642/+615
* 'u_long' is consistently spelled 'unsigned long' in this file. Fix it.Jung-uk Kim2013-08-291-1/+1
* Partially revert r254880. The bitmap operations actually use long type now.Jung-uk Kim2013-08-293-8/+5
* Bump up the default timeouts for move commands in the ch(4) driverKenneth D. Merry2013-08-291-4/+4
* Fix the incomplete conversion from atomic_t to long for test_bit().Jung-uk Kim2013-08-291-1/+1
* Clarify confusions between atomic_t and bitmap. Fix bitmap operationsJung-uk Kim2013-08-292-13/+19
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-2964-2654/+2433
* - Remove test_and_set_bit() macro. It is unused since r255037.Jung-uk Kim2013-08-291-5/+3
* Convert the if_lagg rwlock to an rmlock.Adrian Chadd2013-08-292-33/+56
* Fix atomic operations on context_flag without altering semantics.Jung-uk Kim2013-08-291-3/+3
* Fix some issues in change 254760 pointed out by Bruce Evans:Kenneth D. Merry2013-08-291-11/+8
* Work-around a timing problem with the ITE IT8513E now that the coreMarcel Moolenaar2013-08-291-1/+13
* Don't return an error for socket timeouts that are too large. JustJohn Baldwin2013-08-291-7/+2
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,Alan Cox2013-08-2913-11/+419
* Migrate iwn(4) to use the new ieee80211_tx_complete() API.Adrian Chadd2013-08-291-35/+23
* Remove the duplicate LLC_MISS event and put it in the right order.Adrian Chadd2013-08-291-3/+2
* Prevent the full restart cycle every time arge_start() is called. OnlyLuiz Otavio O Souza2013-08-291-1/+2
* Merge r254736 from user/np/cxl_tuning.Navdeep Parhar2013-08-291-12/+14
* Merge r254386 from user/np/cxl_tuning. Add an INET|INET6 check missingNavdeep Parhar2013-08-293-0/+17
* Correct atomic operations in i915.Jung-uk Kim2013-08-283-11/+11
* Fix a compiler warning and add couple of VM map types.Jung-uk Kim2013-08-281-3/+21
* Whitespace nit.Navdeep Parhar2013-08-281-1/+1
* Merge r254336 from user/np/cxl_tuning.Navdeep Parhar2013-08-282-1/+26
* Fix a compiler warning. With this fix, a negative time can be converted toJung-uk Kim2013-08-281-1/+1
* Support storing 7 additional file flags in tmpfs:Kenneth D. Merry2013-08-281-3/+4
* Change t4_list_lock and t4_uld_list_lock from mutexes to sx'es.Navdeep Parhar2013-08-283-35/+34
* Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update aNavdeep Parhar2013-08-286-8/+30
* Reduce diff against stable/9 slightly.Jung-uk Kim2013-08-281-3/+2
* ql_minidump() should be performed only by port 0.David C Somayajulu2013-08-281-2/+2
* Do not save/restore video memory if we are not using linear frame buffer.Jung-uk Kim2013-08-281-22/+15
* Make sure to free stale buffer before allocating new one for safety.Jung-uk Kim2013-08-281-2/+6
* Avoid unnecessary signedness conversion.Jung-uk Kim2013-08-281-3/+3
* In looking at block layouts as part of fixing filesystem blockKirk McKusick2013-08-281-2/+2