aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-26454-70/+978
* Remove some, but not all, assumptions that the BSP is CPU 0 and that CPUsNathan Whitehorn2017-11-256-10/+25
* Avoid assumptions about the BSP being CPU 0.Nathan Whitehorn2017-11-252-33/+33
* On AIM systems, it is not actually possible to stop the CPU timer, so weNathan Whitehorn2017-11-251-0/+3
* Return base IRQ of PIC when added and massively increase the number ofNathan Whitehorn2017-11-252-4/+6
* Missed gate on __powerpc64__ for setting LPCR in r326207.Nathan Whitehorn2017-11-251-0/+2
* When booting from an FDT, make sure the FDT itself isn't included the rangeNathan Whitehorn2017-11-251-2/+13
* Allow platform modules to set the size of large pizes, as potentiallyNathan Whitehorn2017-11-251-5/+7
* Invalidate TLB at boot using the correct IS settings on newer-than-POWER5Nathan Whitehorn2017-11-251-2/+16
* Definitions for registers and trap types found on new POWER CPUs.Nathan Whitehorn2017-11-252-0/+6
* Missed platform_smp_timebase_sync() in r326205.Nathan Whitehorn2017-11-251-1/+1
* Make n_slbs public in a more straightforward way. Some platforms (likeNathan Whitehorn2017-11-252-1/+2
* Preserve the LPCR on new-ish (POWER7 and POWER8) CPUs, preventing exceptionsNathan Whitehorn2017-11-251-0/+7
* Yield while spinning on APs and avoid announcing all CPUs unless bootverboseNathan Whitehorn2017-11-251-1/+5
* Whether you can use mttb() or not is more complicated than whether PSL_HVNathan Whitehorn2017-11-257-23/+43
* Do not bind to CPUs with SMT, which use a different CPU numbering conventionNathan Whitehorn2017-11-251-0/+4
* Avoid emitting a PT_INTERP section for powerpc64 kernels and arrange forNathan Whitehorn2017-11-251-2/+5
* Automatically use the ELFv2 ABI on powerpc64 if supported by the compiler.Nathan Whitehorn2017-11-251-1/+7
* Add the missing lockstat check for thread lock.Mateusz Guzik2017-11-251-0/+7
* Convert in-kernel thread_lock_flags calls to thread_lock when debug is disabledMateusz Guzik2017-11-251-0/+6
* rwlock: fix up compilation of the previous changeMateusz Guzik2017-11-251-2/+2
* rwlock: add __rw_try_{r,w}lock_intMateusz Guzik2017-11-251-8/+20
* sx: change sunlock to wake waiters up if it locked sleepqMateusz Guzik2017-11-251-19/+20
* locks: retry turnstile/sleepq loops on failed cmpsetMateusz Guzik2017-11-252-44/+29
* rwlock: stop re-reading the owner when going to sleepMateusz Guzik2017-11-251-8/+11
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-25404-68/+876
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2557-8/+122
* Allwinner a83t: enable USB supportKyle Evans2017-11-251-1/+10
* Add r-ccu support for the Allwinner a83tKyle Evans2017-11-254-23/+37
* zdb: follow-up to r326150, check if malloc succeededAndriy Gapon2017-11-251-0/+5
* Slightly fix bidirectional stream number allocation.Alexander Motin2017-11-251-2/+2
* Set errno to EFTYPE instead of EINVAL to be more consistent with theXin LI2017-11-251-1/+1
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-2516-158/+605
* Add stdio.h to the synopsis for sysdecode functions that take a FILE *.John Baldwin2017-11-255-5/+10
* Modify all FreeBSD bootloaders on PowerPC AIM (Book-S) systems to pass aNathan Whitehorn2017-11-244-6/+6
* Compile one of the uctf test programs with -m32.Mark Johnston2017-11-245-3/+5
* Fix SPDX line as suggested by pfgMichael Tuexen2017-11-241-1/+1
* Temporarily disable VIMAGE on arm64Ed Maste2017-11-241-1/+1
* Don't redefine _KERNEL.Mark Johnston2017-11-241-2/+0
* Fix the type signature for sx(9) DTrace subroutines.Mark Johnston2017-11-241-1/+1
* Have lockstat:::sx-release fire only after the lock state has changed.Mark Johnston2017-11-241-2/+1
* Add a missing lockstat:::sx-downgrade probe.Mark Johnston2017-11-241-7/+6
* bhnd(4): Add missing dependency on ofw_bus_if.hLandon J. Fuller2017-11-241-1/+1
* Fix typos.Mark Johnston2017-11-241-2/+2
* Add new ports committer jwbJason W. Bacon2017-11-241-0/+2
* Switch the default firmware for npe(4) from the QOS_VLAN one to theNathan Whitehorn2017-11-242-798/+297
* RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace.Hans Petter Selasky2017-11-241638-435465/+297892
|\
| * Fix for multi-threaded lib32 compat build on amd64.Hans Petter Selasky2017-11-241-1/+5
| * Merge ^/head r326132 through r326161.Hans Petter Selasky2017-11-2431-123/+165
| |\
| * | Compile fixes for 32-bit architectures.Hans Petter Selasky2017-11-242-7/+7