Show patches with: Submitter = Ola Liljedahl       |    State = Action Required       |    Archived = No       |   126 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
Timer API and reference implementation --- 2014-06-24 Ola Liljedahl New
Fwd: [PATCH] Timer API and reference implementation --- 2014-06-25 Ola Liljedahl New
Timer API and reference implementation --- 2014-06-25 Ola Liljedahl New
Log API for internal use from ODP implementation modules. --- 2014-08-25 Ola Liljedahl New
Timer API and and priority queue-based implementation --- 2014-09-02 Ola Liljedahl New
[PATCHv2] Timer API and and priority queue-based implementation --- 2014-09-11 Ola Liljedahl New
[PATCHv3] Timer API and and priority queue-based implementation --- 2014-09-26 Ola Liljedahl New
[PATCHv4] Timer API and and priority queue-based implementation --- 2014-10-02 Ola Liljedahl New
[PATCHv5] Timer API and and priority queue-based implementation --- 2014-10-07 Ola Liljedahl New
[ODP/PATCH,v1] Look ma, no barriers! C11 memory model --- 2014-10-15 Ola Liljedahl New
[ODP/PATCH,v2] Look ma, no barriers! C11 memory model --- 2014-10-20 Ola Liljedahl New
[ODP/PATCH,v3] Look ma, no barriers! C11 memory model --- 2014-10-20 Ola Liljedahl New
odp_counter.h: relaxed memory model for atomic counters --- 2014-11-09 Ola Liljedahl New
[v4,2/2] Look ma, no barriers! C11 memory model --- 2014-11-10 Ola Liljedahl New
[1/2] atomics typedef/implementation/usage fixes --- 2014-11-18 Ola Liljedahl New
[2/2] odp_atomic_internal.h with C11-style atomic ops --- 2014-11-18 Ola Liljedahl New
[1/7] api: odp_atomic.h: use struct type, relaxed implem, missing funcs --- 2014-11-20 Ola Liljedahl New
[2/7] api: odp_barrier.h: signature change, use odp_atomic.h, atomic wrap-around fix --- 2014-11-20 Ola Liljedahl New
[3/7] linux-generic: odp_ring.c: use __atomic cmpset, added missing barriers, removed dangerous odp_mem_barrier --- 2014-11-20 Ola Liljedahl New
[4/7] linux-generic: odp_ticketlock.c: use odp_atomic.h and __atomic (tmp), added missing barrier --- 2014-11-20 Ola Liljedahl New
[7/7] example: odp_generator.c: use odp_atomic.h --- 2014-11-20 Ola Liljedahl New
[1/4] linux-generic: odp_atomic_internal.h: C11-style 32/64-bit/pointer/flag atomics --- 2014-11-25 Ola Liljedahl New
[2/4] linux-generic: odp_barrier.h: use odp_atomic_internal.h --- 2014-11-25 Ola Liljedahl New
[3/4] linux-generic: odp_rwlock[ch]: use odp_atomic_internal.h --- 2014-11-25 Ola Liljedahl New
[4/4] linux-generic: odp_spinlock[ch]: use odp_atomic_internal.h --- 2014-11-25 Ola Liljedahl New
[1/2] linux-generic: odp_atomic_internal.h: more atomic types --- 2014-11-27 Ola Liljedahl New
[2/2] api: odp_timer.h: New timer API and lock-less implementation --- 2014-11-27 Ola Liljedahl New
linux-generic: odp_ticketlock.c: performance regression --- 2014-12-01 Ola Liljedahl New
[1/6] api:odp_atomic.h: Update doxygen comments, renaming of function params --- 2014-12-03 Ola Liljedahl New
[2/6] api:odp_barrier.h: Update doxygen comments, renaming of function params --- 2014-12-03 Ola Liljedahl New
[3/6] api:odp_rwlock.h: Update doxygen comments, renaming of function params --- 2014-12-03 Ola Liljedahl New
[4/6] api:odp_spinlock.h: Update doxygen comments, renaming of function params --- 2014-12-03 Ola Liljedahl New
[5/6] api:odp_ticketlock.h: Update doxygen comments, renaming of function params --- 2014-12-03 Ola Liljedahl New
[6/6] linux-generic:odp_atomic_internal.h: Update doxygen comments, renaming of function params --- 2014-12-03 Ola Liljedahl New
[1/3] test: odp_timer_ping: removed --- 2014-12-08 Ola Liljedahl New
[2/3] api: odp_timer.h: updated API, lock-less implementation --- 2014-12-08 Ola Liljedahl New
[3/3] test: odp_timer.h: cunit test --- 2014-12-08 Ola Liljedahl New
[1/2] api: odp_system_info.h: core->cpu, rename odp_core_count() to odp_cpu_count(), change "core" to "cpu"/"CPU" in messages and comments --- 2014-12-15 Ola Liljedahl New
[PATCHv2,1/2] api: odp_system_info.h: change core to cpu everywhere --- 2014-12-16 Ola Liljedahl New
[PATCHv2,1/3] test: odp_timer_ping: removed --- 2014-12-16 Ola Liljedahl New
[PATCHv2,2/3] api: odp_timer.h: updated API, lock-less implementation --- 2014-12-16 Ola Liljedahl New
[PATCHv2,3/3] test: odp_timer.h: cunit test --- 2014-12-16 Ola Liljedahl New
[PATCHv3,2/3] api: odp_timer.h: updated API, lock-less implementation --- 2015-01-05 Ola Liljedahl New
[PATCHv3,3/3] test: odp_timer.h: cunit test --- 2015-01-05 Ola Liljedahl New
[PATCHv3,2/3] api: odp_timer.h: updated API, lock-less implementation --- 2015-01-07 Ola Liljedahl New
[PATCHv2,1/2] api: odp_system_info.h: change core to cpu everywhere --- 2015-01-07 Ola Liljedahl New
Fwd: [PATCHv2 1/2] api: odp_system_info.h: change core to cpu everywhere --- 2015-01-07 Ola Liljedahl New
[PATCHv2] linux-generic: odp_atomic_internal.h: more atomic types --- 2015-01-07 Ola Liljedahl New
[PATCHv4,3/3] test: odp_timer.h: cunit test --- 2015-01-08 Ola Liljedahl New
test: timer: relaxed timing checks --- 2015-01-12 Ola Liljedahl New
example: odp_timer_test.c: bug 1068 - odp_timer_test aborts --- 2015-01-15 Ola Liljedahl New
[PATCHv2,1/4] test: odp_timer.c: avoid cunit warnings for late timeouts --- 2015-01-16 Ola Liljedahl New
[PATCHv2,2/4] test: odp_timer.c: avoid dereferencing ptr after NULL check --- 2015-01-16 Ola Liljedahl New
[PATCHv2,3/4] test: odp_timer.c: use nanosleep instead of usleep --- 2015-01-16 Ola Liljedahl New
[PATCHv2,4/4] test: odp_timer.c: cunit cleanup --- 2015-01-16 Ola Liljedahl New
validation: odp_timer.c: remove usage of perror/abort --- 2015-01-26 Ola Liljedahl New
api: unify @return/@retval descriptions and return types --- 2015-01-27 Ola Liljedahl New
[01/16] api: odp_cpumask.h: odp_cpumask_to_str() return bufsz --- 2015-01-29 Ola Liljedahl New
[02/16] api: odp_pktio.h: odp_pktio_mac_addr() return bufsz --- 2015-01-29 Ola Liljedahl New
[03/16] api: odp_crypto.h: return descriptions --- 2015-01-29 Ola Liljedahl New
[04/16] api: odp_buffer.h: undefined behavior description --- 2015-01-29 Ola Liljedahl New
[05/16] api: odp_byteorder.h: updated comment --- 2015-01-29 Ola Liljedahl New
[06/16] api: odp_classification.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[07/16] api: odp_init.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[08/16] api: odp_packet.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[09/16] api: odp_packet_flags.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[10/16] api: odp_packet_io.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[11/16] api: odp_queue.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[12/16] api: odp_schedule.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[13/16] api: odp_shared_memory.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[14/16] api: odp_thread.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[15/16] api: odp_timer.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[16/16] api: odp_queue.h: odp_queue_enq_multi() returns partial success --- 2015-01-29 Ola Liljedahl New
[PATCHv3,1/5] validation: odp_timer.c: avoid cunit warnings for late timeouts --- 2015-01-29 Ola Liljedahl New
[PATCHv3,2/5] validation: odp_timer.c: avoid dereferencing ptr after NULL check --- 2015-01-29 Ola Liljedahl New
[PATCHv3,4/5] validation: odp_timer.c: cunit cleanup --- 2015-01-29 Ola Liljedahl New
[PATCHv4,1/5] validation: odp_timer.c: avoid cunit warnings for late timeouts --- 2015-01-29 Ola Liljedahl New
[PATCHv4,4/5] validation: odp_timer.c: cunit cleanup --- 2015-01-29 Ola Liljedahl New
[PATCHv2,01/16] api: odp_cpumask.h: odp_cpumask_to_str() return chars written or error --- 2015-01-30 Ola Liljedahl New
[PATCHv2,02/16] api: odp_pktio.h: odp_pktio_mac_addr() return chars written or error --- 2015-01-30 Ola Liljedahl New
[PATCHv2,03/16] api: odp_crypto.h: odp_hw_random_get(): return number of bytes written --- 2015-01-30 Ola Liljedahl New
[PATCHv2,04/16] api: odp_buffer.h: undefined behavior description --- 2015-01-30 Ola Liljedahl New
[PATCHv2,05/16] api: odp_byteorder.h: updated comment --- 2015-01-30 Ola Liljedahl New
[PATCHv2,06/16] api: odp_classification.h: updated return descriptions --- 2015-01-30 Ola Liljedahl New
[PATCHv2,07/16] api: odp_init.h: updated return descriptions --- 2015-01-30 Ola Liljedahl New
[PATCHv2,08/16] api: odp_packet.h: updated return descriptions --- 2015-01-30 Ola Liljedahl New
[PATCHv2,09/16] api: odp_packet_flags.h: updated return descriptions --- 2015-01-30 Ola Liljedahl New
[PATCHv3,01/18] api: odp_cpumask.h: odp_cpumask_to_str() return chars written or error --- 2015-02-02 Ola Liljedahl New
[PATCHv3,02/18] api: odp_pktio.h: odp_pktio_mac_addr() return chars written or error --- 2015-02-02 Ola Liljedahl New
[PATCHv3,03/18] api: odp_crypto.h: odp_hw_random_get(): return number of bytes written --- 2015-02-02 Ola Liljedahl New
[PATCHv3,05/18] api: odp_buffer.h: undefined behavior description --- 2015-02-02 Ola Liljedahl New
[PATCHv3,08/18] api: odp_init.h: updated return descriptions --- 2015-02-02 Ola Liljedahl New
api: odp_event.h: remove ODP_EVENT_TYPE_INVALID --- 2015-02-02 Ola Liljedahl New
[PATCHv3,11/18] api: odp_packet_io.h: updated return descriptions --- 2015-02-02 Ola Liljedahl New
[PATCHv3,14/18] api: odp_shared_memory.h: updated return descriptions --- 2015-02-02 Ola Liljedahl New
[PATCHv3,16/18] api: odp_timer.h: updated return descriptions --- 2015-02-02 Ola Liljedahl New
[PATCHv3,17/18] api: odp_cpumask.h: updated descriptions, added const --- 2015-02-02 Ola Liljedahl New
[PATCHv4,01/18] api: odp_cpumask.h: odp_cpumask_to_str() return chars written or error --- 2015-02-03 Ola Liljedahl New
[PATCHv4,02/18] api: odp_pktio.h: odp_pktio_mac_addr() return chars written or error --- 2015-02-03 Ola Liljedahl New
[PATCHv4,03/18] api: odp_crypto.h: odp_hw_random_get(): return number of bytes written --- 2015-02-03 Ola Liljedahl New
« 1 2 »