messages from 2017-09-26 07:15:35 to 2017-11-05 16:26:34 UTC [more...]
[PATCH 00/36] Makefile reorganization
2017-11-05 16:25 UTC (30+ 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
multiarch & base dir
2017-11-05 10:08 UTC (3+ messages)
[GIT PULL] llvm fixes
2017-11-05 8:49 UTC (8+ messages)
[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)
[PATCH] build: clean up $CFLAGS handling in the makefile
2017-11-05 0:45 UTC (16+ 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 (16+ messages)
` [PATCH 1/6] build: make PREFIX overwritable from the environment
` [PATCH 2/6] build: put comment about local.mk to the place where it is included
` [PATCH 3/6] build: drop BASIC_CFLAGS and ALL_CFLAGS
` [PATCH 4/6] build: drop -g from LDFLAGS
` [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 (12+ 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)
x86: PIE support and option to extend KASLR randomization
2017-10-05 16:14 UTC (32+ messages)
` [RFC v3 01/27] x86/crypto: Adapt assembly for PIE support
` [RFC v3 02/27] x86: Use symbol name on bug table "
` [RFC v3 03/27] x86: Use symbol name in jump "
` [RFC v3 04/27] x86: Add macro to get symbol address "
` [RFC v3 05/27] x86: relocate_kernel - Adapt assembly "
` [RFC v3 06/27] x86/entry/64: "
` [RFC v3 07/27] x86: pm-trace - "
` [RFC v3 08/27] x86/CPU: "
` [RFC v3 09/27] x86/acpi: "
` [RFC v3 10/27] x86/boot/64: "
` [RFC v3 11/27] x86/power/64: "
` [RFC v3 12/27] x86/paravirt: "
` [RFC v3 13/27] x86/boot/64: Use _text in a global "
` [RFC v3 14/27] x86/percpu: Adapt percpu "
` [RFC v3 15/27] compiler: Option to default to hidden symbols
` [RFC v3 16/27] x86/relocs: Handle PIE relocations
` [RFC v3 17/27] xen: Adapt assembly for PIE support
` [RFC v3 18/27] kvm: "
` [RFC v3 19/27] x86: Support global stack cookie
` [RFC v3 20/27] x86/ftrace: Adapt function tracing for PIE support
` [RFC v3 21/27] x86/mm/dump_pagetables: Fix address markers index on x86_64
` [RFC v3 22/27] x86/modules: Add option to start module section after kernel
` [RFC v3 23/27] x86/modules: Adapt module loading for PIE support
` [RFC v3 24/27] x86/mm: Make the x86 GOT read-only
` [RFC v3 25/27] x86/pie: Add option to build the kernel as PIE
` [RFC v3 26/27] x86/relocs: Add option to generate 64-bit relocations
` [RFC v3 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB
Bug#873508: sparse test failures on ppc32le (and other not so common archs)
2017-10-03 4:46 UTC (16+ messages)
` "
` [PATCH] fix cgcc ELF version for ppc64/pcc64le
[PATCH] build: make PREFIX overwritable on the commandline
2017-10-03 4:38 UTC (4+ messages)
x86: PIE support and option to extend KASLR randomization
2017-10-02 20:28 UTC (12+ messages)
[PATCH] compile-i386: Use SPARSE_VERSION instead of __DATE__
2017-10-02 19:47 UTC (2+ messages)
[PATCH] cgcc: provide __ARM_PCS_VFP for armhf
2017-09-26 20:35 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).