summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Increase register access delay to deal with the high-latency I2Candreast2010-09-151-1/+1
* Introduce inheritance into the PowerPC MMU kobj interface.grehan2010-09-154-26/+34
* Resurrect PSIM support by moving the cacheline size-detection warninggrehan2010-09-141-2/+10
* Fix a missing set of parantheses that could cause recent versions of libthrnwhitehorn2010-09-131-2/+2
* Fix a subtle bug uncovered by the recent one-shot timer import in whichnwhitehorn2010-09-131-3/+0
* Change call order to enable interrupts only after timer being programmed.mav2010-09-131-3/+3
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-134-2/+25
* ATAPI DMA does not seem to work completely reliably on Shasta controllers,nwhitehorn2010-09-111-1/+3
* Change OF_interpret() to also take an array of cell_t (missed in r209801).marius2010-09-111-4/+3
* 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-1111-118/+285
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
* Reorder statistics tracking and table lock acquisitions already in placenwhitehorn2010-09-091-4/+6
* Fix a printf specifier on 64-bit systems.nwhitehorn2010-09-081-1/+1
* Fix a typo in the original import of this code from NetBSD that caused thenwhitehorn2010-09-082-2/+4
* Fix an error made in r209975 related to context ID allocation for 64-bitnwhitehorn2010-09-071-4/+7
* Fix the same race condition on 32-bit AIM CPUs that was fixed for 64-bitnwhitehorn2010-09-061-0/+7
* Make nexus report name and compat fields as pnpinfo for devices on themav2010-09-051-0/+2
* - Bump MAXCPU to 4. Tested on a quad G5 with both 32 and 64-bit kernels.grehan2010-09-033-4/+12
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-3112-89/+170
* Remove some code made obsolete by the powerpc64 import.nwhitehorn2010-08-311-677/+0
* Missed one place the SLB lock should be held in r211967.nwhitehorn2010-08-311-6/+8
* Avoid a race in the allocation of new segment IDs that could result innwhitehorn2010-08-291-0/+5
* pmap_mapdev() does not appear to actually need GIANT to be held here,nwhitehorn2010-08-271-2/+0
* Remove unused KTRACE includes.jhb2010-08-192-9/+0
* Unbreak the LINT kernel on powerpc64. Note that the LINT kernelnwhitehorn2010-08-192-1/+6
* 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-062-0/+9
* Improve hash coverage for kernel page table entries by modifying the kernelnwhitehorn2010-07-313-16/+10
* Add support for the IBM Full-System Simulator (Mambo). This code has beennwhitehorn2010-07-319-0/+825
* Add MALLOC_DEBUG_MAXZONES=8 to powerpc64 GENERIC configuration file.mdf2010-07-301-0/+1
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* 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-192-9/+1
* Remove obsolete code that sets SHMMAXPGS to a tiny value by defaultnwhitehorn2010-07-131-7/+0
* Add GENERIC kernel config for powerpc64.nwhitehorn2010-07-131-0/+182
* MFppc64:nwhitehorn2010-07-1371-1019/+5497
* Fix printf specifier to allow 32/64 bit builds.grehan2010-07-121-1/+1
* Unify ABI-related bits of the Book-E and AIM machdep routinesnwhitehorn2010-07-126-1026/+685
* MFppc64:nwhitehorn2010-07-121-3/+31
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-1124-2220/+1834
* The number after 2 is 3, not 4.nwhitehorn2010-07-091-1/+1
* Remove an unnecessary include of opt_psim.h, which is not present onnwhitehorn2010-07-091-1/+0
* MFppc64:nwhitehorn2010-07-091-3/+3
* MFppc64:nwhitehorn2010-07-091-7/+7
* MFppc64:nwhitehorn2010-07-091-3/+3
* Replace the existing PowerPC busdma implementation with the one fromnwhitehorn2010-07-083-211/+834
* Make ofw_syscons work on 64-bit systems.nwhitehorn2010-07-081-3/+3
OpenPOWER on IntegriCloud