linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-09 07:51:49 to 2018-05-11 09:11:31 UTC [more...]

common non-cache coherent direct dma mapping ops
 2018-05-11  9:11 UTC  (44+ 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 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 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-05-11  3:18 UTC  (22+ messages)
` [PATCH v4 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v4 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v4 3/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
` [PATCH v4 4/4] asm-generic: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING

[REVIEW][PATCH 00/22] Simplifying siginfo users
 2018-05-11  2:31 UTC  (10+ 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  (16+ messages)
` [PATCH v2 1/2] mm: provide a fallback for PAGE_KERNEL_RO for architectures
` [PATCH v2 2/2] mm: provide a fallback for PAGE_KERNEL_EXEC "

[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

[PATCH 0/8] kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX and clean-up code
 2018-05-10  5:08 UTC  (10+ messages)
` [PATCH 5/8] export.h: remove code for prefixing symbols with underscore

[PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
 2018-05-10  1:24 UTC  (10+ messages)

[PATCH v7 00/16] KVM: arm64: Optimise FPSIMD context switching
 2018-05-09 16:12 UTC  (2+ messages)

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-09 14:41 UTC  (14+ messages)

[PATCH v2 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
 2018-05-09 13:00 UTC  (10+ messages)
` [PATCH v2 1/4] kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION
` [PATCH v2 2/4] kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections for module build
` [PATCH v2 3/4] kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled
` [PATCH v2 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected

[PATCH v3 0/5] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-05-09  8:39 UTC  (8+ messages)
` [PATCH v3 2/5] regulator: add dummy function of_find_regulator_by_node

[PATCH] s390: remove no-op macro VMLINUX_SYMBOL()
 2018-05-09  8:32 UTC  (4+ messages)

[PATCH] sh: remove no-op macro VMLINUX_SYMBOL()
 2018-05-09  7:53 UTC  (2+ 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).