summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID rather than rcsid[].obrien2003-04-036-24/+12
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+8
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-3/+3
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-1/+1
* Enable the FPU on first use per-thread and save state across contextgrehan2003-03-202-22/+11
* Add machine check handler. While generally useful, it's required whengrehan2003-03-191-1/+1
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-6/+2
* Register typo and incorrect 32-bit constant load in previous commit.grehan2003-02-261-2/+2
* Cleanup of the d_mmap_t interface.mux2003-02-251-7/+0
* Catch up to latest KSE changesgrehan2003-02-201-3/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-1/+1
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-1/+1
* GC an unused variable.benno2003-02-051-2/+0
* Export the ns_per_tick variable through md_var.h rather than by declaringbenno2003-02-051-1/+1
* - Use cpu_setup() instead of identifycpu().benno2003-02-051-80/+1
* Replace the inline asm in delay() with a while loop. This may not be asbenno2003-02-051-8/+4
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.benno2003-02-052-7/+19
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-1/+6
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-012-2/+2
* - add pmap_pagedaemon_waken variablegrehan2003-02-011-47/+96
* Back out some changes that snuck in with the last commit.benno2003-01-271-177/+19
* Flesh out bus_dmamap_sync.benno2003-01-271-19/+177
* Use td->td_sticks, not td->td_kse->ke_sticks.benno2003-01-271-1/+1
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-1/+1
* Remove BAT invalidation. This is done later in the boot sequence,grehan2003-01-221-17/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-161-16/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-74/+0
* Add page queues locking to vunmapbuf().grehan2003-01-081-0/+2
* Sync the i-cache after copying down the interrupt codegrehan2003-01-081-0/+1
* Be more conservative about re-enabling interrupts during trap processinggrehan2003-01-081-1/+1
* Fix incorrect error returns and sign-extension.grehan2003-01-081-7/+7
* Fetch the initial time from the rtc OpenFirmware node. This is a short-termgrehan2003-01-081-0/+21
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+1
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-0/+5
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+14
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-6/+0
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-4/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-13/+0
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-2/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-12/+9
* Add the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-212-0/+7
* Clean up ddb warnings/errors and enable in GENERICgrehan2002-10-041-1/+3
* - fix zero-sized stack alloc from previous commit. a default is nowgrehan2002-10-041-10/+98
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-4/+26
* - bring vm_mapbuf/unmapbuf in line with other archsgrehan2002-09-191-42/+25
* - make sure recoverable interrupts are re-enabled in the trap handlergrehan2002-09-191-7/+3
* - worked around 32-bit big-endian syscall return value problemgrehan2002-09-191-9/+20
* - use BAT registers to map device space and physical memorygrehan2002-09-191-28/+134
OpenPOWER on IntegriCloud