summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* o Properly set ksym_start & ksym_end when options DDB is set.marcel2009-04-211-2/+18
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Provide locking for PowerPC interrupt sources config.raj2009-04-201-5/+20
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* Fix a typo in the SRR1 comparison for program exceptions. While here,nwhitehorn2009-04-192-3/+13
* Changing the overflow trap to use bla to branch to dbtrap in r190946 wasnwhitehorn2009-04-141-1/+1
* Rework the way we get the cacheline size. Instead of having a table ofnwhitehorn2009-04-123-13/+42
* Fix recognition of kernel-mode traps that pass through the KDB trap handlernwhitehorn2009-04-111-4/+2
* Fix the build when KDB is disabled. The second instance of rfi innwhitehorn2009-04-051-0/+3
* Add an Open Firmware access module for real-mode OF accesses to the PowerPCnwhitehorn2009-04-051-0/+922
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Perform a dummy stwcx. when we switch contexts. The contextmarcel2009-04-041-0/+6
* Add sysarch.h. It's included by drm(4).marcel2009-04-041-0/+43
* First round of cleanups. There's a lot of NetBSDism in this header.marcel2009-04-041-77/+0
* Implement kernel core dump support for Book-E processors.marcel2009-04-041-28/+188
* PowerPC, meet kernel core dumps. The support is basedmarcel2009-04-044-0/+391
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-0424-216/+3742
* Disable ATA DMA for ATAPI devices for now. Apparently, certain revisionsnwhitehorn2009-03-251-0/+4
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-191-1/+0
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-1/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.raj2009-03-134-15/+10
* Change the PVO zone for fictitious pages to the unmanaged PVO zone, to matchnwhitehorn2009-03-111-1/+4
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-1/+0
* Prefer register usage style to be more consistent with the rest of theraj2009-02-271-8/+8
* Make Book-E debug register state part of the PCB context.raj2009-02-277-5/+18
* Fix comment: we write the trap vector to SPRG3, not SPRG0.nwhitehorn2009-02-231-3/+3
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-232-72/+18
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-209-54/+329
* Additional features for the tsec(4) Ethernet driver.raj2009-02-171-0/+3
* Add uslcom to the build too.thompsa2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.thompsa2009-02-151-19/+70
* Add support for the I2S and davbus audio controllers found in Apple PowerPCnwhitehorn2009-01-252-0/+6
* Fix a race condition where interrupts set up after boot could be enabled innwhitehorn2009-01-251-3/+6
* Fix a race condition in kiic(4) made possible by the way the device's STOPnwhitehorn2009-01-201-18/+17
* Provide a device description for macio-attached ATA cells.nwhitehorn2009-01-191-0/+2
* Driver for Apple Keywest I2C controllers found in MacIO ASICs. Used fornwhitehorn2009-01-152-0/+392
* Clean up BookE low-level exceptions code.raj2009-01-131-46/+49
* Clean up BookE pmap.raj2009-01-131-137/+90
* Rework BookE pmap towards multi-core support.raj2009-01-1310-752/+466
* Some early Macintosh GPIO controllers don't provide reg properties fornwhitehorn2009-01-121-10/+27
* Add a new quirk type so that the MacIO driver will assign memory resourcesnwhitehorn2009-01-061-2/+8
* Fix the OFW interrupt map parser to use its own idea of the number of interruptnwhitehorn2009-01-035-31/+11
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-206-20/+65
* Minor spelling fix in E500 locore.raj2008-12-181-1/+1
* Extend and improve MPC85XX Local Bus management.raj2008-12-185-69/+346
* Fix E500 cache invalidation routines.raj2008-12-171-0/+6
* Rework E500 locore.raj2008-12-171-213/+229
* Minor clean up of BookE/MPC85XX: iprove naming and style(9).raj2008-12-173-31/+31
OpenPOWER on IntegriCloud