summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Fix two files forgotten in r269783 (vt_generate_cons_palette)dumbbell2014-08-101-2/+2
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-085-70/+117
* Set the si_code appropriately for exception-caused signals.jhibbits2014-08-081-2/+18
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingnwhitehorn2014-08-071-1/+0
* Retire various intertwined bits of fbd(4) and vt_fb, in particular thenwhitehorn2014-08-061-5/+1
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-053-240/+14
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-035-130/+0
* Simplify the selection of the pvo_head and pvo allocation zone inalc2014-08-012-26/+10
* Retire PVO_EXECUTABLE. It's neither used nor set correctly.alc2014-08-012-8/+0
* Correct a long-standing problem in moea{,64}_pvo_enter() that was revealedalc2014-08-012-0/+44
* Correct a defect in r268591. In the implementation of the new functionalc2014-07-311-1/+2
* 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
OpenPOWER on IntegriCloud