messages from 2017-10-12 09:31:15 to 2017-10-12 18:30:03 UTC [more...]
[PATCH v2 00/10] ARM: bcm: Add support for Broadcom Hurricane 2 SoC
2017-10-12 18:30 UTC (5+ messages)
` [PATCH v2 01/10] MAINTAINERS: Update Broadcom iProc regexp with Hurricane 2
` [PATCH v2 02/10] dt-bindings: Add documentation for Broadcom Hurricane 2 SoCs
PCI: brcmstb: Add Broadcom Settopbox PCIe support
2017-10-12 18:15 UTC (12+ messages)
` [PATCH 1/9] SOC: brcmstb: add memory API
` [PATCH 2/9] PCI: host: brcmstb: add DT docs for Brcmstb PCIe device
` [PATCH 4/9] arm64: dma-mapping: export symbol arch_setup_dma_ops
` [PATCH 5/9] PCI: host: brcmstb: add dma-ranges for inbound traffic
[RESEND][PATCH] pwm: Set class for exported channels in sysfs
2017-10-12 17:33 UTC (2+ messages)
[PATCH 00/20] mark expected switch fall-throughs
2017-10-12 17:29 UTC (3+ messages)
` [PATCH 08/20] staging: vc04_services: vchiq_core: mark expected switch fall-through
[PATCH v8 0/4] Add support for ThunderX2 pmu events using json files
2017-10-12 17:24 UTC (7+ messages)
` [PATCH v8 1/4] perf utils: passing pmu as a parameter to function get_cpuid_str
` [PATCH v8 2/4] perf tools arm64: Add support for get_cpuid_str function
` [PATCH v8 3/4] perf utils: Add helper function is_pmu_core to detect PMU CORE devices
` [PATCH v8 4/4] perf vendor events arm64: Add ThunderX2 implementation defined pmu core events
[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
2017-10-12 17:14 UTC (30+ messages)
` [PATCH v3 11/28] arm64/sve: Core task context handling
` [PATCH v3 13/28] arm64/sve: Signal handling support
` [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 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v3 20/28] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v3 21/28] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v3 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v3 23/28] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [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/37] Optimize KVM/ARM for VHE systems
2017-10-12 17:06 UTC (44+ 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 1/5] PCI: protect restore with device lock to be consistent
2017-10-12 16:48 UTC (9+ 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 v2 0/2] dmaengine: edma/omap-dma: max_burst validity checking
2017-10-12 16:44 UTC (2+ messages)
[PATCH] arm64: KVM: set right LR register value for 32 bit guest when inject abort
2017-10-12 16:44 UTC
[PATCH v2 0/3] ACPI/IORT: Clean-up/rework for v4.15
2017-10-12 16:00 UTC (4+ messages)
` [PATCH v2 1/3] ACPI/IORT: Remove leftover ACPI_IORT_SMMU_V3_PXM_VALID guard
` [PATCH v2 2/3] ACPI/IORT: Improve functions return type/storage class specifier indentation
` [PATCH v2 3/3] ACPI/IORT: Make platform devices initialization code SMMU agnostic
regression introduced by commit 70d435ba1cd6 ("ASoC: imx-pcm-dma: simplify pcm_config")
2017-10-12 15:51 UTC (4+ messages)
[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
2017-10-12 15:28 UTC (10+ messages)
` [RFCv2 PATCH 05/36] iommu/process: Bind and unbind process to and from devices
[PATCH] ARM: head-common.S: Clear lr before jumping to start_kernel()
2017-10-12 15:25 UTC (9+ messages)
[PATCH] nvmem: meson: use generic compatible
2017-10-12 15:24 UTC
[PATCH v2 0/4] Make PL031 interrupt optional
2017-10-12 15:07 UTC (2+ messages)
[PATCH 0/3] Enable NAND on Armada-7040-DB board
2017-10-12 14:30 UTC (4+ messages)
` [PATCH 3/3] arm64: dts: marvell: add NAND support on the 7040-DB board
[PATCH 0/3] crypto: marvell - Remove the old CESA driver
2017-10-12 14:25 UTC (2+ messages)
[PATCH 3/3] ARM: mvebu: dts: connect interrupt for WD on armada-38x
2017-10-12 14:16 UTC (2+ messages)
[PATCH v2 0/4] Make max expected current configurable for ina2xx drivers
2017-10-12 14:13 UTC (9+ messages)
` [PATCH v2 1/4] iio: adc: ina2xx: Make max expected current configurable
` [PATCH v2 2/4] hwmon: (ina2xx) "
` [PATCH v2 3/4] dt-bindings: hwmon: Add ti-max-expected-current-microamp property to ina2xx
` [PATCH v2 4/4] ARM: dts: Add ti-max-expected-current-microamp properties for ina231 in Odroid XU3
[PATCH][dma-next] dmaengine: stm32: remove redundant initialization of hwdesc
2017-10-12 14:05 UTC (2+ messages)
[PATCH v2 0/1] arm: remove cpu_efficiency
2017-10-12 14:00 UTC (2+ messages)
` [PATCH v2 1/1] arm: topology: "
[PATCH 0/5] dmaengine: core/edma/omap-dma: maximum SG len reporting
2017-10-12 13:57 UTC (9+ messages)
` [PATCH 3/5] dmaengine: Support for querying maximum trasnfer length (of an SG element)
[PATCH] arm64: dts: marvell: 7040-db: Add the carrier detect pin for SD card on CP
2017-10-12 13:56 UTC (2+ messages)
[PATCH] arm64: dts: marvell: 7040-db: Document the gpio expander
2017-10-12 13:53 UTC (2+ messages)
[PATCH v3 0/4] Make max expected current configurable for ina2xx drivers
2017-10-12 13:50 UTC (6+ messages)
` [PATCH v3 1/4] iio: adc: ina2xx: Make max expected current configurable
` [PATCH v3 2/4] hwmon: (ina2xx) "
` [PATCH v3 3/4] dt-bindings: hwmon: Add ti-max-expected-current-milliamp property to ina2xx
` [PATCH v3 4/4] ARM: dts: Add ti-max-expected-current-milliamp properties for ina231 in Odroid XU3
[PATCH v7 0/4] Add support for ThunderX2 pmu events using json files
2017-10-12 13:47 UTC (10+ 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
[PATCH] arm64: defconfig: enable RTC on Armada 7K/8K SoCs
2017-10-12 13:47 UTC (2+ messages)
[PATCH] firmware: meson-sm: use generic compatible
2017-10-12 13:47 UTC
[PATCH v3 0/2] Fix single step for traps
2017-10-12 13:43 UTC (3+ messages)
` [PATCH v3 1/2] arm64: Use existing defines for mdscr
` [PATCH v3 2/2] arm64: Fix single stepping in kernel traps
[PATCH] ARM: dts: imx6ul-14x14-evk: switch lcdif pixel clock to video pll
2017-10-12 13:40 UTC (2+ messages)
[PATCH] clk: imx: clk-imx6ul: allow lcdif_pre_sel to change parent rate
2017-10-12 13:39 UTC (2+ messages)
[PATCH v3 0/5] Switch arm64 over to qrwlock
2017-10-12 13:16 UTC (7+ messages)
` [PATCH v3 1/5] kernel/locking: Use struct qrwlock instead of struct __qrwlock
` [PATCH v3 2/5] locking/atomic: Add atomic_cond_read_acquire
` [PATCH v3 3/5] kernel/locking: Use atomic_cond_read_acquire when spinning in qrwlock
` [PATCH v3 4/5] arm64: locking: Move rwlock implementation over to qrwlocks
` [PATCH v3 5/5] kernel/locking: Prevent slowpath writers getting held up by fastpath
[PATCH 0/2] vgaarb: Select fallback default VGA device
2017-10-12 12:56 UTC (6+ messages)
` [PATCH 1/2] vgaarb: Select a default VGA device even if there's no legacy VGA
[PATCH] iommu: enable bypass transaction caching for ARM SMMU 500
2017-10-12 12:39 UTC (2+ messages)
[PATCH v6 0/7] Add support for the ARMv8.2 Statistical Profiling Extension
2017-10-12 12:30 UTC (8+ messages)
` [PATCH v6 1/7] genirq: export irq_get_percpu_devid_partition to modules
` [PATCH v6 2/7] perf/core: Export AUX buffer helpers "
` [PATCH v6 3/7] perf/core: Add PERF_AUX_FLAG_COLLISION to report colliding samples
` [PATCH v6 4/7] arm64: sysreg: Move SPE registers and PSB into common header files
` [PATCH v6 5/7] arm64: head: Init PMSCR_EL2.{PA, PCT} when entered at EL2 without VHE
` [PATCH v6 6/7] dt-bindings: Document devicetree binding for ARM SPE
` [PATCH v6 7/7] drivers/perf: Add support for ARMv8.2 Statistical Profiling Extension
[PATCH v3 00/20] SError rework + RAS&IESB for firmware first support
2017-10-12 12:28 UTC (10+ messages)
` [PATCH v3 01/20] arm64: explicitly mask all exceptions
` [PATCH v3 08/20] arm64: entry.S: convert elX_irq
` [PATCH v3 19/20] KVM: arm64: Handle RAS SErrors from EL2 on guest exit
[PATCH v3 0/2] WFE for long delays
2017-10-12 12:28 UTC (7+ messages)
` [PATCH v3 1/2] arm_arch_timer: Expose event stream status
[PATCH 00/16] Support armada-37xx second UART port
2017-10-12 12:22 UTC (10+ messages)
` [PATCH 04/16] serial: mvebu-uart: support probe of multiple ports
` [PATCH 16/16] arm64: dts: marvell: armada-3720-espressobin: fill UART nodes
[PATCH V2 0/1] Optimise IOVA allocations for PCI devices
2017-10-12 12:18 UTC (7+ messages)
[PATCHv2 0/7] Add support for USB OTG on STM32F7
2017-10-12 12:01 UTC (13+ messages)
[PATCH 0/2] ARM: dts: gr-peach: ETHER and OS Timers enable
2017-10-12 11:51 UTC (4+ messages)
` [PATCH 1/2] ARM: dts: gr-peach: Add ETHER pin group
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 00/11] KASan for arm
2017-10-12 11:27 UTC (5+ messages)
` [PATCH 06/11] change memory_is_poisoned_16 for aligned error
[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] 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 "
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).