messages from 2018-06-07 20:05:50 to 2018-06-20 17:40:28 UTC [more...]
[PATCH v3 00/17] khwasan: kernel hardware assisted address sanitizer
2018-06-20 17:39 UTC (13+ messages)
` [PATCH v3 01/17] khwasan, mm: change kasan hooks signatures
` [PATCH v3 02/17] khwasan: move common kasan and khwasan code to common.c
` [PATCH v3 03/17] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v3 04/17] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v3 05/17] khwasan: initialize shadow to 0xff
` [PATCH v3 06/17] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v3 07/17] khwasan, arm64: fix up fault handling logic
` [PATCH v3 08/17] khwasan: add tag related helper functions
` [PATCH v3 09/17] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v3 10/17] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v3 11/17] khwasan: split out kasan_report.c from report.c
` [PATCH v3 12/17] khwasan: add bug reporting routines
[PATCH v5 0/3] extern inline native_save_fl for paravirt
2018-06-20 16:40 UTC (11+ messages)
` [PATCH v5 1/3] compiler-gcc.h: add gnu_inline to all inline declarations
` [PATCH v5 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH v5 3/3] x86: paravirt: make native_save_fl extern inline
[PATCH] Kbuild: fix mismatched if/endif pairs
2018-06-20 15:35 UTC (2+ messages)
[PATCH 0/3] Resolve -Wattribute-alias warnings from SYSCALL_DEFINEx()
2018-06-20 13:40 UTC (18+ messages)
` [PATCH 1/3] kbuild: add macro for controlling warnings to linux/compiler.h
` [PATCH v2 0/3] Resolve -Wattribute-alias warnings from SYSCALL_DEFINEx()
` [PATCH v2 1/3] kbuild: add macro for controlling warnings to linux/compiler.h
` [PATCH v2 2/3] disable -Wattribute-alias warning for SYSCALL_DEFINEx()
` [PATCH v2 3/3] powerpc: Remove -Wattribute-alias pragmas
` [PATCH 2/3] disable -Wattribute-alias warning for SYSCALL_DEFINEx()
` [PATCH 3/3] Revert "powerpc: fix build failure by disabling attribute-alias warning in pci_32"
[RFC v8 0/1] mconf: global i-search in menu prompts
2018-06-20 8:42 UTC (2+ messages)
` [RFC v8 1/1] "
[PATCH v5 1/9] Makefile: Prepare for using macros for inline asm
2018-06-19 19:48 UTC
[RFC v7 0/1] mconf: global i-search in menu prompts
2018-06-19 19:43 UTC (8+ messages)
` [RFC v7 1/1] "
uapi headers userspace build results
2018-06-19 18:17 UTC (3+ messages)
[PATCH v3 0/3] mtd: rawnand: denali: add new clocks and improve setup_data_interface
2018-06-19 11:28 UTC (17+ messages)
` [PATCH v3 1/3] mtd: rawnand: denali_dt: add more clocks based on IP datasheet
` [PATCH v3 2/3] mtd: rawnand: denali_dt: use dev as a shorthand of &pdev->dev
` [PATCH v3 3/3] mtd: rawnand: denali: optimize timing parameters for data interface
[PATCH v4 1/9] Makefile: Prepare for using macros for inline asm
2018-06-19 7:12 UTC (7+ messages)
[RFC PATCH 0/5] kbuild: build modules from code in multiple directories
2018-06-19 5:03 UTC (13+ messages)
` [PATCH 2/5] kbuild: treat a directory listed in a composite object as foo/mod.a
` [PATCH 1/5] kbuild: detect directories in components of a module
` [PATCH 5/5] kbuild: Add documentation for modobj-m
` [PATCH 4/5] kbuild: disable KBUILD_MODNAME when building for mod.a
` [PATCH 3/5] kbuild: support building of per-directory mod.a
` [PATCH 3/5 - v2] "
[PATCH] stack-protector: Fix test with 32-bit userland and CONFIG_64BIT=y
2018-06-18 17:45 UTC
[GIT PULL 2/2] Kconfig updates for v4.18
2018-06-18 13:25 UTC (2+ messages)
[PATCH] Kbuild: fix mismatched if/endif pairs
2018-06-17 11:36 UTC
[PATCH 1/2] kbuild: do not update config when running install targets
2018-06-17 0:07 UTC (2+ messages)
` [PATCH 2/2] kbuild: do not update config for 'make kernelrelease'
/bin/sh: 1: .: Can't open scripts/kconfig/.mconf-cfg
2018-06-16 11:10 UTC
[RFC v6 0/1] mconf: global i-search in menu structure
2018-06-15 22:29 UTC (2+ messages)
` [RFC v6 1/1] "
[PATCHv4 0/3] Salted build ids via linker sections
2018-06-14 21:38 UTC (14+ messages)
` [PATCHv4 1/3] scripts: Preprocess module-common.lds
` [PATCHv4 2/3] kbuild: Introduce build-salt linker section and config option
` [PATCHv4 3/3] x86: Add build salt to the vDSO and kernel linker scripts
[PATCH 0/3] Some more changes for stack protector config symbols
2018-06-14 16:13 UTC (5+ messages)
` [PATCH 1/3] x86: fix dependency of X86_32_LAZY_GS
` [PATCH 2/3] kconfig: tinyconfig: remove stale stack protector fixups
` [PATCH 3/3] Kbuild: rename HAVE_CC_STACKPROTECTOR config variable
[PATCH v2 0/3] net: bpfilter: clean-up build rules
2018-06-14 14:39 UTC (2+ messages)
` [PATCH v2 3/3] bpfilter: check compiler capability in Kconfig
[GIT PULL] Kbuild updates for 4.18 (2nd round)
2018-06-14 10:38 UTC (9+ messages)
Syncing .version and VERSION
2018-06-13 12:19 UTC
[PATCH v2] nconf: respect i-search pattern boundaries
2018-06-13 5:28 UTC (4+ messages)
[PATCH v4 0/3] extern inline native_save_fl for paravirt
2018-06-12 21:36 UTC (13+ messages)
` [PATCH v4 1/3] compiler-gcc.h: add gnu_inline to all inline declarations
` [PATCH v4 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH v4 3/3] x86: paravirt: make native_save_fl extern inline
[PATCH] nconf: respect i-search search pattern boundaries
2018-06-12 19:01 UTC (3+ messages)
[PATCH 1/2] [RFC] kbuild: add macro for controlling warnings to linux/compiler.h
2018-06-11 21:19 UTC (3+ messages)
` [PATCH 2/2] [RFC] disable -Wattribute-alias warning for SYSCALL_DEFINEx()
[PATCH v5 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
2018-06-11 16:00 UTC (4+ messages)
[PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
2018-06-11 15:46 UTC (13+ messages)
[RFC v5 0/1] i-search navigation for mconf
2018-06-11 12:51 UTC (2+ messages)
` [RFC v5 1/1] "
[RFC PATCH] kbuild: clean-up passing KCOV compiler flags
2018-06-11 3:45 UTC
[PATCH] linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify()
2018-06-11 2:35 UTC
[PATCH v3 1/9] Makefile: Prepare for using macros for inline asm
2018-06-10 14:19 UTC
[PATCH v5 00/31] kconfig: move compiler capability tests to Kconfig
2018-06-10 14:19 UTC (8+ messages)
` [PATCH v5 21/31] kconfig: show compiler version text in the top comment
` [PATCH v5 27/31] kcov: test compiler capability in Kconfig and correct dependency
[PATCH] kconfig: fix localmodconfig
2018-06-10 13:29 UTC (3+ messages)
[PATCH] kbuild: fix endless syncconfig in case arch Makefile sets CROSS_COMPILE
2018-06-09 11:36 UTC (3+ messages)
[RFC v4 0/1] i-search functionality for mconf
2018-06-09 7:40 UTC (5+ messages)
` [RFC v4 1/1] "
[PATCH] trace: fix SKIP_STACK_VALIDATION=1 build
2018-06-08 22:08 UTC (2+ messages)
[PATCH] uapi: Make generic uapi headers compile standalone
2018-06-08 20:48 UTC (10+ messages)
[PATCH v5 03/31] kconfig: reference environment variables directly and remove 'option env='
2018-06-08 17:53 UTC (2+ messages)
` [v5, "
master regression: localmodconfig Can't open arch/$(SRCARCH)/Kconfig
2018-06-08 14:33 UTC
[PATCH v2 0/2] extern inline native_save_fl for paravirt
2018-06-08 14:34 UTC (7+ messages)
` [PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
[RFC v3 0/1] Emacs-like isearch for mconf
2018-06-08 9:35 UTC (2+ messages)
` [RFC v3 1/1] "
[PATCH] [net-next, wrong] make BPFILTER_UMH depend on X86
2018-06-08 9:40 UTC (4+ messages)
[RFC 0/1] mconf: Emacs-like isearch
2018-06-08 7:56 UTC (9+ messages)
[PATCH v3 0/3] extern inline native_save_fl for paravirt
2018-06-07 20:15 UTC (4+ messages)
` [PATCH v3 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
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