aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/booke/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify the AIM and Book-E vm_machdep.c implementations, which previouslyNathan Whitehorn2013-10-201-408/+0
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDGleb Smirnoff2013-09-221-0/+11
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+1
* Introduce new structure sfstat for collecting sendfile's statisticsAndrey V. Elsukov2013-07-151-1/+1
* For architectures not using direct map , and requiring real KVA page forKonstantin Belousov2011-01-181-1/+1
* MFppc64:Nathan Whitehorn2010-07-131-1/+1
* Unify ABI-related bits of the Book-E and AIM machdep routinesNathan Whitehorn2010-07-121-146/+1
* Replace the existing PowerPC busdma implementation with the one fromNathan Whitehorn2010-07-081-2/+0
* Extract the code that records syscall results in the frame into MDKonstantin Belousov2009-11-101-0/+55
* Improve style(9), clean up.Rafal Jaworowski2009-05-211-7/+3
* Initial support for SMP on PowerPC MPC85xx.Rafal Jaworowski2009-05-211-3/+4
* Factor out platform dependent things unrelated to device drivers into aNathan Whitehorn2009-05-141-1/+1
* Provide cpu_throw() for Book-E. Adjust cpu_switch() towards ULE support.Rafal Jaworowski2009-04-221-9/+0
* Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()Rafal Jaworowski2008-04-261-17/+1
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-1/+1
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.Rafal Jaworowski2008-03-031-0/+517