linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-06 21:30:33 to 2017-11-08 10:10:30 UTC [more...]

[PATCH 0/9] option parsing improvements
 2017-11-08 10:10 UTC  (9+ messages)
` [PATCH 1/9] option: add helper to parse/match command line options
` [PATCH 2/9] option: rename 'struct warning' to 'struct flag'
` [PATCH 3/9] option: let handle_simple_switch() handle an array of flags
` [PATCH 4/9] option: extract OPTION_NUMERIC() from handle_switch_fmemcpy_max_count()
` [PATCH 5/9] option: add support for options with 'zero is infinity'
` [PATCH 6/9] option: add support for '-<some-option>=unlimited'
` [PATCH 7/9] option: use OPTION_NUMERIC() for handle_switch_fmemcpy_max_count()
` [PATCH 8/9] option: constify match_option()

[PATCH] graph: do not scan removed instructions
 2017-11-08  8:17 UTC  (3+ messages)

[PATCH] volatile loads are side-effects too
 2017-11-08  8:17 UTC  (3+ messages)

[PATCH] cgcc: teach cgcc about freebsd & netbsd
 2017-11-07 19:45 UTC 

[PATCH 0/2] make builtins more built-in
 2017-11-07  8:22 UTC  (5+ messages)
` [PATCH 1/2] builtin: add ctype for const {void,char} *
` [PATCH 2/2] builtin: make builtins more builtin

[PATCH 00/36] Makefile reorganization
 2017-11-06 19:40 UTC  (61+ messages)
` [PATCH 01/36] build: make PREFIX overwritable from the environment
` [PATCH 02/36] build: put comment about local.mk to the place where it is included
` [PATCH 03/36] build: drop BASIC_CFLAGS and ALL_CFLAGS
` [PATCH 04/36] build: drop -g from LDFLAGS
` [PATCH 05/36] build: pass CPPFLAGS to compiler
` [PATCH 06/36] build: fix effectiveness of generated dependencies
` [PATCH 07/36] build: remove unused support for pkgconfig
` [PATCH 08/36] build: use '_OBJS' instead of '_EXTRA_DEPS'
` [PATCH 09/36] build: use '_LDLIBS' instead of '_EXTRA_OBJS'
` [PATCH 10/36] build: allow target-specific CFLAGS, CPPFLAGS, LDFLAGS & LDLIBS
` [PATCH 11/36] build: allow CFLAGS & friends from command line
` [PATCH 12/36] build: avoid rule-specific CFLAGS
` [PATCH 13/36] build: use $LIBS directly in the dependency list
` [PATCH 14/36] build: no need to use wildcards for generated dependencies
` [PATCH 15/36] build: reuse rule for ALL_OBJS
` [PATCH 16/36] build: CHECKER_FLAGS=-Wno-vla for all targets
` [PATCH 17/36] build: move tests near their use
` [PATCH 18/36] build: only generate version.h when needed
` [PATCH 19/36] build: add note about overwritable vars
` [PATCH 20/36] build: remove references to unexisting pre-process.h
` [PATCH 21/36] build: no need to clean *.so and SLIB_FILE
` [PATCH 22/36] build: move clean & clean-check together
` [PATCH 23/36] build: make clean targets quieter
` [PATCH 24/36] build: remove rule for shared lib, it's unused
` [PATCH 25/36] build: normalize rules
` [PATCH 26/36] build: remove the dist rule since unused
` [PATCH 27/36] build: use one line per item
` [PATCH 28/36] build: use a dot file name instead of local.mk: .sparse.mk
` [PATCH 29/36] build: use git-clean
` [PATCH 30/36] build: use standard rules for install
` [PATCH 31/36] build: remove unused QUIET_INST_SH
` [PATCH 32/36] build: let quiet commands use less indentation
` [PATCH 33/36] build: simpler logic for quiet commands
` [PATCH 34/36] build: avoid foreach
` [PATCH 35/36] build: reorg & add comment
` [PATCH 36/36] build: use a single space before assignments

[GIT PULL] llvm fixes
 2017-11-05 23:18 UTC  (10+ messages)

multiarch & base dir
 2017-11-05 20:01 UTC  (5+ messages)

[PATCH] build: clean up $CFLAGS handling in the makefile
 2017-11-05 16:57 UTC  (17+ messages)

sparse with 4.10?
 2017-11-05 16:52 UTC  (5+ messages)
` [PATCH 0/2] fix missing evaluation when using '-include <file>'

[PATCH] Simplify expr->flags assignement
 2017-11-05  7:54 UTC 

[GIT PULL] debug build of sparse v4
 2017-11-05  7:27 UTC  (10+ messages)

[SPARSE] Questions for distros
 2017-11-04 20:13 UTC  (5+ messages)

[PATCH] build: only generate version.h when needed and remove it in clean target
 2017-11-04 16:54 UTC  (2+ messages)

[PATCH 0/6] build: various updates
 2017-11-04 13:10 UTC  (10+ messages)
` [PATCH 3/6] build: drop BASIC_CFLAGS and ALL_CFLAGS
` [PATCH 5/6] build: pass standard make variables to compiler and linker
` [PATCH 6/6] build: replace *_EXTRA_OBJS by local assignments to LDFLAGS and LOADLIBES

RE::
 2017-11-01 14:57 UTC 

Urgent Reply Needed
 2017-10-29  8:40 UTC 

Proposal
 2017-10-24 16:28 UTC 

[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
 2017-10-20 17:52 UTC  (44+ messages)
` [PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
` [PATCH v1 02/27] x86: Use symbol name on bug table "
` [PATCH v1 03/27] x86: Use symbol name in jump "
` [PATCH v1 04/27] x86: Add macro to get symbol address "
` [PATCH v1 05/27] x86: relocate_kernel - Adapt assembly "
` [PATCH v1 06/27] x86/entry/64: "
` [PATCH v1 07/27] x86: pm-trace - "
` [PATCH v1 08/27] x86/CPU: "
` [PATCH v1 09/27] x86/acpi: "
` [PATCH v1 10/27] x86/boot/64: "
` [PATCH v1 11/27] x86/power/64: "
` [PATCH v1 12/27] x86/paravirt: "
` [PATCH v1 13/27] x86/boot/64: Use _text in a global "
` [PATCH v1 14/27] x86/percpu: Adapt percpu "
` [PATCH v1 15/27] compiler: Option to default to hidden symbols
` [PATCH v1 16/27] x86/relocs: Handle PIE relocations
` [PATCH v1 17/27] xen: Adapt assembly for PIE support
` [PATCH v1 18/27] kvm: "
` [PATCH v1 19/27] x86: Support global stack cookie
` [PATCH v1 20/27] x86/ftrace: Adapt function tracing for PIE support
` [PATCH v1 21/27] x86/mm/dump_pagetables: Fix address markers index on x86_64
` [PATCH v1 22/27] x86/modules: Add option to start module section after kernel
` [PATCH v1 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v1 24/27] x86/mm: Make the x86 GOT read-only
` [PATCH v1 25/27] x86/pie: Add option to build the kernel as PIE
` [PATCH v1 26/27] x86/relocs: Add option to generate 64-bit relocations
` [PATCH v1 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB

x86: PIE support and option to extend KASLR randomization
 2017-10-20  8:13 UTC  (11+ messages)

[PATCH] build: assign extra flags to ALL_CFLAGS instead of CFLAGS
 2017-10-19 10:41 UTC  (14+ messages)

[PATCH] sparse: document that -Wbitwise is default
 2017-10-18 19:29 UTC  (3+ 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).