aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
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-28linux-generic: pktio: abort on enq to pktin or deq from pktoutStuart Haslam
2015-01-27configure.ac: make SO (shared object) version uniqueAnders Roxell
2015-01-27linux-generic: scheduler: Use events instead of buffersPetri Savolainen
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-27linux-generic: crypto: Use packet alloc for packetPetri 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-26linux-generic: classification: Fix incorrect L2 qos calculationBalasubramanian Manoharan
2015-01-26hugepages: align mmap size for hugepagesMaxim Uvarov
2015-01-26linux-generic: shm: clean up and added debug infoPetri Savolainen
2015-01-26linux-generic: shm: odp_shm_free bug fixPetri Savolainen
2015-01-24Update version number from 0.8.0 to 0.9.0v0.9.0Maxim Uvarov
2015-01-24configure.ac check for atomic operations supportMaxim Uvarov
2015-01-24linux-generic: remove octeon specific code from odp_atomic_fetch_inc_u32Maxim Uvarov
2015-01-24linux-generic: fix odp_pktio_inq_remdefMaxim Uvarov
2015-01-22Revert "linux-generic: classification: Fix incorrect L2 qos calculation"Mike Holmes
2015-01-22linux-generic: classification: Fix incorrect L2 qos calculationBalasubramanian Manoharan
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-20linux-generic: pktio: add loopback device supportStuart Haslam
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-16helper: linux: add odph_linux_cpumask_defaultRobbie 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-16linux-generic: cpumask: remove unneeded defineRobbie 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-15linux-generic: odp_timer.c: timer_settime usage bugOla Liljedahl