summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Fix the powerpc64 build.jhibbits2014-11-211-1/+1
* Use canonical __PIC__ flagemaste2014-11-212-2/+2
* cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one.jhibbits2014-11-202-2/+0
* Use db_printsym() instead of our own in backtracesjhibbits2014-11-201-21/+4
* Add support for Power Button PMU events on non-ADB macs, such as aluminumjhibbits2014-11-202-4/+5
* Moves all the duplicate code to a single function.loos2014-11-181-5/+0
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-093-3/+0
* Add type qualifier volatile to the base (userspace) address argumentkib2014-10-311-14/+14
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+2
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-24/+74
* Add CAPABILITIES and CAPABILITY_MODE to powerpc GENERIC64, missed with the ad...jhibbits2014-10-281-0/+2
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-242-0/+4
* Use the UAUTO SYSCTL type for exporting the bounce zone alignment,hselasky2014-10-211-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-213-21/+21
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Move the adm1030 driver to the proper location, and rename it.jhibbits2014-10-163-242/+2
* Add a sysctl to allow disabling the monitoring thread.jhibbits2014-10-151-8/+41
* Add an AC line monitor so power_profile can workjhibbits2014-10-121-0/+46
* Fix a paste-o commited in r272109: we need to get the interrupts for theian2014-09-261-1/+1
* Replace multiple nearly-identical copies of code to walk through an FDTian2014-09-252-44/+3
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-252-5/+11
* We should have an isync after switching MSR[SF] in bootstrap.nwhitehorn2014-09-231-0/+1
* Mechanically convert to if_inc_counter().glebius2014-09-192-7/+7
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-1/+1
* vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivativedumbbell2014-09-161-0/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-012-3/+3
* vt(4): Add vd_bitblt_bmp_t callbackdumbbell2014-08-231-0/+1
* vt_fb: Implement vd_bitblt_text_t for vt_fb and derivativesdumbbell2014-08-231-1/+1
* Add arch-specific macro SFBUF_PHYS_DMAP(), which should translate thekib2014-08-201-0/+1
* 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
OpenPOWER on IntegriCloud