summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-31/+16
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-14/+0
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.jhb2001-01-242-8/+12
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-0/+6
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-212-2/+0
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-122-2/+0
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-111-13/+0
* Remove seconds types we don't use that came in thru the NetBSD heiratage.obrien2001-01-081-1/+0
* PowerPC atomic operation functions.benno2001-01-071-56/+298
* PowerPC assembler #defines.benno2001-01-071-0/+95
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-061-0/+1
* PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h)obrien2001-01-021-0/+46
* PowerPC platform-specific definitions (modeled on sys/i386/include/types.h)obrien2001-01-021-0/+67
* Minor style tweaks.obrien2001-01-022-8/+11
* PowerPC platform-specific definitions (modeled on sys/i386/include/param.h)obrien2001-01-021-0/+175
* MP shells for the PowerPC platform.obrien2001-01-011-0/+50
* PowerPC platform-specific page size setting.obrien2001-01-011-0/+37
* PowerPC platform-specific definitions.obrien2001-01-011-0/+97
* Shells for the atomic operations FreeBSD needs.obrien2001-01-011-0/+228
* PowerPC platform-specific type definitions.obrien2001-01-011-0/+128
* PowerPC specific ELF ABI definitions.obrien2001-01-011-0/+170
* Store in globaldata our CPU ID#. Provide a lock for panics - only onemjacob2000-12-092-0/+2
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-1/+1
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-1/+0
* Add the 'witness_spin_check' per-CPU variable.jhb2000-11-153-0/+3
* Fix all the interrupt enabled/disabled assertions which were backwards.jhb2000-11-151-6/+6
* Beginnings of the powerpc machine dependant includes.benno2000-11-102-0/+138
* Our SHRT_MIN definition was actually 4 bits too big.obrien2000-11-042-2/+2
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-1/+1
* * Update commentsobrien2000-10-242-40/+62
* Move bogus proc reference stuff into <machine/globals.h>. There is nomjacob2000-10-231-0/+2
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-201-0/+3
* Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by usingjhb2000-10-201-1/+2
* Catch up to some of the changes to _getlock_spin_block. Specifically,jhb2000-10-201-4/+4
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-468/+12
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-1/+0
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-1/+0
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-2/+4
* Reduce userland namespace polution.jasone2000-10-041-1/+4
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserjasone2000-09-231-2/+1
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-141-25/+23
* - Fix spinlock exiting to handle recursion properly and only enablejhb2000-09-131-5/+7
* Really disable interrupts for spin mutexes instead of just pretending.dfr2000-09-121-8/+6
* The alpha doesn't have a eflags register, so don't refer to it here.jhb2000-09-111-2/+0
* Style cleanups. No functional changes.jasone2000-09-091-71/+63
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-16/+16
* Add missing \'s to multline macros used for assertions.jhb2000-09-091-2/+2
* Use inline functions instead of macros for mtx_enter(), mtx_try_enter(),jasone2000-09-081-146/+160
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-074-0/+784
OpenPOWER on IntegriCloud