summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix several bugs in the real-mode Open Firmware implementation and providenwhitehorn2010-07-081-157/+325
* Change the argument type to OF_call_method to take an array of cell_tnwhitehorn2010-07-081-4/+3
* It does not actually make sense to provide an IPI facility on non-rootnwhitehorn2010-07-061-4/+3
* Fix interrupt distribution to multiple CPUs on systems with cascaded PICs.nwhitehorn2010-07-061-7/+14
* Move the EOI logic when starting ithreads into intr_machdep instead ofnwhitehorn2010-07-064-18/+25
* Add a missing conditional. We should not bind the PIC interrupt unlessnwhitehorn2010-07-031-1/+2
* Remove the unneeded header <machine/intr.h>.marcel2010-07-0211-90/+0
* MFia64:marcel2010-07-011-1/+1
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-302-0/+2
* Fix profiling (part 1):marcel2010-06-292-2/+2
* Assign PCI intline values for ISA interrupts using the new INTR_VEC()marcel2010-06-241-3/+3
* Remove debugging printf() -- that is, I assume it was for debugging :-)marcel2010-06-241-2/+0
* Pass the device_t of the AT PIC driver to atpic_intr() so thatmarcel2010-06-241-5/+2
* With openpic(4) using active-low as the default polarity, reconfiguremarcel2010-06-231-2/+9
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-239-3/+110
* In the attach method, refactor to take into account thatmarcel2010-06-231-3/+10
* Temporarily disable instruction relocation while setting up the kernel'snwhitehorn2010-06-201-1/+6
* Missed commit in r209310: the IRQ number in INTR_VEC() should havenwhitehorn2010-06-181-1/+1
* Add MSI support for PCI devices attached to the CPC925 and CPC945 bridgesnwhitehorn2010-06-182-3/+165
OpenPOWER on IntegriCloud