Update gitignore
[urcu.git] / urcu /
2011-12-05  Mathieu Desnoyershlist.h: Add missing stddef.h include for NULL
2011-11-01  Mathieu DesnoyersRename likely/unlikely to caa_likely/caa_unlikely
2011-09-22  Mathieu Desnoyerspowerpc: use __NO_LWSYNC__ check to use appropriate...
2011-09-22  Paolo Bonzinicmm: provide lightweight smp_rmb/smp_wmb on PPC
2011-09-22  Mathieu Desnoyersatomic: provide seq_cst semantics on powerpc
2011-09-13  Mathieu Desnoyersurcu-pointer: implement URCU_FORCE_CAST for C++ compati...
2011-09-10  Paolo Bonzinicmm: do not generate code for smp_rmb/smp_wmb on x86_64
2011-09-10  Paolo Bonzinicmm: let per-arch files provide cmm_smp_* barriers
2011-09-09  Tulio Magno Quites... Optimize caa_get_cycles() for PowerPC64
2011-09-05  Mathieu DesnoyersRevert "Add cds_list_empty"
2011-09-05  Mathieu DesnoyersAdd cds_list_empty
2011-09-04  Mathieu Desnoyerslist: Add cds_list_first_entry
2011-09-03  Mathieu DesnoyersRevert "Create per RCU flavor CDS libraries"
2011-09-03  Mathieu DesnoyersRevert "CDS API: removal of rcu_read lock/unlock dep...
2011-09-03  Mathieu DesnoyersAdd __rcu annotation (unimplemented)
2011-09-01  Mathieu DesnoyersFix incorrect fsf address in header files
2011-09-01  Mathieu Desnoyerswfstack: push returns prior stack emptiness state
2011-09-01  Mathieu DesnoyersMake lf stack push return if the stack was empty
2011-08-23  Mathieu DesnoyersDocument caa_container_of
2011-08-18  Mathieu Desnoyersrculfstack: document "push"
2011-08-17  Mathieu DesnoyersCDS API: removal of rcu_read lock/unlock dep, removal...
2011-08-17  Mathieu DesnoyersFix missing check for SYS_membarrier in map header
2011-08-17  Mathieu DesnoyersCreate per RCU flavor CDS libraries
2011-08-17  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev lfqueue-dev
2011-08-17  Paolo Bonziniurcu-qsbr: avoid useless futex wakeups and burning...
2011-08-17  Paolo Bonziniapi: reimplement BUILD_BUG_ON in compiler.h
2011-08-17  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-08-17  Paolo Bonziniurcu: move private definitions to .c file
2011-08-17  Paolo Bonziniurcu-bp: move private definitions to .c file
2011-08-17  Paolo Bonziniurcu-qsbr: move private definitions to .c file
2011-08-17  Paolo Bonziniwfqueue: fix type-incorrect assignment
2011-08-16  Duncan SandsFix choice of default flavour in urcu/map/urcu.h
2011-08-09  Paolo Bonziniurcu: move private definitions to .c file
2011-08-09  Paolo Bonziniurcu-bp: move private definitions to .c file
2011-08-09  Paolo Bonziniurcu-qsbr: move private definitions to .c file
2011-08-09  Paolo Bonziniwfqueue: fix type-incorrect assignment
2011-08-08  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-08-02  Mathieu DesnoyersUse caa_ prefix for min() and max()
2011-07-21  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-07-21  Mathieu DesnoyersFix ARM uatomic: missing return in uatomic and/or
2011-07-01  Mathieu Desnoyersrculfqueue: provide locklessness by allowing multiple...
2011-07-01  Mathieu Desnoyersrcu lfqueue: make dequeue lockless by helping out other...
2011-07-01  Mathieu Desnoyersrculfqueue: Document dummy pointer value access
2011-07-01  Mathieu Desnoyersrculfqueue: Keep a reference to the current dummy node...
2011-07-01  Mathieu Desnoyersrculfqueue: only one dummy node is needed
2011-07-01  Mathieu Desnoyersrculfstack: update comment
2011-07-01  Mathieu DesnoyersRCU lf queue: Add assert for memory allocation
2011-07-01  Mathieu Desnoyersrculfstack: header implementation should be defined...
2011-07-01  Mathieu Desnoyerswfstack: header implementation should be defined as...
2011-07-01  Mathieu DesnoyersRCU lfqueue: Now works without reference counting ...
2011-07-01  Mathieu Desnoyersrculfstack: header implementation should be defined...
2011-07-01  Mathieu Desnoyerswfstack: header implementation should be defined as...
2011-06-29  Mathieu Desnoyersnon-linux system membarrier fallback update
2011-06-29  Mathieu Desnoyerspthread_self should be cast to unsigned long
2011-06-29  Mathieu Desnoyersurcu-bp, urcu-qsbr: remove unneeded syscall.h include
2011-06-29  Mathieu DesnoyersCheck for __linux__ before including syscall.h
2011-06-27  Mathieu Desnoyersuatomic: fix i386 support
2011-06-14  Mathieu Desnoyersuatomic generic: map uatomic_and/or to correct symbols
2011-06-14  Mathieu DesnoyersFix generic atomic ops and/or: add missing return
2011-06-11  Mathieu DesnoyersFutex: turn "int" into "int32_t" for portability
2011-06-10  Mathieu DesnoyersAdd back uatomic_arch.h for slow deprecation process
2011-06-10  Mathieu DesnoyersAdd back urcu-futex.h and urcu_ref.h for slow deprecation
2011-06-10  Mathieu DesnoyersAdd urcu/cds.h placeholder for all CDS headers
2011-06-10  Mathieu DesnoyersRename urcu/urcu-futex.h to urcu/futex.h
2011-06-10  Mathieu DesnoyersRename urcu/urcu_ref.h to urcu/ref.h
2011-06-10  Mathieu DesnoyersHeaders: move uatomic_*.h to urcu/uatomic/*.h, rename...
2011-06-10  Mathieu DesnoyersHeaders: move arch_*.h to urcu/arch/*.h
2011-06-10  Mathieu DesnoyersHeaders: move *-static.h headers to urcu/static/
2011-06-10  Mathieu DesnoyersHeaders: move *-map.h headers to urcu/map/
2011-06-10  Mathieu Desnoyerslfqueue: update comments, cleanup
2011-06-10  Mathieu Desnoyerscds containers: lfqueue and lfstack: don't depend on...
2011-06-09  Paolo Bonziniarm: remove useless declarations
2011-06-09  Paolo Bonziniurcu_ref: do error checking on urcu_ref_put
2011-06-09  Paolo Bonziniuse generic-size macros for common implementation of...
2011-06-09  Paolo Bonziniuatomic: add uatomic_and
2011-06-09  Paolo Bonziniuatomic: add uatomic_or
2011-06-08  Paul E. McKenneyAdd a cds_list_del_init()
2011-06-08  Paolo Bonziniatomic: fix typo in x86 compat implementation
2011-05-04  Jason Wesselarm: put CONFIG_RCU_ARM_HAVE_DMB in the global config.h
2011-03-21  Mathieu DesnoyersCleanup: remove unused value warning
2011-03-09  Paul E. McKenneyAdd call_rcu() interface
2011-03-09  Paul E. McKenneyFix ppc asm syntax error.
2011-02-28  Mathieu DesnoyersARM: use dmb for rmb and wmb in addition to mb
2011-02-28  Jason WesselAdd a test for the dmb instruction on ARM
2011-02-28  Jason Wesselhange the arm headers to remove all the references...
2011-02-28  Jason WesselMake armv7l headers generic for the arm architecture
2011-02-21  Mathieu DesnoyersURCU list: remove leftover namespace clash (list_t...
2010-11-19  Mathieu DesnoyersFix get_cycles -> caa_get_cycles
2010-11-19  Mathieu DesnoyersACCESS_ONCE should also have CMM_ prefix
2010-11-19  Mathieu DesnoyersLOAD_SHARED and STORE_SHARED should have CMM_ prefix
2010-11-19  Mathieu DesnoyersFix CAA_CAA -> CAA
2010-11-19  Mathieu DesnoyersFix missing BITS_PER_LONG -> CAA_BITS_PER_LONG rename
2010-11-18  David GouletRename all data structure with prefix cds_
2010-11-18  David GouletRename all arch primitives with prefix caa_
2010-11-18  David GouletRename all memory primitives with prefix cmm_
2010-08-25  Mathieu Desnoyersurcu lfstack: pop needs rcu read lock
2010-08-25  Mathieu Desnoyerslfstack: simplification
2010-08-22  Mathieu Desnoyersrculfstack: LGPL-ize
2010-08-22  Mathieu Desnoyersrculfqueue: LGPL-ize
2010-08-22  Mathieu Desnoyerswfstack: LGPL-ize
next
This page took 0.039466 seconds and 7 git commands to generate.