summaryrefslogtreecommitdiff
path: root/device/ds_routines.c
AgeCommit message (Expand)Author
2020-07-10Merge branch 'master-user_level_drivers2' into master-user_level_drivers2-debianmaster-user_level_drivers-debianSamuel Thibault
2020-07-10typoSamuel Thibault
2020-07-10Fix duplicate initial unack for compatibilitySamuel Thibault
2020-07-09Merge branch 'master-user_level_drivers2' into master-user_level_drivers2-debianSamuel Thibault
2020-07-09Merge branch 'master-user_level_drivers-debian' into master-user_level_driver...Samuel Thibault
2020-07-09Fix RPC interfaceDamien Zammit
2020-07-09Fix RPC interfaceDamien Zammit
2020-07-09Merge branch 'master-user_level_drivers' into master-user_level_drivers-debianSamuel Thibault
2020-07-09Merge branch 'master' into master-user_level_driversSamuel Thibault
2020-03-31Fix build with -fno-commonSamuel Thibault
2019-11-12Merge branch 'master-user_level_drivers' into master-user_level_drivers-debianSamuel Thibault
2019-11-12Move most user interrupt management to device/intr.cSamuel Thibault
2019-11-12Fix build warningsSamuel Thibault
2019-11-12Make userland irqs use counting, so both Linux and dde can mask interrupt as ...Samuel Thibault
2017-01-02For now DDE is not committed into the main upstream branchSamuel Thibault
2016-10-02Merge branch 'master' into HEADSamuel Thibault
2016-09-16VM: improve pageout deadlock workaroundRichard Braun
2016-09-07Remove map entry pageability property.Richard Braun
2016-05-18Fix gcc-6 warningsSamuel Thibault
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2015-05-02Fix warningsSamuel Thibault
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-04-04Use explicit prototypes for struct dev_ops fieldsMarin Ramesa
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-17Mark functions that don't return with attribute noreturnMarin Ramesa
2013-12-17device: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-17Cleanup of the copyin() and copyout() callsMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-09-21add comments after endifsMarin Ramesa
2013-09-21remove lint codeMarin Ramesa
2013-09-21remove register qualifiersMarin Ramesa
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-02-15Fix build with platform xenSamuel Thibault
2012-02-15Merge branch 'master' into master-user_level_driversSamuel Thibault
2011-12-17Adjust VM initializationRichard Braun
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2011-10-10Merge commit '729f452a4ff186ae6990c6a3abd1705f42731343' into master-user_leve...Thomas Schwinge
2011-08-31Fix declarationsSamuel Thibault
2011-08-30Rename install_user_irq_handler into install_user_intr_handlerSamuel Thibault
2011-08-28Move free_skbuffs declaration to the topSamuel Thibault
2011-08-27Add prototype for free_skbuffs functionGuillem Jover
2011-08-23spurious renamingSamuel Thibault
2011-08-23TODOSamuel Thibault
2011-08-23rename device_intr_notify into device_intr_registerSamuel Thibault
2011-08-23rename device_irq_enable into device_intr_enableSamuel Thibault
2011-08-23rename irq into lineSamuel Thibault
2011-05-08Merge branch 'master' into master-user_level_driversSamuel Thibault
2011-04-22Update constants to nowadays standardsSamuel Thibault
2010-06-11use static intr entry to record interrupts.Zheng Da