1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/sys/powerpc/aim
Nathan Whitehorn 945c08644e MFppc64:
Minor 64-bit-cleanliness upgrades and support for platform detection on
subtly-broken OF implementations like in the Mambo simulator.
2010-07-09 14:02:24 +00:00
..
clock.c Remove the unneeded header <machine/intr.h>. 2010-07-02 02:17:39 +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 Provide for multiple, cascaded PICs on PowerPC systems, and extend the 2010-06-18 14:06:27 +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 Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to 2010-06-30 18:03:42 +00:00
mmu_oea64.c Relax one of the new assertions in pmap_enter() a little. Specifically, 2010-06-11 15:49:39 +00:00
mmu_oea.c Temporarily disable instruction relocation while setting up the kernel's 2010-06-20 16:56:48 +00:00
mp_cpudep.c Make SMP work on MPC7400-based Apple desktops like the PowerMac3,3. 2010-06-12 21:14:22 +00:00
nexus.c Configure interrupts on SMP systems to be distributed among all online 2010-06-23 22:33:03 +00:00
ofw_machdep.c Now that single-threaded access to firmware is enforced by 2010-05-21 20:46:01 +00:00
ofwmagic.S The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-03 17:07:02 +00:00
platform_chrp.c MFppc64: 2010-07-09 14:02:24 +00:00
swtch.S Unbreak cpu_switch(). The register allocator in my brain is clearly 2009-10-31 20:59:13 +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 Reorganize syscall entry and leave handling. 2010-05-23 18:32:02 +00:00
uma_machdep.c Reduce KVA pressure on OEA64 systems running in bridge mode by mapping 2010-02-20 16:23:29 +00:00
vm_machdep.c Replace the existing PowerPC busdma implementation with the one from 2010-07-08 15:38:55 +00:00