summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-06-221-0/+2
* Enable the new physical memory allocator.alc2007-06-161-0/+18
* Enable SCTP by default for GENERIC kernels in order to give itdelphij2007-06-141-0/+1
* Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.marcel2007-06-131-0/+1
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-097-19/+22
* Enable AUDIT by default in the GENERIC kernel, allowing security eventrwatson2007-06-081-0/+1
* Sync with other platforms: add kluge to use contigmalloc when themarcel2007-06-081-6/+18
* Fix the compile. Band-aid until it is worked out how to use the contextgrehan2007-06-062-2/+2
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-042-4/+4
* Rework the PCPU_* (MD) interface:attilio2007-06-043-5/+6
* Revert VMCNT_* operations introduction.attilio2007-05-312-4/+4
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* Eliminate some unused definitions that came from NetBSD.alc2007-05-281-2/+0
OpenPOWER on IntegriCloud