linux-hexagon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-03 19:58:43 to 2018-11-03 15:20:06 UTC [more...]

[PATCH -next 0/3] Add support for fast mremap
 2018-11-03 15:20 UTC  (8+ messages)
` [PATCH -next 1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2)
  ` [PATCH -next v2 1/3] mm: treewide: remove unused address argument from pte_alloc functions
` [PATCH -next 2/3] mm: speed up mremap by 20x on large regions (v4)
` [PATCH -next 3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap

[PATCH v2 0/2] kgdb: Fix kgdb_roundup_cpus()
 2018-11-03 10:45 UTC  (9+ messages)
` [PATCH v2 1/2] kgdb: Remove irq flags from roundup
` [PATCH v2 2/2] kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()

[PATCH 0/7] serial: Finish kgdb on qcom_geni; fix many lockdep splats w/ kgdb
 2018-10-30 22:22 UTC  (12+ messages)
` [PATCH 6/7] smp: Don't yell about IRQs disabled in kgdb_roundup_cpus()
` [PATCH 7/7] kgdb: Remove irq flags and local_irq_enable/disable from roundup

[PATCH 0/4] Add support for fast mremap
 2018-10-29 10:28 UTC  (26+ messages)
` [PATCH 1/4] treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)
` [PATCH 3/4] arm64: select HAVE_MOVE_PMD for faster mremap (v1)
` [PATCH 4/4] x86: "

[PATCH v2 0/2] arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD
 2018-10-26 19:05 UTC  (15+ messages)
` [PATCH v2 1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures
` [PATCH v2 2/2] arm64: Create asm/initrd.h

[PATCH 0/2] arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD
 2018-10-23 23:40 UTC  (3+ messages)
` [PATCH 1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures
` [PATCH 2/2] arm64: Create asm/initrd.h

[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions
 2018-10-16  2:08 UTC  (38+ messages)
` [PATCH v2 2/2] mm: speed up mremap by 500x on large regions

[PATCH 3.18 089/120] hexagon: modify ffs() and fls() to return int
 2018-10-11 15:34 UTC 

[PATCH 4.18 131/168] hexagon: modify ffs() and fls() to return int
 2018-10-08 18:31 UTC 

[PATCH 4.9 43/59] hexagon: modify ffs() and fls() to return int
 2018-10-08 18:31 UTC 

[PATCH 4.14 69/94] hexagon: modify ffs() and fls() to return int
 2018-10-08 18:31 UTC 

[PATCH 4.4 101/113] hexagon: modify ffs() and fls() to return int
 2018-10-08 18:31 UTC 

[PATCH AUTOSEL 3.18 08/13] hexagon: modify ffs() and fls() to return int
 2018-10-01  0:41 UTC 

[PATCH AUTOSEL 4.4 10/17] hexagon: modify ffs() and fls() to return int
 2018-10-01  0:41 UTC 

[PATCH AUTOSEL 4.9 18/26] hexagon: modify ffs() and fls() to return int
 2018-10-01  0:40 UTC 

[PATCH AUTOSEL 4.14 28/37] hexagon: modify ffs() and fls() to return int
 2018-10-01  0:39 UTC 

[PATCH AUTOSEL 4.18 53/65] hexagon: modify ffs() and fls() to return int
 2018-10-01  0:38 UTC 

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-27  4:50 UTC  (49+ messages)
` [PATCH 01/30] mips: switch to NO_BOOTMEM
` [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
` [PATCH 04/30] mm: remove bootmem allocator implementation
` [PATCH 05/30] mm: nobootmem: remove dead code
` [PATCH 06/30] memblock: rename memblock_alloc{_nid, _try_nid} to memblock_phys_alloc*
` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
` [PATCH 08/30] memblock: replace alloc_bootmem_align with memblock_alloc
` [PATCH 09/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 10/30] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [PATCH 11/30] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [PATCH 12/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 13/30] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
` [PATCH 15/30] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [PATCH 17/30] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [PATCH 18/30] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [PATCH 19/30] memblock: replace alloc_bootmem_pages with memblock_alloc
` [PATCH 20/30] memblock: replace __alloc_bootmem with memblock_alloc_from
` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc
` [PATCH 22/30] mm: nobootmem: remove bootmem allocation APIs
` [PATCH 23/30] memblock: replace free_bootmem{_node} with memblock_free
` [PATCH 24/30] memblock: replace free_bootmem_late with memblock_free_late
` [PATCH 25/30] memblock: rename free_all_bootmem to memblock_free_all
` [PATCH 26/30] memblock: rename __free_pages_bootmem to memblock_free_pages
` [PATCH 27/30] mm: remove nobootmem
` [PATCH 28/30] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
` [PATCH 29/30] mm: remove include/linux/bootmem.h
` [PATCH 30/30] docs/boot-time-mm: remove bootmem documentation

[GIT PULL] Hexagon cleanups
 2018-09-13 23:46 UTC 

[PATCH] treewide: remove current_text_addr
 2018-08-31 16:48 UTC  (16+ messages)

[PATCH RESEND 0/7] switch several architectures NO_BOOTMEM
 2018-08-29  7:20 UTC  (9+ messages)
` [PATCH 1/7] hexagon: switch to NO_BOOTMEM
` [PATCH 2/7] of: ignore sub-page memory regions
` [PATCH 3/7] nios2: use generic early_init_dt_add_memory_arch
` [PATCH 4/7] nios2: switch to NO_BOOTMEM
` [PATCH 5/7] um: setup_physmem: stop using global variables
` [PATCH 6/7] um: switch to NO_BOOTMEM
` [PATCH 7/7] unicore32: "

use the generic dma-noncoherent code for hexagon
 2018-08-27  8:41 UTC  (9+ messages)
` [PATCH 1/3] hexagon: remove the sync_single_for_cpu DMA operation


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