summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Handle vector assist traps without a kernel panic, by setting denormalizednwhitehorn2010-10-055-7/+23
* Follow exactly the steps in architecture manual for correctly invalidatingnwhitehorn2010-10-042-4/+4
* Add a memory-range interface to /dev/mem on PowerPC using PAT attributes.nwhitehorn2010-10-032-2/+152
* Fix some KTR arguments that were breaking the LINT build.nwhitehorn2010-10-021-3/+3
* Map the Open Firmware framebuffer console with write combining turned on,nwhitehorn2010-10-011-13/+27
* Fix pmap_page_set_memattr() behavior in the presence of fictitious pagesnwhitehorn2010-10-012-42/+20
* Add support for memory attributes (pmap_mapdev_attr() and friends) onnwhitehorn2010-09-307-51/+290
* Fix bogus error message from bus_dmamem_alloc() about incorrect alignment.neel2010-09-291-1/+1
* Follow r213098, kernel POSIX semaphore module is no longerdavidxu2010-09-261-1/+0
* Now userland POSIX semaphore is based on umtx. The kernel moduledavidxu2010-09-241-1/+0
* Split the SLB mirror cache into two kinds of object, one for kernel mapsnwhitehorn2010-09-167-79/+110
* Replace the SLB backing store splay tree used on 64-bit PowerPC AIMnwhitehorn2010-09-166-166/+370
* 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
OpenPOWER on IntegriCloud