summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+2
* Merge from r290547:marius2015-11-211-5/+5
* o Revert the other functional half of r239864, i. e. the merge of r134227marius2015-07-241-1/+1
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-4/+0
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-1/+1
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-4/+0
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-2/+2
* Restore a vital comment nuked in r259016.marius2013-12-081-0/+7
* MFC @r219886.ray2013-07-251-20/+20
|\
| * Prefix the alias macros for members of struct __mcontext with an underscoremarius2013-07-121-20/+20
* | MFC@r248830ray2013-03-281-0/+1
|\ \ | |/
| * Fix other architectures and ZFS.attilio2013-02-211-0/+1
| * Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-091-5/+0
| * Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-261-2/+0
| * Merge from x86:marius2012-04-131-0/+7
* | Fix mismerge in r234200.nwhitehorn2012-04-131-5/+0
* | Sync with head@234197marcel2012-04-131-28/+14
|\ \ | |/
| * Now that we have a working OF_printf() since r230631 and a OF_panic()marius2012-01-271-31/+18
* | Make vt(4) work on sparc64, at least on systems with CHRP-compliantnwhitehorn2012-01-221-13/+16
|/
* Add a comment about why contrary to what once would think running all ofmarius2011-09-301-0/+4
* It is safe to initialize locks even on early boot (and it is the sameattilio2011-09-191-5/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries frommarius2011-07-021-2/+3
* Correct spelling in comments.marius2011-04-221-1/+1
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Set td_kstack_pages for thread0.marius2011-02-081-0/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-2/+1
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-3/+6
* Explicitly lower the PIL to 0 as part of enabling interrupts, similar tomarius2010-10-141-0/+1
* Remove accidentally committed test code which effectively prevented themarius2010-09-161-2/+0
* Add a VIS-based block copy function for SPARC64 V and later, whichmarius2010-09-151-1/+6
* Remove redundant raising of the PIL to PIL_TICK as the respective locoremarius2010-09-141-1/+0
* Sparc64 uses dummy cpu_idle() method. It's CPUs never sleeping. Tellmav2010-09-111-1/+1
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Add support for SPARC64 V (and where it already makes sense for othermarius2010-05-021-1/+5
* Don't bother enabling interrupts before we're ready to handle them. Thismarius2010-04-261-1/+15
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-3/+3
* - The firmware of Sun Fire V1280 has a misfeature of setting %wstate tomarius2010-03-211-1/+2
* Some machines can not only consist of CPUs running at different speedsmarius2010-02-201-14/+16
* - Search the whole OFW device tree instead of only the children of themarius2010-02-131-22/+89
* - Demapping unused kernel TLB slots has proven to work reliably so movemarius2010-01-021-11/+3
* Unroll copying of the registers in {g,s}et_mcontext() and limit itmarius2009-11-171-6/+56
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-5/+1
* - Work around the broken loader behavior of not demapping no longermarius2009-06-281-8/+19
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-1/+4
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+10
* Revert r190105 so that removing options KDB but DDB or GDB beingmarius2009-03-201-0/+2
OpenPOWER on IntegriCloud