Show patches with: Archived = No       |   11325 patches
« 1 2 ... 96 97 98113 114 »
Patch Series S/W/F Date Submitter Delegate State
[08/10] linux-generic: shm: add term_global --- 2015-01-30 Mike Holmes New
[07/10] linux-generic: thread: add term_global --- 2015-01-30 Mike Holmes New
[06/10] linux-generic: buffer_pool: add term_global --- 2015-01-30 Mike Holmes New
[05/10] linux-generic: queue: add term_global --- 2015-01-30 Mike Holmes New
[04/10] linux-generic: schedule: add term_global --- 2015-01-30 Mike Holmes New
[03/10] linux-generic: packet_io: add term_global --- 2015-01-30 Mike Holmes New
[02/10] linux-generic: odp_crypto: add term_global --- 2015-01-30 Mike Holmes New
[01/10] linux-generic: classification: add term_global --- 2015-01-30 Mike Holmes New
validation: Makefile: install script pktio_run --- 2015-01-30 Anders Roxell Accepted
[5/5] validation: odp_init: add test for replace abort --- 2015-01-29 Mike Holmes New
[4/5] api: init_global: allow abort fn to be overidden --- 2015-01-29 Mike Holmes Superseded
[3/5] api: abort: use globaly stored abort function --- 2015-01-29 Mike Holmes Superseded
[2/5] api: abort: add weak replacement for abort --- 2015-01-29 Mike Holmes Superseded
[1/5] api: odp_hints: Add ODP_NORETURN --- 2015-01-29 Mike Holmes Superseded
[PATCHv4,5/5] validation: odp_timer.c: remove usage of perror/abort --- 2015-01-29 Ola Liljedahl Superseded
[PATCHv4,4/5] validation: odp_timer.c: cunit cleanup --- 2015-01-29 Ola Liljedahl New
[PATCHv4,3/5] validation: odp_timer.c: use nanosleep instead of usleep --- 2015-01-29 Ola Liljedahl Superseded
[PATCHv4,2/5] validation: odp_timer.c: avoid dereferencing ptr after NULL check --- 2015-01-29 Ola Liljedahl Superseded
[PATCHv4,1/5] validation: odp_timer.c: avoid cunit warnings for late timeouts --- 2015-01-29 Ola Liljedahl New
[v4,2/2] linux-generic: implement of odp_term_local. --- 2015-01-29 yan.songming New
[v4,1/2] linux-generic: implement of odp_term_global. --- 2015-01-29 yan.songming New
[PATCHv3,5/5] validation: odp_timer.c: remove usage of perror/abort --- 2015-01-29 Ola Liljedahl Superseded
[PATCHv3,4/5] validation: odp_timer.c: cunit cleanup --- 2015-01-29 Ola Liljedahl New
[PATCHv3,3/5] validation: odp_timer.c: use nanosleep instead of usleep --- 2015-01-29 Ola Liljedahl Superseded
[PATCHv3,2/5] validation: odp_timer.c: avoid dereferencing ptr after NULL check --- 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
[16/16] api: odp_queue.h: odp_queue_enq_multi() returns partial success --- 2015-01-29 Ola Liljedahl New
[15/16] api: odp_timer.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
[13/16] api: odp_shared_memory.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
[11/16] api: odp_queue.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
[09/16] api: odp_packet_flags.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
[07/16] api: odp_init.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[06/16] api: odp_classification.h: updated return descriptions --- 2015-01-29 Ola Liljedahl New
[05/16] api: odp_byteorder.h: updated comment --- 2015-01-29 Ola Liljedahl New
[04/16] api: odp_buffer.h: undefined behavior description --- 2015-01-29 Ola Liljedahl New
[03/16] api: odp_crypto.h: return descriptions --- 2015-01-29 Ola Liljedahl New
[02/16] api: odp_pktio.h: odp_pktio_mac_addr() return bufsz --- 2015-01-29 Ola Liljedahl New
[01/16] api: odp_cpumask.h: odp_cpumask_to_str() return bufsz --- 2015-01-29 Ola Liljedahl New
[PATCHv2,2/2] example: add return statements in thread functions --- 2015-01-29 Ciprian Barbu Accepted
[PULL,REQUESTv2] reorganisation of API header files --- 2015-01-29 Anders Roxell New
[PATCHv3] api: packet: odp_packet_flags: improve function names --- 2015-01-28 Bill Fischofer Accepted
[PATCHv2] api: packet: odp_packet_flags spec changes --- 2015-01-28 Bill Fischofer New
[2/2] example: l2fwd: add return statements in thread functions --- 2015-01-28 Ciprian Barbu New
[1/2] example: l2fwd: fix incorrect cpumask used when spawning threads --- 2015-01-28 Ciprian Barbu Accepted
[v7,2/3] linux-generic: Implement 32bit version of _odp_atomic_tptr_t --- 2015-01-28 Anders Roxell New
linux-generic: odp_init: remove incorrect ODP_UNUSED --- 2015-01-28 Mike Holmes Accepted
[PULL,REQUEST] reorganisation of API header files --- 2015-01-27 Anders Roxell New
api: packet: odp_packet_flags spec changes --- 2015-01-27 Bill Fischofer New
[PATCHv2] linux-generic: pktio: abort on enq to pktin or deq from pktout --- 2015-01-27 Maxim Uvarov Accepted
example: l2fwd: fix a cpumask bug and compilation error --- 2015-01-27 Ciprian Barbu New
[v1] validation: classification: Use events instead of buffers --- 2015-01-27 Balasubramanian Manoharan New
api: unify @return/@retval descriptions and return types --- 2015-01-27 Ola Liljedahl New
[v5,17/17] linux-generic: scheduler: Use events instead of buffers --- 2015-01-26 Petri Savolainen Accepted
[v5,16/17] api: timer: Added timeout alloc and free --- 2015-01-26 Petri Savolainen Accepted
[v5,15/17] api: config: Renamed ODP_CONFIG_BUFFER_POOLS --- 2015-01-26 Petri Savolainen Accepted
[v5,14/17] api: pool: Rename odp_buffer_pool_ to odp_pool_ --- 2015-01-26 Petri Savolainen New
[v5,13/17] api: pool: Rename pool params and remove buffer types --- 2015-01-26 Petri Savolainen Accepted
[v5,12/17] api: buffer_pool: Rename odp_buffer_pool.h to odp_pool.h --- 2015-01-26 Petri Savolainen Accepted
[v5,11/17] linux-generic: crypto: Use packet alloc for packet --- 2015-01-26 Petri Savolainen Accepted
[v5,10/17] api: crypto: Use odp_event_t instead of odp_buffer_t --- 2015-01-26 Petri Savolainen Accepted
[v5,09/17] api: timer: Use odp_event_t instead of odp_buffer_t --- 2015-01-26 Petri Savolainen Accepted
[v5,08/17] api: packet: Removed odp_packet_from_buffer --- 2015-01-26 Petri Savolainen New
[v5,07/17] api: packet: Removed odp_packet_to_buffer --- 2015-01-26 Petri Savolainen New
[v5,06/17] api: buffer: Removed odp_buffer_type --- 2015-01-26 Petri Savolainen New
[v5,05/17] api: event: odp_queue_deq_multi --- 2015-01-26 Petri Savolainen Accepted
[v5,04/17] api: event: odp_queue_deq --- 2015-01-26 Petri Savolainen Accepted
[v5,03/17] api: event: schedule_multi and queue_enq_multi --- 2015-01-26 Petri Savolainen Accepted
[v5,02/17] api: event: odp_schedule and odp_queue_enq --- 2015-01-26 Petri Savolainen Accepted
[v5,01/17] api: event: Add odp_event_t --- 2015-01-26 Petri Savolainen Accepted
[PATCHv6] hugepages: align mmap size for hugepages --- 2015-01-26 Maxim Uvarov Accepted
[PATCHv5] hugepages: align mmap size for hugepages --- 2015-01-26 Maxim Uvarov New
validation: odp_timer.c: remove usage of perror/abort --- 2015-01-26 Ola Liljedahl New
[v3,1/3] linux-generic: odp_shm_free:fix munmap error --- 2015-01-25 yan.songming New
[v3,2/3] linux-generic: implement of odp_term_global. --- 2015-01-25 yan.songming New
[v3,3/3] linux-generic: implement of odp_term_local. --- 2015-01-25 yan.songming New
[PATCHv5,05/16] api: event: odp_queue_deq_multi --- 2015-01-24 Bill Fischofer Superseded
[PATCHv2,4/4] api: cpumask: doxygen: add param to odp_cpumask_last --- 2015-01-23 Anders Roxell Accepted
[PATCHv2,3/4] api: cpumask: doxygen: cpumask_last: use app language --- 2015-01-23 Anders Roxell Accepted
[PATCHv2,2/4] api: cpumask: doxygen: add param to odp_cpumask_first --- 2015-01-23 Anders Roxell Accepted
[PATCHv2,1/4] api: cpumask: doxygen: cpumask_first: use app language --- 2015-01-23 Anders Roxell Accepted
[4/4] api: coremask: doxygen: add param to odp_cpumask_last --- 2015-01-23 Anders Roxell Superseded
[3/4] api: cpumask: doxygen: cpumask_last: use app language --- 2015-01-23 Anders Roxell Superseded
[2/4] api: coremask: doxygen: add param to odp_cpumask_first --- 2015-01-23 Anders Roxell Superseded
[1/4] api: cpumask: doxygen: cpumask_first: use app language --- 2015-01-23 Anders Roxell Superseded
test: makefile: remove check_PROGRAMS --- 2015-01-23 Mike Holmes Accepted
[v2,2/2] validation: classification validataion suite --- 2015-01-23 Balasubramanian Manoharan Accepted
[v2,1/2] linux-generic: classification: Fix incorrect L2 qos calculation --- 2015-01-23 Balasubramanian Manoharan Accepted
[PATCHv6,4/4] scripts: add builddeb to create deb packages --- 2015-01-23 Anders Roxell Accepted
[PATCHv6,3/4] debian: add debian packaging framework --- 2015-01-23 Anders Roxell Accepted
[PATCHv6,2/4] configure.ac: make SO (shared object) version unique --- 2015-01-23 Anders Roxell New
[PATCHv6,1/4] example: ipsec: remove extension from script names --- 2015-01-23 Anders Roxell New
[2/2] validation: packets: verify offsets can be set to invalid --- 2015-01-23 Bill Fischofer New
[1/2] linux-generic: packets: allow offsets to be set to invalid --- 2015-01-23 Bill Fischofer New
[PATCHv4,3/3] hugepages: align mmap size for hugepages --- 2015-01-23 Maxim Uvarov New
[PATCHv4,2/3] linux-generic: shm: clean up and added debug info --- 2015-01-23 Maxim Uvarov Accepted
[PATCHv4,1/3] linux-generic: shm: odp_shm_free bug fix --- 2015-01-23 Maxim Uvarov Accepted
« 1 2 ... 96 97 98113 114 »