linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-01 08:04:58 to 2018-03-01 15:01:44 UTC [more...]

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-03-01 15:01 UTC  (3+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code

[PATCH] dt-bindings: PCI: MediaTek: fix dtc warnings
 2018-03-01 14:50 UTC  (2+ messages)

[PATCH v5 0/4] drivers: firmware: xilinx: Add firmware driver support
 2018-03-01 14:44 UTC  (9+ messages)
` [PATCH v5 1/4] dt-bindings: firmware: Add bindings for ZynqMP firmware
` [PATCH v5 2/4] drivers: firmware: xilinx: Add ZynqMP firmware driver
` [PATCH v5 3/4] drivers: firmware: xilinx: Add sysfs interface

[PATCH v3 0/2] add support for Socionext SynQuacer I2C controller
 2018-03-01 14:30 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: add binding for Socionext SynQuacer I2C

[PATCH v2 0/2] STM32 Extended TrustZone Protection driver
 2018-03-01 14:19 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: stm32: Add bindings for Extended TrustZone Protection
` [PATCH v2 2/2] ARM: mach-stm32: Add Extended TrustZone Protection driver

[PATCH v6 00/12] Support PPTT for ARM64
 2018-03-01 14:19 UTC  (9+ messages)
` [PATCH v6 11/12] arm64: topology: enable ACPI/PPTT based CPU topology

[PATCH v2] rtc: brcmstb-waketimer: Set wktmr prescaler
 2018-03-01 13:46 UTC  (2+ messages)

[PATCH v5] drm/rockchip: Add device links for master and components
 2018-03-01 13:34 UTC  (2+ messages)

[PATCH] drm/rockchip: vop: Init vskiplines in scl_vop_cal_scale()
 2018-03-01 13:33 UTC  (2+ messages)

[PATCH 0/3] Allwinner sunxi message box support
 2018-03-01 13:32 UTC  (16+ messages)
` [PATCH 1/3] dt-bindings: Add a binding for the sunxi message box
` [PATCH 2/3] mailbox: Avoid NULL dereference in mbox_chan_received_data
` [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver

[PATCH v8 00/15] Krait clocks + Krait CPUfreq
 2018-03-01 13:28 UTC  (2+ messages)

[PATCH] ARM64: dts: marvell: armada-cp110: Add apb_pclk clock for the uart nodes
 2018-03-01 13:18 UTC 

[PATCH v5 0/3] add support for Mediatek High-Speed DMA controller on MT7622 and MT7623 SoC
 2018-03-01 12:56 UTC  (5+ messages)
` [PATCH v5 2/3] dmaengine: mediatek: Add MediaTek High-Speed DMA controller for "

[PATCH 00/45] arm Spectre fix backport review for LTS 4.9
 2018-03-01 12:54 UTC  (46+ messages)
` [PATCH 01/45] mm: Introduce lm_alias
` [PATCH 02/45] arm64: alternatives: apply boot time fixups via the linear mapping
` [PATCH 03/45] arm64: barrier: Add CSDB macros to control data-value prediction
` [PATCH 04/45] arm64: Implement array_index_mask_nospec()
` [PATCH 05/45] arm64: move TASK_* definitions to <asm/processor.h>
` [PATCH 06/45] arm64: Factor out PAN enabling/disabling into separate uaccess_* macros
` [PATCH 07/45] arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro
` [PATCH 08/45] arm64: uaccess: consistently check object sizes
` [PATCH 09/45] arm64: Make USER_DS an inclusive limit
` [PATCH 10/45] arm64: Use pointer masking to limit uaccess speculation
` [PATCH 11/45] arm64: syscallno is secretly an int, make it official
` [PATCH 12/45] arm64: entry: Ensure branch through syscall table is bounded under speculation
` [PATCH 13/45] arm64: uaccess: Prevent speculative use of the current addr_limit
` [PATCH 14/45] arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
` [PATCH 15/45] arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
` [PATCH 16/45] arm64: futex: Mask __user pointers prior to dereference
` [PATCH 17/45] drivers/firmware: Expose psci_get_version through psci_ops structure
` [PATCH 18/45] arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
` [PATCH 19/45] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
` [PATCH 20/45] arm64: Run enable method for errata work arounds on late CPUs
` [PATCH 21/45] arm64: cpufeature: Pass capability structure to ->enable callback
` [PATCH 22/45] arm64: Move post_ttbr_update_workaround to C code
` [PATCH 23/45] arm64: Add skeleton to harden the branch predictor against aliasing attacks
` [PATCH 24/45] arm64: Move BP hardening to check_and_switch_context
` [PATCH 25/45] arm64: KVM: Use per-CPU vector when BP hardening is enabled
` [PATCH 26/45] arm64: entry: Apply BP hardening for high-priority synchronous exceptions
` [PATCH 27/45] arm64: entry: Apply BP hardening for suspicious interrupts from EL0
` [PATCH 28/45] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
` [PATCH 29/45] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
` [PATCH 30/45] arm64: KVM: Increment PC after handling an SMC trap
` [PATCH 31/45] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH 32/45] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH 33/45] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH 34/45] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH 35/45] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH 36/45] arm64: KVM: Make PSCI_VERSION a fast path
` [PATCH 37/45] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH 38/45] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH 39/45] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH 40/45] firmware/psci: Expose PSCI conduit
` [PATCH 41/45] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH 42/45] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH 43/45] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH 44/45] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH 45/45] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround

[PATCH] ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
 2018-03-01 12:52 UTC 

Clang build of arm64 kernel fails
 2018-03-01 12:31 UTC  (5+ messages)

[PATCH] can: m_can: select pinctrl state in each suspend/resume function
 2018-03-01 12:29 UTC 

[PATCH RESEND] arm64: dts: hi6220: enable watchdog
 2018-03-01 12:18 UTC 

[PATCH 0/6] phy: rockchip-typec: fix boards that does not report cable-state
 2018-03-01 12:15 UTC  (10+ messages)
` [PATCH 1/6] phy: rockchip-typec: fall back to working in host-mode if extcon is missing
` [PATCH 2/6] dt-bindings: phy-rockchip-typec: move extcon property to be optional
` [PATCH 3/6] arm64: dts: rockchip: enable typec-phy for rk3399-sapphire
` [PATCH 4/6] arm64: dts: rockchip: enable typec-phy for rk3399-firefly
` [PATCH 5/6] arm64: dts: rockchip: enable typec-phy1 for rk3399-puma
` [PATCH 6/6] arm64: dts: rockchip: enable typec-phy0 for rk3399-puma-haikou

[PATCH v7 00/13] Support PPTT for ARM64
 2018-03-01 12:06 UTC  (2+ messages)

[PATCH] soc: rockchip: power-domain: remove PM clocks
 2018-03-01 11:54 UTC  (14+ messages)

[PATCH 0/29] arm meltdown fix backporting review for lts 4.9
 2018-03-01 11:53 UTC  (4+ messages)
` [PATCH 01/29] arm64: mm: Use non-global mappings for kernel space

[PATCH v2] arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
 2018-03-01 11:50 UTC  (3+ messages)

[PATCH v11 0/8] perf: Support for ARM DynamIQ Shared Unit
 2018-03-01 11:49 UTC  (6+ messages)
` [PATCH v11 8/8] perf: ARM DynamIQ Shared Unit PMU support

[PATCH] pinctrl: sunxi: always look for apb block
 2018-03-01 11:48 UTC  (2+ messages)

boot hang on meltdown backporting -- urgent
 2018-03-01 11:46 UTC 

[PATCH] pata_bk3710: clarify license version and use SPDX header
 2018-03-01 11:42 UTC  (2+ messages)

[PATCH] mmc: dw_mmc-rockchip: correct property names in debug
 2018-03-01 11:21 UTC  (3+ messages)

[RESEND PATCH v6 00/14] iommu/rockchip: Use OF_IOMMU
 2018-03-01 11:14 UTC  (17+ messages)
` [RESEND PATCH v6 01/14] iommu/rockchip: Prohibit unbind and remove
` [RESEND PATCH v6 02/14] iommu/rockchip: Fix error handling in probe
` [RESEND PATCH v6 03/14] iommu/rockchip: Request irqs in rk_iommu_probe()
` [RESEND PATCH v6 04/14] iommu/rockchip: Fix error handling in attach
` [RESEND PATCH v6 05/14] iommu/rockchip: Use iopoll helpers to wait for hardware
` [RESEND PATCH v6 06/14] iommu/rockchip: Fix TLB flush of secondary IOMMUs
` [RESEND PATCH v6 07/14] ARM: dts: rockchip: add clocks in iommu nodes
` [RESEND PATCH v6 08/14] iommu/rockchip: Control clocks needed to access the IOMMU
` [RESEND PATCH v6 09/14] dt-bindings: iommu/rockchip: Add clock property
` [RESEND PATCH v6 10/14] iommu/rockchip: Use IOMMU device for dma mapping operations
` [RESEND PATCH v6 11/14] iommu/rockchip: Use OF_IOMMU to attach devices automatically
` [RESEND PATCH v6 12/14] iommu/rockchip: Fix error handling in init
` [RESEND PATCH v6 13/14] iommu/rockchip: Add runtime PM support
` [RESEND PATCH v6 14/14] iommu/rockchip: Support sharing IOMMU between masters

[PATCH] dt-bindings: rockchip-dw-mshc: use consistent clock names
 2018-03-01 10:57 UTC  (2+ messages)

[PATCH v2 0/6] Add mmc support for STM32F7 boards
 2018-03-01 10:53 UTC  (7+ messages)
` [PATCH v2 1/6] ARM: dts: stm32: Add sdio pins definition for stm32f7
` [PATCH v2 2/6] ARM: dts: stm32: Enable sdio1 for stm32f746-disco
` [PATCH v2 3/6] ARM: dts: stm32: Enable sdio1 for stm32f746-eval
` [PATCH v2 4/6] ARM: dts: stm32: Enable sdio1 for stm32f769-disco
` [PATCH v2 5/6] dt-bindings: mfd: Add STM32F7 SDMMC2 rcc entry
` [PATCH v2 6/6] ARM: dts: stm32: Fix sdio2 rcc hard coded value

[PATCH V2 0/5] mmc: add stm32 sdmmc controller
 2018-03-01 10:44 UTC  (4+ messages)

[PATCH v2] ARM: davinci: fix the GPIO lookup for omapl138-hawk
 2018-03-01 10:34 UTC 

[PATCH] ARM: davinci: fix the GPIO lookup for omapl138-hawk
 2018-03-01 10:34 UTC  (3+ messages)

[PATCH v3 00/10] Add Actions Semi S900 pinctrl and gpio support
 2018-03-01 10:33 UTC  (6+ messages)
` [PATCH v3 01/10] dt-bindings: pinctrl: Add bindings for Actions S900 SoC

[PATCH 0/2] Stackleak for arm64
 2018-03-01 10:33 UTC  (7+ messages)
` [PATCH 1/2] stackleak: Update "

[PATCH v2 0/5] Add R8A77970/V3MSK LVDS/HDMI support
 2018-03-01 10:20 UTC  (6+ messages)

[PATCH v5 00/26] Fix watchdog on Renesas R-Car Gen2 and RZ/G1
 2018-03-01 10:20 UTC  (8+ messages)

[PATCH 0/6] Add mmc support for STM32F7 boards
 2018-03-01 10:17 UTC  (9+ messages)
` [PATCH 1/6] ARM: dts: stm32: Add sdio pins definition for stm32f7
` [PATCH 2/6] ARM: dts: stm32: Enable sdio1 for stm32f746-disco
` [PATCH 3/6] ARM: dts: stm32: Enable sdio1 for stm32f746-eval
` [PATCH 4/6] ARM: dts: stm32: Enable sdio1 for stm32f769-disco
` [PATCH 5/6] dt-bindings: mfd: Add STM32F7 SDMMC2 rcc entry
` [PATCH 6/6] ARM: dts: stm32: Fix sdio2 rcc hard coded value

[PATCH v6 00/14] iommu/rockchip: Use OF_IOMMU
 2018-03-01 10:08 UTC  (8+ messages)
` [PATCH v6 01/14] iommu/rockchip: Prohibit unbind and remove
` [PATCH v6 02/14] iommu/rockchip: Fix error handling in probe
` [PATCH v6 03/14] iommu/rockchip: Request irqs in rk_iommu_probe()
` [PATCH v6 04/14] iommu/rockchip: Fix error handling in attach
` [PATCH v6 05/14] iommu/rockchip: Use iopoll helpers to wait for hardware
` [PATCH v6 06/14] iommu/rockchip: Fix TLB flush of secondary IOMMUs
` [PATCH v6 07/14] ARM: dts: rockchip: add clocks in iommu nodes

[PATCH] PM / core: move device and its children to end of dpm list
 2018-03-01  9:59 UTC  (2+ messages)

[PATCH v4] rtc: ac100: Fix ac100 determine rate bug
 2018-03-01  9:59 UTC  (2+ messages)

[PATCH 1/2] drm/sun4i: increase lvds dclk max divisor
 2018-03-01  9:57 UTC  (4+ messages)
` [PATCH 2/2] drm/sun4i: add lvds mode_valid function

[PATCH v2 0/2] Add R8A77970/Eagle I2C support
 2018-03-01  9:54 UTC  (4+ messages)
` [PATCH v2 1/2] arm64: dts: renesas: r8a77970: add "

[PATCH v2 00/10] R-Car M3-N: Enable EtherAVB device node
 2018-03-01  9:53 UTC 

[PATCH v4 0/2] usb: host: ehci-platform: add support for optional external vbus supply
 2018-03-01  9:51 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: usb: ehci: add optional external vbus supply property
` [PATCH v4 2/2] usb: host: ehci-platform: add support for optional external vbus supply

[PATCH v5 01/26] ARM: shmobile: Add watchdog support
 2018-03-01  9:44 UTC  (3+ messages)
` [PATCH v6 "

[PATCH v2 14/15] clk: stm32: Add clk entry for SDMMC2 on stm32F769
 2018-03-01  9:42 UTC  (3+ messages)

[PATCH] drm/sun4i: Fix dclk_set_phase
 2018-03-01  9:41 UTC  (2+ messages)

[PATCH] drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE
 2018-03-01  9:39 UTC  (2+ messages)

[PATCH 0/2] arm: Support for Renesas RZ/N1D (R9A06G032)
 2018-03-01  9:35 UTC  (3+ messages)

[PATCH v3 5/7] clk: sunxi-ng: add support for the Allwinner H6 CCU
 2018-03-01  9:29 UTC  (2+ messages)

[PATCH v2 1/4] dt-bindings: pwm: binding allwinner sun8i
 2018-03-01  9:26 UTC  (3+ messages)
` [linux-sunxi] "

[PATCH] drm/sun4i: link in front-end code if needed
 2018-03-01  9:19 UTC  (6+ messages)

[PATCH] drm/bridge/synopsys: dsi: readl_poll_timeout return value clean up
 2018-03-01  9:00 UTC  (2+ messages)

[PATCH v3] usb: host: ehci-platform: add support for optional external vbus supply
 2018-03-01  8:49 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset)
 2018-03-01  8:43 UTC  (2+ messages)

[PATCH] dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
 2018-03-01  8:37 UTC  (5+ messages)

[PATCH v7 00/42] ARM: davinci: convert to common clock framework​
 2018-03-01  8:36 UTC  (5+ messages)
` [PATCH v7 10/42] clk: davinci: New driver for davinci PSC clocks

[PATCH v2 00/16] Implement H3/H5 HDMI driver
 2018-03-01  8:23 UTC  (3+ messages)

[PATCH v4 00/10] Sunxi: Add SMP support on A83T
 2018-03-01  8:21 UTC  (4+ messages)
` [PATCH v4 08/10] ARM: sunxi: smp: Move assembly code into a file

[PATCH v3] pwm: mediatek: fix up PWM4 and PWM5 malfunction on MT7623
 2018-03-01  8:19 UTC 

[PATCH] MAINTAINERS: Add Spreadtrum SoC entry
 2018-03-01  8:09 UTC 

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-03-01  8:04 UTC  (4+ messages)
` [PATCH 03/37] iommu/sva: Manage process address spaces


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