aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc pmap: initialize kernel pmap radix trieDoug Moore2023-09-231-0/+1
* release: update stable/14 following branching from mainGlen Barber2023-08-246-120/+0
* Add cpu_sync_core()Konstantin Belousov2023-08-231-0/+10
* add pmap_active_cpus()Konstantin Belousov2023-08-231-0/+6
* intr: merge interrupt table uses of MAXCOMLEN into INTRNAME_LENElliott Mitchell2023-08-171-4/+5
* intr: move MAX_STRAY_LOG to interrupt.hElliott Mitchell2023-08-171-5/+3
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1624-26/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16135-268/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1621-21/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1639-39/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16110-220/+0
* powerpc/ata: Remove non-standard __FBSDID()Warner Losh2023-08-161-3/+0
* ps3: Don't add $FreeBSD$ to generated fileWarner Losh2023-08-161-1/+0
* ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl2023-08-082-6/+4
* Consistently provide ffs/fls using builtinsMitchell Horne2023-07-061-14/+0
* sysentvec: Retire sv_imgact_try as unneeded anymoreDmitry Chagin2023-05-292-3/+0
* Brandinfo: Retire emul_path as unneeded anymoreDmitry Chagin2023-05-292-5/+0
* smp: Dynamically allocate the stoppcbs arrayMark Johnston2023-05-253-5/+0
* powerpc booke: Add an __unused wrapper for a variable only used under DEBUG.John Baldwin2023-05-251-1/+3
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-123-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-12143-143/+143
* imgact_elf: Change header_supported to return bool instead of boolean_t.John Baldwin2023-05-041-4/+4
* powerpc: Use valid prototypes for function declarations with no arguments.John Baldwin2023-04-244-7/+7
* powerpc: fix a few pmap related functions to return correct typesDimitry Andric2023-04-235-11/+11
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-141-0/+1
* powerpc: Use the existing CTLFLAG_RDTUN and CTLFLAG_RWTUN flag definitionsZhenlei Huang2023-04-122-2/+2
* netlink: add NETLINK to the DEFAULTS for each architectureAlexander V. Chernikov2023-04-022-1/+2
* powerpc/pmap: Account for a potential NULL pmap in pmap_sync_icacheJustin Hibbits2023-03-211-0/+3
* powerpc: nexus code tidy-upMitchell Horne2023-03-201-38/+38
* powerpc/pmap: Add pmap_sync_icache() for radix pmapJustin Hibbits2023-03-121-0/+21
* phyp_llan: Mechanically convert to IfAPIJustin Hibbits2023-03-111-23/+21
* powerpc64*: port mlx5, OFED, KTLS and krpingPiotr Kubaj2023-02-262-0/+20
* powerpc: fix warning: a function declaration without a prototype is deprecate...Piotr Kubaj2023-02-268-13/+13
* Revert "powerpc64*: port mlx5, OFED, KTLS and krping"Piotr Kubaj2023-02-252-20/+0
* powerpc64*: port mlx5, OFED, KTLS and krpingPiotr Kubaj2023-02-252-0/+20
* powerpc kernel config: clean up whitespaceMike Karels2023-02-245-27/+27
* powerpc: remove nexus_get_cpus()Mitchell Horne2023-02-161-21/+0
* powerpc: Drop old workaround for old gccWarner Losh2023-02-141-12/+0
* ofwbus: remove arm64 ifdefsMitchell Horne2023-02-131-0/+4
* ofwbus: remove handling of resources from ofwbusElliott Mitchell2023-02-081-0/+92
* Allow sysctl hw.machine/hw.machine_arch in capability modeVal Packett2023-02-061-1/+1
* kstack_contains(): account for struct pcb on stackKonstantin Belousov2023-02-011-1/+2
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-012-12/+19
* Mechanically convert ps3 if_glc(4) to IfAPIJustin Hibbits2023-01-312-54/+52
* netlink: add NETLINK to GENERIC.Alexander V. Chernikov2023-01-311-0/+1
* vm: centralize VM_BATCHQUEUE_SIZE definitionAndrew Gallatin2023-01-211-8/+0
* vm: reduce lock contention when processing vm batchqueuesAndrew Gallatin2022-12-141-1/+1
* powerpc/mpc85xx: Add compat strings for P5040 PCIeJustin Hibbits2022-12-011-0/+2
* powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flagAlfredo Dal'Ava Junior2022-10-031-1/+1
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-223-4/+4