aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Truncate negative lengths to zeroPoul-Henning Kamp2017-11-271-1/+5
* Fix another typoBrad Davis2017-11-271-1/+1
* Don't assign rs as we will assign it later.Xin LI2017-11-271-3/+1
* Fix handling -U. It does not take any arguments.Brad Davis2017-11-271-3/+3
* 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-266-6/+296
* Addd work around for LLVM bug 35023.Michal Meloun2017-11-261-0/+5
* Add efidp_format_device_path_node to format a single node in a deviceWarner Losh2017-11-262-4/+24
* 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
* Improve sysctl(8) pretty printing of some structures.Konstantin Belousov2017-11-261-20/+21
* Make the arm64 pmap_invalidate functions static inline. This fixes buildingAndrew Turner2017-11-261-3/+3
* Fix spelling error (probably typo).Cy Schubert2017-11-261-1/+1
* Fill in date.Xin LI2017-11-261-1/+1
* 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-265-8/+33
* 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