aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-24145-145/+143
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-192-2/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_7_0'.cvs2svn2007-12-222-133/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-032-0/+133
* MFC: expand critical section coverage so that shared fast and ithread handlersScott Long2007-11-261-1/+1
* MFC:Peter Grehan2007-11-143-4/+14
* Unbreak. With DDB removed, KTR can not be used as-is becauseMarcel Moolenaar2007-10-291-5/+0
* Remove debugging support from GENERIC kernels, remove warning inKen Smith2007-10-111-7/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-10-1015-7443/+0
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-302-2/+6
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()Marius Strobl2007-09-261-1/+0
* Use the correct expanded name for SCTP.Christian Brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* It has been observed on the mailing lists that the different categoriesAlan Cox2007-09-152-8/+8
* Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar2007-08-1115-1098/+495
* Re-enable external interrupts for faults, traps and syscalls.Marcel Moolenaar2007-08-082-18/+16
* Eliminate <machine/interruptvar.h> as it has only a singleMarcel Moolenaar2007-08-075-39/+5
* Remove redundant prototype.Marcel Moolenaar2007-08-072-4/+0
* Add prototype for trap().Marcel Moolenaar2007-08-071-0/+7
* Fix backward compatibility of the "old" (i.e. FreeBSD6) lseekMarcel Moolenaar2007-07-312-4/+4
* Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32()Marcel Moolenaar2007-07-101-3/+8
* Reimplement bus_dmamap_load with bus_dmamap_load_buffer.Pyun YongHyeon2007-06-221-68/+32
* Honor maxsegsz of less than a page size in a DMA tag. Previously itPyun YongHyeon2007-06-221-0/+2
* Enable the new physical memory allocator.Alan Cox2007-06-161-0/+18
* Enable SCTP by default for GENERIC kernels in order to give itXin LI2007-06-141-0/+1
* Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.Marcel Moolenaar2007-06-131-0/+1
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-097-19/+22
* Enable AUDIT by default in the GENERIC kernel, allowing security eventRobert Watson2007-06-081-0/+1
* Sync with other platforms: add kluge to use contigmalloc when theMarcel Moolenaar2007-06-081-6/+18
* Fix the compile. Band-aid until it is worked out how to use the contextPeter Grehan2007-06-062-2/+2
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-042-4/+4
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-043-5/+6
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-312-4/+4
* In some particular cases (like in pccard and pccbb), the real devicePaolo Pisati2007-05-311-2/+11
* Eliminate some unused definitions that came from NetBSD.Alan Cox2007-05-281-2/+0
* Don't initialize the decrementer before initclocks() is called.Marcel Moolenaar2007-05-274-24/+14
* Eliminate an unused definition.Alan Cox2007-05-271-1/+0
* Allow FreeBSD's native ELF image activators to execute shared libraries theAlexander Kabaev2007-05-221-2/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-182-4/+4
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Add ofw bus methods to the ppc nexus driver. This will be used in futurePeter Grehan2007-04-202-0/+112
* Remove trailing '.' for consistency!Pawel Jakub Dawidek2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.Pawel Jakub Dawidek2007-04-101-0/+1
* If nooption SMP on powerpc, also nooption ADAPTIVE_SX, which depends onRobert Watson2007-04-011-0/+1
* Add bge(4).Marcel Moolenaar2007-04-011-2/+3
* When writing to PCI configuration registers, don't immediatelyMarcel Moolenaar2007-04-011-3/+0
* Remove unused file.Marcel Moolenaar2007-04-011-833/+0
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentAlan Cox2007-03-111-0/+6
* Over NFS, an open() call could result in multiple over-the-wireMohan Srinivasan2007-03-092-0/+4
* Update openpic to support the new bus_setup_intr() syntax.Paolo Pisati2007-03-073-8/+9