messages from 2015-11-02 06:38:27 to 2015-12-11 07:58:51 UTC [more...]
[PATCH v3 00/18] *** SUBJECT HERE ***
2015-12-11 7:58 UTC (30+ messages)
` [PATCH v3 01/18] Documentation: Add EZchip vendor to binding list
` [PATCH v3 02/18] ARC: [plat-eznps] define IPI_IRQ
` [PATCH v3 03/18] clocksource: Add NPS400 timers driver
` [PATCH v3 04/18] irqchip: add nps Internal and external irqchips
` [PATCH v3 05/18] ARC: Set vmalloc size from configuration
` [PATCH v3 06/18] ARC: rwlock: disable interrupts in !LLSC variant
` [PATCH v3 07/18] ARC: rename smp operation init_irq_cpu() to init_per_cpu()
` [PATCH v3 08/18] ARC: Mark secondary cpu online only after all HW setup is done
` [PATCH v3 09/18] ARC: add CONFIG_CLKSRC_OF support to time_init()
` [PATCH v3 10/18] ARC: [plat-eznps] Add eznps board defconfig and dts
` [PATCH v3 11/18] ARC: [plat-eznps] Add eznps platform
` [PATCH v3 12/18] ARC: [plat-eznps] Use dedicated user stack top
` [PATCH v3 13/18] ARC: [plat-eznps] Use dedicated atomic/bitops/cmpxchg
` [PATCH v3 14/18] ARC: [plat-eznps] Use dedicated SMP barriers
` [PATCH v3 15/18] ARC: [plat-eznps] Use dedicated identity auxiliary register
` [PATCH v3 16/18] ARC: [plat-eznps] Use dedicated cpu_relax()
` [PATCH v3 17/18] ARC: [plat-eznps] Use dedicated COMMAND_LINE_SIZE
` [PATCH v3 18/18] ARC: Add eznps platform to Kconfig and Makefile
percpu irq APIs and perf
2015-12-11 5:26 UTC (3+ messages)
kisskb: FAILED linux-next/axs103_smp_defconfig/arcv2 Thu Dec 10, 17:33
2015-12-11 3:58 UTC (6+ messages)
Non existing DMA functions in ARC: dma_alloc_attrs, dma_free_attrs, dma_mmap_attrs
2015-12-10 0:10 UTC (4+ messages)
[PATCH] sched/fair: [cosmetic] match ifdef/endif CONFIG_NO_HZ_COMMON
2015-12-08 13:11 UTC
[PATCH] ARC: [axs10x] cap ethernet phy to 100 Mbit/sec
2015-12-07 14:09 UTC (2+ messages)
[PATCH] ARC: [axs10x] enable DW DMA controller
2015-12-07 9:12 UTC (3+ messages)
[RFC 00/17] ARC Dwarf unwinder improvements
2015-12-03 12:41 UTC (18+ messages)
` [PATCH 01/17] ARC: dw2 unwind: Elide generation of const propagated clones
` [PATCH 02/17] ARC: dw2 unwind: remove unused cruft
` [PATCH 03/17] ARC: dw2 unwind: Remove handling of for signal frame
` [PATCH 04/17] ARC: dw2 unwind: Remove FP based unwinding
` [PATCH 05/17] ARC: dw2 unwind: Better printing
` [PATCH 06/17] ARC: dw2 unwind: Don't verify Main FDE Table size everytime
` [PATCH 07/17] ARC: dw2 unwind: Refactor the FDE lookup table (eh_frame_header) code
` [PATCH 08/17] ARC: dw2 unwind: Don't verify FDE lookup table metadata
` [PATCH 09/17] ARC: dw2 unwind: Use striaght forward code to implement binary lookup
` [PATCH 10/17] ARC: dw2 unwind: CIE parsing/validation done only once at startup
` [PATCH 11/17] ARC: dw2 unwind: Elide REG_INVALID check
` [PATCH 12/17] ARC: dw2 unwind: Elide a loop if DW_CFA_register not present
` [PATCH 13/17] ARC: dw2 unwind: Assume all regs to be unsigned long
` [PATCH 14/17] ARC: dw2 unwind: No need for __get_user
` [PATCH 15/17] ARC: dw2 unwind: Single exit point for instrumentation
` [PATCH 16/17] ARC: dw2 unwind: skip regs not updated
` [PATCH 17/17] xxx: instrument
Non existing DMA functions in ARC: dma_alloc_attrs, dma_free_attrs, dma_mmap_attrs
2015-12-02 6:32 UTC (2+ messages)
ARC stable backport request
2015-12-01 8:30 UTC
[PATCH 2/2] PCI support added to ARC
2015-11-30 6:21 UTC (5+ messages)
[GIT PULL] ARC fixes for 4.4-rc3
2015-11-27 12:14 UTC
[PATCH] ARC SDP AXS101 support for HDMI ADV7511 DRM I2C driver
2015-11-26 20:08 UTC (2+ messages)
+ arc-convert-to-dma_map_ops.patch added to -mm tree
2015-11-26 7:04 UTC (6+ messages)
[PATCH] ARC: dw2 unwind: Remove falllback linear search thru FDE entries
2015-11-25 5:35 UTC
help
2015-11-23 18:31 UTC
subscribe
2015-11-23 18:26 UTC
dwarf unwinder question
2015-11-23 13:42 UTC (4+ messages)
[PATCH] include: asm-generic: page.h: Remove useless get_user_page and free_user_page
2015-11-20 12:15 UTC (8+ messages)
[PATCH v1 00/20] eznps a new ARC platform
2015-11-20 11:59 UTC (82+ messages)
` [PATCH v1 02/20] clocksource: Add NPS400 timers driver
` [PATCH v1 05/20] ARC: rwlock: disable interrupts in !LLSC variant
` [PATCH v1 08/20] ARC: Use res_service as entry point for secondaries
` [PATCH v1 11/20] ARC: [plat-eznps] Add eznps platform
` [PATCH v1 13/20] ARC: [plat-eznps] Use dedicated bitops/atomic/cmpxchg
` [PATCH v1 14/20] ARC: [plat-eznps] Use dedicated SMP barriers
` [PATCH v1 16/20] ARC: [plat-eznps] Use dedicated cpu_relax()
` [PATCH v1 18/20] ARC: [plat-eznps] define IPI_IRQ
` [PATCH v1 19/20] ARC: [plat-eznps] replace sync with proper cpu barrier
` [PATCH] ARC: remove SYNC from __switch_to()
` [PATCH v1 20/20] ARC: Add eznps platform to Kconfig and Makefile
` [PATCH v2 00/19] eznps a new ARC platform
` [PATCH v2 01/19] Documentation: Add EZchip vendor to binding list
` [PATCH v2 02/19] ARC: [plat-eznps] define IPI_IRQ
` [PATCH v2 03/19] clocksource: Add NPS400 timers driver
` [PATCH v2 04/19] irqchip: add nps Internal and external irqchips
` [PATCH v2 05/19] ARC: Set vmalloc size from configuration
` [PATCH v2 06/19] ARC: rwlock: disable interrupts in !LLSC variant
` [PATCH v2 07/19] ARC: rename smp operation init_irq_cpu() to init_per_cpu()
` [PATCH v2 08/19] ARC: Mark secondary cpu online only after all HW setup is done
` [PATCH v2 09/19] ARC: add CONFIG_CLKSRC_OF support to time_init()
` [PATCH v2 10/19] ARC: [plat-eznps] Add eznps board defconfig and dts
` [PATCH v2 11/19] ARC: [plat-eznps] Add eznps platform
` [PATCH v2 12/19] ARC: [plat-eznps] Use dedicated user stack top
` [PATCH v2 13/19] ARC: [plat-eznps] Use dedicated atomic/bitops/cmpxchg
` [PATCH v2 14/19] ARC: [plat-eznps] Use dedicated SMP barriers
` [PATCH v2 15/19] ARC: [plat-eznps] Use dedicated identity auxiliary register
` [PATCH v2 16/19] ARC: [plat-eznps] Use dedicated cpu_relax()
` [PATCH v2 17/19] ARC: [plat-eznps] Use dedicated COMMAND_LINE_SIZE
` [PATCH v2 18/19] ARC: [plat-eznps] replace sync with proper cpu barrier
` [PATCH v2 19/19] ARC: Add eznps platform to Kconfig and Makefile
local64_cmpxchg() in arc_perf_event_update()
2015-11-17 13:24 UTC (8+ messages)
` NMI for ARC
"compatible" and "model" properties in .dts for ARC boards
2015-11-17 12:18 UTC (5+ messages)
using IS_ENABLED(CONFIG_xyz) effectively
2015-11-16 10:03 UTC (5+ messages)
[GIT PULL] ARC urgent fixes for 4.4-rc1
2015-11-14 7:51 UTC
[PATCH] mm: optimize PageHighMem() check
2015-11-06 10:21 UTC
[PATCH] MAINTAINERS: update DT binding doc locations
2015-11-06 5:25 UTC
[PATCH] __div64_32: implement division by multiplication for 32-bit arches
2015-11-05 5:06 UTC (13+ messages)
[PATCH] Arc: fix entry point calculation for locales other than english
2015-11-04 11:56 UTC (2+ messages)
[GIT PULL] ARC updates for 4.4-rc1
2015-11-03 11:37 UTC
Testmail
2015-11-02 14:17 UTC
[PATCH] arc: dts - remove default value if CONFIG_ARC_BUILTIN_DTB_NAME is blank
2015-11-02 6:54 UTC (2+ 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