linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-11 11:43:03 to 2019-12-11 18:44:37 UTC [more...]

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2019-12-11 18:40 UTC  (16+ messages)
` [PATCH 01/22] mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch use
` [PATCH 02/22] kbuild: Add support for 'as-instr' to be used in Kconfig files
` [PATCH 03/22] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH 04/22] arm64: Use macros instead of hard-coded constants for MAIR_EL1
` [PATCH 05/22] arm64: mte: system register definitions
` [PATCH 06/22] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH 07/22] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH 08/22] arm64: mte: Assembler macros and default architecture for .S files
` [PATCH 09/22] arm64: mte: Tags-aware clear_page() implementation
` [PATCH 10/22] arm64: mte: Tags-aware copy_page() implementation
` [PATCH 11/22] arm64: Tags-aware memcmp_pages() implementation
` [PATCH 12/22] arm64: mte: Add specific SIGSEGV codes
` [PATCH 13/22] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH 14/22] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH 16/22] mm: Introduce arch_validate_flags()

[PATCH v17 0/6] support gce on mt8183 platform
 2019-12-11 18:39 UTC  (6+ messages)
` [PATCH v17 2/6] soc: mediatek: cmdq: remove OR opertaion from err return
` [PATCH v17 3/6] soc: mediatek: cmdq: define the instruction struct

[PATCH 1/2] pinctrl: samsung: Enable compile test for build coverage
 2019-12-11 18:27 UTC  (2+ messages)

[PATCH 1/3] soc: samsung: Drop "syscon" compatible requirement from the chipid driver
 2019-12-11 18:20 UTC  (3+ messages)
  ` [PATCH 2/3] ARM: dts: exynos: Remove syscon compatible from chipid node on Exynos5

[PATCH 0/2] reset: Add Broadcom STB RESCAL reset controller
 2019-12-11 18:12 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 00/15] firmware: arm_scmi: Add support for multiple device per protocol
 2019-12-11 18:10 UTC  (19+ messages)
` [PATCH 05/15] firmware: arm_scmi: Add versions and identifier attributes using dev_groups
` [PATCH 06/15] firmware: arm_scmi: Update scmi_prot_init_fn_t to use device instead of handle
` [PATCH 07/15] firmware: arm_scmi: Stash version in protocol init functions
` [PATCH 08/15] firmware: arm_scmi: Add and initialise protocol version to scmi_device structure
` [PATCH 09/15] firmware: arm_scmi: Add scmi protocol version and id device attributes
` [PATCH 10/15] firmware: arm_scmi: Drop logging individual scmi protocol version
` [PATCH 11/15] firmware: arm_scmi: Match scmi device by both name and protocol id
` [PATCH 15/15] reset: reset-scmi: "

[PATCH] ARM: exynos_defconfig: Bring back explicitly wanted options
 2019-12-11 18:09 UTC  (3+ messages)

[PATCH] [RESEND] arm64: dts: mt8173: Add dynamic power node
 2019-12-11 18:06 UTC  (4+ messages)

[PATCH 0/3] KVM: arm/arm64: user_mem_abort() assorted fixes
 2019-12-11 18:01 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm/arm64: Properly handle faulting of device mappings
` [PATCH 2/3] KVM: arm/arm64: Re-check VMA on detecting a poisoned page
` [PATCH 3/3] KVM: arm/arm64: Drop spurious message when faulting on a non-existent mapping

[PATCH v2 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2019-12-11 17:28 UTC  (7+ messages)
` [PATCH v2 1/3] arm64: cpufeature: Extract capped fields
` [PATCH v2 2/3] KVM: arm64: limit PMU version to ARMv8.4
` [PATCH v2 3/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters

[PATCH 0/4] irqchip/meson-gpio: Add support for Meson-A1 SoC
 2019-12-11 17:26 UTC  (5+ messages)
` [PATCH 2/4] irqchip/meson-gpio: rework meson irqchip driver to support meson-A1 SoCs

[PATCH 00/16] Drop legacy platform data for various omap devices
 2019-12-11 17:20 UTC  (17+ messages)
` [PATCH 01/16] ARM: OMAP2+: Drop legacy platform data for am3 and am4 epwmss
` [PATCH 02/16] ARM: OMAP2+: Drop legacy platform data for dra7 epwmss
` [PATCH 03/16] ARM: OMAP2+: Drop legacy platform data for am3 and am4 spinlock
` [PATCH 04/16] ARM: OMAP2+: Drop legacy platform data for omap4 spinlock
` [PATCH 05/16] ARM: OMAP2+: Drop legacy platform data for omap5 spinlock
` [PATCH 06/16] ARM: OMAP2+: Drop legacy platform data for dra7 spinlock
` [PATCH 07/16] ARM: OMAP2+: Drop legacy platform data for am3 and am4 spi
` [PATCH 08/16] ARM: OMAP2+: Drop legacy platform data for am3 and am4 dcan
` [PATCH 09/16] ARM: OMAP2+: Drop legacy platform data for dra7 dcan
` [PATCH 10/16] ARM: OMAP2+: Drop legacy platform data for am3 adc_tsc
` [PATCH 11/16] ARM: OMAP2+: Drop legacy platform data for am4 adc_tsc
` [PATCH 12/16] ARM: OMAP2+: Drop legacy platform data for am3 and am4 rtc
` [PATCH 13/16] ARM: OMAP2+: Drop legacy platform data for am3 and am4 elm
` [PATCH 14/16] ARM: OMAP2+: Drop legacy platform data for omap4 elm
` [PATCH 15/16] ARM: OMAP2+: Drop legacy platform data for dra7 elm
` [PATCH 16/16] ARM: OMAP2+: Drop legacy platform data for am3 lcdc

[PATCH v16 13/25] mm: pagewalk: Don't lock PTEs for walk_page_range_novma()
 2019-12-11 17:19 UTC  (5+ messages)

[PATCH v3] arm64: dts: ls1028a: fix reboot node
 2019-12-11 17:11 UTC 

[PATCH v3 0/6] DA9062 PMIC features
 2019-12-11 17:09 UTC  (6+ messages)
` [PATCH v3 3/6] dt-bindings: mfd: da9062: add regulator voltage selection documentation

[PATCH v2 1/3] arm64: dts: ti: k3-j721e: Add DT nodes for few peripherials
 2019-12-11 17:04 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: ti: k3-am65: Add OSPI DT node
` [PATCH v2 3/3] arm64: dts: k3-am654-base-board: Add IRQ line for GPIO expander

[PATCH v6 0/2] ASoC: mt8183: fix audio playback slowly after playback
 2019-12-11 16:44 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: mediatek: mt8183: Add #reset-cells
` [PATCH v6 2/2] watchdog: mtk_wdt: mt8183: Add reset controller

[PATCH] tty/serial: atmel: fix out of range clock divider handling
 2019-12-11 16:29 UTC 

[PATCH v1] clk: Convert managed get functions to devm_add_action API
 2019-12-11 16:17 UTC  (6+ messages)

[PATCH 8/8] arm64: dts: rockchip: RockPro64: enable wifi module at sdio0
 2019-12-11 15:50 UTC  (4+ messages)

[PATCH 1/2] Return from mtk_ovl_layer_config after mtk_ovl_layer_off
 2019-12-11 15:49 UTC  (2+ messages)
` [PATCH 2/2] Turn off Alpha bit when plane format has no alpha

[PATCH v2 0/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-12-11 15:44 UTC  (3+ messages)
` [PATCH v2 5/5] iommu: virtio: Use iommu_put_resv_regions_simple()

[PATCH v4 00/14] cpuidle: psci: Support hierarchical CPU arrangement
 2019-12-11 15:43 UTC  (15+ messages)
` [PATCH v4 01/14] cpuidle: psci: Align psci_power_state count with idle state count
` [PATCH v4 02/14] dt: psci: Update DT bindings to support hierarchical PSCI states
` [PATCH v4 03/14] firmware: psci: Export functions to manage the OSI mode
` [PATCH v4 04/14] of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
` [PATCH v4 05/14] cpuidle: dt: Support hierarchical CPU idle states
` [PATCH v4 06/14] cpuidle: psci: Simplify OF parsing of CPU idle state nodes
` [PATCH v4 07/14] cpuidle: psci: Support hierarchical CPU idle states
` [PATCH v4 08/14] cpuidle: psci: Add a helper to attach a CPU to its PM domain
` [PATCH v4 09/14] cpuidle: psci: Attach CPU devices to their PM domains
` [PATCH v4 10/14] cpuidle: psci: Prepare to use OS initiated suspend mode via "
` [PATCH v4 11/14] cpuidle: psci: Manage runtime PM in the idle path
` [PATCH v4 12/14] cpuidle: psci: Support CPU hotplug for the hierarchical model
` [PATCH v4 13/14] cpuidle: psci: Add support for PM domains by using genpd
` [PATCH v4 14/14] arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916

[PATCH v2 1/3] arm: dts: modify NPCM7xx device tree clock parameter to clock constant
 2019-12-11 15:41 UTC  (3+ messages)
` [PATCH v2 2/3] arm: dts: modify NPCM7xx device tree timer register size
` [PATCH v2 3/3] arm: dts: add new device nodes to NPCM750 device tree

[PATCH v4 00/12] arm64: ARMv8.5-A: Branch Target Identification support
 2019-12-11 15:42 UTC  (13+ messages)
` [PATCH v4 01/12] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v4 02/12] ELF: Add ELF program property parsing support
` [PATCH v4 03/12] mm: Reserve asm-generic prot flag 0x10 for arch use
` [PATCH v4 04/12] arm64: Basic Branch Target Identification support
` [PATCH v4 05/12] elf: Allow arch to tweak initial mmap prot flags
` [PATCH v4 06/12] arm64: elf: Enable BTI at exec based on ELF program properties
` [PATCH v4 07/12] arm64: BTI: Decode BYTPE bits when printing PSTATE
` [PATCH v4 08/12] arm64: unify native/compat instruction skipping
` [PATCH v4 09/12] arm64: traps: Shuffle code to eliminate forward declarations
` [PATCH v4 10/12] arm64: BTI: Reset BTYPE when skipping emulated instructions
` [PATCH v4 11/12] KVM: "
` [PATCH v4 12/12] arm64: mm: Display guarded pages in ptdump

[PATCH AUTOSEL 4.4 34/37] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
 2019-12-11 15:38 UTC 

[PATCH AUTOSEL 4.9 39/42] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
 2019-12-11 15:35 UTC 

[PATCH] ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()
 2019-12-11 15:33 UTC  (3+ messages)

Trying to understand basic concepts about GPIO reset pin
 2019-12-11 15:32 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 54/58] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
 2019-12-11 15:28 UTC 

[RFC PATCH] perf tools: Fix cross compile for ARM64
 2019-12-11 15:28 UTC  (12+ messages)
    ` perf top for arm64?
              ` [PATCHES] Fix 'perf top' breakage on architectures not providing get_cpuid() "

[PATCH AUTOSEL 4.19 06/79] iommu: rockchip: Free domain on .domain_free
 2019-12-11 15:26 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 08/79] dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset
` [PATCH AUTOSEL 4.19 50/79] ARM: 8937/1: spectre-v2: remove Brahma-B53 from hardening
` [PATCH AUTOSEL 4.19 74/79] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h

[arm:cex7 76/91] drivers/net/dsa/mt7530.c:1357:29: error: incompatible type for argument 2 of 'of_get_phy_mode'
 2019-12-11 15:22 UTC 

[PATCH AUTOSEL 5.4 014/134] iommu: rockchip: Free domain on .domain_free
 2019-12-11 15:11 UTC  (9+ messages)
` [PATCH AUTOSEL 5.4 016/134] dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset
` [PATCH AUTOSEL 5.4 030/134] dma-mapping: fix handling of dma-ranges for reserved memory (again)
` [PATCH AUTOSEL 5.4 057/134] iommu/arm-smmu-v3: Don't display an error when IRQ lines are missing
` [PATCH AUTOSEL 5.4 058/134] i2c: stm32f7: fix & reorder remove & probe error handling
` [PATCH AUTOSEL 5.4 080/134] ARM: 8937/1: spectre-v2: remove Brahma-B53 from hardening
` [PATCH AUTOSEL 5.4 095/134] scsi: target: core: Release SPC-2 reservations when closing a session
` [PATCH AUTOSEL 5.4 096/134] scsi: ufs: Fix up auto hibern8 enablement
` [PATCH AUTOSEL 5.4 125/134] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h

[PATCH v2] ARM: dts: imx6ul-evk: Fix peripheral regulator
 2019-12-11 15:06 UTC  (2+ messages)

[PATCH 0/2] ASoC: mt8183: fix audio playback slowly after playback
 2019-12-11 14:58 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mediatek: mt8183: Add #reset-cells
` [PATCH 2/2] watchdog: mtk_wdt: mt8183: Add reset controller

[PATCH v5 0/3] sysfs: add sysfs based cpuinfo
 2019-12-11 14:57 UTC  (9+ messages)
` [PATCH 2/3] x86 cpuinfo: implement sysfs nodes for x86

[PATCH v3 0/4] devfreq: Clean up exynos-bus driver
 2019-12-11 14:39 UTC  (4+ messages)
  ` [PATCH v3 4/4] devfreq: exynos-bus: Clean up code

[PATCH v2 0/4 RESEND] USB3503: correct GPIOs polarity and update the driver
 2019-12-11 14:52 UTC  (5+ messages)
    ` [PATCH v2 1/4] ARM: dts: exynos: Correct USB3503 GPIOs polarity
    ` [PATCH v2 2/4] ARM: dts: qcom: "
    ` [PATCH v2 3/4] ARM: dts: sun8i: a83t: "
    ` [PATCH v2 4/4] usb: usb3503: Convert to use GPIO descriptors

[PATCH v2 0/4] USB3503: correct GPIOs polarity and update the driver
 2019-12-11 14:46 UTC  (5+ messages)
    ` [PATCH v2 1/4] ARM: dts: exynos: Correct USB3503 GPIOs polarity
    ` [PATCH v2 2/4] ARM: dts: qcom: "
    ` [PATCH v2 3/4] ARM: dts: sun8i: a83t: "
    ` [PATCH v2 4/4] usb: usb3503: Convert to use GPIO descriptors

[V6, 0/2] media: i2c: Add support for OV02A10 sensor
 2019-12-11 14:36 UTC  (3+ messages)
` [V6, 2/2] media: i2c: ov02a10: Add OV02A10 image sensor driver

[PATCH 1/2] crypto: caam: Change the i.MX8MQ check support all i.MX8M variants
 2019-12-11 14:36 UTC  (10+ messages)
` [PATCH 2/2] arm64: dts: imx8mm: Add Crypto CAAM support

[PATCH v2 0/4] KASAN for powerpc64 radix, plus generic mm change
 2019-12-11 14:24 UTC  (6+ messages)
` [PATCH v2 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH] ARM: dts: imx6ul-evk: Fix peripheral regulator
 2019-12-11 14:05 UTC  (3+ messages)

[PATCH v2 1/2] ARM: dts: vf610-zii-scu4-aib: Use generic names for DT nodes
 2019-12-11 14:04 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: dts: vf610-zii-scu4-aib: Add node for switch watchdog

[PATCH v3 00/12] arm64: ARMv8.5-A: Branch Target Identification support
 2019-12-11 13:58 UTC  (4+ messages)
` [PATCH v3 02/12] ELF: Add ELF program property parsing support

[PATCH] ARM: net: bpf: improve prologue code sequence
 2019-12-11 13:56 UTC  (2+ messages)

[PATCH v2 0/4] ARM: shmobile: Enable ARM_GLOBAL_TIMER on Cortex-A9 MPCore
 2019-12-11 13:52 UTC  (5+ messages)
` [PATCH v2 1/4] ARM: dts: sh73a0: Rename twd clock to periph clock
` [PATCH v2 2/4] ARM: dts: sh73a0: Add device node for ARM global timer
` [PATCH v2 3/4] ARM: dts: r8a7779: "
` [PATCH v2 4/4] ARM: shmobile: Enable ARM_GLOBAL_TIMER on Cortex-A9 MPCore SoCs

[PATCH v2] ARM: dts: vf610-zii-dev-rev-b: Drop redundant I2C properties
 2019-12-11 13:49 UTC 

[PATCH V2] mmc: mmci: add threaded irq to abort DPSM of non-functional state
 2019-12-11 13:39 UTC 

[PATCH 0/5] fixes for atmel-hlcdc
 2019-12-11 13:28 UTC  (13+ messages)
` [PATCH 3/5] mfd: atmel-hlcdc: return in case of error
` [PATCH 4/5] Revert "drm/atmel-hlcdc: allow selecting a higher pixel-clock than requested"
` [PATCH 5/5] Revert "drm: atmel-hlcdc: enable sys_clk during initalization."

[PATCH v2] arm64: dts: meson: add A1 periphs and PLL clock nodes
 2019-12-11 13:23 UTC 

[PATCH] Arm32: make find_next_{,zero_}bit() have well defined behavior
 2019-12-11 13:19 UTC 

[PATCH] arm64: dts: meson: add A1 periphs and PLL clock nodes
 2019-12-11 13:16 UTC  (3+ messages)

[RESEND v2 00/11] clk: imx: Trivial cleanups for clk_hw based API
 2019-12-11 12:58 UTC  (2+ messages)

[PATCH 0/4] Redesign MSI-X support in PCIe Endpoint Core
 2019-12-11 12:46 UTC  (5+ messages)
` [PATCH 1/4] PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
` [PATCH 2/4] PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSIX table address
` [PATCH 3/4] PCI: keystone: Allow AM654 PCIe Endpoint to raise MSIX interrupt
` [PATCH 4/4] PCI: cadence: Add MSI-X support to Endpoint driver

[PATCH v7 0/6] Add Support for MediaTek PMIC MT6358
 2019-12-11 12:27 UTC  (5+ messages)
` [PATCH v7 5/6] rtc: mt6397: fix alarm register overwrite
` [PATCH v7 6/6] rtc: Add support for the MediaTek MT6358 RTC

[PATCHv1 0/3] Enable crypto module on Amlogic GXBB SoC platform
 2019-12-11 12:24 UTC  (6+ messages)

[PATCH v2] arm64: dts: meson-a1: add I2C nodes
 2019-12-11 12:21 UTC  (3+ messages)

[PATCH 0/2] Fix imx6ull/6ulz boot crash
 2019-12-11 12:19 UTC  (4+ messages)
` [PATCH 2/2] ARM: imx: Fix ocotp_compat for 6ull/6ulz

[PATCH 01/10] tty: serial: samsung: allow driver to be built by anyone
 2019-12-11 12:13 UTC  (4+ messages)
` [PATCH 02/10] tty: serial: samsung_tty: fix build warning

[PATCH v2 3/3] arm64: defconfig: Compile ufs-bsg as a module
 2019-12-11 11:45 UTC  (2+ messages)

[PATCH] i2c: imx: Defer probing if EDMA not available
 2019-12-11 11:42 UTC  (6+ messages)
  ` [EXT] "


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