linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-23 20:12:08 to 2018-05-24 12:22:53 UTC [more...]

[PATCH 00/14] arm64 SSBD (aka Spectre-v4) mitigation
 2018-05-24 12:22 UTC  (37+ messages)
` [PATCH 01/14] arm/arm64: smccc: Add SMCCC-specific return codes
` [PATCH 02/14] arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
` [PATCH 03/14] arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
` [PATCH 04/14] arm64: Add ARCH_WORKAROUND_2 probing
` [PATCH 05/14] arm64: Add 'ssbd' command-line option
` [PATCH 06/14] arm64: ssbd: Add global mitigation state accessor
` [PATCH 07/14] arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
` [PATCH 08/14] arm64: ssbd: Disable mitigation on CPU resume if required by user
` [PATCH 09/14] arm64: ssbd: Introduce thread flag to control userspace mitigation
` [PATCH 10/14] arm64: ssbd: Add prctl interface for per-thread mitigation
` [PATCH 11/14] arm64: KVM: Add HYP per-cpu accessors
` [PATCH 12/14] arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
` [PATCH 13/14] arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests

[PATCH v2 0/5] Add sdmmc UHS support to ROC-RK3328-CC board
 2018-05-24 12:18 UTC  (11+ messages)
` [PATCH v2 2/5] gpio: syscon: Add gpio-syscon for rockchip

[PATCH 0/9] PM / Domains: Add support for multi PM domains per device
 2018-05-24 12:17 UTC  (11+ messages)
` [PATCH 8/9] PM / Domains: Add support for multi PM domains per device to genpd

[PATCH v9 00/24] ILP32 for ARM64
 2018-05-24 12:15 UTC  (4+ messages)
` [PATCH 07/24] arm64: ilp32: add documentation on the ILP32 ABI "

[PATCH v2 00/14] ARM Spectre variant 2 fixes
 2018-05-24 12:03 UTC  (5+ messages)
` [PATCH 09/14] ARM: spectre-v2: add PSCI based hardening

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-24 11:50 UTC  (15+ messages)
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing

[PATCH V2] PCI/portdrv: do not disable device on reboot/shutdown
 2018-05-24 11:43 UTC  (4+ messages)

[PATCH v6 00/17] Rockchip ISP1 Driver
 2018-05-24 11:30 UTC  (7+ messages)
` [PATCH v6 05/17] media: rkisp1: add Rockchip ISP1 subdev driver

[PATCH v12 0/8] Clock for CPU scaling support for msm8996
 2018-05-24 11:25 UTC  (10+ messages)
` [PATCH v12 1/8] soc: qcom: Separate kryo l2 accessors from PMU driver
` [PATCH v12 2/8] clk: qcom: Make clk_alpha_pll_configure available to modules
` [PATCH v12 3/8] clk: Use devm_ in the register fixed factor clock
` [PATCH v12 4/8] clk: qcom: Add CPU clock driver for msm8996
` [PATCH v12 5/8] dt-bindings: clk: qcom: Add bindings for CPU clock "
` [PATCH v12 6/8] clk: qcom: cpu-8996: Add support to switch to alternate PLL
` [PATCH v12 7/8] clk: qcom: cpu-8996: Add support to switch below 600Mhz
` [PATCH v12 8/8] clk: qcom: Add ACD path to CPU clock driver for msm8996

[PATCH v10 00/18] KVM: arm64: Optimise FPSIMD context switching
 2018-05-24 11:22 UTC  (46+ messages)
` [PATCH v10 04/18] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH v10 05/18] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH v10 06/18] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH v10 07/18] arm64: fpsimd: Eliminate task->mm checks
` [PATCH v10 08/18] arm64/sve: Refactor user SVE trap maintenance for external use
` [PATCH v10 09/18] KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
` [PATCH v10 10/18] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH v10 11/18] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH v10 12/18] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH v10 13/18] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH v10 14/18] KVM: arm64: Save host SVE context as appropriate
` [PATCH v10 16/18] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH v10 17/18] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()

[PATCH v4] arm64: allwinner: a64: Add Amarula A64-Relic initial support
 2018-05-24 11:16 UTC 

Nokia N900: refcount_t underflow, use after free
 2018-05-24 11:05 UTC  (11+ messages)

[PATCH 0/9] Rewrite asm-generic/bitops/{atomic, lock}.h and use on arm64
 2018-05-24 10:59 UTC  (10+ messages)
` [PATCH 1/9] h8300: Don't include linux/kernel.h in asm/atomic.h
` [PATCH 2/9] m68k: Don't use asm-generic/bitops/lock.h
` [PATCH 3/9] asm-generic: Move some macros from linux/bitops.h to a new bits.h file
` [PATCH 4/9] openrisc: Don't pull in all of linux/bitops.h in asm/cmpxchg.h
` [PATCH 5/9] sh: Don't pull in all of linux/bitops.h in asm/cmpxchg-xchg.h
` [PATCH 6/9] asm-generic/bitops/atomic.h: Rewrite using atomic_fetch_*
` [PATCH 7/9] asm-generic/bitops/lock.h: "
` [PATCH 8/9] arm64: Replace our atomic/lock bitop implementations with asm-generic
` [PATCH 9/9] arm64: bitops: Include <asm-generic/bitops/ext2-atomic-setbit.h>

[PATCH v4 0/2] arm64: signal: Report signal frame size to userspace via auxv
 2018-05-24 10:40 UTC  (3+ messages)
` [PATCH v4 1/2] arm64/sve: Thin out initialisation sanity-checks for sve_max_vl

[PATCH v3 3/3] ARM: dts: Renesas R9A06G032 SMP enable method
 2018-05-24 10:39 UTC 

[PATCH v3 0/3] Renesas R9A06G032 SMP enabler
 2018-05-24 10:30 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: cpu: Add Renesas R9A06G032 SMP enable method
` [PATCH v3 2/3] arm: shmobile: Add the R9A06G032 SMP enabler driver

[PATCHv2] arm64: Make sure permission updates happen for pmd/pud
 2018-05-24 10:27 UTC  (4+ messages)

v4.17-rc1: regressions on N900, N950
 2018-05-24  9:47 UTC  (14+ messages)

[PATCH 4.16 090/161] staging: bcm2835-audio: Release resources on module_exit()
 2018-05-24  9:38 UTC 

[PATCH 4.14 085/165] staging: bcm2835-audio: Release resources on module_exit()
 2018-05-24  9:38 UTC 

[PATCH 4.4 25/92] futex: Remove duplicated code and fix undefined behaviour
 2018-05-24  9:38 UTC 

[PATCH v2] PM / AVS: rockchip-io: add io selectors and supplies for PX30
 2018-05-24  9:31 UTC  (3+ messages)

[PATCH v2 00/13] ARM: pxa: switch to DMA slave maps
 2018-05-24  9:30 UTC  (15+ messages)
` [PATCH v2 01/13] dmaengine: pxa: use a dma slave map
` [PATCH v2 02/13] ARM: pxa: add "
` [PATCH v2 03/13] mmc: pxamci: remove the dmaengine compat need
` [PATCH v2 04/13] media: pxa_camera: "
` [PATCH v2 05/13] mtd: rawnand: marvell: "
` [PATCH v2 06/13] net: smc911x: "
` [PATCH v2 07/13] net: smc91x: "
` [PATCH v2 08/13] ASoC: pxa: "
` [PATCH v2 09/13] ata: pata_pxa: "
` [PATCH v2 10/13] dmaengine: pxa: document pxad_param
` [PATCH v2 11/13] dmaengine: pxa: make the filter function internal
` [PATCH v2 12/13] ARM: pxa: remove the DMA IO resources
` [PATCH v2 13/13] ARM: pxa: change SSP DMA channels allocation

Patch "staging: bcm2835-audio: Release resources on module_exit()" has been added to the 4.14-stable tree
 2018-05-24  9:18 UTC 

[PATCH v7 00/26] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM)
 2018-05-24  9:16 UTC  (2+ messages)

[rjarzmik:work/dma_slave_map 5/13] drivers/mtd/nand/raw/marvell_nand.c:2628:52: sparse: incorrect type in argument 1 (different base types)
 2018-05-24  9:07 UTC 

[PATCH 0/2] soc: imx: add scu power domain driver
 2018-05-24  9:03 UTC  (6+ messages)
` [PATCH 2/2] soc: imx: add SCU power domains driver

[PATCH 0/4] soc: imx: add scu firmware api support
 2018-05-24  8:56 UTC  (7+ messages)
  ` [PATCH 4/4] soc: imx: add SC firmware IPC and APIs

[PATCH v3] arm64: allwinner: a64: Add Amarula A64-Relic initial support
 2018-05-24  8:54 UTC  (6+ messages)

[PATCH 00/15] Add support for R40 HDMI pipeline
 2018-05-24  8:50 UTC  (13+ messages)
` [PATCH 05/15] drm/sun4i: Add TCON TOP driver
` [PATCH 06/15] drm/sun4i: tcon: Add support for tcon-top
` [PATCH 12/15] drm/sun4i: Add support for second clock parent to DW HDMI PHY clk driver
    ` [linux-sunxi] "

[PATCH v2 2/4] drm/mediatek: Add support for mediatek SOC MT2712
 2018-05-24  8:40 UTC  (5+ messages)

[PATCH] PM / runtime: Drop usage count for suppliers at device link removal
 2018-05-24  8:33 UTC 

[PATCH 0/5] add missing of_node_put
 2018-05-24  8:30 UTC  (4+ messages)
` [PATCH 1/5] pinctrl: at91-pio4: "

[PATCH v4 0/3] Support Common Not Private translations
 2018-05-24  8:20 UTC  (4+ messages)
` [PATCH v4 3/3] arm64: Introduce command line parameter to disable CNP

[PATCH] pinctrl: armada-37xx: Fix spurious irq management
 2018-05-24  8:17 UTC  (2+ messages)

Patch "staging: bcm2835-audio: Release resources on module_exit()" has been added to the 4.16-stable tree
 2018-05-24  8:10 UTC 

[PATCH v5 1/4] dt-bindings: pinctrl: qcom: add gpio-ranges, gpio-reserved-ranges
 2018-05-24  8:07 UTC  (7+ messages)
` [PATCH v5 2/4] pinctrl: msm: fix gpio-hog related boot issues
` [PATCH v5 3/4] ARM: dts: qcom: add gpio-ranges property
` [PATCH v5 4/4] gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrls

[GIT PULL] berlin dt changes for v4.18
 2018-05-24  8:06 UTC 

[GIT PULL] berlin dt64 changes for v4.18
 2018-05-24  8:04 UTC 

[rjarzmik:work/dma_slave_map 5/13] drivers/mtd/nand/raw/marvell_nand.c:2628:44: error: passing argument 1 of 'dma_request_slave_channel' from incompatible pointer type
 2018-05-24  8:02 UTC 

[GIT PULL] berlin core changes for 4.18
 2018-05-24  7:59 UTC 

[PATCH v2 0/7] add support for Bluetooth on MT7622 SoC
 2018-05-24  7:47 UTC  (8+ messages)
` [PATCH v2 4/7] Bluetooth: Add new quirk for non-persistent setup settings
      ` [SPAM]Re: "

[PATCH v1 0/7] add external interrupt support to MT7622 pinctrl
 2018-05-24  7:42 UTC  (15+ messages)
` [PATCH v1 1/7] dt-bindings: pinctrl: "
` [PATCH v1 2/7] pinctrl: mediatek: refactor EINT related code for all MediaTek pinctrl can fit
` [PATCH v1 3/7] pinctrl: mediatek: add EINT support to MT7622 SoC
` [PATCH v1 4/7] pinctrl: mediatek: use generic EINT register maps for each SoC
` [PATCH v1 5/7] pinctrl: mediatek: remove unused fields in struct mtk_eint_hw
` [PATCH v1 6/7] MAINTAINERS: update entry for PIN CONTROLLER - MEDIATEK
` [PATCH v1 7/7] arm64: dts: mt7622: add EINT support to pinctrl

[PATCH v9 0/4] Fix issues with huge mapping in ioremap for ARM64
 2018-05-24  7:34 UTC  (6+ messages)
` [PATCH v9 3/4] arm64: Implement page table free interfaces

[PATCH v4] pinctrl: msm: fix gpio-hog related boot issues
 2018-05-24  7:29 UTC  (4+ messages)

[PATCH v2] ARM: pxa: dts: add pin definitions for extended GPIOs
 2018-05-24  7:28 UTC  (2+ messages)

[PATCH V4 0/8] net: ethernet: stmmac: add support for stm32mp1
 2018-05-24  7:24 UTC  (5+ messages)
` [PATCH V4 1/8] net: ethernet: stmmac: add adaptation for stm32mp157c

[PATCH 0/5] Introduce STMFX I2C GPIO expander
 2018-05-24  7:13 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: pinctrl: document the STMFX pinctrl bindings

[GIT PULL] pinctrl: samsung: Stuff for v4.18 (second version)
 2018-05-24  7:07 UTC  (2+ messages)

[rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory
 2018-05-24  6:48 UTC  (6+ messages)

[PATCH] arm64: dts: juno: fix OF graph endpoint node names
 2018-05-24  5:27 UTC  (8+ messages)
` [PATCH] arm64: dts: msm8916: fix Coresight ETF graph connections
` [PATCH] arm64: dts: sprd: fix typo in 'remote-endpoint'

[v3 00/10] arm/arm64: mediatek: Fix mmsys device probing
 2018-05-24  2:52 UTC  (4+ messages)
` [v3 03/10] mfd: mtk-mmsys: Add mmsys driver

[PATCH v1] dma: imx-sdma: add virt-dma support
 2018-05-24  1:42 UTC  (6+ messages)

[PATCH] firmware: ti_sci: Switch to SPDX Licensing
 2018-05-24  1:10 UTC  (5+ messages)

[PATCH] arm64: dt: Update sp805 compatible string
 2018-05-24  0:52 UTC 

[PATCH v8 0/2] SDM845 System Cache Driver
 2018-05-24  0:35 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: Documentation for qcom, llcc
` [PATCH v8 2/2] drivers: soc: Add LLCC driver

[PATCH v3 0/6] Enhance support for the SP805 WDT
 2018-05-24  0:15 UTC  (7+ messages)
` [PATCH v3 1/6] Documentation: DT: Consolidate SP805 binding docs
` [PATCH v3 2/6] Documentation: DT: Add optional 'timeout-sec' property for sp805
` [PATCH v3 3/6] watchdog: sp805: add 'timeout-sec' DT property support
` [PATCH v3 4/6] watchdog: sp805: set WDOG_HW_RUNNING when appropriate
` [PATCH v3 5/6] arm64: dt: set initial SR watchdog timeout to 60 seconds
` [PATCH v3 6/6] arm64: defconfig: add CONFIG_ARM_SP805_WATCHDOG

[PATCH v2 0/6]Enhance support for the SP805 WDT
 2018-05-23 23:51 UTC  (9+ messages)
` [PATCH v2 1/6] Documentation: DT: Consolidate SP805 binding docs
` [PATCH v2 2/6] Documentation: DT: Add optional 'timeout-sec' property for sp805
` [PATCH v2 3/6] watchdog: sp805: add 'timeout-sec' DT property support
` [PATCH v2 4/6] watchdog: sp805: set WDOG_HW_RUNNING when appropriate
` [PATCH v2 5/6] arm64: dt: set initial SR watchdog timeout to 60 seconds
` [PATCH v2 6/6] arm64: defconfig: add CONFIG_ARM_SP805_WATCHDOG

[PATCH] ARM: DTS: imx53: Add support for imx53 HSC/DDC boards from K+P
 2018-05-23 22:18 UTC  (5+ messages)

[PATCH 00/15] ARM: pxa: switch to DMA slave maps
 2018-05-23 21:54 UTC  (4+ messages)
` [PATCH 05/15] mtd: nand: pxa3xx: remove the dmaengine compat need

[PATCH v2] OMAP: CLK: CLKSRC: Add suspend resume hooks
 2018-05-23 21:17 UTC  (4+ messages)

[PATCH v2] spi: bcm2835aux: ensure interrupts are enabled for shared handler
 2018-05-23 20:52 UTC 

[PATCH 00/11] coresight: tmc-etr Transparent buffer management
 2018-05-23 20:25 UTC  (3+ messages)
` [PATCH 08/11] coresight: Add generic TMC sg table framework

[PATCH] arm64: dts: stingray: Add otp device node
 2018-05-23 20:17 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).