summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-09-10Shuffle a couple of lines to make the device -> st_softc dances lookKenneth R Westerback
2019-09-10No need to check for ST_MOUNTED before calling st_mount_tape() AND inKenneth R Westerback
2019-09-10Do not decrement the number of VMs counter twice in one of vm_create()anton
2019-09-10return is not a funciton call. Avoid pointless parenthesis.Kenneth R Westerback
2019-09-10Explicitly check error results against 0.Kenneth R Westerback
2019-09-10Some stray bit twiddles that were using yet another idiom.Kenneth R Westerback
2019-09-10check pointer against NULL and error values against 0.Kenneth R Westerback
2019-09-10Last (?) small bit twiddling modernization.Kenneth R Westerback
2019-09-10!ISSET() for various flags.Kenneth R Westerback
2019-09-10SET/CLR/ISSET all at once for st->quirks, and a few other rare flags.Kenneth R Westerback
2019-09-10Prevents the block size from exceeding the requested one when a hugeAlexandre Ratchov
2019-09-10If the requensted block size is too large, then use half theAlexandre Ratchov
2019-09-09SET/CLR/ISSET all at once for the far less numerous link->flags.Kenneth R Westerback
2019-09-09Inform about system call memory write protection and stack mappingAlexander Bluhm
2019-09-09Update the bindings for imxsrc(4), since they changed when they werePatrick Wildt
2019-09-09Attach imxsrc(4) early and raise its priority to make sure it beatsPatrick Wildt
2019-09-09Continue bit twiddling tweaks. Use SET() with st->flags.Kenneth R Westerback
2019-09-09Lots of st->flags bit clearing in a mix of old school and CLR() makesKenneth R Westerback
2019-09-09Lots of st->flags checking in a mix of old school and ISSET() makesKenneth R Westerback
2019-09-09revert back to using 0x6c for the reply post index register.David Gwynne
2019-09-09Specify the right opcode when trying to set the Interface Step Sequence ID.Jonathan Matthew
2019-09-09Tweak some comments to be useful. Sort switch cases intoKenneth R Westerback
2019-09-09When no display outputs are connected on boot linux 4.19 drm relies onJonathan Gray
2019-09-08Add Allwinner H6 support.Mark Kettenis
2019-09-07We can't call cpu_ucode_apply() before we call cpu_ucode_setup().Mark Kettenis
2019-09-07Fold st_identify_drive() into stattach().Kenneth R Westerback
2019-09-07Enable nvme(4) on octeon.Visa Hankala
2019-09-07Add a driver for the PCIe controller found on OCTEON II and OCTEON III.Visa Hankala
2019-09-07Revert acpipci(4) changes. Too many systems are broken. We'll try againMark Kettenis
2019-09-07Retrieve SFP information using the SFP framework.Patrick Wildt
2019-09-07Add sfp(4), a driver that allows talking to SFPs connected overPatrick Wildt
2019-09-07Add an SFP framework which allows SFP providers to provide aPatrick Wildt
2019-09-07Register mviic(4) in the I2C framework.Patrick Wildt
2019-09-07Add an I2C framework, so that nodes that need to use I2C butPatrick Wildt
2019-09-07Tweak some comments and code layout to make MTSETBSIZE and MTSETDENSITYKenneth R Westerback
2019-09-07ST_USER_BLKSIZE and ST_QUIRK_BLKSIZE are only tested as an or'd pair.Kenneth R Westerback
2019-09-07ST_Q_FORCE_BLKSIZE is superfluous since it is only used in combination withKenneth R Westerback
2019-09-07Nuke unused flag ST_BLOCK_SET.Kenneth R Westerback
2019-09-07Remove tz, the kernel timezone.cheloha
2019-09-07Various struct/variables "modes" -> "mode" since there is only one.Kenneth R Westerback
2019-09-07drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()Jonathan Gray
2019-09-07define away dma_set_max_seg_size()Jonathan Gray
2019-09-07drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guestJonathan Gray
2019-09-07drm/i915: fix broadwell EU computationJonathan Gray
2019-09-06options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@cheloha
2019-09-06Do not stop prologue scan at branch instructions. This lets stack traceVisa Hankala
2019-09-06Stop stack trace saving if the current subroutine is u_general or u_intrVisa Hankala
2019-09-06missing ;Theo de Raadt
2019-09-06delete two decades of debugging code and further simplify the mainTheo de Raadt
2019-09-06Only do the timecounter initialization on the primary CPU. Avoids using aMark Kettenis