summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc64
AgeCommit message (Expand)Author
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-09-14clockintr: replace CL_RNDSTAT with global variable statclock_is_randomizedScott Soule Cheloha
2023-09-06Remove -mabi=elfv2 option. This is the default for OpenBSD and clang 16Mark Kettenis
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-08-23all platforms: separate cpu_initclocks() from cpu_startclock()Scott Soule Cheloha
2023-08-21cpu_idle_{enter,leave}() are no-ops in ASM; replace themPhilip Guenther
2023-08-19Check for powerpc64 cores that fail to startGeorge Koehler
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-06-15all platforms, main(): call clockqueue_init() just before sched_init_cpu()Scott Soule Cheloha
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-26Implement dt(4) utrace support on amd64 and i386.Claudio Jeker
2023-04-25Create & use variables MRDISKTYPE and MRMAKEFSARGS like all the other buildKenneth R Westerback
2023-04-13pmap_copy() has never, ever, been implemented in any of the platforms OpenBSDMiod Vallat
2023-04-13remove duplicate includesJonathan Gray
2023-04-11fix double words in commentsJonathan Gray
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