summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce thenwhitehorn2010-05-162-0/+36
* On SMP G5 systems, sometimes the power-mode-data property is only foundnwhitehorn2010-05-161-0/+5
* Add support for the U4 PCI-Express bridge chipset used in late-generationnwhitehorn2010-05-167-860/+1486
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-083-17/+25
* MFamd64/i386 r207205alc2010-04-301-13/+3
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-304-9/+23
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-245-0/+73
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-222-0/+2
* With r205496 in place we should ensure that nargs and nreturns are alwaysmarius2010-04-021-0/+6
* Set hw.ofwfb.relax_mmap=1 by default. While these checks may be a goodnwhitehorn2010-03-281-2/+2
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-252-4/+4
* Fix an off-by-one bug for the number of slots on a PCI/PCI-X bus.marcel2010-03-231-7/+8
* Add definitions for a 4th PCI host controller. No Freescale processormarcel2010-03-232-1/+16
* Enable power management for E500 cores. Use "doze" for now to makemarcel2010-03-233-12/+13
* Get nexus(4) out of the RTC business. The interface used by nexus(4)nwhitehorn2010-03-235-62/+190
* Open Firmware on powerpc is generally non-reetrant, so serialize allnwhitehorn2010-03-231-0/+8
* Do not declare the various OFW command buffers static. It does notnwhitehorn2010-03-231-23/+23
* Actually pass a pointer to the trapframe to powerpc_extr_interrupt().marcel2010-03-231-0/+1
* Revisit locking in the 64-bit AIM PMAP. The PVO head for a page isnwhitehorn2010-03-201-16/+20
* Let unin(4) attach to U3 controllers found on G5 machines.nwhitehorn2010-03-201-5/+10
* Fix two small bugs. The PowerPC 970 does not support non-coherent memorynwhitehorn2010-03-151-2/+2
* Remove COMPAT_43TTY from stock kernel configuration files.ed2010-03-131-1/+0
* Place interrupt handling in a critical section and remove doublenwhitehorn2010-03-092-6/+8
* Fix an obvious lock escape and fix a typo in a comment.nwhitehorn2010-03-041-2/+4
* Patch some more concurrency issues here. This expands the page tablenwhitehorn2010-03-041-23/+43
* Rework smu(4) to be asynchronous. It turns out that the combination ofnwhitehorn2010-03-041-73/+181
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
OpenPOWER on IntegriCloud