linux-hexagon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-11 10:36:22 to 2020-04-12 19:48:54 UTC [more...]

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-12 19:48 UTC  (17+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH 06/21] alpha: simplify detection of memory zone boundaries
` [PATCH 07/21] arm: "
` [PATCH 08/21] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH 09/21] csky: simplify detection of memory zone boundaries
` [PATCH 10/21] m68k: mm: "
` [PATCH 11/21] parisc: "
` [PATCH 12/21] sparc32: "
` [PATCH 13/21] unicore32: "
` [PATCH 14/21] xtensa: "
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES

[PATCH 00/18] genirq: Remove setup_irq()
 2020-04-02 15:03 UTC  (10+ messages)
` [PATCH 04/18] hexagon: replace setup_irq() by request_irq()
      ` [PATCH 0/6] Kill setup_irq()
        ` [PATCH v5 3/6] hexagon: replace setup_irq() by request_irq()

[patch V3 00/20] Lock ordering documentation and annotation for lockdep
 2020-03-27 19:14 UTC  (41+ messages)
` [patch V3 01/20] PCI/switchtec: Fix init_completion race condition with poll_wait()
` [patch V3 02/20] pci/switchtec: Replace completion wait queue usage for poll
` [patch V3 03/20] usb: gadget: Use completion interface instead of open coding it
` [patch V3 04/20] orinoco_usb: Use the regular completion interfaces
` [patch V3 05/20] acpi: Remove header dependency
` [patch V3 06/20] nds32: Remove mm.h from asm/uaccess.h
` [patch V3 07/20] csky: "
` [patch V3 08/20] hexagon: "
` [patch V3 09/20] ia64: "
` [patch V3 10/20] microblaze: "
` [patch V3 11/20] rcuwait: Add @state argument to rcuwait_wait_event()
` [patch V3 12/20] powerpc/ps3: Convert half completion to rcuwait
` [patch V3 13/20] Documentation: Add lock ordering and nesting documentation
        ` Documentation/locking/locktypes: Further clarifications and wordsmithing
            ` [PATCH v2] Documentation/locking/locktypes: minor copy editor fixes
` [patch V3 14/20] timekeeping: Split jiffies seqlock
` [patch V3 15/20] sched/swait: Prepare usage in completions
` [patch V3 16/20] completion: Use simple wait queues
  ` [PATCH] completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()
` [patch V3 17/20] lockdep: Introduce wait-type checks
` [patch V3 18/20] lockdep: Add hrtimer context tracing bits
` [patch V3 19/20] lockdep: Annotate irq_work
` [patch V3 20/20] lockdep: Add posixtimer context tracing bits

[PATCH 3/5] hexagon: Remove mm.h from asm/uaccess.h
 2020-03-20  9:48 UTC 

[PATCHv2 00/50] Add log level to show_stack()
 2020-03-17 15:34 UTC  (3+ messages)
` [PATCHv2 14/50] hexagon: Add show_stack_loglvl()

[PATCH v3] hexagon: replace setup_irq() by request_irq()
 2020-03-13 12:26 UTC  (2+ messages)

[PATCH -next 000/491] treewide: use fallthrough;
 2020-03-11  4:51 UTC 

[PATCH V3] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 14:52 UTC 

[PATCH V2] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 13:46 UTC  (3+ messages)

[PATCH v3 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-03-08 10:54 UTC  (17+ messages)
` [PATCH v3 01/14] arm/arm64: add support for folded p4d page tables
` [PATCH v3 02/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v3 03/14] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 04/14] ia64: add support for folded p4d page tables
` [PATCH v3 05/14] nios2: "
` [PATCH v3 06/14] openrisc: "
` [PATCH v3 07/14] powerpc/32: drop get_pteptr()
` [PATCH v3 08/14] powerpc: add support for folded p4d page tables
` [PATCH v3 09/14] sh: fault: Modernize printing of kernel messages
` [PATCH v3 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v3 11/14] sh: add support for folded p4d page tables
` [PATCH v3 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 13/14] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v3 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

[PATCH] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-05  7:34 UTC  (7+ messages)

[PATCH 0/2] mm/vma: some new flags
 2020-03-05  6:50 UTC  (2+ messages)
` [PATCH 1/2] mm/vma: Define a default value for VM_DATA_DEFAULT_FLAGS

[RFC 0/3] mm/vma: some new flags and helpers
 2020-03-04  5:19 UTC  (5+ messages)
` [RFC 1/3] mm/vma: Define a default value for VM_DATA_DEFAULT_FLAGS

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-26 11:20 UTC  (25+ messages)
` [PATCH v2 01/13] arm/arm64: add support for folded p4d page tables
` [PATCH v2 02/13] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v2 03/13] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 04/13] ia64: add support for folded p4d page tables
` [PATCH v2 05/13] nios2: "
` [PATCH v2 06/13] openrisc: "
` [PATCH v2 07/13] powerpc: "
` [PATCH v2 08/13] sh: fault: Modernize printing of kernel messages
` [PATCH v2 09/13] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v2 10/13] sh: add support for folded p4d page tables
` [PATCH v2 11/13] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 12/13] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v2 13/13] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

[PATCH v2 00/18] genirq: Remove setup_irq()
 2020-02-24  0:49 UTC  (2+ messages)
` [PATCH v2 04/18] hexagon: replace setup_irq() by request_irq()

[RESEND PATCH] hexagon: configs: Cleanup CONFIG_CROSS_COMPILE
 2020-02-17 16:50 UTC 

[PATCH V13] mm/debug: Add tests validating architecture page table helpers
 2020-02-11  9:24 UTC  (12+ messages)

[PATCH] arch/hexagon: fix punctuation in SMP help text
 2020-02-01  1:54 UTC 

[PATCH] hexagon: configs: Cleanup CONFIG_CROSS_COMPILE
 2020-01-30 19:21 UTC 

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-01-30 15:06 UTC 

[PATCH AUTOSEL 4.4 2/3] hexagon: work around compiler crash
 2020-01-10 22:07 UTC 

[PATCH AUTOSEL 4.9 4/6] hexagon: parenthesize registers in asm predicates
 2020-01-10 22:07 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 5/6] hexagon: work around compiler crash

[PATCH AUTOSEL 4.14 6/8] hexagon: parenthesize registers in asm predicates
 2020-01-10 22:06 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 7/8] hexagon: work around compiler crash

[PATCH AUTOSEL 4.19 09/11] hexagon: parenthesize registers in asm predicates
 2020-01-10 22:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 10/11] hexagon: work around compiler crash

[PATCH AUTOSEL 5.4 24/26] hexagon: parenthesize registers in asm predicates
 2020-01-10 22:05 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 25/26] hexagon: work around compiler crash

[PATCH] hexagon: io: Define ioremap_uc to fix build error
 2019-12-10  8:45 UTC  (5+ messages)

[PATCH 0/2] Hexagon fixes
 2019-12-10  8:09 UTC  (6+ messages)
` [PATCH 1/2] hexagon: define ioremap_uc
` [PATCH 2/2] hexagon: parenthesize registers in asm predicates

[PATCH] hexagon: work around compiler crash
 2019-12-10  1:36 UTC  (3+ messages)

[PATCH 08/34] hexagon: Use CONFIG_PREEMPTION
 2019-12-08 14:58 UTC  (2+ messages)
` [tip: sched/urgent] sched/rt, "

[PATCH 00/50] Add log level to show_stack()
 2019-11-15  3:36 UTC  (32+ messages)

generic ioremap (and lots of cleanups) v3
 2019-11-12  8:51 UTC  (11+ messages)
` [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 19/21] nds32: use generic ioremap


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