aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp/plat
AgeCommit message (Expand)Author
2015-12-29linux-generic: time: remove posix bleed through on odp_time_tBill Fischofer
2015-12-29linux-generic: odp_time: don't use cpu cycle API to get timeIvan Khoronzhuk
2015-12-29linux-generic: thread: removed internal max threads definePetri Savolainen
2015-12-29api: doc: re-organize doxygen doc for synchronizerPetri Savolainen
2015-12-29api: rwlock_recursive: added recursive rwlockPetri Savolainen
2015-12-29api: spinlock_recursive: added recursive spinlockPetri Savolainen
2015-12-29api: thread: added THREAD_COUNT_MAX definePetri Savolainen
2015-11-25api: crypto: move enums from platform types to odp and rename to fit the API ...Nicolas Morey-Chaisemartin
2015-11-25api: time: unbind CPU cycles from time APIIvan Khoronzhuk
2015-10-29api: cpumask_types.h: doxygen: remove redundant textAnders Roxell
2015-10-29api: cpumask: don't use platform internal definesAnders Roxell
2015-10-22api: schedule: revise definition of ordered locksBill Fischofer
2015-10-22api: config: removed ODP_CONFIG_MAX_THREADSPetri Savolainen
2015-09-16linux-generic: odp_schedule: fix odp_schdule_wait_timeIvan Khoronzhuk
2015-09-01linux-generic: schedule: implement scheduler groupsBill Fischofer
2015-09-01linux-generic: schedule: rename ordered lock typedefBill Fischofer
2015-07-08api: sched: added ordered context lockPetri Savolainen
2015-07-08api: sched: added schedule group create and destroyPetri Savolainen
2015-07-08api: sched: added worker groupPetri Savolainen
2015-07-08api: sched: moved scheduler types into new filePetri Savolainen
2015-07-08api: sched: removed GROUP_DEFAULTPetri Savolainen
2015-07-08api: sched: removed SYNC_DEFAULTPetri Savolainen
2015-07-07linux-generic: pool: add odp_pool_type_t enumBill Fischofer
2015-07-07api: event: change to odp_event_type_tBill Fischofer
2015-06-25api: doc: doxygen grouping clean upPetri Savolainen
2015-06-16api: thrmask: added thread maskPetri Savolainen
2015-03-25linux-generic: strongtypes: use named structs for C++Ola Liljedahl
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-02-27api: crypto: add error code for invalid IVTaras Kondratiuk
2015-02-26linux-generic: timer_types.h: correct doxygen groupingAnders Roxell
2015-02-11linux-generic: strong_types: simplify castingTaras Kondratiuk
2015-02-05api: odp_timer.h: move definitions to plat/timer_types.hOla Liljedahl
2015-02-05api: odp_pktio.h: odp_pktio_mac_addr() return chars written or errorOla Liljedahl
2015-02-05api: odp_cpumask.h: odp_cpumask_to_str() return chars written or errorOla Liljedahl
2015-02-04linux-generic: shm: add strong typing supportBill Fischofer
2015-02-04linux-generic: queues: add strong typing supportBill Fischofer
2015-02-04linux-generic: pool: add strong typing supportBill Fischofer
2015-02-04linux-generic: packets: add strong typing supportBill Fischofer
2015-02-04linux-generic: pktio: add strong typing supportBill Fischofer
2015-02-04linux-generic: events: add strong typing supportBill Fischofer
2015-02-04linux-generic: crypto: add strong typing supportBill Fischofer
2015-02-04linux-generic: classification: add strong typing supportBill Fischofer
2015-02-04linux-generic: buffers: add strong typing supportBill Fischofer
2015-02-04linux-generic: add base macros for strong typing supportBill Fischofer
2015-02-03api: odp_event.h: remove ODP_EVENT_TYPE_INVALIDOla Liljedahl
2015-01-30api: crypto: new completion event schemeRobbie King