linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-06 12:14:03 to 2018-08-01 16:35:39 UTC [more...]

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-08-01 16:35 UTC  (40+ messages)
    ` [PATCH v4 13/17] khwasan: add hooks implementation

[PATCH v6 0/9] x86: macrofying inline asm for better compilation
 2018-07-18  1:47 UTC  (5+ messages)
` [PATCH v6 2/9] x86: objtool: use asm macro for better compiler decisions
  ` [kbuild ack?] Re: [PATCH v6 0/9] x86: macrofying inline asm for better compilation

[PATCH] compiler.h, sparse, smatch: Do not define COMPILER_HAS_GENERIC_BUILTIN_OVERFLOW
 2018-07-07  9:49 UTC  (6+ messages)

[PATCH] sparse: stricter warning for explicit cast to ulong
 2018-06-28 23:21 UTC 

[PATCH v5 00/27] x86: PIE support and option to extend KASLR randomization
 2018-06-25 23:25 UTC  (3+ messages)
` [PATCH v5 15/27] compiler: Option to default to hidden symbols

[PATCH v11 00/13] Intel SGX1 support
 2018-06-25  9:44 UTC  (10+ messages)
` [PATCH v11 01/13] compiler.h, kasan: add __SANITIZE_ADDRESS__ check for __no_kasan_or_inline

[PATCH v3 02/17] khwasan: move common kasan and khwasan code to common.c
 2018-06-21 12:40 UTC  (2+ messages)

[PATCH v3 17/17] kasan: add SPDX-License-Identifier mark to source files
 2018-06-20 19:43 UTC  (3+ messages)

[PATCH v5 0/9] x86: macrofying inline asm for better compilation
 2018-06-20 16:47 UTC  (4+ messages)
` [PATCH v5 2/9] x86: objtool: use asm macro for better compiler decisions

[PATCH v4 2/9] x86: objtool: use asm macro for better compiler decisions
 2018-06-12 11:50 UTC 

[RESEND PATCH v5 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-06-11 16:00 UTC  (26+ messages)
` [PATCH v5 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v5 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH v5 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization

[PATCH v3 0/9] x86: macrofying inline asm for better compilation
 2018-06-10 14:19 UTC  (2+ messages)
` [PATCH v3 2/9] x86: objtool: use asm macro for better compiler decisions

[PATCH v2 0/9] x86: macrofying inline asm for better compilation
 2018-06-05  5:41 UTC  (6+ messages)
` [PATCH v2 2/9] x86: objtool: use asm macro for better compiler decisions

[PATCH v4 00/27] x86: PIE support and option to extend KASLR randomization
 2018-05-29 22:15 UTC  (2+ messages)
` [PATCH v4 15/27] compiler: Option to default to hidden symbols

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

[RFC PATCH v3 15/15] khwasan: update kasan documentation
 2018-05-28 12:21 UTC 

[PATCH 0/6] Macrofying inline assembly for better compilation
 2018-05-18 14:15 UTC  (4+ messages)
` [PATCH 1/6] x86: objtool: use asm macro for better compiler decisions

[RFC 0/8] Improving compiler inlining decisions
 2018-05-16  4:30 UTC  (10+ messages)
` [RFC 1/8] x86: objtool: use asm macro for better compiler decisions

Bug#873508: sparse test failures on ppc32le (and other not so common archs)
 2018-04-27 16:11 UTC  (6+ messages)
  ` Bug#873508: sparse test failures & PATH_MAX
  ` Bug#873508: sparse test failures on x32

[PATCH v2 1/4] tpm: Add explicit endianness cast
 2018-04-24  9:57 UTC  (3+ messages)

[RFC PATCH v2 13/15] khwasan: add hooks implementation
 2018-04-12 17:37 UTC  (10+ messages)

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2018-04-11 10:08 UTC  (5+ messages)

[PATCH v4] sparse: add -Wpointer-arith flag to toggle sizeof(void) warnings
 2018-04-10 22:46 UTC 

[PATCH v3] sparse: add -Wpointer-arith flag to toggle sizeof(void) warnings
 2018-04-10 22:25 UTC  (4+ messages)

[PATCH v2] add -Wpointer-arith sparse flag to toggle sizeof(void) warnings
 2018-04-10  0:59 UTC  (5+ 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).