aboutsummaryrefslogtreecommitdiff
path: root/device/ds_routines.c
Commit message (Expand)AuthorAgeFilesLines
* irq: make device_intr_register reject bogus intr idSamuel Thibault2024-12-241-0/+3
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-2/+2
* device: Convert io_done_list_lock to simple_lock_irqSamuel Thibault2023-08-121-12/+8
* x86_64: enable code for managing interruptsLuca Dariz2023-05-261-6/+6
* Use c_string for dev_name_t in the device subsystem.Flavio Cruz2023-04-291-0/+8
* Document spl levels of locks taken during interruptsSamuel Thibault2023-02-151-1/+2
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-1/+1
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-241-3/+3
* Include mig generated device headers to avoid missing prototypesFlavio Cruz2023-01-191-6/+7
* update writev syscall signature with rpc typesLuca Dariz2023-01-181-9/+13
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-2/+2
* Define vm_size_t and vm_offset_t as __mach_uintptr_t.Flavio Cruz2022-12-061-1/+1
* device: Fix NULL dereferenceSamuel Thibault2022-03-131-2/+6
* device: Avoid NULL dereferenceSamuel Thibault2022-03-131-1/+1
* device intr: Fix reference leakSamuel Thibault2020-07-191-1/+7
* intr_register: better document how we'd handle crashesSamuel Thibault2020-07-191-3/+2
* 64bit: fix buildSamuel Thibault2020-07-181-6/+6
* Fix xen buildSamuel Thibault2020-07-151-0/+8
* Add hardware interrupt notification mechanismSamuel Thibault2020-07-101-0/+54
* Fix build with -fno-commonSamuel Thibault2020-03-311-0/+1
* VM: improve pageout deadlock workaroundRichard Braun2016-09-161-1/+1
* Remove map entry pageability property.Richard Braun2016-09-071-1/+1
* Fix gcc-6 warningsSamuel Thibault2016-05-181-2/+2
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-2/+2
* Fix warningsSamuel Thibault2015-05-021-64/+60
* Convert from K&R to ANSIMarin Ramesa2014-04-041-31/+27
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-041-1/+1
* Declare void argument lists (part 2)Marin Ramesa2013-12-201-1/+1
* Mark functions that don't return with attribute noreturnMarin Ramesa2013-12-171-1/+1
* device: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-13/+13
* Cleanup of the copyin() and copyout() callsMarin Ramesa2013-12-171-5/+5
* Declare void argument listsMarin Ramesa2013-12-151-3/+3
* Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa2013-12-111-2/+2
* add comments after endifsMarin Ramesa2013-09-211-8/+8
* remove lint codeMarin Ramesa2013-09-211-13/+0
* remove register qualifiersMarin Ramesa2013-09-211-33/+32
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Adjust VM initializationRichard Braun2011-12-171-6/+5
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-22/+16
* Fix declarationsSamuel Thibault2011-08-311-0/+2
* Move free_skbuffs declaration to the topSamuel Thibault2011-08-281-4/+1
* Add prototype for free_skbuffs functionGuillem Jover2011-08-271-0/+4
* Update constants to nowadays standardsSamuel Thibault2011-04-221-1/+1
* Add a SoftDebugger functionSamuel Thibault2009-12-211-3/+3
* Add Xen supportSamuel Thibault2009-12-161-0/+8
* Fix warningsSamuel Thibault2009-10-201-1/+1
* 2008-11-15 Shakthi Kannan <shakshurd@gmail.com>Samuel Thibault2009-06-181-5/+5
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2007-03-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-295/+344