summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Avoid hardcoding the kernel link address in the linker script.marcel2008-02-272-0/+7
* Teach PowerPC CPU identification routines to recognize e500 cores. Fix styleraj2008-02-253-93/+117
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCraj2008-02-241-1/+5
* Don't define DEBUG. No debugging required.marcel2008-02-241-2/+0
* Resolve warnings exposed by LINT.marcel2008-02-245-26/+5
* Add FPU_EMU.marcel2008-02-231-0/+2
* Add a floating-point emulator so that a single userland or single ABImarcel2008-02-2313-0/+3880
* Define the bootinfo structure for FreeBSD. It is not used onmarcel2008-02-232-73/+56
* Enable option WITNESS_SKIPSPIN by default.marcel2008-02-161-0/+1
* Remove SMP left-overs from NetBSD.marcel2008-02-122-12/+3
* There's no need to suppress option GDB.marcel2008-02-121-1/+0
* Add PIC support for IPIs. When registering an interrupt handler,marcel2008-02-129-59/+143
* One of my powerbooks has this chip in it..julian2008-01-261-0/+1
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.jhb2008-01-071-0/+1
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-252-2/+3
* Apply missing s/rv/res/g in previous commit.marcel2007-12-214-4/+4
* MFamd64/ia64/i386: Only set the rman bus tags and handles injhb2007-12-204-8/+4
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-199-651/+1146
* Rename OEA to AIM. The former means nothing as it applies to allmarcel2007-12-163-7/+3
* This file was repocopied to src/sys/powerpc/aim, where it willmarcel2007-12-1415-7483/+0
* Forced commit to record that this file was repocopied frommarcel2007-12-142-2/+2
* Remove unused file.marcel2007-12-141-110/+0
* Add stubs to unbreak LINT.jkoshy2007-12-071-0/+4
* Break out stack(9) from ddb(4):rwatson2007-12-024-38/+135
* Define atomic_readandclear_ptr.jasone2007-11-271-0/+1
* Implement the _long functions using u_long rather than trying tojb2007-11-261-5/+43
* Extend critical section coverage in the low-level interrupt handlers toscottl2007-11-211-1/+1
* Define atomic_cmpset_acq_long and atomic_cmpset_rel_long so thatjb2007-11-191-2/+4
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-174-0/+66
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-142-2/+12
* A bunch more files that should probably print out a thread namejulian2007-11-142-6/+6
* generally we are interested in what thread did something asjulian2007-11-142-2/+2
* Split decr_init() into two, with the section that reads the timebasegrehan2007-11-135-8/+27
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-053-3/+4
* Cut over to ULE on PowerPCgrehan2007-10-236-7/+16
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-302-2/+6
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()marius2007-09-261-1/+0
* Use the correct expanded name for SCTP.brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* It has been observed on the mailing lists that the different categoriesalc2007-09-152-8/+8
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-1115-1098/+495
* Re-enable external interrupts for faults, traps and syscalls.marcel2007-08-082-18/+16
* Eliminate <machine/interruptvar.h> as it has only a singlemarcel2007-08-075-39/+5
* Remove redundant prototype.marcel2007-08-072-4/+0
* Add prototype for trap().marcel2007-08-071-0/+7
* Fix backward compatibility of the "old" (i.e. FreeBSD6) lseekmarcel2007-07-312-4/+4
* Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32()marcel2007-07-101-3/+8
* Reimplement bus_dmamap_load with bus_dmamap_load_buffer.yongari2007-06-221-68/+32
OpenPOWER on IntegriCloud