summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-11-02Remove #if !defined(ASSEMBLER) guards, this file is not used by boot blocksMiod Vallat
2024-11-02Kill unused pmap_collect().Martin Pieuchot
2024-11-02Compute inactive target only once per iteration.Martin Pieuchot
2024-11-02Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559,YASUOKA Masahiko
2024-11-01Retire uvm_km_zalloc().Martin Pieuchot
2024-11-01In macppc ofwboot, sync instruction cache before entering kernelGeorge Koehler
2024-11-01Allocate PD for Intel's U-K before transferring mappings to the pae pmap.Martin Pieuchot
2024-11-01In sleep_finish() is the process state is SSTOP force a mi_switch().Claudio Jeker
2024-11-01drm/amd/display: Disable PSR-SU on Parade 08-01 TCON tooJonathan Gray
2024-11-01drm/amd: Guard against bad data for ATIF ACPI methodJonathan Gray
2024-11-01drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ringJonathan Gray
2024-11-01remove unused local variableJonathan Gray
2024-10-31Stop abusing ufs inodes and with it the ufs_ihash.Claudio Jeker
2024-10-31No need to set pkthdr fields to 0 that are already 0. MGETHDR() does that.Claudio Jeker
2024-10-31Rewrite mbuf handling in wg(4).Claudio Jeker
2024-10-31Drop forgotten backslashes within vxlan_input(). Seems they are stalledVitaliy Makkoveev
2024-10-31Unlock fs_sysctl(). It is the only `suid_clear' variable - atomicallyVitaliy Makkoveev
2024-10-31try to simplify the locking code around busy maps.David Gwynne
2024-10-30For AMD SEV automatically load psp(4) firmware during vmd(4) startup.Alexander Bluhm
2024-10-30readd IFCAP_VLAN_MTU and NVLAN checksJan Klemkow
2024-10-30For AMD SEV implement psp(4) download firmware command.Alexander Bluhm
2024-10-30nope, gcc does not like the changeTheo de Raadt
2024-10-30remove unneeded conf.h includeJonathan Gray
2024-10-30directly use dev_t for swdevt[], remove struct swdevtJonathan Gray
2024-10-29move hfsc to using nanoseconds for keeping times.David Gwynne
2024-10-29use nsecuptime instead of using nanouptime and doing a bunch of maths.David Gwynne
2024-10-29We should always set the AP power state, so fold the rtkit_set_ap_pwrstate()Mark Kettenis
2024-10-29Move psp(4) initialization from attach to device open.Alexander Bluhm
2024-10-29remove unneeded includesJonathan Gray
2024-10-29virtio_pci: Negotiate ACCESS_PLATTFORM featureStefan Fritsch
2024-10-29Change uvm_swapout_threads() to return the amound of freed pages.Martin Pieuchot
2024-10-29remove unused DPSECT DPCYL defines; ok deraadt@Jonathan Gray
2024-10-28Set AP power state. Fixes the SMC initialization on (at least) the M1Mark Kettenis
2024-10-28Improve RK_DEBUG debug code to also print the mailbox messages that we send.Mark Kettenis
2024-10-28Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer.Vitaliy Makkoveev
2024-10-28Change uvm_swapout_threads() to return the amound of freed pages.Martin Pieuchot
2024-10-27remove unused MSQID defines; ok mpi@ miod@Jonathan Gray
2024-10-27Remove KERNEL_LOCK() dance around km_alloc(9) & km_free(9).Martin Pieuchot
2024-10-27To prepare to add ixv(4), update the mailbox functionalities of ixbgeYASUOKA Masahiko
2024-10-26remove unneeded forward struct declarationsJonathan Gray
2024-10-26remove TTMASK define, unused since csrg rev 7.2Jonathan Gray
2024-10-25remove unused cdev_fb_init() defineJonathan Gray
2024-10-25Unlock timeout_sysctl(). `tostat' timeout(9) statistics is alreadyVitaliy Makkoveev
2024-10-25Rename `ci_intrdepth' to `ci_idepth'.Martin Pieuchot
2024-10-24remove unneeded timeout.h include, missed in rev 1.15Jonathan Gray
2024-10-24Attach psp(4) version 1.Alexander Bluhm
2024-10-24Change macppc's ci_idepth from -1 to 0 when no interruptsGeorge Koehler
2024-10-24Stop leaking kernel stack guard pages.Mark Kettenis
2024-10-24remove unused T_BITS define; ok miod@Jonathan Gray
2024-10-24Add a ci_intrdepth field to struct cpu_info for sh, and use it to implementMiod Vallat