summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add Altivec/VMX register support to ptrace.jhibbits2015-01-143-2/+101
* Do not remap Open Firmware mappings covered by the direct map. It'snwhitehorn2015-01-141-0/+7
* Increase default MAXTSIZ to allow execution of larger binaries.jhibbits2015-01-101-1/+1
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-078-625/+329
* Remove "New" label from NFSCL/NFSD now that they are the only NFSjhb2015-01-063-6/+6
* Restore use of ofw_bus_intr_to_rl() in the pseries vdevice driver after fixingnwhitehorn2015-01-051-21/+5
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-052-0/+4
* Revert r272109 locally, which is not quite equivalent in how it deals withnwhitehorn2015-01-051-1/+21
* Use FDT properties to identify a PS3 if present.nwhitehorn2015-01-052-10/+18
* Make PS3 work with the userspace kboot loader. loader.ps3 will disappearnwhitehorn2015-01-051-2/+5
* Truncate DB_SMALL_VALUE_MAX to a much lower value.jhibbits2015-01-041-1/+1
* Resort and resize the altivec registers in the pcb. vrsave and vscr are bothjhibbits2015-01-031-3/+3
* Dump VMX registers into the userland coredump.jhibbits2015-01-034-35/+95
* Remove last vestige of Apple-specific memory parsing removed in r258807.nwhitehorn2015-01-021-2/+0
* Allow booting with both a real Open Firmware tree and a flattened version ofnwhitehorn2015-01-014-19/+25
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-231-1/+1
* Move ofw_cpu.c to sys/dev/ofw so that it can be used by otherrpaulo2014-12-141-214/+0
* Fix kernel build for booke.andreast2014-12-101-0/+1
* Fix build for powerpc(32|64) kernels.andreast2014-12-101-0/+1
* This configuration file removes several debugging options, includinggnn2014-12-021-0/+38
* Add support for dtrace:fbt on modules for PowerPCjhibbits2014-11-295-32/+14
* Revert r274772: it is not valid on MIPSemaste2014-11-252-2/+2
* 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
OpenPOWER on IntegriCloud