aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/api
AgeCommit message (Expand)Author
2015-01-29api: move generic API into the odp namespaceAnders Roxell
2015-01-29api: move ODP headers to a directoryTaras Kondratiuk
2015-01-28api: cpumask: doxygen: add param to odp_cpumask_lastAnders Roxell
2015-01-28api: cpumask: doxygen: cpumask_last: use app languageAnders Roxell
2015-01-28api: cpumask: doxygen: add param to odp_cpumask_firstAnders Roxell
2015-01-28api: cpumask: doxygen: cpumask_first: use app languageAnders Roxell
2015-01-27api: timer: Added timeout alloc and freePetri Savolainen
2015-01-27api: config: Renamed ODP_CONFIG_BUFFER_POOLSPetri Savolainen
2015-01-27api: pool: Rename odp_buffer_pool_ to odp_pool_Petri Savolainen
2015-01-27api: pool: Rename pool params and remove buffer typesPetri Savolainen
2015-01-27api: buffer_pool: Rename odp_buffer_pool.h to odp_pool.hPetri Savolainen
2015-01-27api: crypto: Use odp_event_t instead of odp_buffer_tPetri Savolainen
2015-01-27api: timer: Use odp_event_t instead of odp_buffer_tPetri Savolainen
2015-01-27api: packet: Removed odp_packet_from_bufferPetri Savolainen
2015-01-27api: packet: Removed odp_packet_to_bufferPetri Savolainen
2015-01-27api: buffer: Removed odp_buffer_typePetri Savolainen
2015-01-27api: event: odp_queue_deq_multiPetri Savolainen
2015-01-27api: event: odp_queue_deqPetri Savolainen
2015-01-27api: event: schedule_multi and queue_enq_multiPetri Savolainen
2015-01-27api: event: odp_schedule and odp_queue_enqPetri Savolainen
2015-01-27api: event: Add odp_event_tPetri Savolainen
2015-01-24Update version number from 0.8.0 to 0.9.0v0.9.0Maxim Uvarov
2015-01-24linux-generic: remove octeon specific code from odp_atomic_fetch_inc_u32Maxim Uvarov
2015-01-22api: move loging out of odp_debugMike Holmes
2015-01-22linux-generic: allow init_global to replace log fnMike Holmes
2015-01-22linux-generic: debug: use global fn ptr for logging fnMike Holmes
2015-01-20api: Move Pktio related APIs to pktio Header fileBalasubramanian Manoharan
2015-01-16Update version number from 0.7.0 to 0.8.0v0.8.0Maxim Uvarov
2015-01-16helper: linux: use cpumask in linux thread/procRobbie King
2015-01-16api: cpumask: add odp_cpumask_nextRobbie King
2015-01-16api: cpumask: add odp_cpumask_lastRobbie King
2015-01-16api: cpumask: add odp_cpumask_firstRobbie King
2015-01-16api: cpumask: add odp_cpumask_copyRobbie King
2015-01-16api: cpumask: reorder the input vars to match conventionRobbie King
2015-01-16api: cpumask: rename API and use CPU_SET(3) for implRobbie King
2015-01-14api: schedule: remove odp_schedule_oneMike Holmes
2015-01-14api: align: move macros to internalMike Holmes
2015-01-12api: odp_coremask: Improve documentationMike Holmes
2015-01-12api: odp_coremask: Fix doxygen listMike Holmes
2015-01-12api: odp_byteorder.h: Define ODP_{BIG,LITTLE}_ENDIAN_BITFIELD according to sy...Shmulik Ladkani
2015-01-09Update version number from 0.6.0 to 0.7.0v0.7.0Mike Holmes
2015-01-09api: buffer: Change buffer size from size_t to uint32_tPetri Savolainen
2015-01-09api: odp_packet_io.h: make pktio handles single instance per deviceStuart Haslam
2015-01-09api: odp_timer.h: updated API, lock-less implementationOla Liljedahl
2015-01-07api: odp_system_info.h: change core to cpu everywhereOla Liljedahl
2014-12-24api: queue: add odp_queue_sched_prio and odp_queue_sched_groupCiprian Barbu
2014-12-24api: correct inconsistent spelling of metadataAnders Roxell
2014-12-22Update version number from 0.5.0 to 0.6.0v0.6.0Maxim Uvarov
2014-12-22api: buffer: change odp_buffer_pool_info_t outputBill Fischofer
2014-12-22api: config: Separate api spec and linux-generic limitsPetri Savolainen