.. |
clock.c
|
Remove debugging printf that snuck in here.
|
2009-10-23 21:44:46 +00:00 |
copyinout.c
|
Fix a race in casuword() exposed by csup. casuword() non-atomically read
|
2009-10-31 17:59:24 +00:00 |
interrupt.c
|
Trace interrupts with KTR_INTR.
|
2008-08-31 23:54:22 +00:00 |
locore.S
|
Modularize the Open Firmware client interface to allow run-time switching
|
2008-12-20 00:33:10 +00:00 |
machdep.c
|
Turn off Altivec data-stream prefetching before going into power-save
|
2009-10-29 14:22:09 +00:00 |
mmu_oea64.c
|
Do not map the trap vectors into the kernel's address space. They are
|
2009-10-23 14:27:40 +00:00 |
mmu_oea.c
|
o Introduce vm_sync_icache() for making the I-cache coherent with
|
2009-10-21 18:38:02 +00:00 |
mp_cpudep.c
|
Add some more paranoia to setting HID registers, and update the AIM
|
2009-10-23 21:36:33 +00:00 |
nexus.c
|
Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This
|
2008-10-14 14:54:14 +00:00 |
ofw_machdep.c
|
Factor out platform dependent things unrelated to device drivers into a
|
2009-05-14 00:34:26 +00:00 |
ofwmagic.S
|
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
|
2004-08-16 15:45:27 +00:00 |
platform_chrp.c
|
Add SMP support on U3-based G5 systems. This does not yet work perfectly:
|
2009-10-23 03:17:02 +00:00 |
swtch.S
|
Remove an unnecessary sync that crept in the last commit.
|
2009-10-31 18:04:34 +00:00 |
trap_subr.S
|
Do not map the trap vectors into the kernel's address space. They are
|
2009-10-23 14:27:40 +00:00 |
trap.c
|
Garbage collect set_user_sr(), which is declared static inline and
|
2009-10-31 17:46:50 +00:00 |
uma_machdep.c
|
Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode
|
2009-04-04 00:22:44 +00:00 |
vm_machdep.c
|
Factor out platform dependent things unrelated to device drivers into a
|
2009-05-14 00:34:26 +00:00 |