public inbox for linux-snps-arc@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2020-11-03 10:35:29 to 2020-12-08 15:21:36 UTC [more...]

[PATCH v5 00/19] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-12-08 15:21 UTC  (29+ messages)
` [PATCH v5 01/19] dt-bindings: usb: usb-hcd: Detach generic USB controller properties
` [PATCH v5 02/19] dt-bindings: usb: Convert generic USB properties to DT schemas
` [PATCH v5 03/19] dt-bindings: usb: usb-drd: Add "otg-rev" property constraints
` [PATCH v5 04/19] dt-bindings: usb: Add "ulpi/serial/hsic" PHY types
` [PATCH v5 05/19] dt-bindings: usb: usb-hcd: Add "tpl-support" property
` [PATCH v5 06/19] dt-bindings: usb: Add generic "usb-phy" property
` [PATCH v5 07/19] dt-bindings: usb: Convert xHCI bindings to DT schema
` [PATCH v5 08/19] dt-bindings: usb: xhci: Add Broadcom STB v2 compatible device
` [PATCH v5 09/19] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file
` [PATCH v5 10/19] dt-bindings: usb: Convert DWC USB3 bindings to DT schema
` [PATCH v5 11/19] dt-bindings: usb: dwc3: Add interrupt-names property support
` [PATCH v5 12/19] dt-bindings: usb: dwc3: Add synopsys, dwc3 compatible string
` [PATCH v5 13/19] dt-bindings: usb: dwc3: Add Tx De-emphasis constraints
` [PATCH v5 14/19] dt-bindings: usb: dwc3: Add Frame Length Adj constraints
` [PATCH v5 15/19] dt-bindings: usb: meson-g12a-usb: Fix FL-adj property value
` [PATCH v5 16/19] dt-bindings: usb: meson-g12a-usb: Validate DWC2/DWC3 sub-nodes
` [PATCH v5 17/19] dt-bindings: usb: keystone-dwc3: Validate DWC3 sub-node
` [PATCH v5 18/19] dt-bindings: usb: qcom,dwc3: "
` [PATCH v5 19/19] dt-bindings: usb: intel, keembay-dwc3: "
  ` [PATCH v5 19/19] dt-bindings: usb: intel,keembay-dwc3: "

[PATCH RESEND v3 00/10] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2020-12-05 15:56 UTC  (2+ messages)
` [PATCH v3 03/10] arc: dts: Harmonize EHCI/OHCI DT "

[PATCH 0/3] Remove drivers used by EZChip NPS platform
 2020-12-04  0:30 UTC  (6+ messages)
` [PATCH 1/3] drivers/clocksource: Remove EZChip NPS clocksource driver
` [PATCH 2/3] drivers/irqchip: Remove EZChip NPS interrupt controller
` [PATCH 3/3] include/soc: remove headers for EZChip NPS

[PATCH 00/15] *** ARC port for review ***
 2020-12-03 19:51 UTC  (27+ messages)
` [PATCH 01/15] arc: Add initial core cpu files
` [PATCH 02/15] arc: Decoder code
` [PATCH 03/15] arc: Opcode definitions table
` [PATCH 04/15] arc: TCG and decoder glue code and helpers
` [PATCH 05/15] arc: TCG instruction generator and hand-definitions
` [PATCH 06/15] arc: TCG instruction definitions
` [PATCH 07/15] arc: Add BCR and AUX registers implementation
` [PATCH 08/15] arc: Add IRQ and timer subsystem support
` [PATCH 09/15] arc: Add memory management unit (MMU) support
` [PATCH 10/15] arc: Add memory protection unit (MPU) support
` [PATCH 11/15] arc: Add gdbstub and XML for debugging support
` [PATCH 12/15] arc: Add Synopsys ARC emulation boards
` [PATCH 13/15] arc: Add support for ARCv2
` [PATCH 14/15] tests/tcg: ARC: Add TCG instruction definition tests
` [PATCH 15/15] tests/acceptance: ARC: Add linux boot testing

[PATCH AUTOSEL 4.4 1/3] ARC: stack unwinding: don't assume non-current task is sleeping
 2020-12-03 13:30 UTC 

[PATCH AUTOSEL 4.14 4/9] ARC: stack unwinding: don't assume non-current task is sleeping
 2020-12-03 13:30 UTC 

[PATCH AUTOSEL 4.9 3/5] ARC: stack unwinding: don't assume non-current task is sleeping
 2020-12-03 13:30 UTC 

[PATCH AUTOSEL 4.19 05/14] ARC: stack unwinding: don't assume non-current task is sleeping
 2020-12-03 13:30 UTC 

[PATCH AUTOSEL 5.4 07/23] ARC: stack unwinding: don't assume non-current task is sleeping
 2020-12-03 13:29 UTC 

[PATCH AUTOSEL 5.9 11/39] ARC: stack unwinding: don't assume non-current task is sleeping
 2020-12-03 13:28 UTC 

Disinfection
 2020-12-03  8:50 UTC 

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-12-02  8:47 UTC  (27+ messages)
` [PATCH v2 09/13] arm, arm64: move free_unused_memmap() to generic mm
` [PATCH v2 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM

[PATCH 0/6] ARC: build: fix various issues in arc boot Makefile
 2020-12-01 12:27 UTC  (9+ messages)
` [PATCH 1/6] ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
` [PATCH 2/6] ARC: build: add uImage.lzma to the top-level target
` [PATCH 3/6] ARC: build: add boot_targets to PHONY
` [PATCH 4/6] ARC: build: move symlink creation to arch/arc/Makefile to avoid race
` [PATCH 5/6] ARC: build: remove unneeded extra-y
` [PATCH 6/6] ARC: build: use $(READELF) instead of hard-coded readelf

[PATCH v4 00/18] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-11-30 15:38 UTC  (32+ messages)
` [PATCH v4 01/18] dt-bindings: usb: usb-hcd: Detach generic USB controller properties
` [PATCH v4 02/18] dt-bindings: usb: Convert generic USB properties to DT schemas
` [PATCH v4 03/18] dt-bindings: usb: usb-drd: Add "otg-rev" property constraints
` [PATCH v4 04/18] dt-bindings: usb: Add "ulpi/serial/hsic" PHY types
` [PATCH v4 05/18] dt-bindings: usb: usb-hcd: Add "tpl-support" property
` [PATCH v4 06/18] dt-bindings: usb: Add generic "usb-phy" property
` [PATCH v4 07/18] dt-bindings: usb: Convert xHCI bindings to DT schema
` [PATCH v4 08/18] dt-bindings: usb: xhci: Add Broadcom STB v2 compatible device
` [PATCH v4 09/18] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file
` [PATCH v4 10/18] dt-bindings: usb: Convert DWC USB3 bindings to DT schema
` [PATCH v4 11/18] dt-bindings: usb: dwc3: Add interrupt-names property support
` [PATCH v4 12/18] dt-bindings: usb: dwc3: Add synopsys, dwc3 compatible string
` [PATCH v4 13/18] dt-bindings: usb: dwc3: Add Tx De-emphasis constraints
` [PATCH v4 14/18] dt-bindings: usb: dwc3: Add Frame Length Adj constraints
` [PATCH v4 15/18] dt-bindings: usb: meson-g12a-usb: Fix FL-adj property value
` [PATCH v4 16/18] dt-bindings: usb: meson-g12a-usb: Validate DWC2/DWC3 sub-nodes
` [PATCH v4 17/18] dt-bindings: usb: keystone-dwc3: Validate DWC3 sub-node
` [PATCH v4 18/18] dt-bindings: usb: qcom,dwc3: "

[GIT PULL] ARC fixes for 5.10-rc6
 2020-11-24 20:17 UTC  (2+ messages)

[PATCH] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
 2020-11-15  6:44 UTC  (4+ messages)

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-12 11:07 UTC  (41+ messages)
` [patch V3 01/37] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V3 02/37] highmem: Remove unused functions
` [patch V3 03/37] fs: Remove asm/kmap_types.h includes
` [patch V3 04/37] sh/highmem: Remove all traces of unused cruft
` [patch V3 05/37] asm-generic: Provide kmap_size.h
` [patch V3 06/37] highmem: Provide generic variant of kmap_atomic*
` [patch V3 08/37] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V3 09/37] arc/mm/highmem: "
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic
` [patch V3 11/37] csky/mm/highmem: "
` [patch V3 12/37] microblaze/mm/highmem: "
` [patch V3 13/37] mips/mm/highmem: "
` [patch V3 14/37] nds32/mm/highmem: "
` [patch V3 16/37] sparc/mm/highmem: "
` [patch V3 17/37] xtensa/mm/highmem: "
` [patch V3 19/37] mm/highmem: Remove the old kmap_atomic cruft
` [patch V3 20/37] io-mapping: Cleanup atomic iomap
` [patch V3 21/37] Documentation/io-mapping: Remove outdated blurb
` [patch V3 22/37] highmem: High implementation details and document API
` [patch V3 24/37] sched: highmem: Store local kmaps in task struct
  ` [patch V4 "
` [patch V3 25/37] mm/highmem: Provide kmap_local*
` [patch V3 27/37] x86/crashdump/32: Simplify copy_oldmem_page()
` [patch V3 28/37] mips/crashdump: "
` [patch V3 30/37] highmem: Remove kmap_atomic_pfn()
` [patch V3 31/37] drm/ttm: Replace kmap_atomic() usage
` [patch V3 32/37] drm/vmgfx: Replace kmap_atomic()
` [patch V3 33/37] highmem: Remove kmap_atomic_prot()
` [patch V3 34/37] drm/qxl: Replace io_mapping_map_atomic_wc()
` [patch V3 35/37] drm/nouveau/device: "
` [patch V3 36/37] drm/i915: "
` [patch V3 37/37] io-mapping: Remove io_mapping_map_atomic_wc()

[PATCH v2 00/18] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2020-11-11  9:15 UTC  (2+ messages)
` [PATCH v2 03/18] arc: dts: Harmonize EHCI/OHCI DT "

[PATCH] ARC: mm: fix spelling mistakes
 2020-11-11  3:56 UTC  (2+ messages)

[PATCH] Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
 2020-11-10 19:33 UTC  (9+ messages)
` Patch "Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"" has been added to the 4.4-stable tree
` Patch "Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"" has been added to the 4.9-stable tree
` Patch "Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"" has been added to the 4.14-stable tree
` Patch "Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"" has been added to the 4.19-stable tree

[PATCH v3 00/16] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-11-10 15:05 UTC  (6+ messages)
` [PATCH v3 01/16] dt-bindings: usb: usb-hcd: Convert generic USB properties to "

[PATCH AUTOSEL 5.9 29/55] ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline
 2020-11-10  3:52 UTC 

[RFC] proc: get_wchan() stack unwind only makes sense for sleeping/non-self tasks
 2020-11-07  5:08 UTC  (2+ messages)

[GIT PULL] ARC fixes for 5.10-rc3
 2020-11-06 21:13 UTC  (2+ messages)

[PATCH] ARC: bitops: Remove unecessary operation and value
 2020-11-05 23:16 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