linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-27 17:06:34 to 2019-02-28 14:25:32 UTC [more...]

[PATCH V3 0/4] Add i.MX8QXP system controller watchdog support
 2019-02-28 14:25 UTC  (5+ messages)
` [PATCH V3 2/4] watchdog: imx_sc: Add i.MX "

[PATCH v2 0/3] arm: dts: imx8mq: Add cpufreq support
 2019-02-28 14:20 UTC  (5+ messages)
` [PATCH v2 2/3] arm64: dts: imx8mq: Add the buck vdd_arm regulator
` [PATCH v2 3/3] arm64: dts: imx8mq: Add the opp table and cores opp properties

[PATCH] arm64: do_csum: implement accelerated scalar version
 2019-02-28 14:16 UTC  (3+ messages)

[PATCHv11 3/3] ARM:drm ivip Intel FPGA Video and Image Processing Suite
 2019-02-28 14:10 UTC 

[PATCH 0/7] drivers: firmware: psci: Some cleanup and refactoring
 2019-02-28 13:59 UTC  (8+ messages)
` [PATCH 1/7] drivers: firmware: psci: Move psci to separate directory
` [PATCH 2/7] MAINTAINERS: Update files for PSCI
` [PATCH 3/7] drivers: firmware: psci: Split psci_dt_cpu_init_idle()
` [PATCH 4/7] ARM/ARM64: cpuidle: Let back-end init ops take the driver as input
` [PATCH 5/7] drivers: firmware: psci: Simplify state node parsing
` [PATCH 6/7] drivers: firmware: psci: Simplify error path of psci_dt_init()
` [PATCH 7/7] drivers: firmware: psci: Announce support for OS initiated suspend mode

[PATCH] firmware: xilinx: fix debugfs write handler
 2019-02-28 13:59 UTC  (2+ messages)

[net: PATCH] net: mvpp2: disable link IRQ waiting for IDLE frames
 2019-02-28 13:58 UTC  (3+ messages)

[PATCH v5 00/23] Unify vDSOs across more architectures
 2019-02-28 13:54 UTC  (14+ messages)
` [PATCH v5 02/23] kernel: Define gettimeofday vdso common code
        ` [PATCH 1/2] vdso: use fixed-size time types
          ` [PATCH 2/2] vdso: add clock_gettime64

[PATCH v7 0/7] Support Trusted Foundations firmware on Tegra30
 2019-02-28 13:36 UTC  (10+ messages)
` [PATCH v7 1/7] ARM: trusted_foundations: Support L2 cache maintenance
` [PATCH v7 2/7] ARM: trusted_foundations: Make prepare_idle call to take mode argument
` [PATCH v7 3/7] ARM: trusted_foundations: Provide information about whether firmware is registered
` [PATCH v7 4/7] ARM: tegra: Set up L2 cache using Trusted Foundations firmware
` [PATCH v7 5/7] ARM: tegra: Don't apply CPU erratas in insecure mode
` [PATCH v7 6/7] ARM: tegra: Always boot CPU in ARM-mode
` [PATCH v7 7/7] ARM: tegra: Add firmware calls required for suspend-resume on Tegra30

[PATCH 0/5] ASoC: stm32: sai: miscellaneous fixes
 2019-02-28 13:19 UTC  (6+ messages)
` [PATCH 1/5] ASoC: stm32: sai: fix iec958 controls indexation
` [PATCH 2/5] ASoC: stm32: sai: fix exposed capabilities in spdif mode
` [PATCH 3/5] ASoC: stm32: sai: fix race condition in irq handler
` [PATCH 4/5] ASoC: stm32: sai: fix oversampling mode
` [PATCH 5/5] ASoC: stm32: sai: fix set_sync service

[GIT PULL] tee subsys for v5.1
 2019-02-28 13:12 UTC 

hdmi-codec: modifying params in hw_params() callback
 2019-02-28 13:10 UTC  (3+ messages)

[GIT PULL] tee subsys fixes for v5.0
 2019-02-28 12:32 UTC 

[PATCH] arch_topology: Update user supplied capacity to possible cpus in cluster
 2019-02-28 12:19 UTC  (2+ messages)

[PATCH v3 00/34] Convert x86 & arm64 to use generic page walk
 2019-02-28 12:11 UTC  (50+ messages)
` [PATCH v3 01/34] alpha: mm: Add p?d_large() definitions
` [PATCH v3 02/34] arc: "
` [PATCH v3 03/34] arm: "
` [PATCH v3 04/34] arm64: "
` [PATCH v3 05/34] c6x: "
` [PATCH v3 06/34] csky: "
` [PATCH v3 07/34] hexagon: "
` [PATCH v3 08/34] ia64: "
` [PATCH v3 09/34] m68k: "
` [PATCH v3 10/34] microblaze: "
` [PATCH v3 11/34] mips: "
` [PATCH v3 12/34] nds32: "
` [PATCH v3 13/34] nios2: "
` [PATCH v3 14/34] openrisc: "
` [PATCH v3 15/34] parisc: "
` [PATCH v3 16/34] powerpc: "
` [PATCH v3 17/34] riscv: "
` [PATCH v3 18/34] s390: "
` [PATCH v3 19/34] sh: "
` [PATCH v3 20/34] sparc: "
` [PATCH v3 21/34] um: "
` [PATCH v3 22/34] unicore32: "
` [PATCH v3 23/34] xtensa: "
` [PATCH v3 24/34] mm: Add generic p?d_large() macros
` [PATCH v3 25/34] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v3 26/34] mm: pagewalk: Allow walking without vma
` [PATCH v3 27/34] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v3 28/34] mm: pagewalk: Add test_p?d callbacks
` [PATCH v3 29/34] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v3 30/34] x86/mm: Point to struct seq_file from struct pg_state
` [PATCH v3 31/34] x86/mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v3 32/34] x86/mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v3 33/34] x86/mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v3 34/34] x86: mm: Convert dump_pagetables to use walk_page_range

[PATCH v5 00/10] arm64: add system vulnerability sysfs entries
 2019-02-28 12:01 UTC  (2+ messages)

[PATCH 0/9] 52-bit kernel + user VAs
 2019-02-28 11:45 UTC  (13+ messages)

[PATCH] usb: musb: sunxi: propagate devicetree node to glue pdev
 2019-02-28 11:20 UTC 

[PATCH 0/4] mwifiex PCI/wake-up interrupt fixes
 2019-02-28 11:03 UTC  (9+ messages)

[PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
 2019-02-28 11:00 UTC  (2+ messages)

[PATCH] regulator: stm32-vrefbuf: add power management support
 2019-02-28 10:45 UTC 

[PATCH/RFC 0/4] ARM: shmobile: Enable ARM_GLOBAL_TIMER on Cortex-A9 MPCore
 2019-02-28 10:34 UTC  (4+ messages)
` [PATCH/RFC 4/4] [WIP] ARM: shmobile: Enable ARM_GLOBAL_TIMER on Cortex-A9 MPCore SoCs

[PATCH v2 0/6] Add nvmem support on STM32
 2019-02-28 10:19 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: nvmem: Add STM32 factory-programmed romem
` [PATCH v2 2/6] nvmem: Add driver for STM32 factory-programmed read only mem
` [PATCH v2 3/6] nvmem: stm32: add support for STM32MP15 BSEC to control OTP data
` [PATCH v2 4/6] nvmem: core: add nvmem_cell_read_u16
` [PATCH v2 5/6] ARM: dts: stm32: Add romem and temperature calibration on stm32mp157c
` [PATCH v2 6/6] ARM: dts: stm32: Add romem and temperature calibration on stm32f429

[PATCH RFC 0/1] uio: Add dmabuf import ioctl
 2019-02-28 10:01 UTC  (8+ messages)
` [PATCH RFC 1/1] uio: Add dma-buf import ioctls

Béren kívüli juttatások
 2019-02-28  9:31 UTC 

[PATCH v6 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-02-28  9:25 UTC  (10+ messages)
` [PATCH v6 1/6] arm64/kvm: preserve host HCR_EL2 value
` [PATCH v6 3/6] arm64/kvm: context-switch ptrauth registers
` [PATCH v6 4/6] arm64/kvm: add a userspace option to enable pointer authentication

[PATCH 1/2] clk: imx7ulp: remove snvs clock
 2019-02-28  8:56 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: clock: imx7ulp: remove SNVS clock

[PATCH v4 0/9] Introduce STMFX I2C Multi-Function eXpander
 2019-02-28  8:53 UTC  (5+ messages)
` [PATCH v4 1/9] dt-bindings: mfd: Add ST Multi-Function eXpander (STMFX) core bindings

[PATCH 3/5] mt76: fix a leaked reference by adding a missing of_node_put
 2019-02-28  8:39 UTC  (2+ messages)

[PATCH V4 1/2] watchdog: imx_sc: Add i.MX system controller watchdog support
 2019-02-28  7:59 UTC  (2+ messages)
` [PATCH V4 2/2] arm64: defconfig: add support for i.MX system controller watchdog

[BUG] Linux-next fails to link on ARM in allmodconfig and allyesconfig
 2019-02-28  7:38 UTC  (2+ messages)

[PATCH RESEND net] net: phy: xgmiitorgmii: Support generic PHY status read
 2019-02-28  7:33 UTC  (12+ messages)

[PATCH v2 1/3] dt-bindings: imx-ocotp: Add i.MX8MQ compatible
 2019-02-28  7:01 UTC  (3+ messages)
` [PATCH v2 2/3] nvmem: imx-ocotp: add support for imx8mq
` [PATCH v2 3/3] nvmem: imx-ocotp: broaden Kconfig dependency

[PATCH v2] dts: arm64: add CoreSight trace support for hi3660
 2019-02-28  6:33 UTC 

[PATCH V7 1/2] arm64: dts: freescale: imx8qxp: add cpu opp table
 2019-02-28  6:42 UTC  (4+ messages)

[PATCH 0/2] crypto: arm64/chacha - fix for big endian
 2019-02-28  6:38 UTC  (2+ messages)

[PATCH v4 0/3] add AES support for Exynos5433
 2019-02-28  6:36 UTC  (2+ messages)

[PATCH net-next 0/2] net: phy: marvell10g: Clean .get_features by using C45 helpers
 2019-02-28  5:42 UTC  (2+ messages)

[RFC PATCH V0 0/7] media: platform: Add support for Digital Image Processing (DIP) on mt8183 SoC
 2019-02-28  3:24 UTC  (4+ messages)
  ` [RFC PATCH V0 7/7] [media] platform: mtk-isp: Add Mediatek DIP driver

[PATCH V2 1/3] dt-bindings: memory-controllers: freescale: add MMDC binding doc
 2019-02-28  3:00 UTC  (7+ messages)
` [PATCH V2 2/3] ARM: dts: imx7ulp: add mmdc support
` [PATCH V2 3/3] ARM: dts: imx: make MMDC node name generic

[PATCH v2 1/2] ARM: dts: vf610-zii: Disable SNVS RTC
 2019-02-28  2:50 UTC  (2+ messages)

[PATCH V3 1/3] dt-bindings: memory-controllers: freescale: add MMDC binding doc
 2019-02-28  2:48 UTC  (3+ messages)
` [PATCH V3 2/3] ARM: dts: imx7ulp: add mmdc support
` [PATCH V3 3/3] ARM: dts: imx: make MMDC node name generic

[PATCH 01/15] ARM: dts: imx6qdl-fdi-fs700-m60: Use explicit swpad values
 2019-02-28  2:47 UTC  (2+ messages)

[PATCH v3 1/3] dt-bindings: arm: fsl: Add devicetree binding for Eckelmann ci4x10
 2019-02-28  2:42 UTC  (4+ messages)
` [PATCH v3 2/3] ARM: dts: Add devicetree for Eckelmann CI4x10

[PATCH v4 07/10] dt-bindings: serial: Add Milbeaut serial driver description
 2019-02-28  2:35 UTC  (3+ messages)

[PATCH v4 03/10] dt-bindings: Add documentation for Milbeaut SoCs
 2019-02-28  2:34 UTC  (3+ messages)

[PATCH 1/2] ARM: dts: pfla02: prepare storage devices to add paritions
 2019-02-28  2:26 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: pfla02: add ksz9031 clock skew values

[PATCH] clk: imx8mq: Add support for the CLKO1 clock
 2019-02-28  2:15 UTC  (3+ messages)

[PATCH v2 1/2] arm64: dts: mt8173: correct cpu type of cpu2 and cpu3 to cortex-a72
 2019-02-28  2:03 UTC  (4+ messages)
` [PATCH v2 2/2] clk: mediatek: correct cpu clock name for MT8173 SoC

[PATCH v5 2/2] drivers/misc: Add Aspeed P2A control driver
 2019-02-28  1:52 UTC 

[PATCH v5 1/2] dt-bindings: misc: aspeed-p2a-ctrl: add support
 2019-02-28  1:52 UTC 

[PATCH v4 2/2] drivers/misc: Add Aspeed P2A control driver
 2019-02-28  1:25 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: memory-controllers: freescale: add MMDC binding doc
 2019-02-28  1:24 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: imx7ulp: add mmdc support

[PATCH V10 1/4] dt-bindings: fsl: scu: add thermal binding
 2019-02-28  0:47 UTC  (3+ messages)

[PATCH 7/8] net: seeq: replace kmalloc / memset(,0) with kzalloc
 2019-02-28  0:48 UTC  (2+ messages)

[PATCH 2/2] drivers/misc: Add Aspeed P2A control driver
 2019-02-28  0:01 UTC  (3+ messages)

[PATCH v1 0/4] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2019-02-28  0:01 UTC  (2+ messages)

[PATCH v2 0/9] ARM: sun8i: a83t: Enable USB OTG
 2019-02-27 23:43 UTC  (3+ messages)
` [PATCH v2 1/9] dt-bindings: power: supply: axp20x_usb_power: add axp813 compatible

[PATCH v2] iommu: io-pgtable: Add ARM Mali midgard MMU page table format
 2019-02-27 23:22 UTC 

[PATCH] ARM: pxa: remove CONFIG_SND_PXA2XX_AC97 in pxa_defconfig
 2019-02-27 22:00 UTC  (2+ messages)

[PATCH v2 1/3] Bluetooth: btusb: add QCA6174A compatible properties
 2019-02-27 21:34 UTC  (3+ messages)

[PATCH v4 0/2] media: cedrus: Add H264 decoding support
 2019-02-27 20:57 UTC  (6+ messages)
` [PATCH v4 1/2] media: uapi: Add H264 low-level decoder API compound controls

[GIT PULL] updates to soc/fsl drivers for v5.1 take4
 2019-02-27 20:52 UTC 

[PATCH 0/2] Rename dt header and move clock binding
 2019-02-27 20:51 UTC  (3+ messages)
` [PATCH 1/2] include: dt-binding: clock: Rename zynqmp header file
` [PATCH 2/2] dt-bindings: xilinx: Separate clock binding from firmware doc

[PATCH] video: fbdev: atmel_lcdfb: drop AVR and platform_data support
 2019-02-27 20:14 UTC  (2+ messages)

[PATCH v7 0/9] EDAC drivers for Armada XP L2 and DDR
 2019-02-27 20:05 UTC  (2+ messages)

[PATCH v12 0/4] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM)
 2019-02-27 19:58 UTC  (5+ messages)
` [PATCH v12 1/4] PM / Domains: Add a generic data pointer to the genpd_power_state struct
` [PATCH v12 2/4] PM / Domains: Add support for CPU devices to genpd
` [PATCH v12 3/4] cpuidle: Export the next timer/tick expiration for a CPU
` [PATCH v12 4/4] PM / Domains: Add genpd governor for CPUs

[PATCH 00/13] Clean up "mediatek,larb" after adding device_link
 2019-02-27 19:30 UTC  (3+ messages)
` [PATCH 04/13] iommu/mediatek: Add device_link between the consumer and the larb devices

[PATCH v2 0/7] Enable rk3066 VOP and HDMI for MK808
 2019-02-27 19:06 UTC  (5+ messages)
` [PATCH] dt-bindings: display: rockchip: add document for rk3066 hdmi

Zdravstvujte Vas interesuyut bazy dannyh dlya prodazhi Vashih tovarov i uslug?
 2019-02-27 17:30 UTC 


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