aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove an obsolete commentJustin Hibbits2017-07-051-1/+0
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-012-3/+4
* Use the more common Book-E idiom for disabling interrupts.Justin Hibbits2017-06-301-2/+2
* Disable interrupts when updating the TLBJustin Hibbits2017-06-271-0/+10
* Solve the y2038 problem for powerpcJustin Hibbits2017-06-262-6/+8
* Actually add the mpc85xx_get_platform_clock() function.Justin Hibbits2017-06-142-3/+16
* Use mpc85xx_get_platform_clock() instead of rolling our own.Justin Hibbits2017-06-141-3/+1
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-4/+5
* Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov2017-06-121-7/+7
* Add a driver for the Chelsio T6 crypto accelerator engine.John Baldwin2017-05-171-0/+1
* Correct pa argument type for pmap_kenter_attr()Justin Hibbits2017-05-163-3/+4
* Fix stack tracing in dtrace for powerpcJustin Hibbits2017-05-111-12/+2
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-173-7/+9
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-092-6/+6
* Add Freescale eSPI driver found on QorIQ SoCsJustin Hibbits2017-04-023-0/+438
* Add a helper function to get system reference clockJustin Hibbits2017-04-012-0/+16
* Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans2017-03-261-3/+0
* Don't bother checking core versionJustin Hibbits2017-03-241-11/+0
* Switch qoriq_gpio over to using ofw_bus_search_compatibleJustin Hibbits2017-03-241-3/+8
* Introduce 64-bit PowerPC Book-E supportJustin Hibbits2017-03-1717-195/+1470
* Fix booting with >4GB RAM on PowerMac G5 hardwareJustin Hibbits2017-03-071-1/+14
* Renumber copyright clause 4Warner Losh2017-02-289-9/+9
* Make kernel breakpoints work for book-eJustin Hibbits2017-02-281-5/+18
* Unbreak kernel breakpoints, broken for ~4 years nowJustin Hibbits2017-02-281-1/+1
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Include pcib_private.h for prototypes.Warner Losh2017-02-261-0/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-252-0/+2
* - Allow different slicers for different flash types to be registeredMarius Strobl2017-02-221-38/+0
* Correct the return value for pmap_change_attr()Justin Hibbits2017-02-211-1/+1
* Add a driver for the RouterBoard RB800 User LEDJustin Hibbits2017-02-191-0/+149
* Bring back r313037, with fixes for mips:Jason A. Harmening2017-02-192-2/+2
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+0
* Revert r313037Jason A. Harmening2017-02-042-2/+2
* Implement get_pcpu() for the remaining architectures and use it toJason A. Harmening2017-02-012-2/+2
* Add Book-E Enhanced Debug (E.D) profile debug supportJustin Hibbits2017-02-013-5/+22
* Don't retry a lost reservation in atomic_fcmpset()Justin Hibbits2017-01-311-14/+14
* Drop the __GNUCLIKE_ASM guards around most atomic inlines.Justin Hibbits2017-01-301-12/+0
* Add a INTR_TRIG_INVALID, and use it in the powerpc interrupt code.Justin Hibbits2017-01-301-3/+3
* Add atomic_fcmpset_*() inlines for powerpcJustin Hibbits2017-01-301-0/+123
* Avoid using non-zero argument for __builtin_frame_address().Justin Hibbits2017-01-231-2/+6
* Hide the 'MOREARGS' macro, it conflicts with contrib code, and is only used i...Justin Hibbits2017-01-222-2/+3
* Fix r312613.Justin Hibbits2017-01-221-1/+1
* Fix use of uninitialized variable.Justin Hibbits2017-01-221-2/+2
* Use the explicit expanded form of cmp.Justin Hibbits2017-01-181-1/+1
* Force all TOC references in asm to include '@toc'Justin Hibbits2017-01-111-2/+3
* Migrate e1000 to the IFLIB framework:Sean Bruno2017-01-101-1/+0
* Knock a page off VM_MAX_KERNEL_ADDRESSJustin Hibbits2017-01-081-1/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-042-6/+6
* Restrict SLB handler to powerpc64 and AIMJustin Hibbits2016-12-281-5/+5