linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-10 08:03:20 to 2018-05-14 02:05:24 UTC [more...]

[PATCH v2 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
 2018-05-14  2:05 UTC  (6+ messages)
` [PATCH v2 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected

linux-next: build warning after merge of the vfs tree
 2018-05-14  0:56 UTC  (2+ messages)

[PATCH 0/8] kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX and clean-up code
 2018-05-14  0:11 UTC  (3+ messages)

[PATCH REPOST 0/5] Simplify setting thread flags to a particular value
 2018-05-13 16:12 UTC  (18+ messages)
` [PATCH REPOST 1/5] thread_info: Port core code to use update_thread_flag() helpers
` [PATCH REPOST 2/5] ARM: Use update_thread_flag()
` [PATCH REPOST 3/5] MIPS: Use update{,_tsk}_thread_flag()
` [PATCH REPOST 4/5] powerpc: Use update_thread_flag()
` [PATCH REPOST 5/5] sparc: "

[PATCH v2 0/7] Introduce the for_each_set_port_word macro
 2018-05-13 15:11 UTC  (6+ messages)
` [PATCH v2 1/7] bitops: "

common non-cache coherent direct dma mapping ops
 2018-05-13 13:26 UTC  (50+ messages)
` [PATCH 01/20] dma-mapping: simplify Kconfig dependencies
  ` [PATCH 02/20] dma-mapping: provide a generic dma-noncoherent implementation
  ` [PATCH 03/20] arc: use generic dma_noncoherent_ops
  ` [PATCH 04/20] arm-nommu: "
  ` [PATCH 05/20] c6x: "
  ` [PATCH 06/20] hexagon: "
  ` [PATCH 07/20] m68k: "
  ` [PATCH 08/20] microblaze: "
  ` [PATCH 09/20] microblaze: remove the consistent_sync and consistent_sync_page
  ` [PATCH 10/20] nds32: use generic dma_noncoherent_ops
  ` [PATCH 11/20] nios2: "
  ` [PATCH 12/20] openrisc: "
  ` [PATCH 13/20] sh: simplify get_arch_dma_ops
  ` [PATCH 14/20] sh: introduce a sh_cacheop_vaddr helper
  ` [PATCH 15/20] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
  ` [PATCH 16/20] mm: split arch/sh/mm/consistent.c
  ` [PATCH 17/20] sh: use generic dma_noncoherent_ops
  ` [PATCH 18/20] xtensa: "
  ` [PATCH 19/20] sparc: "
  ` [PATCH 20/20] parisc: "

[PATCH] x86: remove no-op macro VMLINUX_SYMBOL()
 2018-05-13 13:15 UTC  (3+ messages)
` [tip:x86/build] x86/build: Remove "

[PATCH v4 0/4] MIPS: Override barrier_before_unreachable() to fix microMIPS
 2018-05-11 21:47 UTC  (2+ messages)
` [PATCH v4 3/4] compiler.h: Allow arch-specific overrides

[PATCH 00/12] introduce support for early platform drivers
 2018-05-11 20:13 UTC  (28+ messages)
` [PATCH 01/12] platform/early: add a new field to struct device
` [PATCH 02/12] platform/early: don't WARN() on non-empty devres list for early devices
` [PATCH 03/12] platform/early: export platform_match() locally
` [PATCH 04/12] platform: provide a separate function for initializing platform devices
` [PATCH 05/12] platform: export platform_device_release() locally
` [PATCH 06/12] of: add a new flag for OF device nodes
` [PATCH 07/12] of/platform: provide a separate routine for setting up device resources
` [PATCH 08/12] of/platform: provide a separate routine for device initialization
` [PATCH 09/12] platform/early: add an init section for early driver data
` [PATCH 10/12] platform/early: implement support for early platform drivers
` [PATCH 11/12] misc: implement a dummy early platform driver
` [PATCH 12/12] of/platform: make the OF code aware of early platform drivers

[PATCH v5 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-05-11  8:09 UTC  (10+ 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 v4 3/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
 2018-05-11  3:18 UTC  (5+ messages)

[REVIEW][PATCH 00/22] Simplifying siginfo users
 2018-05-11  2:31 UTC  (8+ messages)
` [REVIEW][PATCH 08/22] signal/mips: Use force_sig_fault where appropriate

[PATCH v3 0/2] mm: PAGE_KERNEL_* fallbacks
 2018-05-10 18:55 UTC  (6+ messages)
` [PATCH v3 1/2] mm: provide a fallback for PAGE_KERNEL_RO for architectures
` [PATCH v3 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC "

[PATCH] selftests/x86: Detect -no-pie availability
 2018-05-10 17:30 UTC  (3+ messages)

[PATCH v2 0/2] mm: PAGE_KERNEL_* fallbacks
 2018-05-10 17:15 UTC  (10+ messages)
` [PATCH v2 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC for architectures

[PATCH v4 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-05-10 12:29 UTC  (5+ messages)
` [PATCH v4 4/4] asm-generic: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING

[PATCH -resend 00/27] New macros for assembler symbols
 2018-05-10  8:06 UTC  (56+ messages)
` [PATCH -resend 01/27] linkage: new "
` [PATCH -resend 02/27] x86: assembly, use SYM_DATA for data
` [PATCH -resend 03/27] x86: assembly, annotate relocate_kernel
` [PATCH -resend 04/27] x86: entry, annotate THUNKs
` [PATCH -resend 05/27] x86: assembly, annotate local pseudo-functions
` [PATCH -resend 06/27] x86: crypto, annotate local functions
` [PATCH -resend 07/27] x86: boot, "
` [PATCH -resend 08/27] x86: assembly, annotate aliases
` [PATCH -resend 09/27] x86: entry, annotate interrupt symbols properly
` [PATCH -resend 10/27] x86: head, annotate data appropriatelly
` [PATCH -resend 11/27] x86: boot, "
` [PATCH -resend 12/27] x86: um, "
` [PATCH -resend 13/27] x86: xen-pvh, "
` [PATCH -resend 14/27] x86: purgatory, start using annotations
` [PATCH -resend 15/27] x86: assembly, do not annotate functions by GLOBAL
` [PATCH -resend 16/27] x86: assembly, use SYM_CODE_INNER_LABEL instead of GLOBAL
` [PATCH -resend 17/27] x86: realmode, use SYM_DATA_* "
` [PATCH -resend 18/27] x86: assembly, remove GLOBAL macro
` [PATCH -resend 19/27] x86: assembly, make some functions local
` [PATCH -resend 20/27] x86: ftrace, mark function_hook as function
` [PATCH -resend 21/27] x86_64: assembly, add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH -resend 22/27] x86_64: assembly, change all ENTRY+END to SYM_CODE_*
` [PATCH -resend 23/27] x86_64: assembly, change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH -resend 24/27] x86_32: assembly, add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH -resend 25/27] x86_32: assembly, change all ENTRY+END to SYM_CODE_*
` [PATCH -resend 26/27] x86_32: assembly, change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH -resend 27/27] x86: assembly, replace WEAK uses


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).