summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-245-50/+123
* Reorganize syscall entry and leave handling.kib2010-05-234-174/+84
* Now that single-threaded access to firmware is enforced bynwhitehorn2010-05-211-14/+0
* Fix a long-standing bug in the PowerPC OFW call function on SMP machinesnwhitehorn2010-05-201-5/+64
* Correct a typo.nwhitehorn2010-05-191-1/+1
* Provide missing members for Book-E pmap (and fix build).raj2010-05-181-0/+2
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-163-3/+37
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intonwhitehorn2010-05-162-31/+35
* It is not necessary (and in some cases harmful) to hardcode ata_kauai'snwhitehorn2010-05-161-2/+3
* Enable smu(4) to report fan speeds on late-model Powermac G5s.nwhitehorn2010-05-161-5/+28
* Relocate interrupt sense setting for K2 SATA from the ATA driver to thenwhitehorn2010-05-161-8/+25
OpenPOWER on IntegriCloud