aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-011-0/+7
* Implement atomic_swap_{32,64,int,long,ptr}(9).Marius Strobl2018-07-281-2/+9
* follow-up to r336635, update TAILQ to CK_SLIST for ie_handlersAndriy Gapon2018-07-231-1/+1
* Fix a typo: change lists to list to match rest of sentence.Warner Losh2018-07-171-1/+1
* Remove VM_FREELIST_ISADMAWarner Losh2018-07-171-6/+3
* Back pcpu zone with domain correct pagesMatt Macy2018-07-061-2/+2
* Define memmove and make bcopy alt entry pointWarner Losh2018-05-241-4/+12
* Enable kernel dump features in GENERIC for most platforms.Mark Johnston2018-05-191-0/+6
* Report TRAP_BRKPT for breakpoint traps on sparc64.John Baldwin2018-05-091-2/+7
* 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