summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for the Keywest I2C controller in Apple uninorth northbridges.nwhitehorn2010-06-181-2/+7
* Change the default interrupt polarity on PowerPC systems from high to low.nwhitehorn2010-06-183-12/+24
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-1826-107/+288
* Modify the console mouse pointer drawing routine to use single-byte writesnwhitehorn2010-06-151-17/+4
* Make SMP work on MPC7400-based Apple desktops like the PowerMac3,3.nwhitehorn2010-06-122-10/+42
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-113-3/+6
* Reduce the scope of the page queues lock and the number ofalc2010-06-103-80/+60
* Add Open Firmware PNP info strings to GPIOs and Uninorth cells.nwhitehorn2010-06-062-0/+4
* Correct a harmless typo introduced when copying code from mmu_oea64.nwhitehorn2010-06-051-1/+1
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-051-2/+4
* Add a driver for the CPU temperature sensors attached over I2C on thenwhitehorn2010-06-051-0/+262
* Add support for the I2C busses hanging off Apple system management chips.nwhitehorn2010-06-051-12/+241
* Utilize the Keywest I2C combined mode for messages with repeated starts.nwhitehorn2010-06-051-8/+57
* Make sure that interrupt sense settings set after interrupts are enablednwhitehorn2010-06-051-1/+7
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-052-2/+4
* In the case that mmu_booke_enter_locked() is changing the attributes of aalc2010-06-011-1/+1
* Prepare and extend OFW layer for FDT support.raj2010-05-281-2/+3
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-263-20/+28
* Initial loader(8) support for Flattened Device Tree.raj2010-05-251-0/+1
OpenPOWER on IntegriCloud