linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-04 00:32:37 to 2013-03-06 21:45:58 UTC [more...]

[RFC PATCH] sparse: Add cmd line --version option
 2013-03-06 21:45 UTC  (4+ messages)

RFC: [0/2] Moving attribute data out of ctype
 2013-02-27 15:28 UTC  (2+ messages)

[PATCH 2/2] Remove the redundant attribute from ctype
 2013-02-27 15:23 UTC 

[PATCH 1/2] Introduce the attribute structure
 2013-02-27 15:18 UTC 

[PATCH] Make "break" and "continue" consistent with other label
 2013-02-27 14:45 UTC 

Sparse repository updated
 2013-02-27 14:36 UTC 

sparse: add noclone as an ignored attribute
 2013-02-22  0:56 UTC  (4+ messages)
  ` sparse patch v2: "

[PATCH] sparse: add built-in byte swap identifiers
 2013-02-19 19:13 UTC  (4+ messages)
  ` [PATCH v2] "

From Capt: Mohamed Habbash
 2013-02-14  1:38 UTC 

[PATCH 03/10 v3] ext4: add physical block and status member into extent status tree
 2013-02-03 14:57 UTC  (5+ messages)

[PATCH 1/2 sparse] Support the force attribute for function parameters
 2013-01-30 19:32 UTC  (2+ messages)
` [PATCH 2/2] Ignore address space for IS_ERR() and friends

[PATCH 0/10] Cleanup & new features for compiler*.h and bug.h
 2013-01-01 22:54 UTC  (149+ messages)
` [PATCH 1/10] compiler-gcc4.h: correct verion check for __compiletime_error
` [PATCH 6/10] bug.h: Replace __linktime_error with __compiletime_error
` [PATCH 7/10] compiler{,-gcc4}.h: Introduce __flatten function attribute
` [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 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
  ` [PATCH v6 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG
` [PATCH v7 0/9] Cleanup & new features for compiler*.h and bug.h
  ` [PATCH v7 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
    ` [PATCH v7 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
    ` [PATCH v7 3/9] compiler-gcc{3,4}.h: Use "
    ` [PATCH v7 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
    ` [PATCH v7 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
    ` [PATCH v7 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
    ` [PATCH v7 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
    ` [PATCH v7 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
    ` [PATCH v7 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG
` [PATCH v8 0/9] Cleanup & new features for compiler*.h and bug.h
  ` [PATCH v8 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
  ` [PATCH v8 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
  ` [PATCH v8 3/9] compiler-gcc{3,4}.h: Use "
  ` [PATCH v8 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
  ` [PATCH v8 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
  ` [PATCH v8 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
  ` [PATCH v8 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
  ` [PATCH v8 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
  ` [PATCH v8 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG

Using smatch on Chrome OS kernel, cannot process "__restrict__"
 2012-12-20  7:22 UTC 

[PATCH] Add GCC's byteswap intrinsics
 2012-12-13 16:29 UTC  (3+ messages)

Many warnings when building sparse with MinGW- format specifiers for "printf"
 2012-12-07 12:07 UTC 

[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)


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).