messages from 2018-10-16 17:01:37 to 2018-10-29 01:40:10 UTC [more...]
[PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
2018-10-28 16:54 UTC (16+ messages)
` [Lkcamp] "
[PATCH v3 0/5] Adds -Wshadow on KBUILD_HOSTCFLAGS and fix warnings
2018-10-28 16:42 UTC (9+ messages)
` [PATCH v3 1/5] x86/vdso: Renames variable to fix shadow warning
` [PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable
` [PATCH v3 3/5] Creates macro to avoid variable shadowing
` [PATCH v3 4/5] modpost: Changes parameter name to avoid shadowing
` [PATCH v3 5/5] Adds -Wshadow on KBUILD_HOSTCFLAGS
[PATCH v2 3/5] Creates macro to avoid variable shadowing
2018-10-28 16:37 UTC (5+ messages)
[PATCH v2 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
2018-10-28 13:14 UTC (12+ messages)
` [PATCH v2 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v2 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v2 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH v2 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
[PATCH v3 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
2018-10-28 13:09 UTC (5+ messages)
` [PATCH v3 1/4] x86/mm: declare check_la57_support() as inline
` [PATCH v3 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v3 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH v3 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
[PATCH 1/1] merge_config.sh: Replace prefix CONFIG_ with any prefix
2018-10-28 12:55 UTC
Hallo Freund
2018-10-27 9:14 UTC
For your attention
2018-10-24 20:37 UTC
[PATCH v2 1/5] x86/vdso: Renames variable to fix shadow warning
2018-10-24 0:39 UTC (3+ messages)
[PATCH] modpost: validate symbol names also in find_elf_symbol
2018-10-23 22:15 UTC
[PATCH 0/2] Compiler Attributes: __fallthrough
2018-10-23 5:43 UTC (44+ messages)
` [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
` [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough
[PATCH 1/1] Changes style to look more like list iteration
2018-10-23 1:20 UTC
[PATCH v2 0/5] Adds -Wshadow on KBUILD_HOSTCFLAGS
2018-10-23 1:13 UTC
[PATCH v2 5/5] Adds -Wshadow on KBUILD_HOSTCFLAGS
2018-10-23 1:11 UTC
[PATCH v2 4/5] modpost: Changes parameter name to avoid shadowing
2018-10-23 1:10 UTC
[PATCH v2 2/5] kbuild: Removes unnecessary shadowed local variable
2018-10-23 1:10 UTC
[GIT PULL] Compiler Attributes for v4.20-rc1
2018-10-22 10:59 UTC
I NEED YOUR HELP URGENTLY!!!
2018-10-21 0:25 UTC
[PATCH 0/2] modpost: skip section mismatch warnings on ELF local symbols by default
2018-10-20 14:08 UTC (4+ messages)
` [PATCH 1/2] modpost: add switch to skip symbol exclusions likely to generate false positives
` [PATCH 2/2] modpost: skip ELF local symbols by default during section mismatch check
[PATCH 0/3] kbuild: add scripts/Makefile.toolcheck to check necessary host tools
2018-10-19 19:28 UTC (14+ messages)
` [PATCH 1/3] kbuild: provide a new place "
` [PATCH 2/3] objtool: move libelf check out of top Makefile
` [PATCH 3/3] kbuild: check the presence of lzo and lz4 tools when necessary
move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v3
2018-10-19 18:18 UTC (15+ messages)
` [PATCH 1/9] aha152x: rename the PCMCIA define
` [PATCH 2/9] arm: remove EISA kconfig option
` [PATCH 3/9] powerpc: remove CONFIG_PCI_QSPAN
` [PATCH 4/9] powerpc: remove CONFIG_MCA leftovers
` [PATCH 5/9] powerpc: PCI_MSI needs PCI
` [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
` [PATCH 7/9] pcmcia: allow PCMCIA support independent of the architecture
` [PATCH 8/9] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
` [PATCH 9/9] eisa: consolidate EISA Kconfig entry in drivers/eisa
move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
2018-10-19 12:01 UTC (23+ messages)
` [PATCH 1/8] aha152x: rename the PCMCIA define
` [PATCH 2/8] powerpc: remove CONFIG_PCI_QSPAN
` [PATCH 3/8] powerpc: PCI_MSI needs PCI
` [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci
` [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
` [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
` [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers
[PATCH 3/4] kbuild: Removes unnecessary shadowed local variable and optimize testing
2018-10-19 2:44 UTC (4+ messages)
` [Lkcamp] "
[PATCH 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
2018-10-18 17:03 UTC (9+ messages)
` [PATCH 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
[PATCH 2/4] Renames variable to fix shadow warning
2018-10-18 5:47 UTC (8+ messages)
` [Lkcamp] "
[PATCH 4/4] Changes macro usage to avoid shadowing a variable
2018-10-18 1:48 UTC (3+ messages)
` [Lkcamp] "
[PATCH 0/3] Let sparse check for shadowed variables
2018-10-17 20:13 UTC (9+ messages)
` [PATCH 1/3] kbuild: Add -Wshadow to sparse
` [PATCH 2/3] x86/mcelog: Remove one mce_helper definition
` [PATCH 3/3] kvm: don't redefine flags as something else
move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
2018-10-17 8:17 UTC (4+ messages)
` [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers
[PATCH] Kbuild: Hide Clang's -Wempty-body behind W=1
2018-10-17 5:02 UTC (3+ messages)
[PATCH 0/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
2018-10-17 4:45 UTC (2+ messages)
` [Lkcamp] "
[PATCH] kbuild: Fail the build early when no lz4 present
2018-10-16 9:17 UTC (6+ 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