linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-27 07:26:09 to 2017-10-28 08:47:30 UTC [more...]

[RFC PATCH 0/2] arm64: optional paranoid __{get,put}_user checks
 2017-10-28  8:47 UTC  (4+ messages)

[PATCH v3] KVM: arm/arm64: fix the incompatible matching for external abort
 2017-10-28  6:45 UTC 

[PATCH v3 0/5] Switch arm64 over to qrwlock
 2017-10-28  6:10 UTC  (3+ messages)

[PATCH v2] KVM: arm/arm64: Fix external abort type matching
 2017-10-28  5:22 UTC  (2+ messages)

[PATCH 2/2] perf tools: arm-spe: add customized strerror function
 2017-10-27 23:38 UTC 

[PATCH v3 1/2] perf tools: Add ARM Statistical Profiling Extensions (SPE) support
 2017-10-27 23:37 UTC 

[PATCH v3 12/12] lib: vdso: do not expose gettimeofday, if no arch supported timer
 2017-10-27 22:27 UTC 

[PATCH v3 11/12] lib: vdso: Add support for CLOCK_BOOTTIME
 2017-10-27 22:27 UTC 

[PATCH v3 10/12] arm64: vdso: replace gettimeofday.S with global vgettimeofday.C
 2017-10-27 22:27 UTC 

[PATCH v3 09/12] arm: vdso: move vgettimeofday.c to lib/vdso/
 2017-10-27 22:26 UTC 

[PATCH v3 08/12] arm: vdso: disable profiling
 2017-10-27 22:26 UTC 

[PATCH v3 07/12] arm: vdso: add support for clock_getres
 2017-10-27 22:26 UTC 

[PATCH v3 06/12] arm: vdso: Add support for CLOCK_MONOTONIC_RAW
 2017-10-27 22:25 UTC 

[PATCH v3 05/12] arm: vdso: do calculations outside reader loops
 2017-10-27 22:25 UTC 

[PATCH v3 04/12] arm: vdso: enforce monotonic and realtime as inline
 2017-10-27 22:25 UTC 

[PATCH v3 03/12] arm: vdso: inline assembler operations to compiler.h
 2017-10-27 22:25 UTC 

[PATCH v3 02/12] arm: vdso: add include file defining __get_datapage()
 2017-10-27 22:24 UTC 

[PATCH v3 01/12] arm: vdso: rename vdso_datapage variables
 2017-10-27 22:24 UTC 

[PATCH v3 0/12] arm+arm64: vdso unification to lib/vdso/
 2017-10-27 22:23 UTC 

4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another
 2017-10-27 20:27 UTC  (9+ messages)
      ` Backlight on Nokia N900 was "

[PATCH] pinctrl: armada-37xx: Add edge both type gpio irq support
 2017-10-27 19:39 UTC  (4+ messages)

[PATCH v10 0/9] LPC: legacy ISA I/O support
 2017-10-27 18:32 UTC  (13+ messages)
` [PATCH v10 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v10 2/9] PCI: remove unused __weak attribute in pci_register_io_range()
` [PATCH v10 3/9] PCI: add fwnode handler as input param of pci_register_io_range()
` [PATCH v10 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v10 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v10 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v10 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning
` [PATCH v10 8/9] LPC: Add the ACPI LPC support
` [PATCH v10 9/9] MANTAINERS: Add maintainer for HiSilicon LPC driver

[xlnx:master 1076/1076] drivers/edac/synopsys_edac.c:820:54: warning: 'col_shift' may be used uninitialized in this function
 2017-10-27 18:20 UTC 

[PATCH v4 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-27 17:52 UTC  (36+ messages)
` [PATCH v4 01/28] regset: Add support for dynamically sized regsets
` [PATCH v4 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v4 03/28] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [PATCH v4 04/28] arm64: Port deprecated instruction emulation to new sysctl interface
` [PATCH v4 05/28] arm64: fpsimd: Simplify uses of {set, clear}_ti_thread_flag()
` [PATCH v4 06/28] arm64/sve: System register and exception syndrome definitions
` [PATCH v4 07/28] arm64/sve: Low-level SVE architectural state manipulation functions
` [PATCH v4 08/28] arm64/sve: Kconfig update and conditional compilation support
` [PATCH v4 09/28] arm64/sve: Signal frame and context structure definition
` [PATCH v4 10/28] arm64/sve: Low-level CPU setup
` [PATCH v4 11/28] arm64/sve: Core task context handling
` [PATCH v4 12/28] arm64/sve: Support vector length resetting for new processes
` [PATCH v4 13/28] arm64/sve: Signal handling support
` [PATCH v4 14/28] arm64/sve: Backend logic for setting the vector length
` [PATCH v4 15/28] arm64: cpufeature: Move sys_caps_initialised declarations
` [PATCH v4 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v4 17/28] arm64/sve: Preserve SVE registers around kernel-mode NEON use
` [PATCH v4 18/28] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [PATCH v4 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v4 20/28] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v4 21/28] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v4 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v4 23/28] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [PATCH v4 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v4 25/28] arm64/sve: Detect SVE and activate runtime support
` [PATCH v4 26/28] arm64/sve: Add documentation
` [RFC PATCH v4 27/28] arm64: signal: Report signal frame size to userspace via auxv
` [RFC PATCH v4 28/28] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ

[PATCH v4 00/21] SError rework + RAS&IESB for firmware first support
 2017-10-27 17:38 UTC  (4+ messages)
` [PATCH v4 19/21] KVM: arm64: Handle RAS SErrors from EL2 on guest exit

[GIT PULL] updates to soc/fsl drivers for v4.14
 2017-10-27 17:33 UTC  (6+ messages)

[PATCH] iommu/arm-smmu-v3: Warn about missing IRQs
 2017-10-27 16:52 UTC  (2+ messages)

[PATCH] arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27
 2017-10-27 16:33 UTC  (4+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] efi/libstub: arm: omit sorting of the UEFI memory map
 2017-10-27 16:30 UTC  (6+ messages)

[xlnx:master 1035/1076] drivers//crypto/zynqmp-sha.c:125:3: error: implicit declaration of function '__flush_cache_user_range'
 2017-10-27 15:38 UTC 

[PATCH] mfd: ab8500-debugfs: Use common error handling code in ab8500_print_modem_registers()
 2017-10-27 15:37 UTC 

[PATCH] ARM: add a private asm/unaligned.h
 2017-10-27 15:27 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: add binding for A64 DE2 CCU with SRAM section
 2017-10-27 15:13 UTC  (6+ messages)

[PATCH v9 00/10] net: stmmac: dwmac-sun8i: Handle integrated PHY
 2017-10-27 15:12 UTC  (7+ messages)
` [PATCH v9 02/10] dt-bindings: net: dwmac-sun8i: update documentation about "
` [PATCH v9 04/10] arm: dts: sunxi: h3/h5: represent the mdio switch used by sun8i-h3-emac
` [PATCH v9 06/10] arm64: dts: allwinner: Restore EMAC changes

[PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support
 2017-10-27 15:06 UTC  (11+ messages)
` [PATCH v2 01/10] dt-bindings: fix the binding of Allwinner DE2 CCU of A83T and H3
` [PATCH v2 02/10] clk: sunxi-ng: add support for Allwinner H3 DE2 CCU
` [PATCH v2 03/10] clk: sunxi-ng: fix the A64/H5 clock description of "
` [PATCH v2 04/10] dt-bindings: simplefb-sunxi: add pipelines for DE2
` [PATCH v2 05/10] ARM: sun8i: h3/h5: add DE2 CCU device node for H3
` [PATCH v2 06/10] arm64: allwinner: h5: add compatible string for DE2 CCU
` [PATCH v2 07/10] ARM: sunxi: h3/h5: add simplefb nodes
` [PATCH v2 08/10] dt-bindings: add binding for A64 DE2 CCU SRAM
` [PATCH v2 09/10] arm64: allwinner: a64: add DE2 CCU for A64 SoC
` [PATCH v2 10/10] arm64: allwinner: a64: add simplefb "

[PATCH v2 0/3] mailbox: Add support for Hi3660 mailbox
 2017-10-27 15:02 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: mailbox: Introduce Hi3660 controller binding
` [PATCH v2 2/3] mailbox: Add support for Hi3660 mailbox

[PATCH v2] KVM: arm/arm64: Fix external abort type matching
 2017-10-27 14:55 UTC  (2+ messages)

[PATCH] dt-bindings: display: stm32: add pixel clock mandatory property
 2017-10-27 14:52 UTC  (3+ messages)

[PATCH v4 0/2] Add Combo PHY driver for HiSilicon STB SoCs
 2017-10-27 14:38 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: add bindings doc for hi3798cv200 combphy

[PATCH v1 0/2] drm/stm: ltdc: add a 2nd endpoint
 2017-10-27 14:38 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: display: stm32: "

[PATCH v2 0/9] irqchip: stm32: add stm32h7 support
 2017-10-27 14:37 UTC  (6+ messages)
` [PATCH v2 2/9] irqchip: stm32: add multi-bank management
` [PATCH v2 3/9] dt-bindings: interrupt-controllers: add compatible string for stm32h7

[PATCH v2 0/3] iio: adc: stm32: Add support for differential channels
 2017-10-27 14:37 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: iio: adc: stm32: add support for diff channels

[PATCH net-next v3 0/2] add UniPhier AVE ethernet support
 2017-10-27 14:37 UTC  (3+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: add DT bindings for Socionext UniPhier AVE

Subject: PCI: brcmstb: Add Broadcom Settopbox PCIe support (V2)
 2017-10-27 14:37 UTC  (3+ messages)
` [PATCH 2/8] PCI: host: brcmstb: add DT docs for Brcmstb PCIe device

[PATCH v5 00/26] KVM/ARM: Add support for GICv4
 2017-10-27 14:28 UTC  (27+ messages)
` [PATCH v5 01/26] irqchip/gic-v3-its: Setup VLPI properties at map time
` [PATCH v5 02/26] KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
` [PATCH v5 03/26] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v5 04/26] KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
` [PATCH v5 05/26] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v5 06/26] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v5 07/26] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PATCH v5 08/26] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v5 09/26] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v5 10/26] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v5 11/26] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v5 12/26] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v5 13/26] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PATCH v5 14/26] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PATCH v5 15/26] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v5 16/26] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v5 17/26] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v5 18/26] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v5 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v5 20/26] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v5 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v5 22/26] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v5 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v5 24/26] KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity
` [PATCH v5 25/26] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v5 26/26] KVM: arm/arm64: GICv4: Theory of operations

[PATCH v4 00/26] KVM/ARM: Add support for GICv4
 2017-10-27 13:56 UTC  (11+ messages)
` [PATCH v4 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v4 25/26] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4

[PATCH v5 0/5] media: atmel-isc: Rework the format list and clock provider
 2017-10-27 12:41 UTC  (2+ messages)

Kernel panic when using ccm(aes) with the Atmel AES HW accelerator
 2017-10-27 12:02 UTC  (3+ messages)

[PATCH v2 0/4] Fix for imx-spi CS GPIOs
 2017-10-27 11:14 UTC  (3+ messages)
` [PATCH v2 3/4] spi: imx: Don't require platform data chipselect array

[PATCH v2 0/2] media: ov7740: Add a V4L2 sensor-level driver
 2017-10-27 10:59 UTC  (4+ messages)
` [PATCH v2 1/2] media: i2c: Add the ov7740 image sensor driver
` [PATCH v2 2/2] media: ov7740: Document device tree bindings

[PATCH 0/4] TI Bluetooth serdev support
 2017-10-27 10:55 UTC  (8+ messages)

[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-10-27 10:53 UTC  (23+ messages)
` [PATCH v5 01/20] irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface
` [PATCH v5 02/20] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PATCH v5 03/20] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PATCH v5 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PATCH v5 05/20] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PATCH v5 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v5 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v5 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v5 09/20] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PATCH v5 10/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v5 11/20] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PATCH v5 12/20] genirq: Document vcpu_info usage for percpu_devid interrupts
` [PATCH v5 13/20] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PATCH v5 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PATCH v5 15/20] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PATCH v5 16/20] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PATCH v5 17/20] KVM: arm/arm64: Move phys_timer_emulate function
` [PATCH v5 18/20] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PATCH v5 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PATCH v5 20/20] KVM: arm/arm64: Rework kvm_timer_should_fire

v4.14-rc3 kernel issue
 2017-10-27 10:16 UTC  (3+ messages)

[PATCH] [media] rockchip/rga: annotate PM functions as __maybe_unused
 2017-10-27 10:08 UTC  (2+ messages)

[PATCH] drivers/pcmcia: Convert timers to use timer_setup()
 2017-10-27 10:04 UTC  (2+ messages)

[PATCH RESEND v6 0/6] provide power off support for iMX6 with external PMIC
 2017-10-27  9:48 UTC  (7+ messages)
` [PATCH v6 1/6] ARM: imx6q: provide documentation for new fsl, pmic-stby-poweroff property
` [PATCH v6 2/6] ARM: imx6: register pm_power_off handler if "fsl, pmic-stby-poweroff" is set
` [PATCH v6 3/6] kernel/reboot.c: export pm_power_off_prepare
` [PATCH v6 4/6] regulator: pfuze100: add fsl, pmic-stby-poweroff property
` [PATCH v6 5/6] regulator: pfuze100-regulator: provide pm_power_off_prepare handler
` [PATCH v6 6/6] ARM: dts: imx6: RIoTboard provide standby on power off option

[PATCH 0/3] Add driver for Broadcom Cygnus USB phy controller
 2017-10-27  8:35 UTC  (3+ messages)
` [PATCH 2/3] drivers: phy: broadcom: Add driver for "

[PATCH 0/4] Add SimpleFB support for Allwinner H3 SoC
 2017-10-27  8:01 UTC  (3+ messages)
` [PATCH 2/4] ARM: sun8i: h3/h5: add DE2 CCU device node for H3

[PATCH] media: i2c: Add the ov7740 image sensor driver
 2017-10-27  7:46 UTC  (3+ messages)

[RFC PATCH v10 0/7] PCI: rockchip: Move PCIe WAKE# handling into pci core
 2017-10-27  7:26 UTC  (2+ messages)
` [RFC PATCH v10 4/7] arm64: dts: rockchip: Move PCIe WAKE# irq to pcie driver for Gru


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