summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-0/+3
* Update this driver to not save copies of registers that are no longer usedjhb2015-04-241-8/+2
* Add support for the uart classes to set their default register shift value.andrew2015-04-111-1/+2
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-0/+6
* Fix integer truncation bug in malloc(9)rstone2015-04-011-2/+2
* Apply r276208 to non-amd64 NOTES files as well to fix tinderbox buildsjhb2015-03-251-2/+2
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalmarius2015-02-161-0/+10
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-1/+1
* Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededkib2015-01-241-2/+0
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-072-86/+107
* Remove "New" label from NFSCL/NFSD now that they are the only NFSjhb2015-01-061-2/+2
* This configuration file removes several debugging options, includinggnn2014-12-021-0/+38
* Revert r274772: it is not valid on MIPSemaste2014-11-251-1/+1
* Use canonical __PIC__ flagemaste2014-11-211-1/+1
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-1/+0
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-0/+4
* Simplify memrw().alc2014-10-271-11/+2
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-241-0/+2
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Fix typo revealed by using newer binutilsbapt2014-10-101-1/+1
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-4/+0
* Revert unrelated changes accidentally committed in r271192.jhb2014-09-171-13/+7
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-2/+2
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-061-7/+13
* For CPUs which do hardware cache line unaliasing, use direct map tokib2014-08-231-0/+3
* Complete r254667, do not destroy pmap lock if KVA allocation failed.kib2014-08-161-3/+1
* On sparc64, do not keep mappings for the destroyed sf_bufs. Sparc64kib2014-08-103-1/+52
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-081-10/+16
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-053-166/+3
OpenPOWER on IntegriCloud