summaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge r190708 from HEAD to releng/7.2:Dmitry Chagin2009-04-171-2/+2
* MFC r190946:Nathan Whitehorn2009-04-131-1/+1
* Merge from head to stable/7:Dmitry Chagin2009-03-291-2/+4
* MFC r189675:Nathan Whitehorn2009-03-231-1/+4
* Fix a mismerge from head that I somehow missed last night. This caused builds...Nathan Whitehorn2009-03-081-6/+3
* MFC r188860,188879,188923,188951:Nathan Whitehorn2009-03-079-52/+329
* MFC: Add a stub for pmap_align_superpage() on machines that don't (yet)John Baldwin2009-02-261-0/+10
* MFC: Add support for "superpages" on amd64 and i386. This includes adding theJohn Baldwin2009-02-262-2/+9
* MFC r183322:Konstantin Belousov2009-01-091-46/+47
* MFC r183288,183411,183827,184382:Nathan Whitehorn2008-10-303-25/+87
* MFC: r179164: "options " spelling (vs. "options<TAB>") so that commentedDavid E. O'Brien2008-09-011-2/+2
* Back out r182439 to move device bm to PowerPC-specific NOTES, and replace it ...Nathan Whitehorn2008-08-311-6/+1
* As "device bm" appears to be specific to powerpc, move it from the globalRobert Watson2008-08-291-0/+6
* MFC of r178599,178600,179644,179645,180254,180233Nathan Whitehorn2008-08-286-14/+579
* MFCJohn Birrell2008-08-271-2/+2
* MFC: Export 'struct pcpu' to userland w/o requiring _KERNEL.John Baldwin2008-08-261-1/+2
* When r177253 and r177255 were merged from head to stable/7, theRobert Watson2008-08-031-1/+1
* MFC: Add preliminary support for binding interrupts to CPUs:John Baldwin2008-06-281-1/+1
* MFC rev. 173742-178057.Marcel Moolenaar2008-06-231-257/+324
* MFC fix for PR ia64/118024Marcel Moolenaar2008-04-241-1/+6
* Merge stack.9:1.5, amd64/db_trace.c:1.82, amd64/stack_machdep.c:1.1,Robert Watson2008-04-102-38/+2
* MFC: Kernel mode Network Lock Manager.Doug Rabson2008-04-101-0/+1
* Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6,Robert Watson2008-03-302-2/+3
* Revert powerpc scheduler change for now. This change should beXin LI2008-03-081-1/+1
* MFC: Switch to use ULE as default scheduler on amd64, i386 and powerpcXin LI2008-03-071-1/+1
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-182-2/+3
* 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-1095/+492
* 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