aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic
AgeCommit message (Expand)Author
2015-05-11linux-generic: remove extraneous ASSERTsBill Fischofer
2015-05-08linux-generic/odp_impl: add implementation version detailsMike Holmes
2015-05-08api: packet: removed odp_packet_user_u64Petri Savolainen
2015-05-08api: packet: rename user_data to user_areaPetri Savolainen
2015-05-08linux-generic: support running with restricted cpu setStuart Haslam
2015-05-08linux-generic: packet: add user metadata supportBill Fischofer
2015-05-08linux-generic: pool: add user metadata supportBill Fischofer
2015-05-08linux-generic: buffer: restructure user mdatadata fieldsBill Fischofer
2015-05-08api/linux-generic/example/validation: remove odp_pmr_create_range() function ...Balasubramanian Manoharan
2015-05-07linux-generic: use inttypes defines to print (u)int32_t valuesNicolas Morey-Chaisemartin
2015-04-29linux-generic: packet_io: init l2 and l3 cos table spinlocksNicolas Morey-Chaisemartin
2015-04-23linux-generic: pool: initialize atomics during odp_pool_init_globalNicolas Morey-Chaisemartin
2015-04-22linux-generic: pool: fix initialization of odp_buffer_hdr ref_countNicolas Morey-Chaisemartin
2015-04-17linux-generic: pool: fix missing increment of blkallocs statBill Fischofer
2015-04-17linux-generic: odp_linux: migrate helpers to helper dirMike Holmes
2015-04-16linux-generic: timer: check for zero timer resolutionOla Liljedahl
2015-04-14validation: implement platform envMaxim Uvarov
2015-04-10linux-generic: use arch optimisations for timeMike Holmes
2015-04-08linux-generic: system_info: use global data structMike Holmes
2015-04-03linux-generic: pool: check for NULL params before dereferenceStuart Haslam
2015-04-03linux-generic: pktio: fix SEGV after odp_pktio_inq_remdef()Stuart Haslam
2015-04-02linux-generic: timer: convert assert to ODP_ASSERTMike Holmes
2015-04-02linux-generic: debug_internal: assert prints conditionMike Holmes
2015-04-01linux-generic: schedule: terminatePetri Savolainen
2015-04-01linux-generic: scheduler: restructured queue and pktio integrationPetri Savolainen
2015-03-27linux-generic: pktio check for NULL entryMaxim Uvarov
2015-03-27linux-generic: linux: destroy used pthread attrMike Holmes
2015-03-27linux-generic: fix incorrect pmr_term_value update in odp_pmr_create_xxx() fu...Balasubramanian Manoharan
2015-03-25linux-generic: linux: remove unused include assert.hMike Holmes
2015-03-25linux-generic: strongtypes: use named structs for C++Ola Liljedahl
2015-03-24linux-generic: packet_socket: remove unused include assert.hMike Holmes
2015-03-24barrier: allow platform to override odp_barrier_tJerin Jacob
2015-03-24ticketlock: allow platform to override odp_ticketlock_tJerin Jacob
2015-03-24rwlock: allow platform to override odp_rwlock_tJerin Jacob
2015-03-24spinlock: allow platform to override odp_spinlock_tJerin Jacob
2015-03-17linux-generic: strongtypes: add dummy struct var to keep c++ happyBill Fischofer
2015-03-17linux-generic: queue: fix potential queue leakStuart Haslam
2015-03-12linux-generic: only print errors to stderrStuart Haslam
2015-03-12linux-generic: odp_timer: set user_ptr for cancelled timeoutOla Liljedahl
2015-03-10linux-generic: linux: remove explicit buffer cache flushTaras Kondratiuk
2015-03-10linux-generic: mmap: jumbo frames supportMaxim Uvarov
2015-03-10linux-generic: linux: remove unused defineMike Holmes
2015-03-10api: pool: move platform includes to linux-genericTaras Kondratiuk
2015-03-06linux-generic: weak: move stdarg.h include from odp_debug_internal.hTaras Kondratiuk
2015-03-04linux-generic: thread: reuse thread idsPetri Savolainen
2015-02-27linux-generic: system: read hugepage size for all architecturesStuart Haslam
2015-02-27linux-generic: time: fix c99 clock_gettimeMike Holmes
2015-02-27linux-generic: odp_crypto_operation merge 2 ifsMaxim Uvarov
2015-02-27linux-generic: handle copy error in odp_crypto_operationMaxim Uvarov
2015-02-27linux-generic: crypto: check 'result' pointerTaras Kondratiuk