linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-07 13:40:12 to 2017-07-29 12:49:12 UTC [more...]

[PATCH 0/5] fixes for rare crashes
 2017-07-29 12:49 UTC  (29+ messages)
` [PATCH 1/5] do not corrupt ptrlist while killing unreachable BBs
` [PATCH 2/5] avoid crash when ep->active is NULL
` [PATCH 3/5] avoid crash in rewrite_branch()
` [PATCH 4/5] avoid some crashes in add_dominators()
` [PATCH 5/5] avoid crash with sym->bb_target == NULL

[PATCH] thread_info: suppress sparse warning in check_copy_size()
 2017-07-28  9:16 UTC 

ptrlist-iterator performance on one wine source file
 2017-07-27 15:05 UTC 

sparse-next and preview of 0.5.1-rc5
 2017-07-26 19:28 UTC  (12+ messages)

Infinite loop with OOM while testing Sparse on Wine code
 2017-07-26 17:29 UTC  (12+ messages)

Sparse warnings on GENMASK + arm32
 2017-07-26 13:47 UTC  (4+ messages)

x86: PIE support and option to extend KASLR randomization
 2017-07-24 16:32 UTC  (52+ messages)
` [RFC 01/22] x86/crypto: Adapt assembly for PIE support
` [RFC 02/22] x86: Use symbol name on bug table "
` [RFC 03/22] x86: Use symbol name in jump "
` [RFC 04/22] x86: Add macro to get symbol address "
` [RFC 05/22] xen: Adapt assembly "
` [RFC 06/22] kvm: "
` [RFC 07/22] x86: relocate_kernel - "
` [RFC 08/22] x86/entry/64: "
` [RFC 09/22] x86: pm-trace - "
` [RFC 10/22] x86/CPU: "
` [RFC 11/22] x86/acpi: "
` [RFC 12/22] x86/boot/64: "
` [RFC 13/22] x86/power/64: "
` [RFC 14/22] x86/paravirt: "
` [RFC 15/22] x86/boot/64: Use _text in a global "
` [RFC 16/22] x86/percpu: Adapt percpu "
` [RFC 17/22] compiler: Option to default to hidden symbols
` [RFC 18/22] x86/relocs: Handle DYN relocations for PIE support
` [RFC 19/22] x86/pie: Add option to build the kernel as PIE for x86_64
` [RFC 20/22] x86/relocs: Add option to generate 64-bit relocations
` [RFC 21/22] x86/module: Add support for mcmodel large and PLTs
` [RFC 22/22] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB
  ` Re: x86: PIE support and option to extend KASLR randomization

(unknown),
 2017-07-23 23:48 UTC 

[PATCH 2/2] pre-process: replace use of vla's with heap allocation
 2017-07-20 16:44 UTC  (3+ messages)

[PATCH 1/2] lib: workaround the 'redeclared with different type' errors
 2017-07-20 11:57 UTC  (2+ messages)

[PATCH RFC] Let pseudo->users loop on duplicate version of list
 2017-07-20  2:34 UTC  (13+ messages)

[PATCH] V2 move kill_unreachable_bbs to outer cse stage Was Re: [PATCH 1/5] do not corrupt ptrlist while killing unreachable BBs
 2017-07-19 20:57 UTC  (10+ messages)

[PATCH] Add -gcc-version option
 2017-07-19 19:16 UTC  (6+ messages)

[PATCH] temporary revert commit 11b1a83b d7985338 cause deadloop
 2017-07-19 11:43 UTC 

make selfcheck
 2017-07-18 17:04 UTC  (7+ messages)

[PATCH 4/4] V2 fix warnings report by selfcheck
 2017-07-18 16:37 UTC  (2+ messages)

[PATCH V2 0/4] Adding selfcheck target
 2017-07-18 16:31 UTC  (2+ messages)

[PATCH 3/4] V2 Adding _Pragma()
 2017-07-18  2:55 UTC 

[PATCH 2/4] V2 Makefile: add selfcheck target
 2017-07-18  2:54 UTC 

[PATCH 1/4] V2 Makefile: clean up and simplify
 2017-07-18  2:53 UTC 

[PATCH] Makefile: suppress pkg-config output from make
 2017-07-17 17:07 UTC  (2+ messages)

[PATCH 3/3] Adding _Pragma()
 2017-07-17  4:01 UTC 

[PATCH 2/3] Makefile: add selfcheck target
 2017-07-17  3:59 UTC 

[PATCH 1/3] Makefile: clean up and simplify
 2017-07-17  2:02 UTC 

[PATCH 0/3] Adding selfcheck target
 2017-07-17  1:55 UTC 

Bug relate to delete ptr list entry while parent looping on it
 2017-07-10 13:54 UTC  (6+ messages)

[RFC 00/34] ptrlist rework with iterator
 2017-07-09 10:34 UTC  (42+ messages)
` [PATCH 01/34] ptrlist: simplify DO_FOR_EACH/DO_END_FOR_EACH
` [PATCH 02/34] ptrlist: simplify DO_FOR_EACH_REVERSE/
` [PATCH 03/34] ptrlist: simplify DO_NEXT link walking
` [PATCH 04/34] ptrlist: add helper __PTR_STRIP_TAG()
` [PATCH 05/34] ptrlist: introduce the ptr_list iterator structure
` [PATCH 06/34] ptrlist: add ptr_cur_entry() to get iterator's current entry
` [PATCH 07/34] ptrlist: add forward iterator
` [PATCH 08/34] ptrlist: let first_ptr_list() use the iterator API
` [PATCH 09/34] ptrlist: add backward iterator
` [PATCH 10/34] ptrlist: let lastst_ptr_list() use the iterator API
` [PATCH 11/34] ptrlist: mechanically replace head-list-nr triplets by an iterator struct
` [PATCH 12/34] ptrlist: simplify initialization of DO_REVERSE()'s cursor
` [PATCH 13/34] ptrlist: abstract away iterator initialization
` [PATCH 14/34] ptrlist: CUR_ENTRY/CUR_ENTRY_NOTAG
` [PATCH 15/34] ptrlist: use iterator API for PREPARE/NEXT_PTR_LIST()
` [PATCH 16/34] ptrlist: use iterator API for RESET_PTR_LIST()
` [PATCH 17/34] ptrlist: use iterator for FOR_EACH_PTR()
` [PATCH 18/34] ptrlist: use iterator for FOR_EACH_PTR_REVERSE()
` [PATCH 19/34] ptrlist: remove unneeded DO_INIT()
` [PATCH 20/34] ptrlist: use the iterator API for DO_INSERT_CURRENT()
` [PATCH 21/34] ptrlist: extract ptr_cur_insert from ptrlist.h
` [PATCH 22/34] ptrlist: simplify ptr_cur_insert()
` [PATCH 23/34] ptrlist: use the iterator API for DO_DELETE_CURRENT()
` [PATCH 24/34] ptrlist: extract prt_cur_delete() from ptrlist.h
` [PATCH 25/34] ptrlist: let delete_ptr_list() use the iterator API
` [PATCH 26/34] ptrlist: let replace_ptr_list_entry() "
` [PATCH 27/34] ptrlist: let concat_ptr_list() "
` [PATCH 28/34] ptrlist: let undo_ptr_list_last() "
` [PATCH 29/34] ptrlist: let delete_ptr_list_last() "
` [PATCH 30/34] ptrlist: simplify common case for __add_ptr_list()
` [PATCH 31/34] ptrlist: explicitely tagged
` [PATCH 32/34] ptrlist: tag/notag common case
` [PATCH 33/34] ptrlist: drop the now unneeded _NOTAG versions
` [PATCH 34/34] ptrlist: addr vs entry


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