| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-06-26 | [PATCH] implement __builtin_offsetof() | Al Viro | 1 | -0/+1 |
| 2007-05-22 | Add explanatory comment about direct use of __IDENT for preprocessor idents. | Josh Triplett | 1 | -1/+3 |
| 2007-05-22 | Add no-double-underscore variant format_arg. | Josh Triplett | 1 | -1/+1 |
| 2007-05-22 | Add double-underscore variant __syscall_linkage__. | Josh Triplett | 1 | -1/+1 |
| 2007-05-22 | Add no-double-underscore variant "used", ignored like "__used__". | Josh Triplett | 1 | -1/+1 |
| 2007-05-22 | Add double-underscore variant __noinline__. | Josh Triplett | 1 | -1/+1 |
| 2007-05-22 | Add double-underscore variant __always_inline__. | Josh Triplett | 1 | -1/+1 |
| 2007-05-22 | Reorganize attribute list for readability. | Josh Triplett | 1 | -31/+32 |
| 2007-05-22 | Move the ident for defined() into the preprocessor section. | Josh Triplett | 1 | -1/+2 |
| 2007-05-22 | Remove inaccurate comment designating some attributes as windows-specific. | Josh Triplett | 1 | -2/+0 |
| 2007-05-22 | Ignore the GCC constructor and destructor attributes | Josh Triplett | 1 | -0/+2 |
| 2007-05-22 | Add (more) support for WIN32 attribute names | Ramsay Jones | 1 | -0/+7 |
| 2007-05-20 | __DATE__ & __TIME expansion | Damien Lespiau | 1 | -0/+2 |
| 2007-04-20 | Parse and ignore the __regparm__ attribute, just like regparm. | Josh Triplett | 1 | -1/+2 |
| 2006-10-17 | Recognize and ignore __alias__ and __visibility__ | Josh Triplett | 1 | -2/+2 |
| 2006-07-05 | [PATCH] Ignore no_instrument_function attributes | Josh Triplett | 1 | -0/+1 |
| 2006-07-05 | [PATCH] Add support for GCC's __builtin_types_compatible_p extension | Josh Triplett | 1 | -0/+1 |
| 2006-03-28 | [PATCH] Attribute "sentinel" | Morten Welinder | 1 | -0/+1 |
| 2005-06-20 | [PATCH] __attribute__ handling for attributes used in the userland | Peter Jones | 1 | -2/+9 |
| 2005-05-31 | [IDENT] Add some more attributes | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2005-05-19 | Don't warn about undeclared "main()" function. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Make "check" (aka sparse) check arguments to some functions. | Linus Torvalds | 1 | -0/+4 |
| 2005-04-07 | Add compile-time "range-check" infrastructure to sparse | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | [PATCH] Diff to make sparse not complain about __format_arg__ | santtu.hyrkko@gmail.com | 1 | -0/+1 |
| 2005-04-07 | Add an internal sparse "context" statement type. | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Mark more identifiers reserved. | Linus Torvalds | 1 | -6/+7 |
| 2005-04-07 | Handle __func__, __FUNCTION__ and __PRETTY_FUNCTION__ the same | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Introduce the notion of "reserved" identifiers. | Linus Torvalds | 1 | -18/+44 |
| 2005-04-07 | [PATCH] trivial sparse patch - ignore model attribute | David Mosberger | 1 | -1/+1 |
| 2005-04-07 | [PATCH] __attribute__((bitwise)) | Alexander Viro | 1 | -0/+1 |
| 2005-04-07 | [PATCH] avoid matching idents with string compares | Christopher Li | 1 | -0/+38 |