messages from 2012-09-28 23:20:07 to 2012-11-20 21:05:18 UTC [more...]
[PATCH 0/10] Cleanup & new features for compiler*.h and bug.h
2012-11-20 21:05 UTC (158+ messages)
` [PATCH 1/10] compiler-gcc4.h: correct verion check for __compiletime_error
` [PATCH 2/10] compiler-gcc4.h: Reorder macros based upon gcc ver
` [PATCH 3/10] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
` [PATCH 4/10] compiler-gcc{3,4}.h: Use "
` [Bulk] "
` [PATCH 5/10] compiler{,-gcc4}.h: Remove duplicate macros
` [Bulk] "
` [PATCH 6/10] bug.h: Replace __linktime_error with __compiletime_error
` [PATCH 7/10] compiler{,-gcc4}.h: Introduce __flatten function attribute
` [PATCH 8/10] bug.h: Make BUILD_BUG_ON generate compile-time error
` [PATCH 9/10] bug.h: Add BUILD_BUG_ON_NON_CONST macro
` [PATCH 10/10] bug.h: Add gcc 4.2+ versions of BUILD_BUG_ON_* macros
` [PATCH v2 0/10] Cleanup & new features for compiler*.h and bug.h
` [PATCH v2 01/10] compiler-gcc4.h: Reorder macros based upon gcc ver
` [PATCH v2 02/10] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
` [PATCH v2 03/10] compiler-gcc{3,4}.h: Use "
` [PATCH v2 04/10] bug.h: directly include linux/compiler.h
` [PATCH v2 05/10] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
` [PATCH v2 06/10] bug.h: Make BUILD_BUG_ON generate compile-time error
` [PATCH v2 07/10] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
` [PATCH v2 08/10] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
` [PATCH v2 09/10] bug.h: Add BUILD_BUG_ON_MSG & BUILD_BUG_INTERNAL{,2}
` [PATCH v2 10/10] bug.h: Convert BUILD_BUG{,_ON} to use BUILD_BUG_ON_MSG
` [PATCH v3 0/10] Cleanup & new features for compiler*.h and bug.h
` [PATCH v3 01/10] compiler-gcc4.h: Reorder macros based upon gcc ver
` [PATCH v3 02/10] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
` [PATCH v3 03/10] compiler-gcc{3,4}.h: Use "
` [PATCH v3 04/10] bug.h: directly include linux/compiler.h
` [PATCH v3 05/10] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
` [PATCH v3 06/10] bug.h: Make BUILD_BUG_ON generate compile-time error
` [PATCH v3 07/10] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
` [PATCH v3 08/10] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
` [PATCH v3 09/10] bug.h: Add BUILD_BUG_ON_MSG & _BUILD_BUG_INTERNAL
` [PATCH v3 10/10] bug.h: Convert BUILD_BUG{,_ON} to use BUILD_BUG_ON_MSG
` [PATCH v4 0/10] Cleanup & new features for compiler*.h and bug.h
` [PATCH v4 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
` [PATCH v4 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
` [PATCH v4 3/9] compiler-gcc{3,4}.h: Use "
` [PATCH v4 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
` [PATCH v4 5/9] bug.h: Make BUILD_BUG_ON generate compile-time error
` [PATCH v4 6/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
` [PATCH v4 7/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
` [PATCH v4 8/9] bug.h: Add BUILD_BUG_ON_MSG & _BUILD_BUG_INTERNAL
` [PATCH v4 9/9] bug.h: Convert BUILD_BUG{,_ON} to use BUILD_BUG_ON_MSG
` [PATCH v5 0/9] Cleanup & new features for compiler*.h and bug.h
` [PATCH v5 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
` [PATCH v5 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
` [PATCH v5 3/9] compiler-gcc{3,4}.h: Use "
` [PATCH v5 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
` [PATCH v5 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
` [PATCH v5 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
` [PATCH v5 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
` [PATCH v5 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
` [PATCH v5 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG
` [PATCH v6 0/9] Cleanup & new features for compiler*.h and bug.h
` [PATCH v6 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
` [PATCH v6 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
` [PATCH v6 3/9] compiler-gcc{3,4}.h: Use "
` [PATCH v6 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
` [PATCH v6 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
` [PATCH v6 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
` [PATCH v6 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
` [PATCH v6 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG
[PATCH] Documentation/sparse.txt: document context annotations for lock checking
2012-10-19 22:14 UTC (3+ messages)
[PATCH 1/2] sparse, llvm: group PHI nodes at the top of each BB
2012-10-17 17:44 UTC (15+ messages)
` [PATCH 2/2] sparse, llvm: Fix type of loaded values
[PATCH] Inherit nocast modifier when referencing a variable
2012-10-17 17:12 UTC
[PATCH] linux/compiler.h: Add __must_hold macro for functions called with a lock held
2012-10-13 9:41 UTC (5+ messages)
[GIT PULL] Sparse/LLVM updates
2012-10-12 2:34 UTC (2+ messages)
[GIT PULL] Sparse/LLVM updates
2012-10-09 6:34 UTC
[PATCH 1/2] lib: rename die_if_error to error_happened
2012-10-09 6:30 UTC (3+ messages)
` [PATCH 2/2] sparse, llvm: don't compile erroneous code
"unexpected unlock" when unlocking, conditional, lock in loop
2012-10-08 2:01 UTC (10+ messages)
[PATCH v6 0/25] Generic Red-Black Trees
2012-10-01 20:43 UTC (6+ messages)
` [PATCH v6 4/25] compiler-gcc{3,4}.h: Use GCC_VERSION macro
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).