summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-04-10Convert remaining USB Ethernet adapter to if_input().Martin Pieuchot
2015-04-10Use mdelay(x) instead of delay(x * 1000) for drm_msleep() to betterJonathan Gray
2015-04-10Make drm_can_sleep() match linux. No change in behaviour as it'sJonathan Gray
2015-04-10add irqs_disabled() and in_dbg_master() using cold and db_is_activeJonathan Gray
2015-04-10dont inherit the parent interfaces hardmtu as the vlan interfacesDavid Gwynne
2015-04-09Send lmc(4) and san(4) to the HDLC framed bit bucket in the sky.Theo de Raadt
2015-04-09Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and theMark Kettenis
2015-04-09Plug a memory leak in pfr_destroy_kentryMike Belopuhov
2015-04-09to quote jim smith:David Gwynne
2015-04-08add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch AnnouncementStuart Henderson
2015-04-08Kill unused function.Martin Pieuchot
2015-04-08Move vmap back to kernel_map/uvm_km_valloc as it's allowed to fail.Jonathan Gray
2015-04-08Table flags are not looked at when a table entry is created.Mike Belopuhov
2015-04-08I believe UVM is clean now and no managed pages should be in use anymoreMark Kettenis
2015-04-08Convert to if_input().Martin Pieuchot
2015-04-08Destination table needs it's own negation flag passed to the pfr_update_stats.Mike Belopuhov
2015-04-08Check for link status in tsec_start(). Prevent the watchdog from fireingMartin Pieuchot
2015-04-08Convert to if_input().Martin Pieuchot
2015-04-08don't leak the chip's hardware address during scans when a randomized addressJasper Lievisse Adriaanse
2015-04-08change back to udelay/mdelayJonathan Gray
2015-04-08change back to memcpy_toio/memcpy_fromio/memset_ioJonathan Gray
2015-04-08change back to using min_tJonathan Gray
2015-04-08ttm has it's own version of kmap/kunmap that usesJonathan Gray
2015-04-07Use m_defrag when mbuf chains get fragmented.Stefan Fritsch
2015-04-07Keep in sync with the sparc version: convert to if_input().Martin Pieuchot
2015-04-07Remove a lie, the early boot console does not need any mapping.Martin Pieuchot
2015-04-07Convert to if_input().Martin Pieuchot
2015-04-07nothing uses pool_sleep, so get rid of itDavid Gwynne
2015-04-07introduce a garbage collector for (very) idle pool pages.David Gwynne
2015-04-07Do not pass an `ifp' argument to interface input handlers since itMartin Pieuchot
2015-04-07Mark audio interrupt handlers as MPSAFE, they already grab the rightMartin Pieuchot
2015-04-07Use appropriate memory barriers.Martin Pieuchot
2015-04-06Move almost all of the linux compat from drmP.h to drm_linux.h.Jonathan Gray
2015-04-06switch back from roundup2() and roundup() to round_up()Jonathan Gray
2015-04-06switch back from howmany() to DIV_ROUND_UP()Jonathan Gray
2015-04-06move some inline linux compat into the dedicated filesJonathan Gray
2015-04-06drm_calloc -> kcallocJonathan Gray
2015-04-06add/use some more errno remappingJonathan Gray
2015-04-06Now we have dev_priv->mm.gtt_base_addr we can set fb_base and removeJonathan Gray
2015-04-06Add an empty drm_sysfs_hotplug_event() function and use itJonathan Gray
2015-04-06Convert to if_input(); ok mpi@Miod Vallat
2015-04-06Add get_user() and put_user() compatibility interfaces and use them.Mark Kettenis
2015-04-06add back some more static use to reduce the diff to linuxJonathan Gray
2015-04-06No need to use a temporary pointer variable after the drm struct nameJonathan Gray
2015-04-06add and use macros for wake_up/wake_up_all/wake_up_all_lockedJonathan Gray
2015-04-06Convert some udelay() calls back to DRM_UDELAY() whereJonathan Gray
2015-04-05Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers;Miod Vallat
2015-04-05Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL.Mark Kettenis
2015-04-05whitespaceMark Kettenis
2015-04-05Another round of reducing diffs with Linux. This one moves the variousMark Kettenis