summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-12-22sparc64: move retry logic out of stickcmpr_set()Scott Soule Cheloha
2022-12-22Bring over various changes from the arm64 version of this code.Mark Kettenis
2022-12-22use stoeplitz to generate a hash/flowid for state keys.David Gwynne
2022-12-22provide stoeplitz_n32()David Gwynne
2022-12-21Have the power button trigger a wakeup from suspend.Patrick Wildt
2022-12-21Implement wakeup interrupt handling. This makes sure that during suspendPatrick Wildt
2022-12-21Pull enabling/disabling wakeup interrupt handling out of the aplintc(4)Mark Kettenis
2022-12-21Move duplicate code to new sr_find_discipline() helperKlemens Nanni
2022-12-21The location of the aux info vector is now cached in ps_auxinfo of structClaudio Jeker
2022-12-21fix a mangled commentTheo de Raadt
2022-12-21tiny whitespace tweak.David Gwynne
2022-12-21consistently use the PF_REF wrappers around refcnts.David Gwynne
2022-12-21Update the Rx descriptor based on the vendor driver for Linux.Kevin Lo
2022-12-21prefix pf_state_key and pf_state_item struct bits to make them more unique.David Gwynne
2022-12-19Remove unused *sd_scsibus_dev member from struct sr_disciplineKlemens Nanni
2022-12-19Invalidate ugen(4) knote lists after device detachVisa Hankala
2022-12-19Say "discipline" not "dis" in comment, latter looks like typoed "disk"Klemens Nanni
2022-12-19rework the synchronisation around suspend/resume.David Gwynne
2022-12-19move pf_state_item and pf_state_key structs from pfvar.h to pfvar_priv.h.David Gwynne
2022-12-19Add WTRAPPED opiton for waitid(2) to control whether CMD_TRAPPEDPhilip Guenther
2022-12-18spellingTheo de Raadt
2022-12-18regenDaniel Dickman
2022-12-18add two transmeta devicesDaniel Dickman
2022-12-18Do not save bootdev and boothowto when invalid value has passed.Kenji Aoyama
2022-12-18Prevent detaching the boot volumeKlemens Nanni
2022-12-18regenMark Kettenis
2022-12-18Add Union Memory NVMe devices.Mark Kettenis
2022-12-18Disable the keyboard on the Samsung Galaxy Book Go until we can fix theMarcus Glocker
2022-12-17regen after minherit(2) unlockKlemens Nanni
2022-12-17Unlock minherit(2)Klemens Nanni
2022-12-17Add aplefuse(4), a driver for the eFuses on Apple Silicon SoCs.Mark Kettenis
2022-12-17Make nvmem_read_cell() and nvmem_write_cell() work for hardware thatMark Kettenis
2022-12-16qcpdc(4)'s establish routine needs to return the wrapped cookie, not thePatrick Wildt
2022-12-16Prevent KASSERT in iwm(4) if firmware image is missing or corrupt.Stefan Sperling
2022-12-16always keep pf_state_keys attached to pf_states.David Gwynne
2022-12-14add __ctzdi2 to sparc64 kernelJonathan Gray
2022-12-14regenJonathan Gray
2022-12-14add id for Navi 31, Radeon RX 7900 XT/XTX (gfx1100, GC 11.0.0)Jonathan Gray
2022-12-14Put an splhigh() at the start of cpu_configure() to prevent splassertsMark Kettenis
2022-12-13In tcp_now() switch from getnsecuptime() to getnsecruntime()Claudio Jeker
2022-12-13timecounting: add getbinruntime(), getnsecruntime()Scott Soule Cheloha
2022-12-12Enable tipd(4) on RAMDISK kernels as well.Mark Kettenis
2022-12-12Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USBMark Kettenis
2022-12-12Improve range check to protect against overflow.Mark Kettenis
2022-12-12Revert sb_state changes to unbreak tree.Theo Buehler
2022-12-11This time, socket's buffer lock requires solock() to be held. As a part ofVitaliy Makkoveev
2022-12-11Use evcount_percpu() with platform interrupt counters on octeon.Visa Hankala
2022-12-11Cut two cycles from k_tlb_inv() on octeon.Visa Hankala
2022-12-10Remove unused experimental ICMP6 redirect low water bitsKlemens Nanni
2022-12-10Reuse off variable from previous line; no object changeKlemens Nanni