messages from 2018-03-27 18:00:48 to 2018-03-28 12:52:20 UTC [more...]
[GIT PULL] KVM/ARM updates for v4.17
2018-03-28 12:52 UTC (52+ messages)
` [PATCH 01/85] KVM: arm/arm64: Fix arch timers with userspace irqchips
` [PATCH 02/85] ARM: kvm: fix building with gcc-8
` [PATCH 03/85] arm64/kvm: Prohibit guest LOR accesses
` [PATCH 04/85] arm64: KVM: Move CPU ID reg trap setup off the world switch path
` [PATCH 05/85] KVM: arm64: Enable the EL1 physical timer for AArch32 guests
` [PATCH 06/85] KVM: arm: Enable emulation of the physical timer
` [PATCH 07/85] KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHE
` [PATCH 08/85] KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
` [PATCH 09/85] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH 10/85] KVM: arm/arm64: Reset mapped IRQs on VM reset
` [PATCH 11/85] KVM: arm/arm64: Reduce verbosity of KVM init log
` [PATCH 12/85] KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
` [PATCH 13/85] kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
` [PATCH 14/85] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH 15/85] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH 16/85] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 17/85] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH 18/85] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH 19/85] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 20/85] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH 21/85] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH 22/85] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH 23/85] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH 24/85] KVM: arm64: Improve debug register save/restore flow
` [PATCH 25/85] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH 26/85] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH 27/85] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH 28/85] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH 29/85] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH 30/85] KVM: arm64: Move userspace system registers into separate function
` [PATCH 31/85] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH 32/85] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH 33/85] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH 34/85] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH 35/85] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH 36/85] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH 37/85] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH 38/85] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH 39/85] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH 40/85] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH 41/85] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH 42/85] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH 43/85] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH 44/85] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH 45/85] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
` [PATCH 46/85] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH 47/85] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE
` [PATCH 48/85] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH 49/85] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 50/85] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH 51/85] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
[PATCH resend 0/2] preparatory arm64 asm patches for yielding the NEON
2018-03-28 12:41 UTC (3+ messages)
` [PATCH resend 1/2] arm64: assembler: add utility macros to push/pop stack frames
` [PATCH resend 2/2] arm64: assembler: add macros to conditionally yield the NEON under PREEMPT
[PATCH v2 0/2] arm64: uaccess: Fix omissions from usercopy whitelist
2018-03-28 12:33 UTC (5+ messages)
` [PATCH v2 1/2] arm64: fpsimd: Split cpu field out from struct fpsimd_state
` [PATCH v2 2/2] arm64: uaccess: Fix omissions from usercopy whitelist
[PATCH v7 0/4] Fix issues with huge mapping in ioremap for ARM64
2018-03-28 12:31 UTC (5+ messages)
` [PATCH v7 1/4] ioremap: Update pgtable free interfaces with addr
` [PATCH v7 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
` [PATCH v7 3/4] arm64: Implement page table free interfaces
` [PATCH v7 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"
[PATCH 3/7] net: thunderx: add multicast filter management support
2018-03-28 12:29 UTC (2+ messages)
[PATCH] drm/atmel-hlcdc: add command line option to specify preferred depth
2018-03-28 12:25 UTC (5+ messages)
[PATCH v5 1/4] ioremap: Update pgtable free interfaces with addr
2018-03-28 12:22 UTC (3+ messages)
[PATCH] clk: imx7d: Move clks_init_on before any clock operations
2018-03-28 12:14 UTC (4+ messages)
[PATCHv2] pinctrl: samsung: add pin_dbg_show callback for debugfs
2018-03-28 12:11 UTC (3+ messages)
[PATCH v6 0/4] Fix issues with huge mapping in ioremap for ARM64
2018-03-28 12:10 UTC (6+ messages)
` [PATCH v6 1/4] ioremap: Update pgtable free interfaces with addr
` [PATCH v6 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
` [PATCH v6 1/2] arm64: Implement page table free interfaces
` [PATCH v6 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"
[PATCH V2] arm64: tlbflush: avoid writing RES0 bits
2018-03-28 11:58 UTC (7+ messages)
[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
2018-03-28 11:55 UTC (3+ messages)
` [PATCH v2 21/21] arm64: move GCC version check for ARCH_SUPPORTS_INT128 "
[RESEND PATCH v2 0/8] Add support for PWM input capture on STM32
2018-03-28 11:16 UTC (6+ messages)
` [RESEND PATCH v2 3/8] dt-bindings: mfd: stm32-timers: add support for dmas
[PATCH 0/2] smp: don't kick CPUs running idle or nohz_full tasks
2018-03-28 10:58 UTC (4+ messages)
` [PATCH 2/2] smp: introduce kick_active_cpus_sync()
[PATCH v3 0/6] clocksource: rework Atmel TCB timer driver
2018-03-28 10:29 UTC (4+ messages)
[PATCH v6 0/6] Add MediaTek PMIC keys support
2018-03-28 10:26 UTC (6+ messages)
[PATCH V3] arm64: tlbflush: avoid writing RES0 bits
2018-03-28 10:19 UTC (2+ messages)
[PATCH] arm64: avoid race condition issue in dump_backtrace
2018-03-28 10:12 UTC (6+ messages)
[PATCH 1/2][v7] dt-bindings: mtd-physmap: Add endianness supports
2018-03-28 9:48 UTC (3+ messages)
[PATCH] sched: support dynamiQ cluster
2018-03-28 9:12 UTC (2+ messages)
[PATCH V4 Resend] ZBOOT: fix stack protector in compressed boot phase
2018-03-28 8:48 UTC
[PATCH 0/7] net: thunderx: implement DMAC filtering support
2018-03-28 8:47 UTC (3+ messages)
[PATCH V4] ZBOOT: fix stack protector in compressed boot phase
2018-03-28 8:41 UTC (2+ messages)
[PATCH 00/12] Add r8a77470/iW-RainboW-G23S single board computer support
2018-03-28 8:26 UTC (10+ messages)
` [PATCH 07/12] ARM: shmobile: r8a77470: basic SoC support
` [PATCH 11/12] ARM: shmobile: defconfig: Enable r8a77470 SoC
` [PATCH 12/12] ARM: multi_v7_defconfig: "
arm/arm64: smp_spin_table.c for arm32?
2018-03-28 8:12 UTC
[PATCH v2 0/8] arm: Base support for Renesas RZN1D-DB Board
2018-03-28 8:00 UTC (5+ messages)
` [PATCH v2 3/8] DT: arm: renesas,r9a06g032: add the RZ/N1 bindings
` [PATCH v2 3/8] DT: arm: renesas, r9a06g032: "
[PATCH 0/2] arm64: uaccess: Fix omissions from usercopy whitelist
2018-03-28 7:28 UTC (5+ messages)
` [PATCH 1/2] arm64: fpsimd: Split cpu field out from struct fpsimd_state
` [PATCH 2/2] arm64: uaccess: Fix omissions from usercopy whitelist
[PATCH v2 0/5] allow override of bus format in bridges
2018-03-28 7:08 UTC (2+ messages)
[PATCH v5 0/4] Fix issues with huge mapping in ioremap for ARM64
2018-03-28 6:59 UTC (4+ messages)
` [PATCH v5 3/4] arm64: Implement page table free interfaces
[RESEND 0/4] Update imx7 clocks
2018-03-28 6:51 UTC (7+ messages)
` [RESEND 1/4] clk: imx7d: Add USB clock information
` [PATCH] clk: imx7d: Move clks_init_on before any clock operations
` [RESEND 2/4] clk: imx7d: Correct dram pll type
` [RESEND 3/4] clk: imx7d: Correct ahb clk parent select
` [RESEND 4/4] clk: imx7d: Move clks_init_on before any clock operations
[PATCH] ARM: dts: imx6ull: add UART5 input select register definition
2018-03-28 6:47 UTC (3+ messages)
[PATCH 2/2][v7] driver: mtd: update struct map_info's swap as per map requirement
2018-03-28 5:45 UTC
[PATCH] spi: mediatek: remove redundant MODULE_ALIAS entries
2018-03-28 3:09 UTC (3+ messages)
[PATCH v3 0/3] ARM64: dts: meson-axg: add AO clock driver
2018-03-28 3:01 UTC (4+ messages)
` [PATCH v3 1/3] arm64: dts: meson-axg: add AO clock driver DT info
` [PATCH v3 2/3] ARM64: dts: meson-axg: add an 32K alt aoclk
` [PATCH v3 3/3] ARM64: dts: meson: fix clock source of the pclk for UART_AO
[PATCH v3 0/6] clk: meson-axg: Add AO Cloclk and Reset driver
2018-03-28 2:50 UTC (7+ messages)
` [PATCH v3 1/6] clk: meson: aoclk: refactor common code into dedicated file
` [PATCH v3 2/6] dt-bindings: clock: axg-aoclkc: New binding for Meson-AXG SoC
` [PATCH v3 3/6] dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings
` [PATCH v3 4/6] clk: meson-axg: Add AO Clock and Reset controller driver
` [PATCH v3 5/6] clk: meson: drop CLK_SET_RATE_PARENT flag
` [PATCH v3 6/6] clk: meson: drop CLK_IGNORE_UNUSED flag
[PATCH] spi: spi-atmel: Use correct enum for DMA transfer direction
2018-03-28 2:44 UTC (2+ messages)
` Applied "spi: spi-atmel: Use correct enum for DMA transfer direction" to the spi tree
[PATCH 0/2] regulator: add QCOM RPMh regulator driver
2018-03-28 2:28 UTC (13+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: regulator: add QCOM RPMh regulator bindings
[PATCH] ASoC: mediatek: remove "simple-mfd" in the example
2018-03-28 2:20 UTC (2+ messages)
` Applied "ASoC: mediatek: remove "simple-mfd" in the example" to the asoc tree
[PATCH] memory: brcmstb: dpfe: Remove need for dpfe_dev
2018-03-28 1:56 UTC (2+ messages)
[PATCH] dts: ARM: Add Aspeed virtual hub to SoC templates
2018-03-28 1:03 UTC (3+ messages)
[PATCH 0/6] Implement event capture for OMAP (draft)
2018-03-28 0:34 UTC (6+ messages)
` [PATCH 4/6] pwm: pwm-omap-dmtimer: Fix frequency when using prescaler
[PATCH 1/2 v2] ARM: dts: Add Aspeed SoC USB controllers to device-tree
2018-03-28 0:32 UTC (3+ messages)
Fix compile failures due to arm64 includes in stable kernels
2018-03-28 0:23 UTC (2+ messages)
[GIT PULL] Amlogic 64-bit DT updates for v4.17
2018-03-28 0:11 UTC (3+ messages)
[PATCH v2 0/4] drivers: pwm: sun4i: Improve support for A64 SoCs
2018-03-27 23:14 UTC (2+ messages)
[PATCH] pwm: sun4i: properly check current state
2018-03-27 23:09 UTC (2+ messages)
[RESEND PATCH 0/3] Add pwm-cells on STM32 LPTimer
2018-03-27 22:57 UTC (2+ messages)
[PATCH] pwm: mediatek: remove redundant MODULE_ALIAS entries
2018-03-27 22:33 UTC (2+ messages)
[PATCH v1] pwm: mediatek: improve precision in rate calculation
2018-03-27 22:33 UTC (2+ messages)
[PATCH v3] pwm: mediatek: fix up PWM4 and PWM5 malfunction on MT7623
2018-03-27 22:30 UTC (4+ messages)
[PATCH] pwm: atmel-tcb: Delete an error message for a failed memory allocation in atmel_tcb_pwm_probe()
2018-03-27 21:29 UTC (2+ messages)
[PATCH] pwn: stm32: Adopt SPDX identifier
2018-03-27 21:25 UTC (2+ messages)
4.16-rc5 on Motorola Droid 4
2018-03-27 21:21 UTC (4+ messages)
[net-next PATCH v2 00/10] Add support for netcp driver on K2G SoC
2018-03-27 21:07 UTC (9+ messages)
` [net-next PATCH v2 03/10] net: netcp: ethss: make call to gbe_sgmii_config() conditional
` [net-next PATCH v2 05/10] net: netcp: ethss: use rgmii link status for 2u cpsw hardware
[PATCH 0/1] mtd: ubi: Update ubi-media.h to dual license
2018-03-27 21:06 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH] clk: ti: fix flag space conflict with clkctrl clocks
2018-03-27 20:55 UTC (2+ messages)
[PATCHv3 0/7] Add Intel Stratix10 FPGA manager and service layer
2018-03-27 20:20 UTC (8+ messages)
` [PATCHv3 1/7] dt-bindings, firmware: add Intel Stratix10 service layer binding
` [PATCHv3 2/7] arm64: dts: stratix10: add service driver binding to base dtsi
` [PATCHv3 3/7] driver, misc: add Intel Stratix10 service layer driver
` [PATCHv3 4/7] dt-bindings: fpga: add Stratix10 SoC FPGA manager binding
` [PATCHv3 5/7] arm64: dts: stratix10: add fpga manager and region
` [PATCHv3 6/7] fpga: add intel stratix10 soc fpga manager driver
` [PATCHv3 7/7] defconfig: enable fpga and service layer
[PATCH v3 0/6] PCI: aardvark: misc fixes and improvements
2018-03-27 19:57 UTC (7+ messages)
` [PATCH v3 1/6] PCI: aardvark: introduce an advk_pcie_valid_device() helper
[PATCH V3] ARM: dts: imx6q: Add support for the DHCOM iMX6 SoM and PDK2
2018-03-27 19:32 UTC (3+ messages)
[PATCH v3 0/2] SDM845 System Cache Driver
2018-03-27 18:52 UTC (3+ messages)
` [PATCH v3 1/2] Documentation: Documentation for qcom, llcc
` [PATCH v3 2/2] drivers: soc: Add LLCC driver
[PATCH v4 0/4] drives/soc/fsl: Move DPIO driver out of staging
2018-03-27 18:13 UTC (5+ messages)
` [PATCH v4 1/4] drivers/staging/fsl-mc: Use devm_memremap/devm_ioremap for DPIO
` [PATCH v4 2/4] drivers/staging/fsl-mc: Fix DPIO error path issue
` [PATCH v4 3/4] staging:fsl-mc: Move DPIO from staging to drivers/soc/fsl
` [PATCH v4 4/4] drivers/staging: Remove fsl-mc driver from staging
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).