summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Pick a constant high IRQ value for the PS3 IPI, which lets PS3 devices benwhitehorn2012-01-151-6/+8
* Now that we can tolerate LPAR context switches on the PS3 hypervisor, goingnwhitehorn2012-01-151-10/+0
* Rework SLB trap handling so that double-faults into an SLB trap handler arenwhitehorn2012-01-156-58/+235
* Add PWM monitoring sysctl to G4 MDD (Windtunnel) fan driver. While there, cleanjhibbits2012-01-121-10/+34
* Add a memory barrier to bus_dmamap_sync(), as should have always beennwhitehorn2012-01-111-0/+3
* Fix build on powerpc64 too. The same as r229640.andreast2012-01-051-0/+4
* Fix build.adrian2012-01-051-0/+4
* Introduce internal macros for __U/INT64_C to define the U/INT64_MAX/MINandreast2012-01-041-3/+11
* Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelrwatson2011-12-291-0/+2
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-244-6/+28
* Support infrastructure for X11 on PS3.nwhitehorn2011-12-184-8/+49
* Add version header to output file.nwhitehorn2011-12-181-0/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Allow this to work on embedded systems without Open Firmware by makingnwhitehorn2011-12-161-35/+67
* Zero BSS on start, in case the ELF loader that started the kernel did notnwhitehorn2011-12-161-0/+11
* Eliminate vestiges of page coloring.alc2011-12-152-4/+2
* Implement better support for USB controller suspend and resume.hselasky2011-12-142-6/+12
* Replace __signed by signed.ed2011-12-131-1/+1
* Increase the available virtual address space for user programs on PowerPCnwhitehorn2011-12-111-7/+12
* Keep track of PVO entries in each pmap, which allows much fasternwhitehorn2011-12-113-26/+60
* Fix style(9) issues from r228270.jhibbits2011-12-051-2/+2
* Add a devd notification for closing/opening the lid on PowerBooks and iBooks.jhibbits2011-12-052-0/+15
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-3/+3
* - There's no need to overwrite the default device method with the defaultmarius2011-11-2214-60/+38
* The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC.nwhitehorn2011-11-211-0/+2
* Use a global __pure2 function instead of a global register variable fornwhitehorn2011-11-173-6/+23
* Add an extra invariant here which was useful on 64-bit CPUs.nwhitehorn2011-11-171-0/+2
* Refactor the code that performs physically contiguous memory allocation,alc2011-11-161-7/+9
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-152-3/+3
* Fix a bug where the pmap_cpu_bootstrap() ap argument could be clobbered.nwhitehorn2011-11-092-2/+4
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-074-4/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-078-8/+9
* Adjust the debugger options slightly. This should help me do the rightkensmith2011-10-271-2/+5
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+10
* Add a warning about why sbp(4) is commented out so that curious folkskensmith2011-10-191-0/+1
* Enforce a memory barrier in stream operations, as is done on othernwhitehorn2011-10-151-0/+7
* Remove unused define.kib2011-10-071-1/+0
* Revert r225875, r225877:mav2011-10-031-11/+0
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-17/+20
* Add header missed in r225875.mav2011-09-291-0/+1
* Handle the race in cpu_idle() when due to the critical section CPU could getmav2011-09-291-0/+10
* Remove locking of the vm page queues from several pmaps, which onlykib2011-09-281-2/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-112-0/+4
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-064-42/+42
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-2/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-19/+3
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixnwhitehorn2011-08-141-0/+703
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-094-58/+44
OpenPOWER on IntegriCloud