aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-032-14/+0
* Close a race involving the OEA64 scratchpage. When the scratch page'sNathan Whitehorn2010-02-241-0/+1
* Reduce KVA pressure on OEA64 systems running in bridge mode by mappingNathan Whitehorn2010-02-202-8/+3
* Bump limits on PowerPC. This allows large executables like parts of LLVMNathan Whitehorn2009-12-021-5/+5
* Add a CPU features framework on PowerPC and simplify CPU setup a littleNathan Whitehorn2009-11-282-1/+21
* Turn on NAP mode on G5 systems, and refactor the HID0 setup code a little.Nathan Whitehorn2009-10-241-0/+7
* Add SMP support on U3-based G5 systems. This does not yet work perfectly:Nathan Whitehorn2009-10-233-7/+8
* o Introduce vm_sync_icache() for making the I-cache coherent withMarcel Moolenaar2009-10-211-1/+0
* Define architectural load bases for PIE binaries. Addresses were selectedKonstantin Belousov2009-10-101-0/+2
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-082-18/+57
* * Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao2009-08-131-0/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-122-4/+10
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Correct the #endif comment.Alan Cox2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+40
* Fix copy/paste typo in last revision. PMC0 control should be shifted 8Nathan Whitehorn2009-06-231-1/+1
* Teach cpu_est_clockrate() about the G5's slightly different PMC. ThisNathan Whitehorn2009-06-171-1/+24
* Initial version of the sec(4) driver for the integrated security engine foundRafal Jaworowski2009-06-061-0/+1
* Provide 64-bit big endian bus space operations for PowerPC. They are requiredRafal Jaworowski2009-06-061-0/+41
* Initial support for SMP on PowerPC MPC85xx.Rafal Jaworowski2009-05-213-0/+7
* Improve style(9)Rafal Jaworowski2009-05-141-6/+6
* PowerPC common SMP startup and time base rework.Rafal Jaworowski2009-05-143-4/+27
* Factor out platform dependent things unrelated to device drivers into aNathan Whitehorn2009-05-147-24/+111
* Add suppport for ISA and ISA interrupts to make the ATAMarcel Moolenaar2009-04-241-0/+2
* Remove PTE_FAKE and PTE_ISFAKE().Marcel Moolenaar2009-04-241-2/+0
* Centralize setting HID0/1 for E500. Rename HID defines which are specificRafal Jaworowski2009-04-221-4/+11
* Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually haveMarcel Moolenaar2009-04-211-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* Fix a typo in the SRR1 comparison for program exceptions. While here,Nathan Whitehorn2009-04-191-0/+11
* Rework the way we get the cacheline size. Instead of having a table ofNathan Whitehorn2009-04-122-0/+4
* Add sysarch.h. It's included by drm(4).Marcel Moolenaar2009-04-041-0/+43
* First round of cleanups. There's a lot of NetBSDism in this header.Marcel Moolenaar2009-04-041-77/+0
* PowerPC, meet kernel core dumps. The support is basedMarcel Moolenaar2009-04-041-0/+12
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn2009-04-045-27/+68
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-1/+2
* Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.Rafal Jaworowski2009-03-131-0/+2
* Make Book-E debug register state part of the PCB context.Rafal Jaworowski2009-02-272-0/+2
* Add Altivec support for supported CPUs. This is derived from the FPU supportNathan Whitehorn2009-02-203-0/+46
* Rework BookE pmap towards multi-core support.Rafal Jaworowski2009-01-134-22/+30
* Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-201-0/+9
* Improve MPC85XX helper routines.Rafal Jaworowski2008-12-171-9/+9
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-3/+0
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-0/+3
* Unbreak previous commit.Marcel Moolenaar2008-11-221-2/+0
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+4
* Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants.Marcel Moolenaar2008-11-161-3/+3