messages from 2018-03-28 10:12:41 to 2018-03-28 20:23:21 UTC [more...]
[PATCH v3 0/4] Add support for the Gateworks System Controller
2018-03-28 20:23 UTC (9+ messages)
` [PATCH v3 1/4] dt-bindings: mfd: Add Gateworks System Controller bindings
` [PATCH v3 2/4] mfd: add Gateworks System Controller core driver
` [PATCH v3 3/4] hwmon: add Gateworks System Controller support
` [PATCH v3 4/4] watchdog: "
[GIT PULL] KVM/ARM updates for v4.17
2018-03-28 20:00 UTC (87+ 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 52/85] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH 53/85] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
` [PATCH 54/85] arm64: alternatives: Add dynamic patching feature
` [PATCH 55/85] arm64: insn: Add N immediate encoding
` [PATCH 56/85] arm64: insn: Add encoder for bitwise operations using literals
` [PATCH 57/85] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH 58/85] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH 59/85] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH 60/85] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH 61/85] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH 62/85] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH 63/85] KVM: arm/arm64: Fix idmap size and alignment
` [PATCH 64/85] KVM: arm64: Fix HYP idmap unmap when using 52bit PA
` [PATCH 65/85] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH 66/85] arm64; insn: Add encoder for the EXTR instruction
` [PATCH 67/85] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH 68/85] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH 69/85] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH 70/85] arm64: Update the KVM memory map documentation
` [PATCH 71/85] arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector
` [PATCH 72/85] arm64: KVM: Move stashing of x0/x1 into the vector code itself
` [PATCH 73/85] arm64: KVM: Move BP hardening vectors into .hyp.text section
` [PATCH 74/85] arm64: KVM: Reserve 4 additional instructions in the BPI template
` [PATCH 75/85] arm64: KVM: Allow far branches from vector slots to the main vectors
` [PATCH 76/85] arm/arm64: KVM: Introduce EL2-specific executable mappings
` [PATCH 77/85] arm64: Make BP hardening slot counter available
` [PATCH 78/85] arm64: KVM: Allow mapping of vectors outside of the RAM region
` [PATCH 79/85] arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72
` [PATCH 80/85] KVM: arm: Reserve bit in KVM_REG_ARM encoding for secure/nonsecure
` [PATCH 81/85] arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
` [PATCH 82/85] KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts
` [PATCH 83/85] KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list
` [PATCH 84/85] Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"
` [PATCH 85/85] arm64: Add temporary ERRATA_MIDR_ALL_VERSIONS compatibility macro
[GIT PULL] ARM: SoC fixes for 4.16
2018-03-28 19:35 UTC
[PATCH v2 0/8] Add r8a77470/iW-RainboW-G23S single board computer support
2018-03-28 19:27 UTC
[PATCH v2 5/8] ARM: shmobile: r8a77470: basic SoC support
2018-03-28 19:26 UTC (4+ messages)
` [PATCH v2 6/8] ARM: dts: r8a77470: Initial SoC device tree
` [PATCH v2 7/8] ARM: dts: iwg23s-sbc: Add support for iWave G23S-SBC based on RZ/G1C
` [PATCH v2 8/8] ARM: multi_v7_defconfig: Enable r8a77470 SoC
[net-next PATCH v2 01/10] soc: ti: K2G: enhancement to support QMSS in NSS
2018-03-28 19:01 UTC (2+ messages)
` [net-next, v2, "
[PATCH] memory: brcmstb: dpfe: Remove need for dpfe_dev
2018-03-28 18:48 UTC (2+ messages)
[PATCH] pinctrl: msm: fix gpio-hog related boot issues
2018-03-28 18:07 UTC
[PATCH V4 Resend] ZBOOT: fix stack protector in compressed boot phase
2018-03-28 17:59 UTC (4+ messages)
Fix compile failures due to arm64 includes in stable kernels
2018-03-28 17:57 UTC (3+ messages)
[PATCH v6 0/9] Add Actions Semi S900 pinctrl and gpio support
2018-03-28 17:47 UTC (10+ messages)
` [PATCH v6 1/9] arm64: dts: actions: Add pinctrl node for S900
` [PATCH v6 2/9] arm64: actions: Enable PINCTRL in platforms Kconfig
` [PATCH v6 3/9] pinctrl: actions: Add Actions S900 pinctrl driver
` [PATCH v6 4/9] dt-bindings: gpio: Add gpio nodes for Actions S900 SoC
` [PATCH v6 5/9] arm64: dts: actions: Add S900 gpio nodes
` [PATCH v6 6/9] arm64: dts: actions: Add gpio line names to Bubblegum-96 board
` [PATCH v6 7/9] gpio: Add gpio driver for Actions OWL S900 SoC
` [PATCH v6 8/9] MAINTAINERS: Add reviewer for ACTIONS platforms
` [PATCH v6 9/9] MAINTAINERS: Add Actions Semi S900 pinctrl and gpio entries
[PATCH resend 0/2] preparatory arm64 asm patches for yielding the NEON
2018-03-28 17:18 UTC (5+ 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 1/2] arm64: dts: Add msm8998 SoC and MTP board support
2018-03-28 16:43 UTC (2+ messages)
[RESEND PATCH v2 0/8] Add support for PWM input capture on STM32
2018-03-28 16:41 UTC (6+ messages)
` [RESEND PATCH v2 3/8] dt-bindings: mfd: stm32-timers: add support for dmas
` [RESEND PATCH v2 4/8] "
[PATCH v2 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
2018-03-28 16:33 UTC (3+ messages)
[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
2018-03-28 16:30 UTC (10+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
[PATCH v2 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
2018-03-28 16:30 UTC (4+ messages)
` [PATCH v2 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
[GIT PULL] i.MX device tree updates for 4.17, round 2
2018-03-28 16:13 UTC (2+ messages)
[PATCH] drm/rockchip: fix VOP vblank race
2018-03-28 16:03 UTC
arm/arm64: smp_spin_table.c for arm32?
2018-03-28 15:54 UTC (2+ messages)
[GIT PULL 1/2] SoCFPGA DTS updates for v4.17
2018-03-28 15:52 UTC (5+ messages)
` [GIT PULL 2/2] arm64: stratix10: defconfig update "
[PATCH v3 0/6] clocksource: rework Atmel TCB timer driver
2018-03-28 15:50 UTC (9+ messages)
[PATCH] coresight: use put_device() instead of kfree()
2018-03-28 15:41 UTC (2+ messages)
[GIT PULL] ARM: dts: uniphier: UniPhier DT updates for 4.17 (2nd)
2018-03-28 15:18 UTC (2+ messages)
[GIT PULL 1/4] Rockchip driver changes for 4.17
2018-03-28 15:17 UTC (9+ messages)
` [GIT PULL RESEND 2/4] Rockchip soc32 "
` [GIT PULL RESEND 3/4] Rockchip dts32 "
` [GIT PULL RESEND 4/4] Rockchip dts64 "
[GIT PULL RESEND 1/4] Rockchip driver changes for 4.17
2018-03-28 15:08 UTC
[GIT PULL] Reset controller changes for v4.17, part 2
2018-03-28 15:03 UTC (2+ messages)
[PATCH] iommu/arm-smmu-v3: Set GBPA to abort all transactions
2018-03-28 15:00 UTC (2+ messages)
[PATCH 0/2] smp: don't kick CPUs running idle or nohz_full tasks
2018-03-28 14:45 UTC (14+ messages)
` [PATCH 2/2] smp: introduce kick_active_cpus_sync()
[PATCHv2] ARM: dts: imx6ull: add UART5 input select register definitions
2018-03-28 14:22 UTC
[PATCH] ARM: dts: imx6ull: add UART5 input select register definition
2018-03-28 14:19 UTC (3+ messages)
[PATCH v2 0/2] arm64: uaccess: Fix omissions from usercopy whitelist
2018-03-28 14:16 UTC (5+ messages)
` [PATCH v2 2/2] "
[PATCH] sched: support dynamiQ cluster
2018-03-28 14:02 UTC (3+ messages)
[PATCH 2/5] drm/rockchip: fixup comment for gem_free_object_unlocked
2018-03-28 14:02 UTC (2+ messages)
[PATCH] thermal: exynos_tmu: avoid uninitialized variables
2018-03-28 13:56 UTC (2+ messages)
[PATCH 00/12] Add r8a77470/iW-RainboW-G23S single board computer support
2018-03-28 13:55 UTC (9+ messages)
` [PATCH 08/12] ARM: dts: r8a77470: Initial SoC device tree
` [PATCH 10/12] ARM: dts: iwg23s-sbc: Add support for iWave G23S-SBC based on RZ/G1C
[PATCH v5 1/4] ioremap: Update pgtable free interfaces with addr
2018-03-28 13:12 UTC (4+ messages)
[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 (4+ messages)
[PATCH] clk: imx7d: Move clks_init_on before any clock operations
2018-03-28 12:14 UTC (2+ 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 (6+ 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 "
[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)
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).