messages from 2018-02-15 13:49:41 to 2018-02-16 09:20:20 UTC [more...]
[PATCH 00/15] R-Car M3-N initial support
2018-02-16 9:20 UTC (14+ messages)
` [PATCH 02/15] clk: renesas: cpg-msr: Add support for R-Car M3-N
` [PATCH 03/15] soc: renesas: Add R-Car M3-N support
` [PATCH 06/15] Documentation: devicetree: dma: Add r8a77965 dmac
` [PATCH 13/15] Documentation: devicetree: ravb: Add r8a77965
` [PATCH 08/15] Documentation: devicetree: renesas,sci: "
` [PATCH 05/15] ARM64: dts: Add R-Car Salvator-x M3-N support
[PATCH v5 00/12] drm/sun4i: Add A83T HDMI support
2018-02-16 9:09 UTC (10+ messages)
` [PATCH v5 03/12] drm/bridge/synopsys: dw-hdmi: Enable workaround for v1.32a
` [PATCH v5 04/12] drm/bridge/synopsys: dw-hdmi: Export some PHY related functions
` [PATCH v5 05/12] drm/bridge/synopsys: dw-hdmi: don't clobber drvdata
[PATCH v4 00/19] KVM/arm64: Randomise EL2 mappings
2018-02-16 9:05 UTC (18+ messages)
` [PATCH v4 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v4 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v4 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v4 17/19] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v4 18/19] arm64: KVM: Introduce EL2 VA randomisation
[PATCH 0/5] soc: renesas: dd symbols for R-Car Gen3 register offsets
2018-02-16 8:52 UTC (5+ messages)
` [PATCH 1/5] soc: renesas: Add "
[PATCH] crypto: atmel: Delete error messages for a failed memory allocation in six functions
2018-02-16 8:41 UTC (2+ messages)
[PATCH] KVM: arm: Enable emulation of the physical timer
2018-02-16 8:13 UTC (2+ messages)
arm64/v4.16-rc1: KASAN: use-after-free Read in finish_task_switch
2018-02-16 8:11 UTC (11+ messages)
[PATCH v2 00/16] mmc: sdhci-omap: Add UHS/HS200 mode support
2018-02-16 8:08 UTC (7+ messages)
` [PATCH v2 08/16] mmc: sdhci-omap: Add support to override f_max and iodelay from pdata
` [PATCH v2 11/16] mmc: sdhci: Program a relatively accurate SW timeout value
[PATCH v4 0/4] Add DTS for SDM845 SoC and MTP
2018-02-16 6:05 UTC (5+ messages)
` [PATCH v4 1/4] dt-bindings: arm: Document kryo385 cpu
` [PATCH v4 2/4] dt-bindings: qcom: Add SDM845 bindings
` [PATCH v4 3/4] arm64: dts: sdm845: Add minimal dts/dtsi files for sdm845 SoC and MTP
` [PATCH v4 4/4] arm64: dts: sdm845: Add serial console support
[PATCH v4 0/8] ARM: sun9i: SMP and CPU hotplug support
2018-02-16 5:37 UTC (3+ messages)
[PATCH 0/6] ARM: dts: aspeed: Enable iBT and LPC, Palmetto fixes
2018-02-16 4:58 UTC (7+ messages)
` [PATCH 3/6] ARM: dts: aspeed-g5: Update LPC node
` [PATCH 5/6] ARM: dts: palmetto: Add LEDs and GPIO keys
` [PATCH 6/6] ARM: dts: aspeed: Add Palmetto GPIO hogs
[PATCH] mfd: tps65218: Reorder tps65218_regulator_id enum
2018-02-16 4:40 UTC (2+ messages)
[PATCH net v4 02/13] net/8390: Fix msg_enable patch snafu
2018-02-16 3:47 UTC (5+ messages)
[PATCH v11 0/3] arm: npcm: add basic support for Nuvoton BMCs
2018-02-16 2:40 UTC (4+ messages)
` [PATCH v11 1/3] "
` [PATCH v11 2/3] arm: dts: add Nuvoton NPCM750 device tree
` [PATCH v11 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture
[PATCH v8 0/5] scsi: ufs: add ufs driver code for Hisilicon Hi3660 SoC
2018-02-15 23:51 UTC (2+ messages)
[PATCH v2 0/1] clk: npcm: move fixed clocks to DT
2018-02-15 22:50 UTC (3+ messages)
` [PATCH v2 1/1] npcm750: add fixed clocks (moved from drivers/clk/clk-npcm7xx.c)
[PATCH v2 0/1] *clk: npcm750: add clock header to patch, fix typos and content in dt-binding txt
2018-02-15 22:38 UTC (3+ messages)
` [PATCH v2 1/1] clk: npcm750: update text with fixed clocks
[PATCH v4 00/17] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
2018-02-15 21:28 UTC (3+ messages)
[PATCH v4 00/40] Optimize KVM/ARM for VHE systems
2018-02-15 21:03 UTC (41+ messages)
` [PATCH v4 01/40] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v4 02/40] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v4 03/40] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v4 04/40] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v4 05/40] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v4 06/40] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v4 07/40] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v4 08/40] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v4 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v4 10/40] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v4 11/40] KVM: arm64: Improve debug register save/restore flow
` [PATCH v4 12/40] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v4 13/40] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v4 14/40] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v4 15/40] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH v4 16/40] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v4 17/40] KVM: arm64: Move userspace system registers into separate function
` [PATCH v4 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v4 19/40] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH v4 20/40] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v4 21/40] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v4 22/40] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v4 23/40] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v4 24/40] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH v4 25/40] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v4 26/40] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH v4 27/40] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH v4 28/40] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH v4 29/40] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v4 30/40] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH v4 31/40] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v4 32/40] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
` [PATCH v4 33/40] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH v4 34/40] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE
` [PATCH v4 35/40] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v4 36/40] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v4 37/40] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v4 38/40] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v4 39/40] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v4 40/40] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
[PATCH] arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
2018-02-15 18:59 UTC (2+ messages)
[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
2018-02-15 18:56 UTC (12+ messages)
` [PATCH 01/11] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH 03/11] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH 04/11] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH 06/11] ACPI / APEI: Make the fixmap_idx per-ghes to allow multiple in_nmi() users
` [PATCH 07/11] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH 09/11] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH 10/11] mm/memory-failure: increase queued recovery work's priority
` [PATCH 11/11] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work
[PATCH v2 0/6] Arm interconnect PMU driver tidyup
2018-02-15 18:51 UTC (7+ messages)
` [PATCH v2 1/6] drivers/bus: Move Arm CCN PMU driver
` [PATCH v2 2/6] drivers/bus: Split Arm CCI driver
` [PATCH v2 3/6] perf/arm-cci: Simplify CPU hotplug
` [PATCH v2 4/6] bus/arm-cci: Streamline devicetree handling a bit
` [PATCH v2 5/6] perf/arm-cci: Clean up model discovery
` [PATCH v2 6/6] perf/arm-cci: Untangle global cci_ctrl_base
[PATCH v3 1/3] ARM: dts: exynos: Add I2S1 device node to exynos5433.dtsi
2018-02-15 18:32 UTC (6+ messages)
` [PATCH v3 2/3] ARM: dts: exynos: Update I2S0 device node in exynos5433.dtsi
` [PATCH v3 3/3] ARM: dts: exynos: Add support for HDMI audio on exynos5433-tm2
[PATCH 1/2] mmc: bcm2835: reset host on timeout
2018-02-15 18:22 UTC (5+ messages)
` [PATCH 2/2] mmc: bcm2835: print some informational messages during reset
[RFC PATCH 0/5] Rewrite asm-generic/bitops/atomic.h and use on arm64
2018-02-15 18:20 UTC (8+ messages)
` [RFC PATCH 1/5] arm64: fpsimd: include <linux/init.h> in fpsimd.h
` [RFC PATCH 2/5] asm-generic: Avoid including linux/kernel.h in asm-generic/bug.h
` [RFC PATCH 3/5] asm-generic/bitops/atomic.h: Rewrite using atomic_fetch_*
` [RFC PATCH 4/5] arm64: Replace our atomic bitops implementation with asm-generic
` [RFC PATCH 5/5] arm64: bitops: Include <asm-generic/bitops/ext2-atomic-setbit.h>
[PATCH 1/2] drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE
2018-02-15 18:05 UTC (10+ messages)
` [PATCH 2/2] drm/sun4i: Handle DRM_MODE_FLAG_**SYNC_POSITIVE correctly
[REPOST PATCH] arm/arm64: KVM: Add PSCI version selection API
2018-02-15 17:58 UTC
[PATCH v5 0/3] arm64/ras: support sea error recovery
2018-02-15 17:56 UTC (6+ messages)
` [PATCH v5 1/3] "
[PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
2018-02-15 17:55 UTC
[PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
2018-02-15 17:55 UTC (5+ messages)
[PATCH] drm/sun4i: fix HSYNC and VSYNC polarity
2018-02-15 17:54 UTC
[PATCH] bus: ti-sysc: Fix checking of no-reset-on-init quirk
2018-02-15 17:20 UTC
[PATCH 0/2] Perf inject for ETM trace
2018-02-15 17:08 UTC (9+ messages)
` [PATCH 1/2] perf tools: inject capabilitity for CoreSight traces
` [PATCH 2/2] perf inject: Emit instruction records on ETM trace discontinuity
[PATCH V2] ARM: shmobile: stout: enable R-Car Gen2 regulator quirk
2018-02-15 17:05 UTC (3+ messages)
[PATCH v3 1/5] arm64: dts: renesas: r8a77995: add FCPV nodes
2018-02-15 16:56 UTC (6+ messages)
` [PATCH v3 2/5] arm64: dts: renesas: r8a77995: add VSP instances
[PATCH 0/8] r8a77995 D3 DU and LVDS support
2018-02-15 16:52 UTC (21+ messages)
` [PATCH 2/8] dt-bindings: display: renesas, du: Document r8a77995 bindings
` [PATCH 3/8] dt-bindings: display: renesas, lvds: Add LVDS binding for D3
` [PATCH 4/8] arm64: dts: renesas: r8a77995: add DU support
` [PATCH 5/8] arm64: dts: renesas: r8a77995: Add LVDS support
` [PATCH 6/8] arm64: dts: renesas: r8a77995-draak: Enable DU
` [PATCH 7/8] arm64: dts: renesas: r8a77995-draak: Add HDMI Out through ADV7511
[PATCH] cpufreq: s3c24xx: Delete an error message for a failed memory allocation in two functions
2018-02-15 16:40 UTC
[PATCH 0/5] Arm interconnect PMU driver tidyup
2018-02-15 16:38 UTC (8+ messages)
` [PATCH 2/5] drivers/bus: Split Arm CCI driver
[PATCH 1/4] arm64: dts: renesas: r8a77995: add FCPVB node
2018-02-15 16:38 UTC (8+ messages)
` [PATCH 2/4] arm64: dts: renesas: r8a77995: add FCPVD nodes
[PATCH v5 00/26] Fix watchdog on Renesas R-Car Gen2 and RZ/G1
2018-02-15 16:20 UTC (4+ messages)
` [PATCH v5 14/26] ARM: shmobile: defconfig: Enable RENESAS_WDT_GEN
[PATCH v5 09/26] soc: renesas: rcar-rst: Enable watchdog as reset trigger for Gen2
2018-02-15 16:20 UTC (3+ messages)
` [PATCH v6 "
[PATCH 0/9] DT: Fix "debounce-interval" property misspellings
2018-02-15 16:18 UTC (3+ messages)
` [PATCH 3/9] ARM: dts: kzm9d: Fix "debounce-interval" property misspelling
[PATCH v2 1/6] phy: rockchip-typec: deprecate some DT properties for various register fields
2018-02-15 16:10 UTC (4+ messages)
` [PATCH v2 2/6] dt-bindings: phy-rockchip-typec: deprecate some register properties
[PATCH 0/3] USB OTG on STM32H743
2018-02-15 16:03 UTC (4+ messages)
` [PATCH 1/3] ARM: dts: stm32: add USB OTG HS support for STM32H743 SoC
` [PATCH 2/3] ARM: dts: stm32: add USB OTG FS "
` [PATCH 3/3] ARM: dts: stm32: enable USB OTG HS on stm32h743i-eval
[PATCH 0/3] USB OTG on STM32F7 boards
2018-02-15 15:54 UTC (4+ messages)
` [PATCH 1/3] ARM: dts: stm32: add gadget fifo sizes to usbotg_hs on stm32f746
` [PATCH 2/3] ARM: dts: stm32: select otg mode for usbotg_hs on stm32746g_eval
` [PATCH 3/3] ARM: dts: stm32: enable USB HS on stm32f769-disco
[PATCH 0/2] crypto: stm32/cryp - add AEAD cipher algorithms
2018-02-15 15:53 UTC (2+ messages)
[PATCH 0/3] crypto: stm32/hash: Correction to improve robustness
2018-02-15 15:51 UTC (2+ messages)
[PATCH v2 0/6] crypto: engine - Permit to enqueue all async requests
2018-02-15 15:51 UTC (2+ messages)
[PATCH][next] ASoC: uniphier: remove redundant check of blk_id
2018-02-15 15:34 UTC (2+ messages)
` Applied "ASoC: uniphier: remove redundant check of blk_id" to the asoc tree
[RFC PATCH v2 0/6] dt-bindings: add bindings for USB physical connector
2018-02-15 15:22 UTC (4+ messages)
` [RFC PATCH v2 4/6] arm64: dts: exynos: add OF graph between MHL and USB connector
[PATCH v2 0/2] Add R8A77970/Eagle GPIO support
2018-02-15 15:16 UTC (6+ messages)
` [PATCH v2 1/2] arm64: dts: renesas: r8a77970: add "
` [PATCH v2 2/2] arm64: dts: renesas: eagle: specify EtherAVB PHY IRQ
[PATCH] perf-tools: cs-etm: Properly deal with cpu maps
2018-02-15 14:56 UTC (2+ messages)
[PATCH 0/3] perf tools: Miscellaneous fix from the previous cycle
2018-02-15 14:55 UTC (2+ messages)
[PATCH v3 0/7] Initial support for NVIDIA Tegra194
2018-02-15 14:52 UTC (8+ messages)
` [PATCH v3 1/7] firmware: tegra: Simplify channel management
` [PATCH v3 2/7] soc/tegra: Add Tegra194 SoC configuration option
` [PATCH v3 3/7] soc/tegra: pmc: Add Tegra194 compatibility string
` [PATCH v3 4/7] dt-bindings: tegra: Add missing chips and NVIDIA boards
` [PATCH v3 5/7] dt-bindings: tegra: Add documentation for nvidia, tegra194-pmc
` [PATCH v3 6/7] arm64: tegra: Add Tegra194 chip device tree
` [PATCH v3 7/7] arm64: tegra: Add device tree for the Tegra194 P2972-0000 board
[PATCH 1/2] arm64: dts: rockchip: Fix DWMMC clocks
2018-02-15 14:05 UTC (2+ messages)
` [PATCH 2/2] ARM: "
[PATCH] ARM: sun7i: dt: Add Mali node
2018-02-15 14:04 UTC (3+ messages)
[PATCH 00/37] Shared Virtual Addressing for the IOMMU
2018-02-15 13:51 UTC (7+ messages)
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 08/37] iommu/fault: Handle mm faults
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).