summaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Consolidate identical ELF auxargs type defintions.Brooks Davis2018-10-221-29/+0
* ppc64: limited 32-bit DMA address rangeLeandro Lupori2018-10-221-0/+34
* powerpc: stash off srr0 in si_addr for signalsJustin Hibbits2018-10-221-1/+1
* powerpc/booke: Turn tlb*_print_tlbentries() into 'show tlb*' DDB commandsJustin Hibbits2018-10-222-107/+110
* powerpc/mpc85xx: Make Freescale PCI bridge driver a subclass of ofw_pcib_pciJustin Hibbits2018-10-211-78/+6
* powerpc64/powernv: Add pnpinfo strings to opal device childrenJustin Hibbits2018-10-211-0/+3
* powerpc64/pmap: Correct the logic for minidump KVA chunkJustin Hibbits2018-10-211-1/+1
* powerpc64/xics: Fix comment typoJustin Hibbits2018-10-211-1/+1
* powerpc64/powernv:opal_pci: Fix the alignment of the TCE tableJustin Hibbits2018-10-211-1/+1
* powerpcspe: Implement SPE exception handlingJustin Hibbits2018-10-217-3/+525
* Initialize SPRG0 before its first possible useLeandro Lupori2018-10-151-1/+1
* Enable TCP Fast Open support for PPC platforms.Michael Tuexen2018-10-072-0/+2
* powerpc/pseries: EOI interrupts in XICS by setting lowest priorityJustin Hibbits2018-10-061-11/+3
* powerpc64/powernv: Don't mask MSIs in OPALJustin Hibbits2018-10-061-22/+3
* Use nda(4) on powerpc64Kevin Bowling2018-10-021-0/+1
* powerpc: Blacklist the top 64kB range of the lower 4GB PA spaceJustin Hibbits2018-09-251-0/+37
* powerpc64: Add initial support for HTM (kABI)Breno Leitao2018-09-062-0/+7
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-222-0/+13
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-211-2/+2
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-3/+3
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* powerpc conf: Add PRINTF_BUFR_SIZE option to Book-E configsJustin Hibbits2018-08-192-0/+2
* Sort SPR_SPEFSCR in the SPR listJustin Hibbits2018-08-191-2/+1
* booke pmap: hide debug-ish printf behind bootverboseJustin Hibbits2018-08-191-2/+3
* Make 'device crypto' lines more consistent.John Baldwin2018-08-181-3/+1
* powerpc: Add lwsync and ptesync 'sync' opcode variants to ddb disassemblerJustin Hibbits2018-08-101-1/+3
* powerpc64/powernv: re-read RTC after pollingBreno Leitao2018-08-081-6/+5
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-011-0/+18
* powerpcspe: Unconditionally save an restore SPEFSCR on task switchJustin Hibbits2018-07-302-0/+10
* Support building IPMI as a module on powerpc64Justin Hibbits2018-07-251-241/+0
* Fix floating point exception definitions for powerpcspeJustin Hibbits2018-07-241-0/+8
* ofw: Load initrd fileBreno Leitao2018-07-241-0/+159
* Revert r336509. Fails buildworld.Justin Hibbits2018-07-191-14/+11
* Merge the md_page structs for AIM and Book-E into a single unioned structJustin Hibbits2018-07-191-11/+14
* powerpc/powernv: Make opal_i2c driver work with attached i2c driversJustin Hibbits2018-07-091-15/+11
* Let ofw_iicbus work its magic on OPAL i2c buses.Justin Hibbits2018-07-071-1/+11
* Back pcpu zone with domain correct pagesMatt Macy2018-07-061-4/+4
* Create a new macro for static DPCPU data.Andrew Turner2018-07-051-1/+1
* Support multiple OPAL consoles, and don't crash if uart is not stdoutJustin Hibbits2018-06-291-13/+24
* Expose stopped cpu contexts to ddb on PowerPCJustin Hibbits2018-06-252-0/+5
* powerpc64: Fix stack setup in dbtrapJustin Hibbits2018-06-231-1/+1
* Fix the build post-PMCR addition.Justin Hibbits2018-06-211-1/+1
* Add the rest of the files for r335481Justin Hibbits2018-06-211-0/+1
* Introduce PMCR-based cpufreq(4) driver, for IBM POWER8 and POWER9 systemsJustin Hibbits2018-06-211-0/+248
* Split the PowerISA 3.0 HPT implementation from historicJustin Hibbits2018-06-144-31/+638
* Fix CTR formatting for moea64_native bootstrapJustin Hibbits2018-06-141-1/+1
* powerpc64/powernv: Avoid type promotionBreno Leitao2018-06-121-1/+1
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-081-1/+1
* Fix excise_initrd_region() to support 32- and 64-bit initrd params.Breno Leitao2018-06-071-4/+27