aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* tcp: better congestion control defaultsWarner Losh2021-11-122-2/+3
* tcp: Congestion control cleanup.Randall Stewart2021-11-111-0/+2
* sched: split sched_ap_entry() out of sched_throw()Kyle Evans2021-11-051-1/+1
* sched: separate out schedinit_ap()Kyle Evans2021-11-032-0/+4
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-10-201-2/+2
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-202-10/+7
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-205-40/+23
* powerpc64: make radix with superpages defaultLeandro Lupori2021-10-142-2/+4
* powerpc64: fix OFWFB with Radix MMULeandro Lupori2021-10-144-16/+46
* Restore PPS_SYNC in NOTESKonstantin Belousov2021-10-121-2/+0
* Enable PPS_SYNC on amd64, arm64 and armv7Konstantin Belousov2021-10-101-0/+2
* minidump: De-duplicate the progress barMitchell Horne2021-09-292-49/+8
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-294-19/+4
* powerpc64: fix radix on pseries TLB invalidationLeandro Lupori2021-09-081-11/+16
* powerpc: Fix typo in thread register copyJustin Hibbits2021-09-041-1/+1
* [PowerPC] Fix outdated FP regs on fork(2) and friendsBrandon Bergren2021-09-045-0/+86
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-3014-14/+3
* powerpc: retire bzeroMateusz Guzik2021-08-231-38/+0
* powerpc/pseries: Allow radix pmap in pseries for ISA 3.0Justin Hibbits2021-08-123-15/+51
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-07-311-0/+2
* powerpc: change mfpvr return type to uint32_tLeandro Lupori2021-07-281-2/+2
* powerpc64: add Power8 and Power9 PMCsLeandro Lupori2021-07-261-0/+1
* 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