linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-28 18:34:09 to 2019-08-29 13:14:34 UTC [more...]

[PATCHv2 00/11] soc: ti: add OMAP PRM driver (for reset)
 2019-08-29 13:14 UTC  (5+ messages)
` [PATCHv2 02/11] soc: ti: add initial PRM driver with reset control support
` [PATCHv2 03/11] soc: ti: omap-prm: poll for reset complete during de-assert

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-29 13:05 UTC  (8+ messages)
` [PATCH RESEND v11 7/8] open: openat2(2) syscall

[PATCH v4, 00/33] add drm support for MT8183
 2019-08-29 12:39 UTC  (4+ messages)
` [PATCH v4, 12/33] drm/mediatek: split DISP_REG_CONFIG_DSI_SEL setting into another use case

[PATCH v4 00/14] Improvements and fixes for mxsfb DRM driver
 2019-08-29 11:30 UTC  (15+ messages)
` [PATCH v4 01/14] drm/mxsfb: Update mxsfb to support a bridge
` [PATCH v4 02/14] drm/mxsfb: Read bus flags from bridge if present
` [PATCH v4 03/14] drm/mxsfb: Add defines for the rest of registers
` [PATCH v4 04/14] drm/mxsfb: Reset vital registers for a proper initialization
` [PATCH v4 05/14] drm/mxsfb: Update register definitions using bit manipulation defines
` [PATCH v4 06/14] drm/mxsfb: Update mxsfb with additional pixel formats
` [PATCH v4 07/14] drm/mxsfb: Signal mode changed when bpp changed
` [PATCH v4 08/14] drm/mxsfb: Add max-memory-bandwidth property for MXSFB
` [PATCH v4 09/14] dt-bindings: display: Add max-memory-bandwidth property for mxsfb
` [PATCH v4 10/14] drm/mxsfb: Update mxsfb to support LCD reset
` [PATCH v4 11/14] drm/mxsfb: Improve the axi clock usage
` [PATCH v4 12/14] drm/mxsfb: Clear OUTSTANDING_REQS bits
` [PATCH v4 13/14] drm/mxsfb: Add support for horizontal stride
` [PATCH v4 14/14] drm/mxsfb: Add support for live pixel format change

[PATCH v3 0/3] arm64: meson-sm1: add support for the SM1 based VIM3L
 2019-08-29 12:26 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: arm: amlogic: add Amlogic SM1 based Khadas VIM3L bindings

[PATCH 0/7] vdso: Complete the conversion to 32bit syscalls
 2019-08-29 12:21 UTC  (9+ messages)
` [PATCH 1/7] arm64: compat: vdso: Expose BUILD_VDSO32
` [PATCH 2/7] lib: vdso: Build 32 bit specific functions in the right context
` [PATCH 3/7] mips: compat: vdso: Use legacy syscalls as fallback
` [PATCH 4/7] lib: vdso: Remove VDSO_HAS_32BIT_FALLBACK
` [PATCH 5/7] arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK
` [PATCH 6/7] mips: "
` [PATCH 7/7] x86: "

[PATCH V3 0/6] PCI: tegra: Enable PCIe C5 controller of Tegra194 in p2972-0000 platform
 2019-08-29 12:03 UTC  (3+ messages)
` [PATCH V3 2/6] dt-bindings: PCI: tegra: Add PCIe slot supplies regulator entries

[PATCH v2 1/2] input: keyboard: snvs_pwrkey: Send key events for i.MX6 S, DL and Q
 2019-08-29 11:50 UTC  (6+ messages)

[PATCH v3 00/11] Add arm64/signal initial kselftest support
 2019-08-29 11:50 UTC  (7+ messages)
` [PATCH v3 03/11] kselftest: arm64: mangle_pstate_invalid_daif_bits
` [PATCH v3 04/11] kselftest: arm64: mangle_pstate_invalid_mode_el

[PATCH v2 0/2] Optimize dma_*_from_contiguous calls
 2019-08-29 11:45 UTC  (14+ messages)
` [PATCH v2 2/2] dma-contiguous: Use fallback alloc_pages for single pages

[PATCH ARM32 v4.4 V2 00/47] V4.4 backport of arm32 Spectre patches
 2019-08-29 11:40 UTC  (2+ messages)

[PATCH] mmc: sunxi: fix unusuable eMMC on some H6 boards by disabling DDR
 2019-08-29 11:37 UTC  (4+ messages)

[PATCH ARM64 v4.4 V3 00/44] V4.4 backport of arm64 Spectre patches
 2019-08-29 11:34 UTC  (45+ messages)
` [PATCH ARM64 v4.4 V3 01/44] arm64: barrier: Add CSDB macros to control data-value prediction
` [PATCH ARM64 v4.4 V3 02/44] arm64: Implement array_index_mask_nospec()
` [PATCH ARM64 v4.4 V3 03/44] arm64: move TASK_* definitions to <asm/processor.h>
` [PATCH ARM64 v4.4 V3 04/44] arm64: Make USER_DS an inclusive limit
` [PATCH ARM64 v4.4 V3 05/44] arm64: Use pointer masking to limit uaccess speculation
` [PATCH ARM64 v4.4 V3 06/44] arm64: entry: Ensure branch through syscall table is bounded under speculation
` [PATCH ARM64 v4.4 V3 07/44] arm64: uaccess: Prevent speculative use of the current addr_limit
` [PATCH ARM64 v4.4 V3 08/44] arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
` [PATCH ARM64 v4.4 V3 09/44] mm/kasan: add API to check memory regions
` [PATCH ARM64 v4.4 V3 10/44] arm64: kasan: instrument user memory access API
` [PATCH ARM64 v4.4 V3 11/44] arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
` [PATCH ARM64 v4.4 V3 12/44] arm64: cpufeature: Test 'matches' pointer to find the end of the list
` [PATCH ARM64 v4.4 V3 13/44] arm64: cpufeature: Add scope for capability check
` [PATCH ARM64 v4.4 V3 14/44] arm64: Introduce cpu_die_early
` [PATCH ARM64 v4.4 V3 15/44] arm64: Add a helper for parking CPUs in a loop
` [PATCH ARM64 v4.4 V3 16/44] arm64: Move cpu_die_early to smp.c
` [PATCH ARM64 v4.4 V3 17/44] arm64: Verify CPU errata work arounds on hotplugged CPU
` [PATCH ARM64 v4.4 V3 18/44] arm64: errata: Calling enable functions for CPU errata too
` [PATCH ARM64 v4.4 V3 19/44] arm64: Rearrange CPU errata workaround checks
` [PATCH ARM64 v4.4 V3 20/44] arm64: Run enable method for errata work arounds on late CPUs
` [PATCH ARM64 v4.4 V3 21/44] arm64: cpufeature: Pass capability structure to ->enable callback
` [PATCH ARM64 v4.4 V3 22/44] drivers/firmware: Expose psci_get_version through psci_ops structure
` [PATCH ARM64 v4.4 V3 23/44] arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro
` [PATCH ARM64 v4.4 V3 24/44] arm64: Move post_ttbr_update_workaround to C code
` [PATCH ARM64 v4.4 V3 25/44] arm64: Add skeleton to harden the branch predictor against aliasing attacks
` [PATCH ARM64 v4.4 V3 26/44] arm64: Move BP hardening to check_and_switch_context
` [PATCH ARM64 v4.4 V3 27/44] arm64: entry: Apply BP hardening for high-priority synchronous exceptions
` [PATCH ARM64 v4.4 V3 28/44] arm64: entry: Apply BP hardening for suspicious interrupts from EL0
` [PATCH ARM64 v4.4 V3 29/44] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
` [PATCH ARM64 v4.4 V3 30/44] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
` [PATCH ARM64 v4.4 V3 31/44] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
` [PATCH ARM64 v4.4 V3 32/44] arm64: cputype info for Broadcom Vulcan
` [PATCH ARM64 v4.4 V3 33/44] arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
` [PATCH ARM64 v4.4 V3 34/44] arm64: Branch predictor hardening for Cavium ThunderX2
` [PATCH ARM64 v4.4 V3 35/44] ARM: 8478/2: arm/arm64: add arm-smccc
` [PATCH ARM64 v4.4 V3 36/44] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH ARM64 v4.4 V3 37/44] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH ARM64 v4.4 V3 38/44] firmware/psci: Expose PSCI conduit
` [PATCH ARM64 v4.4 V3 39/44] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH ARM64 v4.4 V3 40/44] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH ARM64 v4.4 V3 41/44] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH ARM64 v4.4 V3 42/44] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH ARM64 v4.4 V3 43/44] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
` [PATCH ARM64 v4.4 V3 44/44] arm64: futex: Mask __user pointers prior to dereference

[PATCH v1 1/1] ARM: dts: rockchip: set crypto default disabled on rk3288
 2019-08-29 11:31 UTC  (3+ messages)

[PATCH 0/8] media: cedrus: h264: Support multi-slice frames
 2019-08-29 11:23 UTC  (5+ messages)
` [PATCH 7/8] media: cedrus: Add support for holding capture buffer
` [PATCH 8/8] media: cedrus: Add support for V4L2_DEC_CMD_FLUSH

[PATCH 0/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-08-29 11:17 UTC  (6+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] iommu: arm: Use iommu_put_resv_regions_simple()
` [PATCH 3/5] iommu: amd: "
` [PATCH 4/5] iommu: intel: "
` [PATCH 5/5] iommu: virt: "

[PATCH] arm64: tegra: Hook up edp interrupt on Tegra210 SOCTHERM
 2019-08-29 10:56 UTC 

[PATCH 1/1] sched/rt: avoid contend with CFS task
 2019-08-29 10:38 UTC  (2+ messages)

[PATCH v2 0/7] add support USB for MT8183
 2019-08-29 10:35 UTC  (3+ messages)
` [PATCH v2 4/7] usb: mtk-xhci: support ip-sleep wakeup "

[PATCH v2 00/15] arm64: dts: imx8: architecture improvement and adding imx8qm support
 2019-08-29 10:20 UTC  (3+ messages)
` [PATCH v2 01/15] arm64: dts: imx8qxp: add fallback compatible string for scu pd

[PATCH v9 0/3] add support for rng-seed
 2019-08-29 10:03 UTC  (5+ messages)
` [PATCH v9 2/3] fdt: "

[PATCH v3 00/11] clk: imx8: add new clock binding for better pm support
 2019-08-29 10:01 UTC  (3+ messages)
` [PATCH v3 01/11] dt-bindings: firmware: imx-scu: new binding to parse clocks from device tree

[arm:for-next 13/25] include/linux/error-injection.h:7:10: fatal error: asm/error-injection.h: No such file or directory
 2019-08-29  9:57 UTC  (4+ messages)

[PATCH] arm64: use x22 to save boot exception level
 2019-08-29  9:47 UTC 

[PATCH v3 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2019-08-29  9:40 UTC  (5+ messages)
` [PATCH v3 2/2] drm/bridge: "
  ` [EXT] "
` [EXT] [PATCH v3 0/2] drm: bridge: "

[PATCH next v11 00/11] add USB GPIO based connection detection driver
 2019-08-29  9:22 UTC  (12+ messages)
` [PATCH next v11 01/11] dt-binding: usb: add usb-role-switch property
` [PATCH next v11 02/11] dt-bindings: connector: add optional properties for Type-B
` [PATCH next v11 03/11] dt-bindings: usb: add binding for USB GPIO based connection detection driver
` [PATCH next v11 04/11] dt-bindings: usb: mtu3: add properties about USB Role Switch
` [PATCH next v11 05/11] usb: roles: Introduce stubs for the exiting functions in role.h
` [PATCH next v11 06/11] device connection: Add fwnode_connection_find_match()
` [PATCH next v11 07/11] usb: roles: Add fwnode_usb_role_switch_get() function
` [PATCH next v11 08/11] usb: roles: get usb-role-switch from parent
` [PATCH next v11 09/11] usb: common: create Kconfig file
` [PATCH next v11 10/11] usb: common: add USB GPIO based connection detection driver
` [PATCH next v11 11/11] usb: mtu3: register a USB Role Switch for dual role mode

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-08-29  9:19 UTC  (16+ messages)
` [PATCH v2 04/10] dt-bindings: pci: layerscape-pci: add compatible strings for ls1088a and ls2088a
` [PATCH v2 07/10] PCI: layerscape: Modify the MSIX to the doorbell way
` [PATCH v2 08/10] PCI: layerscape: Add EP mode support for ls1088a and ls2088a

[PATCH v5 0/2] arm64: dts: ti: k3: Update the power-domain cells
 2019-08-29  8:48 UTC  (4+ messages)

[PATCH v3 0/5] stm32-ddr-pmu driver creation
 2019-08-29  8:48 UTC  (3+ messages)
` [PATCH v3 5/5] ARM: dts: stm32: add ddrperfm on stm32mp157c

[PATCHv1 0/3] Odroid c2 missing regulator linking
 2019-08-29  8:28 UTC  (5+ messages)
` [PATCHv1 1/3] arm64: dts: meson: odroid-c2: Add missing regulator linked to P5V0 regulator
` [PATCHv1 2/3] arm64: dts: meson: odroid-c2: Add missing regulator linked to VDDIO_AO3V3 regulator
` [PATCHv1 3/3] arm64: dts: meson: odroid-c2: Add missing regulator linked to HDMI supply

[PATCH v6 00/14] Mediatek MT8183 scpsys support
 2019-08-29  8:15 UTC  (5+ messages)
` [PATCH v6 14/14] arm64: dts: Add power controller device node of MT8183

[PATCH] ARM: Emit __gnu_mcount_nc when using Clang 10.0.0 or newer
 2019-08-29  7:57 UTC  (2+ messages)

[PATCHv5 0/2] Variscite DART-6UL SoM support
 2019-08-29  7:54 UTC  (5+ messages)
` [PATCHv5 1/2] ARM: dts: imx6ul: Add "
` [PATCHv5 2/2] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

[PATCH] arm64: dts: ls1028a: fix a compatible issue
 2019-08-29  7:34 UTC 

[PATCH V9 1/3] perf: imx8_ddr_perf: add AXI ID filter support
 2019-08-29  7:26 UTC  (3+ messages)

[PATCH v2 0/3] arm/arm64: Add support for function error injection
 2019-08-29  7:23 UTC  (5+ messages)
` [PATCH v2 3/3] arm: "

[PATCH pinctrl/fixes] pinctrl: aspeed: Fix spurious mux failures on the AST2500
 2019-08-29  7:17 UTC 

[PATCH v3] ARM: ftrace: remove mcount(),ftrace_caller_old() and ftrace_call_old()
 2019-08-29  7:06 UTC  (2+ messages)

[PATCH v4 0/4] USB SS PHY for Qualcomm's QCS404
 2019-08-29  7:03 UTC  (4+ messages)
` [PATCH v4 3/4] dt-bindings: Add Qualcomm USB SuperSpeed PHY bindings

[PATCH net-next v4 0/3] net: ethernet: mediatek: convert to PHYLINK
 2019-08-29  7:03 UTC  (5+ messages)
` [PATCH net-next v4 3/3] dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phylink API

[PATCH v5 00/10] Add Support for MediaTek PMIC MT6358
 2019-08-29  6:24 UTC  (14+ messages)
` [PATCH v5 02/10] mfd: mt6397: extract irq related code from core driver
  ` [BUG] "
          ` Aw: "
` [PATCH v5 07/10] regulator: mt6358: Add support for MT6358 regulator
` [PATCH v5 09/10] rtc: mt6397: fix alarm register overwrite

FYI: imx-sdma firmware is not compatible with SLUB slab allocator
 2019-08-29  6:23 UTC  (5+ messages)

[PATCH 1/2] clk: imx7ulp: update nic1_bus_clk parent info
 2019-08-29  5:52 UTC  (6+ messages)
` [PATCH 2/2] clk: imx: disable i.mx7ulp composite clock during initialization

[PATCH v7 00/13] Mediatek MT8183 scpsys support
 2019-08-29  5:15 UTC  (3+ messages)
` [PATCH v7 13/13] arm64: dts: Add power controller device node of MT8183

[PATCH 0/2] Add fixes to iProc GPIO driver
 2019-08-29  4:52 UTC  (3+ messages)
` [PATCH 1/2] gpio: iproc-gpio: Fix incorrect pinconf configurations
` [PATCH 2/2] gpio: iproc-gpio: Handle interrupts for multiple instances

[PATCH] [RFC] tty/serial: imx: make use of format specifier %dE
 2019-08-29  4:37 UTC 

[PATCH] drm: dw-hdmi-i2s: enable audio clock in audio_startup
 2019-08-29  4:29 UTC 

[PATCH] [RFC] i2c: imx: make use of format specifier %dE
 2019-08-29  4:29 UTC 

[PATCH v2 0/7] soc: renesas: rcar-gen3-sysc: Fix power request conflicts
 2019-08-29  4:14 UTC  (2+ messages)

[PATCH netdev] net: stmmac: dwmac-rk: Don't fail if phy regulator is absent
 2019-08-29  3:17 UTC 

[PATCH] KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE
 2019-08-29  2:46 UTC  (2+ messages)

[PATCH] arm: xen: mm: use __GPF_DMA32 for arm64
 2019-08-29  2:46 UTC  (5+ messages)

[PATCH] PCI: rockchip: Properly handle optional regulators
 2019-08-29  2:31 UTC  (2+ messages)
` [PATCH] PCI: rockchip: Properly handle optional regulators【请注意,邮件由linux-rockchip-bounces+shawn.lin=rock-chips.com@lists.infradead.org代发】

[PATCH v14 00/10] support gce on mt8183 platform
 2019-08-29  1:48 UTC  (12+ messages)
` [PATCH v14 01/10] dt-binding: gce: remove thread-num property
` [PATCH v14 02/10] dt-binding: gce: add gce header file for mt8183
` [PATCH v14 03/10] dt-binding: gce: add binding for gce client reg property
` [PATCH v14 04/10] mailbox: mediatek: cmdq: move the CMDQ_IRQ_MASK into cmdq driver data
` [PATCH v14 05/10] mailbox: mediatek: cmdq: support mt8183 gce function
` [PATCH v14 06/10] mailbox: mediatek: cmdq: clear the event in cmdq initial flow
` [PATCH v14 06/10] soc: "
` [PATCH v14 07/10] soc: mediatek: cmdq: define the instruction struct
` [PATCH v14 08/10] soc: mediatek: cmdq: add polling function
` [PATCH v14 09/10] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function
` [PATCH v14 10/10] arm64: dts: add gce node for mt8183

[PATCH -next] media: imx: remove unused including <linux/version.h>
 2019-08-29  1:22 UTC 

[PATCH 00/11] ftrace: add support for recording function parameters and return value
 2019-08-28 23:41 UTC  (4+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace

[PATCH net-next] phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify code
 2019-08-28 21:51 UTC  (2+ messages)

[PATCH net-next] phy: mdio-mux-meson-g12a: use devm_platform_ioremap_resource() to simplify code
 2019-08-28 21:51 UTC  (2+ messages)

[PATCH net-next] phy: mdio-bcm-iproc: use devm_platform_ioremap_resource() to simplify code
 2019-08-28 21:51 UTC  (2+ messages)

[PATCH] arm-smmu: check for generic bindings first
 2019-08-28 20:48 UTC  (3+ messages)

[PATCH 0/2] Coresight: Fix for v5.3-rc5
 2019-08-28 20:25 UTC  (3+ messages)

[PATCH 0/5] perf: Treat perf_event_paranoid and kptr_restrict like the kernel does it
 2019-08-28 20:22 UTC  (3+ messages)

[PATCH 14/22] ARM: omap1: use pci_ioremap_io() for omap_cf
 2019-08-28 18:45 UTC  (11+ messages)

[PATCH v2 0/5] Serial: imx: various fixes
 2019-08-28 18:37 UTC  (6+ messages)
  ` [PATCH v2 1/5] serial: imx: get rid of unbounded busy-waiting loop
  ` [PATCH v2 2/5] serial: imx: do not stop Rx/Tx on termios change
  ` [PATCH v2 3/5] serial: imx: do not disable individual irqs during "
  ` [PATCH v2 4/5] serial: imx: fix data breakage on "
  ` [PATCH v2 5/5] serial: imx: use Tx ready rather than Tx empty irq

[GIT PULL 1/4] soc changes for omap variants for v5.4
 2019-08-28 18:34 UTC  (4+ messages)
` [GIT PULL 2/4] more ti-sysc driver changes "
` [GIT PULL 3/4] drop more legacy pdata for omaps "
` [GIT PULL 4/4] sgx soc glue changes "

[PATCH 1/3] ARM: omap2plus_defconfig: Fix missing video
 2019-08-28 18:33 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: logicpd-torpedo-baseboard: "
` [PATCH 3/3] ARM: dts: am3517-evm: "


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