summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Write 2- and 4-byte aligned values as single writes in ddb(4)jhibbits2015-11-061-2/+8
* Fix an alignment check that is wrong in half the busdma implementations.ian2015-11-021-2/+2
* Print unsigned memory sizes, to handle >2GB RAM on 32-bit powerpc.jhibbits2015-10-311-4/+4
* Save the link register in savectx().jhibbits2015-10-062-0/+4
* Use tabs for indend.kib2015-09-202-17/+17
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-202-11/+13
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-0/+7
* Do not hold the process around the vm_fault() call from the trap()s.kib2015-09-101-28/+5
* pmap_mapdev_attr() also takes a vm_paddr_t.jhibbits2015-09-031-1/+1
* Fix text alignment. mcsr was indented one too many spaces.jhibbits2015-08-281-1/+1
* Use the macro definition for EXC_PGM_TRAP, instead of the magic number.jhibbits2015-08-271-2/+2
* Follow up to r287014jhibbits2015-08-221-1/+8
* SRR1 and DSISR aren't pointers, print them as integers.jhibbits2015-08-161-3/+3
* Add two new pmap functions:jah2015-08-042-0/+37
* style(9) cleanups.jhibbits2015-07-071-4/+3
* Merge booke and aim interrupt.c files.jhibbits2015-07-061-0/+122
* Fix GENERIC64 and LINT64 powerpc builds after r285144.bz2015-07-051-2/+2
* Use the correct type for physical addresses.jhibbits2015-07-041-4/+4
* Add machine check register printingjhibbits2015-07-041-0/+12
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+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
* ddb: finish converting boolean values.pfg2015-05-211-1/+1
* Unify booke and AIM machdep.jhibbits2015-04-302-0/+600
* The add_bounce_page() function can be called when loading physicalhselasky2015-04-281-2/+2
* Clean up printtrap a little.jhibbits2015-04-081-2/+8
* Add DTrace support for Book-E PowerPC.jhibbits2015-04-081-0/+8
* Fix the index for FAULTBUF_R13, missed during merge/cleanup.jhibbits2015-04-061-1/+1
* Unify Book-E and AIM trap.cjhibbits2015-04-051-0/+816
* Provide VSX context in ucontext(3) API.nwhitehorn2015-03-121-6/+12
* Provide $FreeBSD$ in the standard way. This fixes the build with clang 3.6.nwhitehorn2015-03-081-4/+2
* Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentnwhitehorn2015-03-072-2/+38
* The AIM DAR (data access fault address register) and Book-E DEAR registersnwhitehorn2015-03-043-21/+8
* Move Book-E/AIM dependent bits for setting user PMAP during thread switchnwhitehorn2015-03-042-29/+0
* Merge r278429 from ppc64:nwhitehorn2015-03-011-2/+11
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-224-34/+84
* Having the TOC pointer in kernel dbeugger printouts is useful.nwhitehorn2015-02-171-0/+3
* Fix an extremely subtle concurrency bug triggered by running on 32-threadnwhitehorn2015-02-091-6/+11
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-2/+2
* Make sure to relocate tmpstk with everything else and avoid processingnwhitehorn2015-01-211-0/+2
* There does not seem to be any reason to acquire GIANT here. Follow amd64nwhitehorn2015-01-201-2/+0
* Add some initial infrastructure for relocating the kernel in place.nwhitehorn2015-01-191-0/+33
* Use TOC to look up all kernel globals on powerpc64 instead of doing thenwhitehorn2015-01-181-2/+3
* Refactor PowerPC (especially AIM) init sequence to be less baroque.nwhitehorn2015-01-182-6/+6
* Add Altivec/VMX register support to ptrace.jhibbits2015-01-141-0/+82
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-073-320/+32
* Dump VMX registers into the userland coredump.jhibbits2015-01-033-35/+94
* Fix the powerpc64 build.jhibbits2014-11-211-1/+1
* Use db_printsym() instead of our own in backtracesjhibbits2014-11-201-21/+4
* Add type qualifier volatile to the base (userspace) address argumentkib2014-10-311-14/+14
OpenPOWER on IntegriCloud