summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* MFC: 323068jpaetzel2017-09-191-0/+1
* MFC r322405, r322406:markj2017-09-171-1/+1
* MFC r322296alc2017-09-171-8/+4
* MFC r319873:kib2017-07-211-4/+5
* MFC r319871:kib2017-07-211-7/+7
* MFC efivar(8) (by imp):kib2017-05-201-0/+14
* MFC: r317578marius2017-05-141-7/+7
* MFC: r305507marius2017-05-101-1/+1
* MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080,mjg2017-03-161-0/+34
* MFC r313194:kib2017-02-111-2/+0
* MFC 307332,312086: Drop support for using mmap() with /dev/kmem.jhb2017-01-181-1/+1
* MFC r305213,305319,305398alc2016-10-011-1/+14
* MFC r303891, r303892:pfg2016-09-081-3/+3
* Remove GENERIC-NODEBUG kernel configurations, missed duringgjb2016-07-141-38/+0
* - Remove debugging from GENERIC* kernel configurationsgjb2016-07-081-9/+0
* Update comments for the MD functions managing contexts for newkib2016-06-161-3/+3
* Add macro to convert errno and use it when appropriate.dchagin2016-05-221-7/+1
* Add new bus methods for mapping resources.jhb2016-05-201-0/+1
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-189-28/+28
* sys/sparc64: minor spelling fixes.pfg2016-05-042-2/+2
* Move 'device pci' for the PCI bus driver to the MI NOTES file.jhb2016-04-291-1/+0
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.jhb2016-04-271-2/+1
* Implement a PCI bus rescan method.jhb2016-04-271-0/+1
* Use our nitems() macro when param.h is available.pfg2016-04-203-5/+4
* sparc64: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-4/+15
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-2/+2
* Since r296250 it is no longer possible for devices to use bus spacemarius2016-04-101-1/+1
* Convert pci_delete_child() to a bus_child_deleted() method.jhb2016-04-061-0/+12
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-227-13/+13
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-5/+5
* Correct the memory rman ranges to be to BUS_SPACE_MAXADDRjhibbits2016-03-011-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-223-3/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-208-8/+8
* Introduce bus_get_bus_tag() methodzbb2016-02-181-0/+9
* POSIX states that #include <signal.h> shall make both mcontext_t andkib2016-02-121-5/+5
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Fix build.br2016-02-041-0/+1
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-2713-30/+30
* Add an atomic_fetchadd_64() wrapper on sparc64.jhb2016-01-221-0/+1
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Make using the #address-cells property on the interrupt parent in devicenwhitehorn2016-01-021-0/+3
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+2
* Change the - hopefully - last piece of ktr(9) to use PCPU_GET(cpuid)marius2015-12-301-1/+1
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingmarius2015-12-305-89/+68
* Adapt CATR() to r283283.marius2015-12-301-3/+3
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-3/+0
* Add support to libkvm for reading vmcores from other architectures.jhb2015-11-271-8/+9
OpenPOWER on IntegriCloud