summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-05-24Match radeon_device.c rev 1.2 and return early in amdgpu_device_suspend()Jonathan Gray
2019-05-24implement support for SIOCGIFSFFPAGEJonathan Matthew
2019-05-23zap reference to non-existent function in a commentJasper Lievisse Adriaanse
2019-05-23Don't print "not conigured" messages for nodes that are disabled.Mark Kettenis
2019-05-23drop STUB() calls in paths frequently called when running xorgJonathan Gray
2019-05-23Inline 18 bytes of packet header so we can send vlan tagged packets.Jonathan Matthew
2019-05-23match radeondrm and switch DRM_INFO message with device id/asic name toJonathan Gray
2019-05-23Formatting fixes.Kevin Lo
2019-05-22SLIST-ify the timecounter list.cheloha
2019-05-22Cleanup debug macros in wscons. Favor __func__ over spelling out the actualanton
2019-05-22A wscons device may only be opened in read/write mode once. However,anton
2019-05-22Read and assign the integer value only once. With this sysctl_int() willClaudio Jeker
2019-05-22i386/amd64 apm(4): Ignore APM_UPDATE_TIME events.cheloha
2019-05-22Allow loading of bigger ucode. This implementation uses the UEFI memoryMark Kettenis
2019-05-22Print the bwfm(4)'s ethernet address on attach.Patrick Wildt
2019-05-22If we are SCANning and we want another SCAN, we don't need to purgePatrick Wildt
2019-05-21add amdgpu from linux 4.19.44 for recent AMD Radeon partsJonathan Gray
2019-05-21A problem fixed in wskbd is also present in wsmux. Repeating theanton
2019-05-21init sc_rxhprio properly instead of sc_txhprio twice; CID 1480289David Gwynne
2019-05-21don't fall through SIOCSVNETID into SIOCGVNETID; CID 1480290David Gwynne
2019-05-21Fix out-of-bounds array access in ieee80211_setbasicrates(); CID 1479607Stefan Sperling
2019-05-21Fix NULL check with wrong pointer in xhci_event_xfer_isoc(); CID 1480287Stefan Sperling
2019-05-21Fix free(9) with wrong pointer in sili(4) attach error path; CID 1480295Stefan Sperling
2019-05-21Fix uninitialized return code in adjfreq(2); CID 1480285Stefan Sperling
2019-05-20kern.timecounter.choices: Don't offer the dummy counter as an option.cheloha
2019-05-19During fuzzing, one or many fuzzing processes are often stuck waiting onanton
2019-05-19include uvm.h -> uvm_extern.h; ok visa@anton
2019-05-18Both FreeBSD and I appear to have been confused by intel's deep-dive doc:Philip Guenther
2019-05-18Add parsing for standard boot options.Visa Hankala
2019-05-18Correct free size. Fixes a panic when detaching crypto volumes.Tim van der Molen
2019-05-18BPF: remove redundant reference counting of filedescriptorsAlexandr Nedvedicky
2019-05-17Oops, forgot to include a copyright year when originally addedPhilip Guenther
2019-05-17Mitigate Intel's Microarchitectural Data Sampling vulnerability.Philip Guenther
2019-05-17Implement mcx_down() and use it to unwind unsuccessful mcx_up() attempts.Jonathan Matthew
2019-05-17Add SMR_ASSERT_NONCRITICAL() in assertwaitok(). This eases debuggingVisa Hankala
2019-05-17For AR9271, use correct clock control register and add a macro to access it.Kevin Lo
2019-05-16Remove incorrect optimization. The current logic for skipping idle CPUsVisa Hankala
2019-05-16Handle a bit more work without taking the kernel lock. This should avoidMark Kettenis
2019-05-16Attach two dwiic-pci devices that didn't work before. That problem seemsMike Larkin
2019-05-15unrevert, i missed deraadt's commit with the proper fixTed Unangst
2019-05-15rework the zero warning slightly, and more completely disable until we'reTed Unangst
2019-05-15revert previous, since it makes jmc's machine print an extra newline.Ted Unangst
2019-05-15if \n is added in attach, then tpm_init() should skip it.Theo de Raadt
2019-05-15Fix free(9) sizes in softraid(4)jan
2019-05-15remove some use of uninitialized values pointed out by jsg@Jonathan Matthew
2019-05-15Rework tx path to allow using up to 13 segments per packet, so we don'tJonathan Matthew
2019-05-15Add support to the BIOS bootloader for random kernel base VAMike Larkin
2019-05-15free size for amap; ok visa@anton
2019-05-15Reduce branch emulation page access protection during setup. The setupVisa Hankala
2019-05-15Drop redundant pmap_proc_iflush() call. The needed instruction cacheVisa Hankala