aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* arm64, powerpc: fix calculation of 'used' in GET_STACK_USAGEMitchell Horne2021-12-071-3/+1
* powerpc: Make machine/reg.h self-containedWarner Losh2021-12-061-16/+18
* minidump: Use the provided dump bitsetMitchell Horne2021-12-035-12/+12
* minidump: Use provided msgbuf pointerMitchell Horne2021-12-031-5/+6
* minidump: Parameterize minidumpsys()Mitchell Horne2021-12-032-2/+3
* powerpc64le: add LINT64LE kernel configAlfredo Dal'Ava Junior2021-12-011-0/+5
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-12-011-253/+0
* netinet: Remove in_cksum_update()Mark Johnston2021-12-011-29/+0
* powerpc64: fix OFWFB with Radix MMULeandro Lupori2021-11-054-16/+46
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-11-031-2/+2
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-11-032-10/+7
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-11-035-40/+23
* Restore PPS_SYNC in NOTESKonstantin Belousov2021-10-171-2/+0
* Enable PPS_SYNC on amd64, arm64 and armv7Konstantin Belousov2021-10-171-0/+2
* minidump: De-duplicate the progress barMitchell Horne2021-10-152-49/+8
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-10-154-19/+4
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-08-231-0/+2
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-291-2/+6
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-212-0/+6
* Consolidate machine/endian.h definitionsMitchell Horne2021-06-241-101/+1
* Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner2021-06-131-0/+2
* opal_console: fix serial console output corruption on powerpc64Alfredo Dal'Ava Junior2021-05-072-7/+43
* powerpc: implement bus_map_resource and bus_unmap_resource DEVMETHODsAlfredo Dal'Ava Junior2021-05-071-0/+95
* powerpc64: add missing TLB invalidations to radixLeandro Lupori2021-04-221-1/+4
* powerpc64: clear low-order bits of ARPNLeandro Lupori2021-04-221-2/+2
* gdb: report specific stop reason for watchpointsMitchell Horne2021-04-211-0/+6
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-04-211-14/+0
* Introduce kdb-level watchpoint functionsMitchell Horne2021-04-211-0/+14
* powerpc/aim: Update timebase directly on resume instead of through platformJustin Hibbits2021-04-202-4/+2
* powerpc/powermac: Constrain 'cpu_sleep()' for AIM to mpc745xJustin Hibbits2021-04-203-3/+20
* Rename struct device to struct _deviceMark Johnston2021-04-191-3/+1
* powernv: Include NUMA locality information in the CPU topologyMark Johnston2021-04-151-8/+58
* [PowerPC] Fix NUMA checking for powernvBrandon Bergren2021-04-111-1/+3
* [PowerPC] Remove unused IPI type count tracking.Justin Hibbits2021-04-071-2/+0
* powerpc/pseries: Add new hypercall definition, H_REGISTER_PROC_TBLJustin Hibbits2021-04-071-1/+3
* powerpc64: support superpages on pmap_mincoreLeandro Lupori2021-04-061-2/+4
* [PowerPC64] add mpr to GENERIC64 and GENERIC64LEAlfredo Dal'Ava Junior2021-03-102-0/+2
* [PowerPC64LE] pseries: Fix input buffering logic.Brandon Bergren2021-03-081-5/+4
* [POWERPC64LE] add mrsas to GENERIC64LEAlfredo Dal'Ava Junior2021-02-151-0/+1
* powerpc64: Fix boot on virtual-mode OF (PowerMac G5)Brandon Bergren2021-02-101-0/+10
* powerpc64le: readd COMPAT_FREEBSD11 and COMPAT_FREEBSD12Piotr Kubaj2021-02-061-1/+3
* [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-251-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
* Create the stable/13 branchGlen Barber2021-01-225-97/+0
* 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