aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Save the link register in savectx().Justin Hibbits2015-10-062-0/+4
* Use tabs for indend.Konstantin Belousov2015-09-202-17/+17
* Add support for weak symbols to the kernel linkers. It means thatKonstantin Belousov2015-09-202-11/+13
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Add stack_save_td_running(), a function to trace the kernel stack of aMark Johnston2015-09-111-0/+7
* Do not hold the process around the vm_fault() call from the trap()s.Konstantin Belousov2015-09-101-28/+5
* Add PVR identifier for E6500, from the reference.Justin Hibbits2015-09-091-0/+1
* pmap_mapdev_attr() also takes a vm_paddr_t.Justin Hibbits2015-09-032-2/+2
* The TLB1 TSIZE is a multiple of 4, not 2, so shift 2 bits, not 1.Justin Hibbits2015-08-291-1/+1
* Fix text alignment. mcsr was indented one too many spaces.Justin Hibbits2015-08-281-1/+1
* Extend pmap to support e500mc and e5500.Justin Hibbits2015-08-283-39/+68
* Fix freescale sdhc driver, and add it to the files list.Justin Hibbits2015-08-271-5/+3
* Use the macro definition for EXC_PGM_TRAP, instead of the magic number.Justin Hibbits2015-08-271-2/+2
* The Freescale qoriq PCIe controller is compatible with mpc85xx.Justin Hibbits2015-08-261-1/+4
* Fix static fdt support.Justin Hibbits2015-08-241-0/+2
* Follow up to r287014Justin Hibbits2015-08-225-5/+28
* Enhance book-e pmap for 36-bit physaddrJustin Hibbits2015-08-221-19/+22
* Create a RouterBoard platform and use it to create a flash mapJustin Hibbits2015-08-221-0/+123
* Make the mpc85xx platform a kobj base class.Justin Hibbits2015-08-222-7/+7
* Add initial boot support for e500mc and e5500.Justin Hibbits2015-08-211-30/+122
* Simplify the PCI bus scanning logic.Justin Hibbits2015-08-211-14/+3
* Remove debug printf.Justin Hibbits2015-08-191-1/+0
* Fix copy&paste.Justin Hibbits2015-08-191-1/+1
* Save the registers at the correct offsets.Justin Hibbits2015-08-191-2/+3
* SRR1 and DSISR aren't pointers, print them as integers.Justin Hibbits2015-08-161-3/+3
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-104-12/+12
* Correct return type of booke_init() prototype.Justin Hibbits2015-08-081-1/+1
* Rationalize BSD license on sys/*/include/in_cksum.hEd Maste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hEd Maste2015-08-051-1/+1
* Add two new pmap functions:Jason A. Harmening2015-08-046-2/+211
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-191-1/+0
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+2
* Fix userland program exception handling for powerpc64.Justin Hibbits2015-07-161-5/+1
* Spell crypto correctly.Christian Brueffer2015-07-141-1/+1
* cpu_number and cpu_swapout are never used, and only defined in powerpc.Justin Hibbits2015-07-111-3/+0
* Add the atomic_thread_fence() family of functions with intent toKonstantin Belousov2015-07-081-0/+41
* style(9) cleanups.Justin Hibbits2015-07-071-4/+3
* Merge booke and aim interrupt.c files.Justin Hibbits2015-07-063-176/+13
* Fix GENERIC64 and LINT64 powerpc builds after r285144.Bjoern A. Zeeb2015-07-051-2/+2
* Fix up tabs vs. spacesGeorge V. Neville-Neil2015-07-041-1/+1
* Use the correct type for physical addresses.Justin Hibbits2015-07-045-30/+30
* Add machine check register printingJustin Hibbits2015-07-042-0/+20
* Enable IPSEC in all GENERIC kernels.George V. Neville-Neil2015-07-041-0/+3
* Allow DTrace to be compiled-in to the kernel.Ruslan Bukin2015-06-101-0/+22
* Generalised support for copy-on-write structures shared by threads.Mateusz Guzik2015-06-101-2/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox2015-06-081-3/+2
* The kernel sends signals to the processes via ABI specific sv_sendsig method.Dmitry Chagin2015-05-241-6/+0
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-242-0/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-222-2/+2
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-1/+1