aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPDX: Spell 4 clause BSD license correctlyWarner Losh2021-03-111-1/+1
* [PowerPC] Fix AP bringup on 32-bit AIM SMPBrandon Bergren2021-03-061-0/+1
* [PowerPC64] add mpr to GENERIC64 and GENERIC64LEAlfredo Dal'Ava Junior2021-03-032-0/+2
* [PowerPC64LE] pseries: Fix input buffering logic.Brandon Bergren2021-02-251-5/+4
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-3/+2
* powerpc64: Fix boot on virtual-mode OF (PowerMac G5)Brandon Bergren2021-02-071-0/+10
* powerpc64le: readd COMPAT_FREEBSD11 and COMPAT_FREEBSD12Piotr Kubaj2021-02-061-1/+3
* [POWERPC64LE] add mrsas to GENERIC64LEAlfredo Dal'Ava Junior2021-02-051-0/+1
* [POWERPC64BE] add mrsas driver to GENERIC64Alfredo Dal'Ava Junior2021-02-041-0/+1
* gdb: only return signal values for powerpc's gdb_cpu_signal()Mitchell Horne2021-01-221-4/+1
* powerpc64le: don't enable COMPAT_* options in GENERIC64LEPiotr Kubaj2021-01-221-8/+1
* powerpc: fix build without DDBMateusz Guzik2021-01-221-1/+1
* Split out the NODEBUG options to a common fileAndrew Turner2021-01-141-7/+1
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-076-0/+6
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-076-0/+15
* powerpc: Fix copyin/copyout race conditionJustin Hibbits2020-12-301-10/+6
* powerpc: Optimize copyinstr() to avoid repeatedly mapping user stringsJustin Hibbits2020-12-301-13/+33
* Radix dump updatesJustin Hibbits2020-12-301-0/+8
* powerpc/radix_mmu: Apply errata fixes for POWER9 TLB invalidation bugJustin Hibbits2020-12-301-1/+19
* powerpc/aim: Add machine check handler for TLB multihitJustin Hibbits2020-12-301-1/+2
* [POWERPC64LE] fix sysctl dev.opal_sensor.* on little-endian kernelAlfredo Dal'Ava Junior2020-12-313-6/+43
* Enable ROUTE_MPATH support in GENERIC kernels.Alexander V. Chernikov2020-12-141-0/+1
* [PowerPC] Floating-point exception trap followupBrandon Bergren2020-12-133-16/+13
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-0517-11/+165