summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-12-27Ensure interrupt delivery is disabled when setting interruptVisa Hankala
2017-12-27Implement OF_getpropint64().Mark Kettenis
2017-12-26regenMark Kettenis
2017-12-26Add two IDT PCIe switches found in a SPARC T4-1 and tweak another one toMark Kettenis
2017-12-26Correct register numbers for AXP809.Mark Kettenis
2017-12-26drm/i915: call kunmap_px on pt_vaddrMark Kettenis
2017-12-26Sync Allwinner A64 pin defenitions with Linux.Mark Kettenis
2017-12-26Implement support for the "next-generation" clock bindings for theKevin Lo
2017-12-26Fix channel initialization by not using the same loop variable in nestedPatrick Wildt
2017-12-24Re-enable the code that unmaps the startup code. This was temporarilyMark Kettenis
2017-12-24Add a PCI attachment driver for bwfm(4). It's not finished, but it'sPatrick Wildt
2017-12-24For systems where the cpu node in the device tree has a "clocks" property,Mark Kettenis
2017-12-24For systems where the cpu node in the device tree has a "clocks" property,Mark Kettenis
2017-12-24Implement A10/A20 CPU clock.Mark Kettenis
2017-12-24Somes fixes for the VIA PadLock drivers.Frederic Cambus
2017-12-24There was a corner case where linking the inp to the state key didAlexander Bluhm
2017-12-24Allow SD/MMC controller drivers to allocate their own DMA mapping structureMark Kettenis
2017-12-24Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.Mark Kettenis
2017-12-23regenMike Larkin
2017-12-23Add missing Sunrise Point-H I2C controller PCI IDsMike Larkin
2017-12-23Remove stray space.Mark Kettenis
2017-12-23Sync Allwinner H3/H5 pin definitions with Linux.Mark Kettenis
2017-12-23Avoid null-pointer dereference wen a device tree refers to a pin-functionMark Kettenis
2017-12-23scrolling: take care of noise.Ulf Brosziewski
2017-12-23Remove dead assignment.Frederic Cambus
2017-12-23Use regmap interface to tweak "SYSREG" PHY configuration registers andMark Kettenis
2017-12-23enable snooping on Intel 200 Series HDAJonathan Gray
2017-12-23match on intel 200 seriesJonathan Gray
2017-12-23regenJonathan Gray
2017-12-23add ids for intel coffee lake-s and series 200/300 pchJonathan Gray
2017-12-22If we use the cookie-based interrupt API on sun4v, whe shouldn't put theMark Kettenis
2017-12-221. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge areaUlf Brosziewski
2017-12-21Expand u_short and u_int to unsigned short and unsigned intTodd C. Miller
2017-12-21Call if_start() directly to send the EAPOL key.Martin Pieuchot
2017-12-21Two width specifiers changed from %02 to %0 in previous. Change them back.Theo Buehler
2017-12-21Do not use %hx for chars, ok kettenisTheo de Raadt
2017-12-21drivers might want to call ifiq_barrier.David Gwynne
2017-12-21add some ifq and ifiq barriers in ixl_down.David Gwynne
2017-12-21now that we have multiple input queues in ifnet structs, use them.David Gwynne
2017-12-21prototype if_attach_iqueues so drivers can configure multiple iqs.David Gwynne
2017-12-20Two background scan fixes for iwn(4) (4965 devices only):Stefan Sperling
2017-12-20Sync C mutex implementations.Martin Pieuchot
2017-12-20Switch x86 architectures to the common C mutex implementation.Martin Pieuchot
2017-12-20Add a sanity check on the number of chunks beingKenneth R Westerback
2017-12-19Pass calibrated TSC frequency to vmm(4) guests. On machines where TSCPatrick Wildt
2017-12-19curproc access isn't necessarily as cheap as a local variable access,Theo de Raadt
2017-12-19Remove unused ps_stackgap from process structStefan Kempf
2017-12-19Remove a 27 year old #ifdef notdef chunk involving SB_LOCK.Martin Pieuchot
2017-12-19Inline socket buffer related defines, no functional change.Martin Pieuchot
2017-12-19Remove unnecessary unlock/lock dance when following a goto.Martin Pieuchot