summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Fix relocations related to dpcpu and vnet sets. The address ismarcel2014-07-261-8/+5
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-2/+3
* Fix allocation of 128MB extended memory region, broken since some carelessnwhitehorn2014-07-201-8/+5
* Enable X11 via xf86-video-scfb on the Playstation 3. This commit made fromnwhitehorn2014-07-191-0/+3
* Allow mappings of memory not previously direct-mapped by the kernel whennwhitehorn2014-07-192-17/+16
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesmarkj2014-07-141-2/+2
* Eliminate an unused variable. Refresh two comments.alc2014-07-131-5/+2
* Implement pmap_unwire(). See r268327 for the motivation behind this change.alc2014-07-135-0/+113
* Correct the accounting code for wired mappings. The wrong field of the PVOalc2014-07-101-2/+2
* In case we ever support little-endian PowerPC (probably userland only),nwhitehorn2014-07-061-0/+12
* Add a new CPU id for a POWER8 variant.nwhitehorn2014-07-062-1/+5
* Commit the rest of the changes that were intended to be part of r266826.markj2014-05-291-21/+0
* Repair nested signal handling on PowerPC. The signal trampoline codenwhitehorn2014-05-272-4/+4
* oea64 uses 4k pages, too.jhibbits2014-05-151-1/+1
* A page mask size is 12-bits, not 11.jhibbits2014-05-151-1/+1
* Repair some races in IPI handling:nwhitehorn2014-05-123-2/+23
* Fix interrupt allocation after changes to nexus. This makes PS3 bootnwhitehorn2014-05-111-2/+12
* Move the PS3 framebuffer console to use vt instead of syscons and adjustnwhitehorn2014-05-112-627/+49
* Use vt(4) by default on 32-bit PowerPC now that it is fully functional andnwhitehorn2014-05-111-5/+2
* Simplify code slightly. Passing an array by &array[0] does work, but isnwhitehorn2014-05-101-1/+1
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-261-1/+1
* Small performance optimization. Clobber only cr0, rather than the entire CR.jhibbits2014-04-113-21/+21
* Clear the backlight level when it's turned off. Also, reduce the delay times tojhibbits2014-04-061-4/+4
* Fix the ATI backlight driver off/on handling. Now this driver works correctlyjhibbits2014-04-061-6/+61
* Correct the SRR1 mask, it's 10-15 not 10-11.jhibbits2014-04-061-1/+1
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4tijl2014-04-011-1/+1
* Define PSL_SRR1_MASK for BOOK-E too so MPC85XX compiles again.imp2014-03-251-0/+1
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-224-7/+7
* Mask out SRR1 bits that aren't exported to the MSR.jhibbits2014-03-211-1/+3
* In kernel config files, it is supposed to be 'options<space><tab>' notimp2014-03-184-10/+10
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-185-35/+0
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-111-1/+1
* Correct the order of arguments to mtx_init().brueffer2014-02-141-1/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-0516-26/+45
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksjhibbits2014-02-031-0/+1
* Switch default Book-E scheduler to ULE, which works now, and enablenwhitehorn2014-02-012-1/+9
* Avoid spurious compiler warning about an uninitialized variable.nwhitehorn2014-02-011-1/+1
* Fix typo.nwhitehorn2014-02-011-1/+1
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-015-37/+28
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.jhibbits2014-02-012-15/+22
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize thejhibbits2014-01-3112-206/+236
* Use a loop of dcbz, instead of calling bzero() to zero a page. This matchesjhibbits2014-01-291-6/+4
* Fix 32-bit signal handling on ppc64. This was broken when the PSL_USERSTATICjhibbits2014-01-241-0/+1
* Fix the resource information for the i2s-a node on certain G5 PowerMacs.andreast2014-01-202-2/+56
* There's actually no data in the PMU_GET_VERSION command. Don't send any.jhibbits2014-01-191-1/+1
* Described in the man page but not implemented. Here it comes,andreast2014-01-131-0/+37
* Save and restore the GPIOs on the macio for suspend/resume.jhibbits2014-01-112-2/+48
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-41/+0
* Remove TNF license clauses 3 and 4, matching upstreamemaste2014-01-011-7/+0
* Set the PMC trapframe macros appropriatelyjhibbits2013-12-221-2/+2
OpenPOWER on IntegriCloud