| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-30 | dissect: support _Generic() a bit more | Oleg Nesterov | 1 | -1/+11 |
| 2020-07-29 | dissect: use struct symbol::visited/inspected instead of ::examined/evaluated | Luc Van Oostenryck | 1 | -4/+4 |
| 2020-07-29 | dissect: add support for _Generic | Alexey Gladkov | 1 | -0/+1 |
| 2020-03-02 | dissect: enforce toplevel() if SYM_STRUCT was not defined | Oleg Nesterov | 1 | -0/+3 |
| 2020-02-20 | dissect: fix sym_is_local(SYM_STRUCT/UNION/ENUM) | Oleg Nesterov | 1 | -2/+2 |
| 2020-02-13 | dissect: kill no_member() | Oleg Nesterov | 1 | -15/+14 |
| 2020-02-13 | dissect: don't set ->ident = '?' in no_member() | Oleg Nesterov | 1 | -3/+3 |
| 2020-02-13 | dissect: use show_ident() to print dctx->ident | Oleg Nesterov | 1 | -6/+3 |
| 2020-02-13 | dissect: move __sparse() callsite from test-dissect.c to dissect.c | Oleg Nesterov | 1 | -2/+3 |
| 2020-02-13 | dissect: introduce sym_is_local() for reporter | Oleg Nesterov | 1 | -1/+1 |
| 2020-02-10 | dissect: enforce sym->kind='f' when it looks like a function call | Oleg Nesterov | 1 | -1/+3 |
| 2020-02-10 | dissect: set sym->kind for reporter | Oleg Nesterov | 1 | -5/+14 |
| 2020-02-07 | dissect: kill return_type | Oleg Nesterov | 1 | -5/+4 |
| 2020-02-07 | dissect: change do_symbol(SYM_FN) to check base_type->stmt != NULL | Oleg Nesterov | 1 | -3/+14 |
| 2020-02-07 | dissect: introduce dissect_ctx | Oleg Nesterov | 1 | -2/+15 |
| 2020-02-06 | dissect: introduce reporter->r_memdef() | Oleg Nesterov | 1 | -1/+11 |
| 2020-02-06 | dissect: disallow NULL pointers in struct reporter | Oleg Nesterov | 1 | -17/+7 |
| 2020-02-06 | dissect: change deanon() to handle the !node case | Oleg Nesterov | 1 | -1/+3 |
| 2020-02-06 | dissect: turn mk_name() into deanon() | Oleg Nesterov | 1 | -10/+14 |
| 2020-02-06 | dissect: don't report anonymous members in initializers | Oleg Nesterov | 1 | -2/+2 |
| 2019-09-27 | asm: use a specific struct for asm operands | Luc Van Oostenryck | 1 | -1/+1 |
| 2019-09-26 | dissect: fix processing of ASM statements | Luc Van Oostenryck | 1 | -5/+1 |
| 2017-02-27 | add missing braces around FOR_EACH_PTR loop | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-02-13 | dissect: s/mode_t/usage_t/ in report_member() | Oleg Nesterov | 1 | -1/+1 |
| 2017-02-13 | dissect: teach do_initializer() to handle the nested EXPR_IDENTIFIER's | Oleg Nesterov | 1 | -7/+12 |
| 2017-02-13 | dissect: teach do_expression() to handle EXPR_OFFSETOF | Oleg Nesterov | 1 | -1/+15 |
| 2013-11-29 | sparse: Relicense under the MIT license | Franz Schrober | 1 | -1/+17 |
| 2007-07-10 | fix handling of address_space in casts and assignments | Al Viro | 1 | -1/+1 |
| 2007-03-10 | Fix two potential NULL pointer dereferences in dissect.c | Josh Triplett | 1 | -2/+2 |
| 2007-02-27 | dissect: simplify lookup_member() | Oleg Nesterov | 1 | -12/+9 |
| 2007-02-22 | dissect: fix multidimensional array initializer | Oleg Nesterov | 1 | -1/+4 |
| 2007-02-22 | dissect: cleanup report_implicit() | Oleg Nesterov | 1 | -4/+6 |
| 2007-01-27 | Coding style fix: in a pointer type, * goes with the name, not the type. | Josh Triplett | 1 | -2/+2 |
| 2005-12-31 | Make local declarations be statements of their own | Linus Torvalds | 1 | -1/+3 |
| 2005-12-20 | [PATCH] dissect.c | Oleg Nesterov | 1 | -0/+574 |