summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc64
AgeCommit message (Expand)Author
2023-03-19Aggressively randomize the location of the stack on all 64-bit architecturesMark Kettenis
2023-02-11__syscall() is no longer neccessary since the system calls which neededTheo de Raadt
2023-02-04powerpc64: dec_rearm: don't disable interrupts around atomic operationsScott Soule Cheloha
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-27powerpc64: initialize stathz, profhz as on other platformsScott Soule Cheloha
2023-01-25Implement execute-only mappings by using the Virtual Page Class KeyMark Kettenis
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-07Bring back a local copystr() declaration, as copy{in,out} still make us of itMiod Vallat
2023-01-02The access type for an instruction storage/segment interrupt should notMark Kettenis
2023-01-01update drm to linux 6.1.2Jonathan Gray
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-07_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-11-29powerpc64: switch to clockintrScott Soule Cheloha
2022-11-05powerpc64: TimeBase: add userspace timecounting supportScott Soule Cheloha
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-21Change len in syncicache(_, len) from int to size_tGeorge Koehler
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-09-08Rename global ifnet TAILQKlemens Nanni
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-08-11powerpc64: cpu_initclocks: do tc_init(9) before cpu_startclock()Scott Soule Cheloha
2022-08-09powerpc64: trigger deferred DEC interrupts from splx(9)Scott Soule Cheloha
2022-07-27Support "empty" phandles in interrups-extended properties. This is neededMark Kettenis
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-06-26add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl...Stuart Henderson
2022-05-19Not so recent evolution of the PowerPC and POWER architectures have definedMiod Vallat
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-04-06constify struct cfattachChristian Weisgerber
2022-03-24Add $OpenBSD$ tag and declare that this file is in the public domain.Mark Kettenis
2022-03-22Make sure kernel longjmp always returns 1 rather than what turns out to beMiod Vallat
2022-02-22Remove extra ;Visa Hankala
2022-02-21implenent -> implementJonathan Gray
2022-01-28Give ddb more access to registers on macppc, powerpc64George Koehler
2022-01-14update drm to linux 5.15.14Jonathan Gray
2022-01-08Remove verbose PCI and USB device info from BOOTVisa Hankala
2022-01-07Add missing dependency.Visa Hankala
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-12-06Start to delete emulation support: since we're Just ELF, makePhilip Guenther
2021-11-30add ixl(4)Theo de Raadt
2021-11-27free() with nullptr is OK, but not if the size is unitialized, and theTheo de Raadt
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-12Add (minimal) accounting for wired pages in userland pmaps.Mark Kettenis
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-10-05wd(4) device node support was missing, add it.Theo de Raadt