summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-12-08add static back to the ttm functionsJonathan Gray
2013-12-08Remove unsigned comparison < 0.Brad Smith
2013-12-07Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2013-12-07Rewrite receive filter handling and ioctl bits. Fixes not being able toBrad Smith
2013-12-07Emulating wait_event_timeout() using msleep() is hard. This version shouldMark Kettenis
2013-12-07Remove the agp-specific bus_dma code. It is no longer used now thatMark Kettenis
2013-12-07No need to blow away the cache after updating GTT entries. The driver alreadyMark Kettenis
2013-12-07Now that we properly flush caches, we can enable cpu relocations.Mark Kettenis
2013-12-07Enable fast path for relocations.Mark Kettenis
2013-12-07Some fixes for jme_encap()..Brad Smith
2013-12-07#if 0 out the ieee80211_edca_table table to appease the LLVM warning.Brad Smith
2013-12-07Errata 122 is currently disabled so stick amd64_errata_set4 under #if 0 tooBrad Smith
2013-12-06Change a WARN_ON into a BUG_ON to match Linux.Mark Kettenis
2013-12-06Make clflush() flush the cache line specified by the address we pass itMark Kettenis
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-12-06It seems to be possible to truncate an object while it is still mapped.Mark Kettenis
2013-12-06Another round of reducing diffs with Linux.Mark Kettenis
2013-12-05Fully unstub intel_overlay_{map|unmap}_regs.Mark Kettenis
2013-12-05use dv_unit rather than storing local version (removed sc_unit insasano
2013-12-05Rename 'struct drm_obj' to 'struct drm_gem_object' to reduce the diffs withMark Kettenis
2013-12-05Correct spin timeout detection in __mp_lock debug code.Masao Uebayashi
2013-12-04kill a debug printf; noticed by sthenMike Belopuhov
2013-12-04ifp must be initialized in ip_setmoptions; from oga via mpi, ok mpiMike Belopuhov
2013-12-04Looks like the eMMC does no like block read request lower than blockSylvestre Gallon
2013-12-04mfi_refresh_sensors calls mfi_ioctl_vol which calls mfi_bio_getitall, whichDavid Gwynne
2013-12-04use dv_unit rather than storing (or forgetting to store...) a localTheo de Raadt
2013-12-03Remove string.h dependency from sys/select.h; from FreeBSD, tweakedChristian Weisgerber
2013-12-03Remove num_chip_names.Brad Smith
2013-12-03#if 0 out atw_hw_decrypted() as it is currently an unused function as theBrad Smith
2013-12-03Seems we simply have to live with fatal firmware errors. Even Linux, with itsMark Kettenis
2013-12-03add copyright notice/code modifier's name.sasano
2013-12-03Remove some unused cruft.Mark Kettenis
2013-12-03Add support for FBT_RECLAIM that allow us to free the representationSylvestre Gallon
2013-12-03Unmount the fuse filesystem if the communication end withSylvestre Gallon
2013-12-03Add some missing check to know if the communication channel withSylvestre Gallon
2013-12-02Rewrite receive filter handling and ioctl bits. Fixes not being able toBrad Smith
2013-12-02spelling; from Maxime VillardTheo de Raadt
2013-12-02memory leak if copystr() fails, from Maxime VillardTheo de Raadt
2013-12-02Stop trying to put an off_t into an int, which results in a 2GB limit.Joel Sing
2013-12-02Avoid truncating 64-bit on disk attribute values to 32-bits. Otherwise anJoel Sing
2013-12-02Use appropriate format specifiers in debug messages. In particular, avoidJoel Sing
2013-12-02CIRCLEQ begone.Kenneth R Westerback
2013-12-01no longer neededMiod Vallat
2013-12-01switch mvme68k to the MI zs(4) driver.Miod Vallat
2013-12-01Remove some prototypes for functions that no longer exist.Mark Kettenis
2013-12-01The flush_tlb() method is a no-op so don't bother.Mark Kettenis
2013-12-01Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andKenneth R Westerback
2013-12-01drm/i915: no lvds quirk for hp t5740Mark Kettenis
2013-12-01drm/i915: Fix write-read race with multiple ringsMark Kettenis
2013-12-01drm/i915: inverted brightness quirk for Acer Aspire 4736ZMark Kettenis