summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* Mark invalid page table entries correctly for PMAP as well as for thenwhitehorn2015-02-091-2/+4
* Properly hide a variable under #ifdef as it is only used inside thebz2015-02-091-1/+1
* Fix typo in PTE insertion overflow handling: use the page we're actuallynwhitehorn2015-02-091-1/+4
* Fix an extremely subtle concurrency bug triggered by running on 32-threadnwhitehorn2015-02-091-6/+11
* Technically speaking, using one virtal processor area for all CPUs is anwhitehorn2015-02-091-12/+20
* Simplify trapcode setup by placing a copy of the generic trap handler atnwhitehorn2015-02-091-35/+32
* Add some error checking on the supplied page size list. This makes surenwhitehorn2015-02-081-7/+16
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-2/+2
* Correctness improvements for removing FDT excluded memory areas.nwhitehorn2015-01-311-5/+5
* Fix bug in mapppings of multiple pages exposed by updates to the VSCSInwhitehorn2015-01-271-7/+7
* Fix typo in r277561.nwhitehorn2015-01-241-1/+1
* Use relocation-safe methods to determine the sizes of the exception handlers.nwhitehorn2015-01-233-52/+61
* Allow use of a pre-instantiated RTAS as well as a self-instantiated one. Thisnwhitehorn2015-01-221-17/+28
* Add POWER7+ and POWER8 to the list of CPUs with 32 SLB slots. This isnwhitehorn2015-01-211-0/+3
* Make sure to relocate tmpstk with everything else and avoid processingnwhitehorn2015-01-212-2/+8
* Make 64-bit AIM trap handlers relocatable by changing all absolute branchnwhitehorn2015-01-213-17/+71
* On 64-bit PowerPC, use more native forms of the PPC 970 HID restorenwhitehorn2015-01-211-6/+23
* There does not seem to be any reason to acquire GIANT here. Follow amd64nwhitehorn2015-01-201-2/+0
* Remove space in the FDT reservation map from the available memory regionsnwhitehorn2015-01-201-4/+87
* Zero BSS explicitly if not started by loader(8). Add a check for the magicnwhitehorn2015-01-201-3/+14
* Add some initial infrastructure for relocating the kernel in place.nwhitehorn2015-01-192-3/+56
* Provide a tunable (machdep.moea64_bpvo_pool_size) to set the bootstrapnwhitehorn2015-01-191-6/+7
* Use TOC to look up all kernel globals on powerpc64 instead of doing thenwhitehorn2015-01-185-22/+44
* Refactor PowerPC (especially AIM) init sequence to be less baroque.nwhitehorn2015-01-189-177/+89
* Make netbooting work again by disabling BOOTP_NFSV3. Investigate why thisnwhitehorn2015-01-161-1/+1
* Plug cxgbe(4) back into !powerpc && !arm builds, instead of building itnp2015-01-161-0/+1
* 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
OpenPOWER on IntegriCloud