messages from 2017-10-11 16:16:39 to 2017-10-12 11:45:24 UTC [more...]
[PATCH v7 0/4] Add support for ThunderX2 pmu events using json files
2017-10-12 11:45 UTC (9+ messages)
` [PATCH v7 1/4] perf utils: passing pmu as a parameter to function get_cpuid_str
` [PATCH v7 2/4] perf tools arm64: Add support for get_cpuid_str function
` [PATCH v7 3/4] perf utils: Add helper function is_pmu_core to detect PMU CORE devices
` [PATCH v7 4/4] perf vendor events arm64: Add ThunderX2 implementation defined pmu core events
kdump: need help with kexec -p
2017-10-12 11:40 UTC (2+ messages)
[PATCH v8 0/2] gpio: uniphier: UniPhier GPIO driver
2017-10-12 11:36 UTC (3+ messages)
` [PATCH v8 1/2] dt-bindings: gpio: uniphier: add UniPhier GPIO binding
` [PATCH v8 2/2] gpio: uniphier: add UniPhier GPIO controller driver
[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
2017-10-12 11:28 UTC (25+ messages)
` [PATCH v3 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v3 12/28] arm64/sve: Support vector length resetting for new processes
` [PATCH v3 13/28] arm64/sve: Signal handling support
` [PATCH v3 14/28] arm64/sve: Backend logic for setting the vector length
` [PATCH v3 15/28] arm64: cpufeature: Move sys_caps_initialised declarations
` [PATCH v3 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v3 17/28] arm64/sve: Preserve SVE registers around kernel-mode NEON use
` [PATCH v3 18/28] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [PATCH v3 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v3 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v3 25/28] arm64/sve: Detect SVE and activate runtime support
[PATCH 00/11] KASan for arm
2017-10-12 11:27 UTC (22+ messages)
` [PATCH 01/11] Initialize the mapping of KASan shadow memory
` [PATCH 03/11] arm: Kconfig: enable KASan
` [PATCH 05/11] Disable kasan's instrumentation
` [PATCH 06/11] change memory_is_poisoned_16 for aligned error
` [PATCH 10/11] Change mapping of kasan_zero_page int readonly
[PATCH 00/16] Support armada-37xx second UART port
2017-10-12 11:24 UTC (6+ messages)
` [PATCH 16/16] arm64: dts: marvell: armada-3720-espressobin: fill UART nodes
[PATCH 0/2] vgaarb: Select fallback default VGA device
2017-10-12 11:24 UTC (4+ messages)
` [PATCH 1/2] vgaarb: Select a default VGA device even if there's no legacy VGA
[PATCH V2 0/1] Optimise IOVA allocations for PCI devices
2017-10-12 11:14 UTC (6+ messages)
[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
2017-10-12 11:13 UTC (4+ messages)
` [RFCv2 PATCH 05/36] iommu/process: Bind and unbind process to and from devices
[PATCH 0/2] arm64 SMMUv3 PMU driver with IORT support
2017-10-12 11:11 UTC (8+ messages)
[PATCH] arm:fix negation of -2147483648 warning with UBSASN
2017-10-12 10:51 UTC (2+ messages)
[PATCH 00/37] Optimize KVM/ARM for VHE systems
2017-10-12 10:41 UTC (38+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 02/37] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH 03/37] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH 04/37] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 05/37] KVM: Record the executing ioctl number on the vcpu struct
` [PATCH 06/37] KVM: arm/arm64: Only load/put VCPU state for KVM_RUN
` [PATCH 07/37] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH 08/37] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH 09/37] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH 10/37] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH 11/37] KVM: arm64: Improve debug register save/restore flow
` [PATCH 12/37] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH 14/37] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH 15/37] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH 16/37] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH 17/37] KVM: arm64: Move userspace system registers into separate function
` [PATCH 18/37] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH 19/37] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH 20/37] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH 21/37] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH 22/37] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH 23/37] KVM: arm64: Prepare to handle traps on deferred VM sysregs
` [PATCH 24/37] KVM: arm64: Prepare to handle traps on deferred EL0 sysregs
` [PATCH 25/37] KVM: arm64: Prepare to handle traps on remaining deferred EL1 sysregs
` [PATCH 26/37] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs
` [PATCH 27/37] KVM: arm64: Defer saving/restoring system registers to vcpu load/put on VHE
` [PATCH 28/37] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH 29/37] KVM: arm64: Configure FPSIMD traps on vcpu load/put for VHE
` [PATCH 30/37] KVM: arm64: Configure c15, PMU, and debug register traps on cpu "
` [PATCH 31/37] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [PATCH 32/37] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 33/37] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH 34/37] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH 35/37] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH 36/37] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH 37/37] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
[PATCH v3 0/2] WFE for long delays
2017-10-12 10:26 UTC (14+ messages)
` [PATCH v3 1/2] arm_arch_timer: Expose event stream status
` [PATCH v3 2/2] arm64: use WFE for long delays
[PATCH] ARM: head-common.S: Clear lr before jumping to start_kernel()
2017-10-12 10:23 UTC (7+ messages)
[PATCH] i2c: stm32: Fixes multibyte transfer for STM32F4 I2C controller
2017-10-12 9:55 UTC (3+ messages)
[PATCH v3] drm: exynos: Add driver for HDMI audio interface
2017-10-12 9:51 UTC (2+ messages)
[PATCH 0/4] IORT SMMUv3 MSI support
2017-10-12 9:50 UTC (9+ messages)
` [PATCH 3/4] ACPI: IORT: Skip SMMUv3 device ID map for two steps mappings
[PATCH] ARM: compressed: discard ksym/kcrctab input section
2017-10-12 9:45 UTC (7+ messages)
[PATCHv2 0/2] PCI: layerscape: add fixes for layerscape-pcie errata
2017-10-12 9:44 UTC (3+ messages)
` [PATCHv2 1/2] PCI: Disable MSI for Freescale PCIe RC mode
` [PATCHv2 2/2] pci/layerscape: change the default error response behavior
DryIce , RTC not working on imx53
2017-10-12 9:36 UTC (3+ messages)
[PATCH 04/13] ARM: dts: r8a7743: Add missing clock for secondary CA15 CPU core
2017-10-12 9:35 UTC (2+ messages)
` [PATCH 12/13] ARM: dts: r8a7794: Add missing clock for secondary CA7 "
[PATCHv4 0/7] Fix remaining issues to drop more omap platform data
2017-10-12 9:10 UTC (7+ messages)
` [PATCH 5/7] ARM: dts: Add nodes for missing omap4 interconnect target modules
[PATCHv2 0/7] Add support for USB OTG on STM32F7
2017-10-12 8:43 UTC (9+ messages)
[PATCH 0/5] arm64: add ls1012a and ls1046a pcie support
2017-10-12 8:41 UTC (4+ messages)
[PATCH 0/9] clk: sunxi-ng: Use sigma-delta modulation for audio PLL
2017-10-12 8:37 UTC (10+ messages)
` [PATCH 1/9] clk: sunxi-ng: sun5i: Fix bit offset of audio PLL post-divider
` [PATCH 2/9] clk: sunxi-ng: nm: Check if requested rate is supported by fractional clock
` [PATCH 3/9] clk: sunxi-ng: Add sigma-delta modulation support
` [PATCH 4/9] clk: sunxi-ng: nm: Add support for sigma-delta modulation
` [PATCH 5/9] clk: sunxi-ng: sun8i: h3: Use sigma-delta modulation for audio PLL
` [PATCH 6/9] clk: sunxi-ng: sun4i: "
` [PATCH 7/9] clk: sunxi-ng: sun5i: "
` [PATCH 8/9] clk: sunxi-ng: sun6i: "
` [PATCH 9/9] clk: sunxi-ng: sun8i: a23: "
[PATCH v2 0/5] sunxi: Cleanup DT warnings for the A10 and A80
2017-10-12 8:36 UTC (2+ messages)
[PATCH] ARM: dts: sun5i: reference-design-tablet: Enable AXP209 AC and battery
2017-10-12 8:14 UTC (2+ messages)
[PATCH v2] drivers/irqchip: gicv3: add workaround for Synquacer pre-ITS
2017-10-12 7:49 UTC (2+ messages)
[PATCH 0/2] [v5] pinctrl: qcom: add support for sparse GPIOs
2017-10-12 7:39 UTC (11+ messages)
[PATCH 00/11] watchdog: Consolidate FTWDT010 derivatives
2017-10-12 7:35 UTC (12+ messages)
` [PATCH 04/11] watchdog: ftwdt010: Add clock support
` [PATCH 11/11] ARM: dts: Add PCLK to the Aspeed watchdogs
[PATCH 0/2] drivers: firmware: psci: Extract psci_is_available() helper
2017-10-12 6:58 UTC (4+ messages)
` [PATCH 1/2] drivers: firmware: psci: Add psci_is_available()
[PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
2017-10-12 6:26 UTC (3+ messages)
` [2/2] "
[PATCH 0/8] Add hwmod data for IPU & DSP processors/MMUs
2017-10-12 5:50 UTC (8+ messages)
` [PATCH 6/8] ARM: OMAP5: hwmod_data: Add data for IPU & DSP processors
[PATCH v6 0/4] Add support for ThunderX2 pmu events using json files
2017-10-12 5:15 UTC (11+ messages)
` [PATCH v6 2/4] perf tools arm64: Add support for get_cpuid_str function
` [PATCH v6 4/4] perf vendor events arm64: Add ThunderX2 implementation defined pmu core events
[PATCH v2] extcon: Split out extcon header file for consumer and provider device
2017-10-12 3:40 UTC (2+ messages)
[PATCH 0/2] PCI: layerscape: add fixes for layerscape-pcie errata
2017-10-12 3:33 UTC (8+ messages)
` [PATCH 1/2] PCI: Disable MSI for Freescale PCIe RC mode
` [PATCH 2/2] pci/layerscape: change the default error response behavior
[PATCH v3 00/12] add pinmuxing support for pins in AXP209 and AXP813 PMICs
2017-10-12 2:22 UTC (10+ messages)
` [PATCH v3 12/12] ARM: dtsi: axp81x: set pinmux for GPIO0/1 when used as LDOs
[PATCH] kbuild: fix dependency of dtbs targets
2017-10-12 1:01 UTC (2+ messages)
PCI: brcmstb: Add Broadcom Settopbox PCIe support
2017-10-12 0:55 UTC (11+ messages)
` [PATCH 1/9] SOC: brcmstb: add memory API
` [PATCH 2/9] PCI: host: brcmstb: add DT docs for Brcmstb PCIe device
` [PATCH 3/9] PCI: host: brcmstb: Broadcom PCIe Host Controller
` [PATCH 4/9] arm64: dma-mapping: export symbol arch_setup_dma_ops
` [PATCH 5/9] PCI: host: brcmstb: add dma-ranges for inbound traffic
` [PATCH 6/9] PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for MIPS
` [PATCH 7/9] PCI: host: brcmstb: add MSI capability
` [PATCH 8/9] MIPS: BMIPS: add PCI bindings for 7425, 7435
` [PATCH 9/9] MIPS: BMIPS: enable PCI
[PATCH 0/2] ARM64: dts: meson-gx: cleanup uarts nodes
2017-10-12 0:26 UTC (2+ messages)
[PATCH] ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory zone
2017-10-12 0:24 UTC (2+ messages)
[PATCH] ARM64: dts: meson-gxm: enable HS400 on the vim2
2017-10-12 0:22 UTC (2+ messages)
[PATCH 0/2] Enable the Amlogic Meson SDIO MMC controller
2017-10-12 0:20 UTC (2+ messages)
[arm:csi-v6 4/10] drivers/media//i2c/imx219.c:2046:16: warning: logical not is only applied to the left hand side of comparison
2017-10-11 23:41 UTC
[PATCH] iommu: enable bypass transaction caching for ARM SMMU 500
2017-10-11 22:08 UTC
[PATCH 1/5] PCI: protect restore with device lock to be consistent
2017-10-11 22:08 UTC (6+ messages)
` [PATCH 2/5] PCI: handle FLR failure and allow other reset types
` [PATCH 4/5] PCI: wait device ready after pci_pm_reset()
[PATCH 0/5] Enable DRA7 processor MMU DT nodes
2017-10-11 21:51 UTC (4+ messages)
` [PATCH 1/5] ARM: dts: dra7-evm-common: Enable relevant IPU and DSP MMU nodes
next: arm64: LTP sendto01 test causes system crash in ilp32 mode
2017-10-11 20:28 UTC (5+ messages)
[PATCH v4 0/3] Workaround for bus/slot reset on Cavium cn8xxx root ports
2017-10-11 18:32 UTC (2+ messages)
[PATCH 0/4] ARM-OMAP: Adjustments for three function implementations
2017-10-11 18:20 UTC (2+ messages)
[PATCH v2] ARM: dts: Add TVE200 to the Gemini SoC DTSI
2017-10-11 17:45 UTC
[PATCH v2 0/3] arm64: Realtek RTD1295 IRQ mux
2017-10-11 17:35 UTC (3+ messages)
` [PATCH v2 2/3] irqchip: Add Realtek RTD1295 mux driver
[PATCH v3 00/20] SError rework + RAS&IESB for firmware first support
2017-10-11 17:13 UTC (7+ messages)
` [PATCH v3 01/20] arm64: explicitly mask all exceptions
` [PATCH v3 02/20] arm64: introduce an order for exceptions
` [PATCH v3 08/20] arm64: entry.S: convert elX_irq
[PATCH v2] XDP Program for Ip forward
2017-10-11 17:06 UTC (4+ messages)
[PATCH] arm64: defconfig: Enable QCOM_IOMMU
2017-10-11 17:00 UTC (2+ messages)
[PATCH v2 0/2] Fix single step for traps
2017-10-11 16:52 UTC (3+ messages)
` [PATCH v2 1/2] arm64: Use existing defines for mdscr
[PATCH v3 0/7] Fix i.MX7D OCOTP write support
2017-10-11 16:22 UTC (4+ messages)
` [PATCH v3 5/7] nvmem: imx-ocotp: Add i.MX7D timing write clock setup support
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).