linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-05 17:03:34 to 2019-05-06 19:50:31 UTC [more...]

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-06 19:50 UTC  (19+ messages)
` [PATCH v15 01/17] uaccess: add untagged_addr definition for other arches
` [PATCH v15 02/17] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v15 03/17] lib, arm64: untag user pointers in strn*_user
` [PATCH v15 04/17] mm: add ksys_ wrappers to memory syscalls
` [PATCH v15 05/17] arms64: untag user pointers passed "
` [PATCH v15 06/17] mm: untag user pointers in do_pages_move
` [PATCH v15 07/17] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v15 08/17] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v15 09/17] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v15 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v15 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v15 12/17] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v15 13/17] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v15 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v15 15/17] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v15 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

[GIT PULL] i.MX fixes for 5.1, round 3
 2019-05-06 19:10 UTC  (2+ messages)

[bug] aarch64: userspace stalls on page fault after dd2283f2605e ("mm: mmap: zap pages with read mmap_sem in munmap")
 2019-05-06 19:04 UTC  (2+ messages)

[PATCH v3 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-05-06 18:52 UTC  (5+ messages)
` [PATCH v3 1/4] iommu: Add gfp parameter to iommu_ops::map
` [PATCH v3 2/4] iommu/dma-iommu: Handle deferred devices
` [PATCH v3 3/4] iommu/dma-iommu: Use the dev->coherent_dma_mask
` [PATCH v3 4/4] iommu/amd: Convert AMD iommu driver to the dma-iommu api

[PATCH v2 0/3] staging: vchiq: use interruptible waits
 2019-05-06 18:51 UTC  (9+ messages)
` [PATCH v2 1/3] staging: vchiq_2835_arm: revert "quit using custom down_interruptible()"
` [PATCH v2 2/3] staging: vchiq: revert "switch to wait_for_completion_killable"
` [PATCH v2 3/3] staging: vchiq: make wait events interruptible

[RFC] munmap(64k) is much slower with patch set reduce synchronous TLB invalidation on ARM64 merged
 2019-05-06 18:47 UTC  (2+ messages)

[PATCH V3 1/3] dt-bindings: watchdog: move i.MX system controller watchdog binding to SCU
 2019-05-06 18:27 UTC  (3+ messages)
` [PATCH V3 3/3] watchdog: imx_sc: Add pretimeout support

[PATCH 13/15] riscv: switch to generic version of pte allocation
 2019-05-06 18:25 UTC  (2+ messages)

[PATCH] i2c: bcm2835: Model Divider in CCF
 2019-05-06 18:14 UTC  (7+ messages)

[GIT PULL] arm64: updates for 5.2
 2019-05-06 18:11 UTC 

[RFC] Disable lockref on arm64
 2019-05-06 18:10 UTC  (9+ messages)
          ` [EXT] "

[PATCH v2] misc: aspeed-lpc-ctrl: Correct return values
 2019-05-06 18:04 UTC  (3+ messages)

[PATCH v2 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-05-06 17:56 UTC  (7+ messages)
` [PATCH v2 3/4] iommu/dma-iommu: Use the dev->coherent_dma_mask

[PATCH 0/7] Add support for H6 thermal sensor
 2019-05-06 17:55 UTC  (7+ messages)
` [PATCH 1/7] iio: adc: sun4i-gpadc: rework for support multiple "

[PATCH net-next 0/4] net: mvpp2: cls: Add classification
 2019-05-06 17:54 UTC  (4+ messages)

[PATCH 4.19 46/72] net: xilinx: fix possible object reference leak
 2019-05-06 17:48 UTC  (2+ messages)
  ` [PATCH 4.19 46/72] net: xilinx: fix possible object referenceleak

[PATCH] Remove MODULE_ALIAS() calls that take undefined macro
 2019-05-06 17:39 UTC  (2+ messages)

[PATCH v3 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver
 2019-05-06 17:27 UTC  (8+ messages)
` [PATCH v3 2/2] dt-bindings: cpufreq: Document allwinner, cpu-operating-points-v2
  ` [PATCH v3 2/2] dt-bindings: cpufreq: Document allwinner,cpu-operating-points-v2

[PATCH 0/2] mmc: sdhci-iproc: fixes for HS50 data hold time
 2019-05-06 17:01 UTC  (3+ messages)
` [PATCH 1/2] mmc: sdhci-iproc: cygnus: Set NO_HISPD bit to fix HS50 data hold time problem
` [PATCH 2/2] mmc: sdhci-iproc: "

[PATCH] arm64: tegra: Disable XUSB support on Jetson TX2
 2019-05-06 16:41 UTC 

[PATCH] arm64: tegra: Enable SMMU translation for PCI on Tegra186
 2019-05-06 16:34 UTC 

[PATCH v14 00/17] arm64: untag user pointers passed to the kernel
 2019-05-06 16:21 UTC  (16+ messages)
` [PATCH v14 08/17] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v14 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v14 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v14 12/17] drm/radeon, "
` [PATCH v14 13/17] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr

[PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address
 2019-05-06 16:19 UTC  (7+ messages)
` [PATCH v4 07/10] net: wireless: support of_get_mac_address new ERR_PTR error

[PATCH RESEND net-next 0/3] of_get_mac_address ERR_PTR fixes
 2019-05-06 16:08 UTC 

[PATCH] i2c: at91: handle TXRDY interrupt spam
 2019-05-06 16:02 UTC  (7+ messages)

[PATCH v2 00/36] Introduce the generic ECC engine abstraction
 2019-05-06 15:49 UTC  (11+ messages)
` [PATCH v2 07/36] mtd: rawnand: Avoid a typedef
` [PATCH v2 10/36] mtd: nand: Introduce the ECC engine abstraction

[GIT PULL LATE 1/2] ARM: socfpga_defconfig: updates for v5.2
 2019-05-06 15:42 UTC  (2+ messages)
` [GIT PULL LATE 2/2] ARM: dts: socfpga: updates for v5.2, part 2

[PATCH 0/7] Add imx7ulp USBOTG1 support
 2019-05-06 15:30 UTC  (5+ messages)
` [PATCH 6/7] ARM: dts: imx7ulp: add "

[RFC 0/7] Convert the Intel iommu driver to the dma-ops api
 2019-05-06 15:27 UTC  (8+ messages)
` [RFC 1/7] iommu/vt-d: Set the dma_ops per device so we can remove the iommu_no_mapping code
` [RFC 6/7] iommu/vt-d: convert the intel iommu driver to the dma-iommu ops api

[PATCH 1/2] drm/panel: simple: Add FriendlyELEC HD702E 800x1280 LCD panel
 2019-05-06 15:04 UTC  (4+ messages)

[PATCH 0/3] ASoC: stm32: spdifrx: add some features
 2019-05-06 15:03 UTC  (7+ messages)
` [PATCH 1/3] ASoC: stm32: spdifrx: update pcm hardware constraints
  ` Applied "ASoC: stm32: spdifrx: update pcm hardware constraints" to the asoc tree
` [PATCH 2/3] ASoC: stm32: spdifrx: change trace level on iec control
  ` Applied "ASoC: stm32: spdifrx: change trace level on iec control" to the asoc tree
` [PATCH 3/3] ASoC: stm32: spdifrx: manage identification registers
  ` Applied "ASoC: stm32: spdifrx: manage identification registers" to the asoc tree

[PATCH] spi: atmel-quadspi: void return type for atmel_qspi_init()
 2019-05-06 14:56 UTC 

[PATCH 00/10] implement DYNAMIC_DEBUG_RELATIVE_POINTERS
 2019-05-06 14:48 UTC  (6+ messages)

[PATCH v6] ARM: dts: aspeed: Adding Lenovo Hr630 BMC
 2019-05-06 14:38 UTC  (3+ messages)

[PATCH v2] arm64: allwinner: h6: orangepi-one-plus: Add Ethernet support
 2019-05-06 13:31 UTC  (4+ messages)
    ` [linux-sunxi] "

[PATCH 1/2] usb: xhci: Make it possible to not have a secondary HCD (3.0)
 2019-05-06 13:21 UTC  (2+ messages)

[PATCH 0/2] ASoC: stm32: i2s: add some features
 2019-05-06 12:54 UTC  (3+ messages)
` [PATCH 1/2] ASoC: stm32: i2s: update pcm hardware constraints
` [PATCH 2/2] ASoC: stm32: i2s: manage identification registers

[PATCH 00/16] dmaengine/soc/firmware: Add Texas Instruments UDMA support
 2019-05-06 12:34 UTC  (17+ messages)
` [PATCH 01/16] firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udma
` [PATCH 02/16] bindings: soc: ti: add documentation for k3 ringacc
` [PATCH 03/16] soc: ti: k3: add navss ringacc driver
` [PATCH 04/16] dmaengine: doc: Add sections for per descriptor metadata support
` [PATCH 05/16] dmaengine: Add metadata_ops for dma_async_tx_descriptor
` [PATCH 06/16] dmaengine: Add support for reporting DMA cached data amount
` [PATCH 07/16] dmaengine: Add function to request slave channel from a dma_device
` [PATCH 08/16] dmaengine: ti: Add cppi5 header for UDMA
` [PATCH 09/16] dt-bindings: dma: ti: Add document for K3 UDMA
` [PATCH 10/16] dmaengine: ti: New driver for K3 UDMA - split#1: defines, structs, io func
` [PATCH 11/16] dmaengine: ti: New driver for K3 UDMA - split#2: probe/remove, xlate and filter_fn
` [PATCH 12/16] dmaengine: ti: New driver for K3 UDMA - split#3: alloc/free chan_resources
` [PATCH 13/16] dmaengine: ti: New driver for K3 UDMA - split#4: dma_device callbacks 1
` [PATCH 14/16] dmaengine: ti: New driver for K3 UDMA - split#5: dma_device callbacks 2
` [PATCH 15/16] dmaengine: ti: New driver for K3 UDMA - split#6: Kconfig and Makefile
` [PATCH 16/16] dmaengine: ti: k3-udma: Add glue layer for non DMAengine users

[PATCH V3 00/12] misc: xilinx sd-fec drive
 2019-05-06 12:34 UTC  (7+ messages)
` [PATCH V3 02/12] misc: xilinx-sdfec: add core driver

[PATCH v2 0/5] arm64: SPE ACPI enablement
 2019-05-06 12:07 UTC  (4+ messages)
` [PATCH v2 1/5] ACPI/PPTT: Trivial, Modify the case of CPU

[PATCH 1/2] arm64: dts: rockchip: Enable SPI0 and SPI4 on Rock960
 2019-05-06 12:04 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Enable SPI1 on Ficus

[PATCH v1 1/1] ARM: dts: colibri: introduce dts with UHS-I support enabled
 2019-05-06 11:50 UTC  (3+ messages)

[PATCH 0/8] Add Mediatek thermal dirver and dtsi
 2019-05-06 10:43 UTC  (8+ messages)
` [PATCH 1/8] arm64: dts: mt8183: add thermal zone node
` [PATCH 3/8] arm64: dts: mt8183: Add #cooling-cells to CPU nodes

[PATCH v3 0/4] Exynos Performance Monitoring Counters enhancements
 2019-05-06 10:29 UTC  (6+ messages)
  ` [PATCH v3 3/4] Documentation: devicetree: add PPMU events description

[PATCH v2 0/3] Add Avenger96 board support
 2019-05-06 10:05 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: arm: stm32: Document Avenger96 devicetree binding
` [PATCH v2 2/3] ARM: dts: stm32mp157: Add missing pinctrl definitions
` [PATCH v2 3/3] ARM: dts: Add Avenger96 devicetree support based on STM32MP157A

[PATCH 0/3] Add Avenger96 board support
 2019-05-06 10:00 UTC  (7+ messages)
` [PATCH 2/3] ARM: dts: stm32mp157: Add missing pinctrl definitions
` [PATCH 3/3] ARM: dts: Add Avenger96 devicetree support based on STM32MP157A

[PATCH net-next 0/3] of_get_mac_address ERR_PTR fixes
 2019-05-06  9:58 UTC 

[PATCH 1/3] dt-bindings: clock: imx8mm: Add GPIO clocks
 2019-05-06  9:31 UTC  (6+ messages)
` [PATCH 2/3] clk: imx8mm: add GPIO clocks to clock tree
` [PATCH 3/3] arm64: dts: imx8mm: add clock for GPIO node

[v2 0/3] support mipitx on mt8183
 2019-05-06  9:17 UTC  (3+ messages)
` [v2 3/3] drm/mediatek: add mipi_tx driver for mt8183

[PATCH] ARM: dts: sun8i: r40: bananapi-m2-ultra: Remove regulator-always-on
 2019-05-06  9:15 UTC  (2+ messages)

[PATCH 1/3] clocksource/drivers/ixp4xx: Drop ifdef
 2019-05-06  9:11 UTC  (4+ messages)
` [PATCH 2/3] soc: ixp4xx: qmgr: Fix an NULL vs IS_ERR() check in probe
` [PATCH 3/3] ARM: ixp4xx: Remove duplicated include from common.c

[PATCH 1/4] arm64: dts: fsl: ls1028a: Add qDMA node
 2019-05-06  9:03 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: fsl: ls1028a: Add eDMA node
` [PATCH 3/4] dmaengine: fsl-edma: support little endian for edma driver
` [PATCH 4/4] dt-bindings: fsl-qdma: Add LS1028A qDMA bindings

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-05-06  9:03 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: fsl: scu: add ocotp binding
 2019-05-06  8:50 UTC  (10+ messages)
` [PATCH 2/4] nvmem: imx: add i.MX8 nvmem driver
` [PATCH 3/4] defconfig: arm64: enable "
` [PATCH 4/4] arm64: dts: imx: add i.MX8QXP ocotp support

[PATCH 1/2] ARM: dts: imx6sl: Assign corresponding clocks instead of dummy clock
 2019-05-06  8:41 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: imx6qdl: "

[PATCH 0/3] arm64: Add support for on-demand backtrace by NMI-like IPI
 2019-05-06  8:25 UTC  (4+ messages)
` [PATCH 1/3] arm64: Add pseudo NMI support of GICv3 SGIs
` [PATCH 2/3] arm64: Add support for on-demand backtrace of other CPUs
` [PATCH 3/3] arm64: Avoid entering NMI context improperly

[PATCH 1/2] i2c: imx: I2C Driver doesn't consider I2C_IPGCLK_SEL RCW bit when using ls1046a SoC
 2019-05-06  7:53 UTC  (10+ messages)
` [PATCH 2/2] arm64: dts: fsl: ls1046a: Add the guts node in dts
    ` [EXT] "
  ` [EXT] Re: [PATCH 1/2] i2c: imx: I2C Driver doesn't consider I2C_IPGCLK_SEL RCW bit when using ls1046a SoC

[PATCH 0/2] drm/stm: ltdc: manage error cases in probe
 2019-05-06  7:25 UTC  (7+ messages)
` [PATCH 1/2] drm/stm: ltdc: manage the get_irq probe defer case
` [PATCH 2/2] drm/stm: ltdc: return appropriate error code during probe

[PATCH v2] perf vendor events arm64: Add Cortex-A57 and Cortex-A72 events
 2019-05-06  7:25 UTC  (2+ messages)

[PATCH 2/4] media: mtk-vpu: fix leaked of_node references
 2019-05-06  7:05 UTC  (3+ messages)
` [PATCH 3/4] media: mtk-vcodec: "
` [PATCH 4/4] media: xilinx: "

[PATCH v2 1/2] drivers: base: cacheinfo: Add variable to record max cache line size
 2019-05-06  6:53 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: cacheinfo: Update cache_line_size detected from DT or PPTT

[PATCH v9 0/2] Mixel MIPI DPHY support for NXPs i.MX8 SOCs
 2019-05-06  6:54 UTC  (4+ messages)
` [PATCH v9 2/2] phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs
    ` [EXT] "

[PATCH] arm64: dts: sprd: Add clock properties for serial devices
 2019-05-06  6:36 UTC  (2+ messages)

[PATCH] ARM: dts: Introduce the NXP LS1021A-TSN board
 2019-05-06  1:08 UTC 

linux-next: manual merge of the imx-mxs tree with the arm-soc tree
 2019-05-06  0:43 UTC 

[PATCH][next] mt76: fix less than zero check on a u8 variable
 2019-05-05 21:31 UTC 

[PATCH v2 0/2] DMA support for AT91 USART in SPI mode
 2019-05-05 18:06 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: mfd: atmel-usart: add DMA bindings for "
` [PATCH v2 2/2] spi: at91-usart: add DMA support

[PATCH] arm64/io: Don't use WZR in writel
 2019-05-05 18:05 UTC  (18+ messages)

[PATCH net-next] net: ll_temac: Make some functions static
 2019-05-05 17:49 UTC  (2+ messages)

[PATCH v3] dpaa_eth: fix SG frame cleanup
 2019-05-05 17:31 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;
as well as URLs for NNTP newsgroup(s).