summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc64
AgeCommit message (Expand)Author
4 daysCast atomic_load_int(9) to signed int when loading `securelevel'.Vitaliy Makkoveev
10 daysadd wd to nam2blk to match bdevswJonathan Gray
2024-11-07Constify strings in symbol-related ddb interfaces, and make the iteratorMiod Vallat
2024-10-28Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer.Vitaliy Makkoveev
2024-10-09make attachments use pre-existing activate functions; ok deraadt@Jonathan Gray
2024-08-18don't need to put config_activate_children inside cfattach, becauseTheo de Raadt
2024-08-08Prevent spurious "/bsd.upgrade is not u+x" message when the file is missing.Miod Vallat
2024-07-21Export basic HWCAP bits to let applications detect Altivec & VSX on powerpc64Jeremie Courreges-Anglas
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-06-23If an ioctl(2) request isn't implemented we should return ENOTTY.Mark Kettenis
2024-06-09Add a compiler barrier where missing in CPU_BUSY_CYCLE() implemsJeremie Courreges-Anglas
2024-06-04Allow sbld allocation to fail when PMAP_CANFAIL.George Koehler
2024-05-22remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-07drop the MD byte-swap micro-optimizations on clang architecturesChristian Weisgerber
2024-04-29em(4) will workTheo de Raadt
2024-04-03Initialize earlier macppc's and powerpc64's pmap_hash_lockGeorge Koehler
2024-02-25clockintr: rename "struct clockintr_queue" to "struct clockqueue"Scott Soule Cheloha
2024-02-23ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*Scott Soule Cheloha
2024-01-11Since no system call takes more than 6 arguments, and no more than oneMiod Vallat
2024-01-01Move fdt attachment into sys/conf/files.conf instead of duplicating it onMark Kettenis
2023-12-14NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.Claudio Jeker
2023-12-13Fix syscall number bounds check computations.Miod Vallat
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-12-12The sigtramp was calling sigreturn(2), and upon failure exit(2), whichTheo de Raadt
2023-12-11Implement per-CPU caching for the page table page (vp) pool and the PTEMark Kettenis
2023-12-10Add a new label "sigcodecall" inside every sigtramp definition, directlyTheo de Raadt
2023-10-24Normally context switches happen in mi_switch() but there are 3 casesClaudio Jeker
2023-10-20Adopt MI re-upgrade preventionKlemens Nanni
2023-10-18Avoid forcible mounting a dirty filessystem. Mount such filesystemsMark Kettenis
2023-09-21enable softraid(4) in ramdiskKlemens Nanni
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