aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-162-0/+2
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-151-2/+6
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-102-2/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-102-0/+2
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-072-0/+6
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-292-0/+9
* bus_child_pnpinfo: fix two stragglersWarner Losh2021-06-231-0/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-237-14/+13
* Reduce code duplication in machine/_types.hAlex Richardson2021-06-141-58/+2
* powerpc64le/pmap: Fix superpage promotionsJustin Hibbits2021-06-061-1/+1
* powerpc: fix boot on pseries without hugepagesLeandro Lupori2021-06-021-41/+42
* Wrap the default SPE config in its own #defineJustin Hibbits2021-05-303-5/+5
* Clean up spr.hJustin Hibbits2021-05-301-72/+9
* Apply r350463(43ded0a321a) to powerpc64 radix pmapJustin Hibbits2021-05-291-9/+17
* Apply r350335(5d18382b728) to powerpc64 radix pmapJustin Hibbits2021-05-291-22/+18
* Apply r355991(50079417a5c28caeca3f423b981047db76e8f5cb) to powerpc64Justin Hibbits2021-05-291-2/+2
* cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala2021-05-211-0/+1
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-206-14/+14
* sys/*/conf/*, docs: fix links to handbookCeri Davies2021-05-205-5/+5
* powerpc: Rework IPI message processingJustin Hibbits2021-05-171-37/+31
* powerpc64/radix mmu: Remove dead variableJustin Hibbits2021-05-171-2/+0
* powerpc/radix pmap: Convert stat counters from ulongs to countersJustin Hibbits2021-05-111-22/+22
* powerpc/mmu: Actually use the Radix pmap_align_superpage functionJustin Hibbits2021-05-111-0/+1
* powerpc64: Split out DMAP and non-DMAP implementations of some methodsJustin Hibbits2021-05-066-53/+86
* powerpc/xive: Remove POWER9 DD1 IRQ bitsJustin Hibbits2021-05-011-5/+1
* powerpc64: Optimize radix trap handling a little moreJustin Hibbits2021-05-011-11/+11
* opal_console: fix serial console output corruption on powerpc64Alfredo Dal'Ava Junior2021-04-162-7/+43
* Rename struct device to struct _deviceMark Johnston2021-04-121-3/+1
* Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner2021-04-121-0/+2
* powerpc64: add missing TLB invalidations to radixLeandro Lupori2021-04-061-1/+4
* powerpc: Fix programmer's switch driver and add to GENERICBrandon Bergren2021-04-052-33/+14
* Merge the QorIQ GPIO drivers between arm and powerpcJustin Hibbits2021-04-051-315/+0
* powernv: Include NUMA locality information in the CPU topologyMark Johnston2021-04-011-8/+58
* powerpc/aim: Update timebase directly on resume instead of through platformJustin Hibbits2021-03-312-4/+2
* powerpc/powermac: Constrain 'cpu_sleep()' for AIM to mpc745xJustin Hibbits2021-03-313-3/+20
* powerpc/pseries: Add new hypercall definition, H_REGISTER_PROC_TBLJustin Hibbits2021-03-311-1/+3
* [PowerPC] Fix ISA_206 subword atomicsJustin Hibbits2021-03-311-2/+2
* Clean up a couple of MD warts in vm_fault_populate():Jason A. Harmening2021-03-312-0/+16
* [PowerPC] Remove unused IPI type count tracking.Justin Hibbits2021-03-311-2/+0
* powerpc64: support superpages on pmap_mincoreLeandro Lupori2021-03-301-2/+4
* gdb: report specific stop reason for watchpointsMitchell Horne2021-03-301-0/+6
* [PowerPC] Fix 32-bit Book-E panic due to pve leakBrandon Bergren2021-03-291-3/+12
* powerpc: implement bus_map_resource and bus_unmap_resource DEVMETHODsAlfredo Dal'Ava Junior2021-03-291-0/+95
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-03-291-14/+0
* Introduce kdb-level watchpoint functionsMitchell Horne2021-03-291-0/+14
* [PowerPC] Fix NUMA checking for powernvBrandon Bergren2021-03-281-1/+3
* powerpc: Fix powerpcspe WRT FPSCRJustin Hibbits2021-03-281-1/+2
* Consolidate machine/endian.h definitionsMitchell Horne2021-03-261-101/+1
* [PowerPC64] Clear low-order bits of ARPNLeandro Lupori2021-03-251-2/+2
* Remove PCPU_INCJason A. Harmening2021-03-211-1/+0