summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix whitespace on addition of IPSEC optionemaste2015-11-261-1/+1
* Merge from r290547:marius2015-11-213-32/+32
* - Unbreak dumpsys(9) on sparc64 after r276772marius2015-11-162-25/+7
* Fix an alignment check that is wrong in half the busdma implementations.ian2015-11-021-2/+2
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-201-2/+3
* - Sanity check that the parent ranges given in the "ranges" propertymarius2015-09-131-11/+24
* Merge r286374 from x86:marius2015-09-131-9/+11
* - Factor out the common and generic parts of the sparc64 host-PCI-bridgemarius2015-09-1211-966/+614
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-0/+7
* Do not hold the process around the vm_fault() call from the trap()s.kib2015-09-101-29/+7
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Add two new pmap functions:jah2015-08-042-1/+70
* o Revert the other functional half of r239864, i. e. the merge of r134227marius2015-07-244-80/+78
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-163-0/+5
* Spell crypto correctly.brueffer2015-07-141-1/+1
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+29
* Fix up tabs vs. spacesgnn2015-07-041-1/+1
* Enable IPSEC in all GENERIC kernels.gnn2015-07-041-0/+4
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-4/+0
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* ddb: finish converting boolean values.pfg2015-05-211-1/+1
OpenPOWER on IntegriCloud