summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for memory attributes (pmap_mapdev_attr() and friends) onnwhitehorn2010-09-302-9/+13
* Split the SLB mirror cache into two kinds of object, one for kernel mapsnwhitehorn2010-09-163-6/+12
* Replace the SLB backing store splay tree used on 64-bit PowerPC AIMnwhitehorn2010-09-162-8/+12
* Introduce inheritance into the PowerPC MMU kobj interface.grehan2010-09-151-8/+30
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-1/+0
* Fix the build after r212453. IPI_STATCLOCK declaration is still neededmav2010-09-111-0/+1
* Update PowerPC event timer code to use new event timers infrastructure.mav2010-09-113-2/+3
* - Bump MAXCPU to 4. Tested on a quad G5 with both 32 and 64-bit kernels.grehan2010-09-031-1/+1
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-311-1/+0
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-2/+8
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-111-2/+2
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-061-0/+1
* Improve hash coverage for kernel page table entries by modifying the kernelnwhitehorn2010-07-311-6/+7
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* When compat32 binary asks for the value of hw.machine_arch, report thekib2010-07-221-0/+5
* Eliminate FDT_IMMR_VA define.raj2010-07-191-8/+0
* Remove obsolete code that sets SHMMAXPGS to a tiny value by defaultnwhitehorn2010-07-131-7/+0
* MFppc64:nwhitehorn2010-07-1331-187/+761
* Unify ABI-related bits of the Book-E and AIM machdep routinesnwhitehorn2010-07-121-0/+2
* MFppc64:nwhitehorn2010-07-121-3/+31
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-114-125/+55
* Remove the unneeded header <machine/intr.h>.marcel2010-07-021-80/+0
* MFia64:marcel2010-07-011-1/+1
* Fix profiling (part 1):marcel2010-06-292-2/+2
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-232-0/+2
* Missed commit in r209310: the IRQ number in INTR_VEC() should havenwhitehorn2010-06-181-1/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-183-5/+18
* Initial loader(8) support for Flattened Device Tree.raj2010-05-251-0/+1
* Reorganize syscall entry and leave handling.kib2010-05-231-0/+10
* Provide missing members for Book-E pmap (and fix build).raj2010-05-181-0/+2
* Add support for the U4 PCI-Express bridge chipset used in late-generationnwhitehorn2010-05-161-0/+5
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-032-14/+0
* Close a race involving the OEA64 scratchpage. When the scratch page'snwhitehorn2010-02-241-0/+1
* Reduce KVA pressure on OEA64 systems running in bridge mode by mappingnwhitehorn2010-02-202-8/+3
* Bump limits on PowerPC. This allows large executables like parts of LLVMnwhitehorn2009-12-021-5/+5
* Add a CPU features framework on PowerPC and simplify CPU setup a littlenwhitehorn2009-11-282-1/+21
* Turn on NAP mode on G5 systems, and refactor the HID0 setup code a little.nwhitehorn2009-10-241-0/+7
* Add SMP support on U3-based G5 systems. This does not yet work perfectly:nwhitehorn2009-10-233-7/+8
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-1/+0
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+2
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-18/+57
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-122-4/+10
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Correct the #endif comment.alc2009-06-261-1/+1
OpenPOWER on IntegriCloud