summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clear the DDR memory. This should be done by bootloaders,br2016-04-222-0/+12
* Add memory barriers (fence instructions) so the data wrotten by hardwarebr2016-04-221-3/+7
* Correct the event queue initialization.br2016-04-221-7/+8
* lahf/sahf are supported on some amd64 processorsavg2016-04-221-1/+1
* MFV r298471: 6052 decouple lzc_create() from the implementation detailsavg2016-04-224-7/+18
* Use `sizeof(*uuser)` instead of `sizeof(struct usm_user)` for consistency withngie2016-04-221-1/+1
* Add FEATURE knob for testing for UFS extended attribute kernel supportngie2016-04-221-0/+2
* Return `ret` in op_ifentry(..) to mute a -Wunused-but-set-variable warningngie2016-04-221-1/+1
* Fix for printf() compile warning when fast_reg.length is 64-bit.hselasky2016-04-221-1/+1
* Fix duplicate TLB entries issue during section promotion/demotion.skra2016-04-221-25/+185
* Add KASSERT() and set error code in dead code case to help static codehselasky2016-04-221-0/+2
* Add missing set of the current VNET when inputting IP packets in IPoIB.hselasky2016-04-221-2/+7
* Don't use atomic operations for page table entries and handle accessskra2016-04-222-78/+52
* Add four functions which check a virtual address for stage 1 privilegedskra2016-04-221-1/+49
* Use MIN()/MAX() macros from sys/param.h.araujo2016-04-222-3/+3
* Use roundup2() macro from sys/param.h.araujo2016-04-221-1/+1
* Don't try to free `string` (stack allocated char[])ngie2016-04-221-2/+1
* Don't use `entry` after free in the "already in lists" casengie2016-04-221-0/+1
* Simplify always evaluated branch (`e != NULL`)ngie2016-04-221-4/+2
* hyperv/et: Make Hyper-V event timer a device.sephe2016-04-223-35/+67
* Don't leak `string` in parse_define(..) when a macro has been foundngie2016-04-221-1/+2
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* hyperv: Update copyright to 2016 for the files Microsoft changed in 2016sephe2016-04-2223-23/+23
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Use MIN() macro from sys/param.h.araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-211-5/+5
* DRY on buffer sizes. Update to r298420.asomers2016-04-211-1/+2
* Pull r266775 from upstream clang trunk (by Douglas Katzman):dim2016-04-211-0/+6
* Revert r298147 (temporary workaround for LLVM PR 26999) in preparationdim2016-04-211-1/+1
* urtwn: optimize rate lookup in the urtwn_ra_init()avos2016-04-212-43/+41
* Yet more redundant parenthesis from r298431.pfg2016-04-215-7/+6
* Completely disable fmaxmin_test (follow up to r297952)ngie2016-04-211-3/+9
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-2164-134/+127
* Redundant parenthesis from r298431.pfg2016-04-211-1/+2
* sys: use our nitems() macro when param.h is available.pfg2016-04-2135-90/+70
* Use proper type of tag in bcm2835_mbox_fb_initgonzo2016-04-211-1/+1
* Adjust the fdc worker thread startup to work when APs are started earlier.jhb2016-04-216-11/+28
* Queue the CPU-probing task after all acpi_cpu devices are attached.jhb2016-04-211-3/+10
* Add new USB quirk.hselasky2016-04-212-0/+3
* Fix unset variables from r298417.bdrewery2016-04-211-9/+18
* Replace the A20 kernel config with a generic ALLWINNER kernel config thatjmcneill2016-04-2115-11/+98
* Add more missing .PHONYbdrewery2016-04-211-5/+5
* Notify userspace listeners when geom disk attributes have changedasomers2016-04-211-0/+4
* Fix for using IPv6 addresses with RDMA:hselasky2016-04-211-39/+108
* Add more guards to disable GELIBOOT by defining LOADER_NO_GELI_SUPPORTallanjude2016-04-212-1/+7
* Remove redundant logic from the pkg-base merge.bdrewery2016-04-211-4/+0
* Fix 'make -n' for new packaging targets.bdrewery2016-04-211-2/+2
OpenPOWER on IntegriCloud