summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271982-159/+4089
* rw: fix runlock_hard when new readers show upMateusz Guzik2017-11-261-0/+5
* Synchronize TLB1 mappings when createdJustin Hibbits2017-11-261-18/+47
* Move vm_phys_init_page() to vm_page.c.Mark Johnston2017-11-263-29/+28
* Remove unneeded initializations from vm_phys_init_page().Mark Johnston2017-11-261-1/+1
* Add to ipfw support for sending an SCTP packet containing an ABORT chunk.Michael Tuexen2017-11-263-5/+269
* Add a Saved Process Status Register bit for AArch32 execution mode.Ed Schouten2017-11-262-3/+3
* Correct some more places where TO_PTR() should be used.Ed Schouten2017-11-262-2/+2
* Use TO_PTR() to convert integers to pointers.Ed Schouten2017-11-265-6/+6
* Make 32-bit system calls end up in svc_handler().Ed Schouten2017-11-263-5/+7
* Make the arm64 pmap_invalidate functions static inline. This fixes buildingAndrew Turner2017-11-261-3/+3
* Remove another extern int n_slbs made redundant by declaring this inNathan Whitehorn2017-11-261-2/+0
* Use the cookie now set by loader to determine whether the value passed toNathan Whitehorn2017-11-264-8/+25
* 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
* Allwinner a83t: enable USB supportKyle Evans2017-11-251-1/+10
* Add r-ccu support for the Allwinner a83tKyle Evans2017-11-254-23/+37
* Slightly fix bidirectional stream number allocation.Alexander Motin2017-11-251-2/+2
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-256-80/+157
* 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
* 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
* 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-24193-39955/+33003
|\
| * Merge ^/head r326132 through r326161.Hans Petter Selasky2017-11-2424-106/+120
| |\