aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Retire ixgb(4)Sean Bruno2018-05-021-1/+0
* Print the dump progress indicator after calling dump_start().Mark Johnston2018-05-011-2/+2
* Remove references to fs_nofault_intr_begin/end.Brooks Davis2018-04-171-10/+0
* Remove the unused fuwintr() and suiwintr() functions.Brooks Davis2018-04-171-25/+0
* No need to force md code to define a macro that's the same asWarner Losh2018-04-161-2/+0
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-089-28/+28
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-062-2/+0
* Mark psycho interrupts as MPSAFE. It's safe to do so now that we don'tWarner Losh2018-03-211-1/+1
* These interrupts call shutdown_nice() which should be called GiantWarner Losh2018-03-211-2/+2
* Rename assym.s to assym.incEd Maste2018-03-207-7/+7
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-061-0/+13
* Do not include float interfaces when using libsa.Warner Losh2018-02-231-0/+2
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-121-2/+1
* Move __va_list and related defines to sys/sys/_types.hWarner Losh2018-02-121-14/+0
* We don't support gcc < 4.2.1, so varargs.h now is just #errorWarner Losh2018-02-121-89/+0
* Use standard pattern for stdargs.hWarner Losh2018-02-121-71/+7
* Use vm_page_unwire_noq() instead of directly modifying page wire counts.Mark Johnston2018-02-081-2/+1
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-2/+2
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-5/+6
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-3/+5
* Implement NUMA support in uma(9) and malloc(9). Allocations from specificJeff Roberson2018-01-121-2/+3
* Chase r327432... sparc64 clock.c now needs to include sys/tslog.hIan Lepore2017-12-311-0/+1
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* sparc64: Update idprom.h.Pedro F. Giffuni2017-12-271-23/+22
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Remove MD atomic_load_{32,64,int,long,ptr}(9) obsolete since the additionMarius Strobl2017-12-211-5/+0
* Add atomic_load(9) and atomic_store(9) operations.Konstantin Belousov2017-12-191-0/+2
* Move instantiation of msgbufp from 9 MD files to subr_prf.c.Bruce Evans2017-12-071-5/+0
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* It's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT fromScott Long2017-11-291-2/+0
* sys/sparc64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27133-0/+266
* Don't let cpu_set_syscall_retval() clobber exec_setregs().Ed Schouten2017-11-241-3/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2029-0/+58
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-0/+6
* Replace manyinstances of VM_WAIT with blocking page allocation flagsJeff Roberson2017-11-081-13/+5
* Update several more URLsEitan Adler2017-10-292-4/+4
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-201-0/+1
* Move kernel dump offset tracking into MI code.Mark Johnston2017-10-181-3/+2
* Don't use a non-zero argument for __builtin_frame_addressKurt Lidl2017-10-111-1/+1
* Fix indentation for r323068Josh Paetzel2017-09-191-1/+1
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-1/+3
* Revert r323087Josh Paetzel2017-09-011-0/+1
* Take options IPSEC out of GENERICJosh Paetzel2017-09-011-1/+0
* Allow kldload tcpmd5Josh Paetzel2017-08-311-0/+1
* Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston2017-08-181-2/+2
* Factor out duplicated kernel dump code into dump_{start,finish}().Mark Johnston2017-08-181-35/+5
* Modify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT.Mark Johnston2017-08-111-1/+1
* Introduce vm_page_grab_pages(), which is intended to replace loops callingAlan Cox2017-08-091-8/+4