summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Close a race involving the OEA64 scratchpage. When the scratch page'snwhitehorn2010-02-241-0/+1
* Reduce KVA pressure on OEA64 systems running in bridge mode by mappingnwhitehorn2010-02-202-8/+3
* Bump limits on PowerPC. This allows large executables like parts of LLVMnwhitehorn2009-12-021-5/+5
* Add a CPU features framework on PowerPC and simplify CPU setup a littlenwhitehorn2009-11-282-1/+21
* Turn on NAP mode on G5 systems, and refactor the HID0 setup code a little.nwhitehorn2009-10-241-0/+7
* Add SMP support on U3-based G5 systems. This does not yet work perfectly:nwhitehorn2009-10-233-7/+8
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-1/+0
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+2
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-18/+57
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-122-4/+10
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+40
* Fix copy/paste typo in last revision. PMC0 control should be shifted 8nwhitehorn2009-06-231-1/+1
* Teach cpu_est_clockrate() about the G5's slightly different PMC. Thisnwhitehorn2009-06-171-1/+24
* Initial version of the sec(4) driver for the integrated security engine foundraj2009-06-061-0/+1
* Provide 64-bit big endian bus space operations for PowerPC. They are requiredraj2009-06-061-0/+41
* Initial support for SMP on PowerPC MPC85xx.raj2009-05-213-0/+7
* Improve style(9)raj2009-05-141-6/+6
* PowerPC common SMP startup and time base rework.raj2009-05-143-4/+27
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-147-24/+111
* Add suppport for ISA and ISA interrupts to make the ATAmarcel2009-04-241-0/+2
* Remove PTE_FAKE and PTE_ISFAKE().marcel2009-04-241-2/+0
* Centralize setting HID0/1 for E500. Rename HID defines which are specificraj2009-04-221-4/+11
* Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually havemarcel2009-04-211-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* Fix a typo in the SRR1 comparison for program exceptions. While here,nwhitehorn2009-04-191-0/+11
* Rework the way we get the cacheline size. Instead of having a table ofnwhitehorn2009-04-122-0/+4
* Add sysarch.h. It's included by drm(4).marcel2009-04-041-0/+43
* First round of cleanups. There's a lot of NetBSDism in this header.marcel2009-04-041-77/+0
* PowerPC, meet kernel core dumps. The support is basedmarcel2009-04-041-0/+12
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-045-27/+68
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-1/+2
* Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.raj2009-03-131-0/+2
* Make Book-E debug register state part of the PCB context.raj2009-02-272-0/+2
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-203-0/+46
* Rework BookE pmap towards multi-core support.raj2009-01-134-22/+30
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-0/+9
* Improve MPC85XX helper routines.raj2008-12-171-9/+9
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-3/+0
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-0/+3
* Unbreak previous commit.marcel2008-11-221-2/+0
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants.marcel2008-11-161-3/+3
* Fix compilation in the case when kernel doesn't have KDB ebabled.sobomax2008-10-301-0/+7
* Add support for little-endian compilations to this file.marcel2008-10-301-1/+15
OpenPOWER on IntegriCloud