summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Fix static fdt support.jhibbits2015-08-241-0/+2
* Follow up to r287014jhibbits2015-08-225-5/+28
* Enhance book-e pmap for 36-bit physaddrjhibbits2015-08-221-19/+22
* Create a RouterBoard platform and use it to create a flash mapjhibbits2015-08-221-0/+123
* Make the mpc85xx platform a kobj base class.jhibbits2015-08-222-7/+7
* Add initial boot support for e500mc and e5500.jhibbits2015-08-211-30/+122
* Simplify the PCI bus scanning logic.jhibbits2015-08-211-14/+3
* Remove debug printf.jhibbits2015-08-191-1/+0
* Fix copy&paste.jhibbits2015-08-191-1/+1
* Save the registers at the correct offsets.jhibbits2015-08-191-2/+3
* SRR1 and DSISR aren't pointers, print them as integers.jhibbits2015-08-161-3/+3
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-104-12/+12
* Correct return type of booke_init() prototype.jhibbits2015-08-081-1/+1
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Add two new pmap functions:jah2015-08-046-2/+211
* Implement the lockstat provider using SDT(9) instead of the custom providermarkj2015-07-191-1/+0
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+2
* Fix userland program exception handling for powerpc64.jhibbits2015-07-161-5/+1
* Spell crypto correctly.brueffer2015-07-141-1/+1
* cpu_number and cpu_swapout are never used, and only defined in powerpc.jhibbits2015-07-111-3/+0
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+41
* style(9) cleanups.jhibbits2015-07-071-4/+3
* Merge booke and aim interrupt.c files.jhibbits2015-07-063-176/+13
* Fix GENERIC64 and LINT64 powerpc builds after r285144.bz2015-07-051-2/+2
* Fix up tabs vs. spacesgnn2015-07-041-1/+1
* Use the correct type for physical addresses.jhibbits2015-07-045-30/+30
* Add machine check register printingjhibbits2015-07-042-0/+20
* Enable IPSEC in all GENERIC kernels.gnn2015-07-041-0/+3
* Allow DTrace to be compiled-in to the kernel.br2015-06-101-0/+22
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-6/+0
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-242-0/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-222-2/+2
* ddb: finish converting boolean values.pfg2015-05-211-1/+1
* Provide the number of interrupt resources added to the listbr2015-05-152-2/+3
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-0/+3
* Add a PCI bridge for the Freescale PCIe Root Complexjhibbits2015-05-112-3/+115
* Missed ofw_machdep.c in r282264.jhibbits2015-04-301-7/+16
* Unify booke and AIM machdep.jhibbits2015-04-307-698/+531
* The add_bounce_page() function can be called when loading physicalhselasky2015-04-281-2/+2
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-185-3/+102
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-1/+3
* Clean up printtrap a little.jhibbits2015-04-081-2/+8
* Add DTrace support for Book-E PowerPC.jhibbits2015-04-081-0/+8
* Unbreak book-e, broken by the trap.c merge (missed this file).jhibbits2015-04-081-3/+1
* Fix the index for FAULTBUF_R13, missed during merge/cleanup.jhibbits2015-04-061-1/+1
* Missed this in r281096 as well.jhibbits2015-04-051-1/+1
* Unify Book-E and AIM trap.cjhibbits2015-04-053-580/+100
OpenPOWER on IntegriCloud