summaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* MFC efivar(8) (by imp):Konstantin Belousov2017-05-201-0/+14
* MFC: r317578Marius Strobl2017-05-141-7/+7
* MFC: r305507Marius Strobl2017-05-101-1/+1
* MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080,Mateusz Guzik2017-03-161-0/+34
* MFC r313194:Konstantin Belousov2017-02-111-2/+0
* MFC 307332,312086: Drop support for using mmap() with /dev/kmem.John Baldwin2017-01-181-1/+1
* MFC r305213,305319,305398Alan Cox2016-10-011-1/+14
* MFC r303891, r303892:Pedro F. Giffuni2016-09-081-3/+3
* Remove GENERIC-NODEBUG kernel configurations, missed duringGlen Barber2016-07-141-38/+0
* - Remove debugging from GENERIC* kernel configurationsGlen Barber2016-07-081-9/+0
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-3/+3
* Add macro to convert errno and use it when appropriate.Dmitry Chagin2016-05-221-7/+1
* Add new bus methods for mapping resources.John Baldwin2016-05-201-0/+1
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-189-28/+28
* sys/sparc64: minor spelling fixes.Pedro F. Giffuni2016-05-042-2/+2
* Move 'device pci' for the PCI bus driver to the MI NOTES file.John Baldwin2016-04-291-1/+0
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-271-2/+1
* Implement a PCI bus rescan method.John Baldwin2016-04-271-0/+1
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-203-5/+4
* sparc64: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-4/+15
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Since r296250 it is no longer possible for devices to use bus spaceMarius Strobl2016-04-101-1/+1
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-061-0/+12
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-227-13/+13
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-5/+5
* Correct the memory rman ranges to be to BUS_SPACE_MAXADDRJustin Hibbits2016-03-011-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-223-3/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-208-8/+8
* Introduce bus_get_bus_tag() methodZbigniew Bodek2016-02-181-0/+9
* POSIX states that #include <signal.h> shall make both mcontext_t andKonstantin Belousov2016-02-121-5/+5
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aGleb Smirnoff2016-02-091-1/+0
* Fix build.Ruslan Bukin2016-02-041-0/+1
* Convert ss_sp in stack_t and sigstack to void *.John Baldwin2016-01-271-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-2713-30/+30
* Add an atomic_fetchadd_64() wrapper on sparc64.John Baldwin2016-01-221-0/+1
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-0/+1
* Make using the #address-cells property on the interrupt parent in deviceNathan Whitehorn2016-01-021-0/+3
* Make the 'env' directive described in config(5) work on all architectures,Ian Lepore2016-01-021-1/+2
* Change the - hopefully - last piece of ktr(9) to use PCPU_GET(cpuid)Marius Strobl2015-12-301-1/+1
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingMarius Strobl2015-12-305-89/+68
* Adapt CATR() to r283283.Marius Strobl2015-12-301-3/+3
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-3/+0
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-8/+9
* Fix whitespace on addition of IPSEC optionEd Maste2015-11-261-1/+1
* Merge from r290547:Marius Strobl2015-11-213-32/+32
* - Unbreak dumpsys(9) on sparc64 after r276772Marius Strobl2015-11-162-25/+7
* Fix an alignment check that is wrong in half the busdma implementations.Ian Lepore2015-11-021-2/+2
* Add support for weak symbols to the kernel linkers. It means thatKonstantin Belousov2015-09-201-2/+3