linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-21 17:46:39 to 2020-04-22 14:07:16 UTC [more...]

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-04-22 14:07 UTC  (31+ messages)
` [PATCH 01/26] KVM: arm64: Check advertised Stage-2 page size capability
` [PATCH 02/26] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/26] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 04/26] arm64: Detect the ARMv8.4 TTL feature
` [PATCH 05/26] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH 06/26] arm64: Add level-hinted TLB invalidation helper
` [PATCH 07/26] KVM: arm64: Add a level hint to __kvm_tlb_flush_vmid_ipa
` [PATCH 08/26] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 09/26] KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 10/26] KVM: arm64: Refactor vcpu_{read,write}_sys_reg
` [PATCH 11/26] KVM: arm64: Add missing reset handlers for PMU emulation
` [PATCH 12/26] KVM: arm64: Move sysreg reset check to boot time
` [PATCH 13/26] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH 14/26] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH 15/26] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH 16/26] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH 17/26] KVM: arm64: debug: "
` [PATCH 18/26] KVM: arm64: Don't use empty structures as CPU reset state
` [PATCH 19/26] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 20/26] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH 21/26] KVM: arm64: Move SP_EL1 "
` [PATCH 22/26] KVM: arm64: Disintegrate SPSR array
` [PATCH 23/26] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH 24/26] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH 25/26] KVM: arm64: timers: Move timer registers to the sys_regs file
` [PATCH 26/26] KVM: arm64: Parametrize exception entry with a target EL

[PATCH] arm32: fix flushcache syscall with device address
 2020-04-22 13:56 UTC  (6+ messages)

[PATCH v2 0/7] clean up redundant 'kvm_run' parameters
 2020-04-22 13:45 UTC  (9+ messages)
` [PATCH v2 1/7] KVM: s390: "
` [PATCH v2 2/7] KVM: arm64: "
` [PATCH v2 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v2 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v2 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v2 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v2 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH] mmc: mmci_sdmmc: fix power on issue due to pwr_reg initialization
 2020-04-22 13:40 UTC  (4+ messages)

[PATCH] arm64: add check_wx_pages debugfs for CHECK_WX
 2020-04-22 13:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5] ARM: decompressor: simplify libfdt builds
 2020-04-22 13:08 UTC 

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-04-22 13:04 UTC  (13+ messages)
` [PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
` [PATCH 2/3] mm/memory_hotplug: Allow arch override of non boot memory resource names
` [PATCH 3/3] arm64: memory: Give hotplug memory a different resource name

[PATCH v4] ARM: decompressor: simplify libfdt builds
 2020-04-22 12:56 UTC  (5+ messages)

[PATCH] firmware: arm_sdei: Drop check for /firmware/ node and always register driver
 2020-04-22 12:28 UTC 

[PATCH v3 00/13] "Task_isolation" mode
 2020-04-22 12:08 UTC  (3+ messages)
` [PATCH v3 07/13] task_isolation: arch/arm64: enable task isolation functionality

[PATCH 00/17] Modularizing Versatile Express
 2020-04-22 12:05 UTC  (32+ messages)
` [PATCH 01/17] ARM: vexpress: Move vexpress_flags_set() into arch code
` [PATCH 02/17] arm64: vexpress: Don't select CONFIG_POWER_RESET_VEXPRESS
` [PATCH 05/17] clk: versatile: Kill CONFIG_COMMON_CLK_VERSATILE
` [PATCH 06/17] clk: versatile: Only enable SP810 on 32-bit by default
` [PATCH 07/17] clk: vexpress-osc: Use the devres clock API variants
` [PATCH 08/17] clk: vexpress-osc: Support building as a module
` [PATCH 09/17] mfd: vexpress-sysreg: Drop selecting CONFIG_CLKSRC_MMIO
` [PATCH 10/17] mfd: vexpress-sysreg: Drop unused syscon child devices
` [PATCH 11/17] mfd: vexpress-sysreg: Use devres API variants
` [PATCH 13/17] bus: vexpress-config: Merge vexpress-syscfg into vexpress-config
` [PATCH 14/17] bus: vexpress-config: simplify config bus probing
` [PATCH 15/17] vexpress: Move site master init to vexpress-config bus
` [PATCH 16/17] bus: vexpress-config: Support building as module
` [PATCH 17/17] ARM: vexpress: Don't select VEXPRESS_CONFIG

[RFC PATCH v2 00/13] perf pmu-events: Support event aliasing for system PMUs
 2020-04-22 12:00 UTC  (7+ messages)
` [RFC PATCH v2 07/13] perf pmu: Add pmu_id()
` [RFC PATCH v2 10/13] perf metricgroup: Split up metricgroup__add_metric()

2 bug repport
 2020-04-22 11:36 UTC  (5+ messages)

[PATCH v6 0/5] mainline Protonic boards
 2020-04-22 11:20 UTC  (8+ messages)
` [PATCH v6 1/5] ARM: dts: add Protonic PRTI6Q board
` [PATCH v6 3/5] ARM: dts: add Protonic VT7 board

[PATCH V5 00/20] ARM: dts: stm32: Repair AV96 board
 2020-04-22 10:46 UTC  (21+ messages)
` [PATCH V5 01/20] ARM: dts: stm32: Repair PMIC configuration on AV96
` [PATCH V5 02/20] ARM: dts: stm32: Repair PMIC interrupt "
` [PATCH V5 03/20] ARM: dts: stm32: Add alternate pinmux for ethernet RGMII
` [PATCH V5 04/20] ARM: dts: stm32: Repair ethernet operation on AV96
` [PATCH V5 05/20] ARM: dts: stm32: Add missing ethernet PHY reset "
` [PATCH V5 06/20] ARM: dts: stm32: Add missing ethernet PHY skews "
` [PATCH V5 07/20] ARM: dts: stm32: Add alternate pinmux for SDMMC pins
` [PATCH V5 08/20] ARM: dts: stm32: Repair SDMMC1 operation on AV96
` [PATCH V5 09/20] ARM: dts: stm32: Add eMMC attached to SDMMC2 "
` [PATCH V5 10/20] ARM: dts: stm32: Add QSPI NOR "
` [PATCH V5 11/20] ARM: dts: stm32: Add configuration EEPROM "
` [PATCH V5 12/20] ARM: dts: stm32: Enable WiFi "
` [PATCH V5 13/20] ARM: dts: stm32: Add alternate pinmux for USART2 pins
` [PATCH V5 14/20] ARM: dts: stm32: Enable Bluetooth on AV96
` [PATCH V5 15/20] ARM: dts: stm32: Add alternate pinmux for LTDC pins
` [PATCH V5 16/20] ARM: dts: stm32: Add bindings for HDMI video on AV96
` [PATCH V5 17/20] ARM: dts: stm32: Add alternate pinmux for SAI2 pins
` [PATCH V5 18/20] ARM: dts: stm32: Add bindings for audio on AV96
` [PATCH V5 19/20] ARM: dts: stm32: Add bindings for USB "
` [PATCH V5 20/20] ARM: dts: stm32: Rename LEDs to match silkscreen "

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-22 10:42 UTC  (3+ messages)
` [PATCH v3 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate

[PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
 2020-04-22 10:36 UTC  (15+ messages)

[PATCH 0/2] STM32 DMA Direct mode
 2020-04-22 10:29 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: dma: add direct mode support through device tree in stm32-dma
` [PATCH 2/2] dmaengine: stm32-dma: direct mode support through device tree

[PATCH v7 0/8] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-04-22 10:15 UTC  (8+ messages)
` [PATCH v7 4/8] drm: imx: Add i.MX 6 MIPI DSI host platform driver
` [PATCH v7 5/8] dt-bindings: display: add i.MX6 MIPI DSI host controller doc

[RESEND PATCH v2 2/2] amba: Initialize dma_parms for amba devices
 2020-04-22 10:10 UTC 

[RESEND PATCH v2 1/2] driver core: platform: Initialize dma_parms for platform devices
 2020-04-22 10:09 UTC 

[PATCH v2 0/2] amba/platform: Initialize dma_parms at the bus level
 2020-04-22  9:42 UTC  (5+ messages)
` [PATCH v2 1/2] driver core: platform: Initialize dma_parms for platform devices
` [PATCH v2 2/2] amba: Initialize dma_parms for amba devices

[PATCH v2 0/8] efi/libstub: simplify arm64 kernel image loading
 2020-04-22  9:39 UTC  (3+ messages)
` [PATCH v2 5/8] efi/libstub/arm64: align PE/COFF sections to segment alignment

[PATCH v3] remoteproc: remove rproc_elf32_sanity_check
 2020-04-22  9:30 UTC 

[PATCH] drm/sun4i: hdmi ddc clk: Fix size of m divider
 2020-04-22  9:23 UTC  (5+ messages)

[PATCH v3 00/13] Add generic MFD i.MX mix and audiomix support
 2020-04-22  9:18 UTC  (4+ messages)
` [PATCH v3 01/13] mfd: Add i.MX generic mix support

[PATCH 1/3] arm64: dts: ti: am654: Add DSS node
 2020-04-22  9:15 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: ti: k3-j721e-main.dtsi: "
` [PATCH 3/3] arm64: dts: ti: k3-j721e-common-proc-board: add assigned clks for DSS

[PATCH] arm64: dts: allwinner: a64: Disable SPDIF by default
 2020-04-22  9:14 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH 0/3] STMFX power related fixes
 2020-04-22  9:08 UTC  (4+ messages)
` [PATCH 1/3] mfd: stmfx: reset chip on resume as supply was disabled
` [PATCH 2/3] mfd: stmfx: fix stmfx_irq_init error path
` [PATCH 3/3] mfd: stmfx: disable irq in suspend to avoid spurious interrupt

[PATCH] pmu/smmuv3: Clear IRQ affinity hint on device removal
 2020-04-22  8:48 UTC 

[RFC PATCH 0/4] pwm: sun4i: Properly turn pwm off and fix stuck output state
 2020-04-22  8:40 UTC  (4+ messages)
` [RFC PATCH 4/4] pwm: sun4i: Delay after writing the period
  ` [linux-sunxi] "

[PATCH] Perf: support to unwind userspace application stacks generated with thumb
 2020-04-22  8:19 UTC  (2+ messages)

[PATCH 0/2] cpufreq: add i.MX7ULP support
 2020-04-22  8:19 UTC  (2+ messages)

[PATCH 07/14] net: axienet: Fix SGMII support
 2020-04-22  7:51 UTC  (13+ messages)
                    ` Xilinx axienet 1000BaseX support (was: Re: [PATCH 07/14] net: axienet: Fix SGMII support)

[PATCH 1/2] remoteproc: imx_rproc: dummy kick method
 2020-04-22  7:35 UTC  (8+ messages)
` [PATCH v2 0/3] remoteproc: imx_rproc: add virtio support
  ` [PATCH v2 1/3] remoteproc: imx_rproc: set pc on start

[PATCH V4 00/22] ARM: dts: stm32: Repair AV96 board
 2020-04-22  7:27 UTC  (5+ messages)

[PATCH 1/1] pinctrl: stmfx: stmfx_pinconf_set doesn't require to get direction anymore
 2020-04-22  7:25 UTC 

[PATCH v6 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-22  7:10 UTC  (20+ messages)
` [PATCH v6 01/12] dt-bindings: add img, pvrsgx.yaml for Imagination GPUs
  ` [PATCH v6 01/12] dt-bindings: add img,pvrsgx.yaml "

[PATCH v4 0/5] Add support for mt2701 JPEG ENC support
 2020-04-22  7:00 UTC  (6+ messages)
` [PATCH v4 5/5] media: platform: Add jpeg dec/enc feature

[PATCH v6 0/10] exynos-ufs: Add support for UFS HCI
 2020-04-22  6:55 UTC  (5+ messages)
  ` [PATCH v6 04/10] scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk
  ` [PATCH v6 05/10] scsi: ufs: add quirk to fix abnormal ocs fatal error

[PATCH v2 0/2] Add a watchdog driver that uses ARM Secure Monitor Calls
 2020-04-22  6:02 UTC  (9+ messages)
` [PATCH v2 2/2] watchdog: Add new arm_smc_wdt watchdog driver

[PATCH 0/4] ASoC:: don't use snd_soc_rtdcom_lookup()
 2020-04-22  5:39 UTC  (6+ messages)
` [PATCH 1/4] ASoC: mediatek: "
` [PATCH 2/4] ASoC: intel: baytrail: "
` [PATCH 3/4] ASoC: intel: haswell: "
` [PATCH 4/4] ASoC: amd: "

[PATCH v3 0/2] PCI: Add new UniPhier PCIe endpoint driver
 2020-04-22  5:13 UTC  (2+ messages)

[PATCH v2 1/2] media: cedrus: Program output format during each run
 2020-04-22  4:04 UTC  (2+ messages)
` [PATCH v2 2/2] media: cedrus: Implement runtime PM

[PATCH v4 1/3] dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth
 2020-04-22  3:53 UTC  (3+ messages)
` [PATCH v4 2/3] Bluetooth: hci_h5: Add support for binding RTL8723BS with device tree
` [DO-NOT-MERGE][PATCH v4 3/3] arm64: allwinner: Enable Bluetooth and WiFi on sopine baseboard

[PATCH] drm/exynos: Delete an error message in three functions
 2020-04-22  3:38 UTC  (2+ messages)

[arm-platforms:kvm-arm64/welcome-home 1/1] aarch64-linux-gnu-ld: arch/arm64/kvm/handle_exit.o:arch/arm64/kvm/./trace.h:12: multiple definition of `__tracepoint_kvm_wfx_arm64'; arch/arm64/kvm/arm.o:arch/arm64/kvm/./trace.h:12: first defined here
 2020-04-22  3:31 UTC 

[PATCH net-next v2 1/1] net: stmmac: Add support for VLAN promiscuous mode
 2020-04-22  3:31 UTC 

[PATCH -next] misc: xilinx_sdfec: Use memdup_user() as a cleanup
 2020-04-22  2:58 UTC 

[PATCH v4 0/2] dts: uniphier: Add Akebi96 Board support
 2020-04-22  2:50 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: arm: Add Akebi96 board support
` [PATCH v4 2/2] arm64: dts: uniphier: Add support for Akebi96

[PATCH v2 2/2] arm64: dts: uniphier: Add support for Akebi96
 2020-04-22  2:19 UTC  (5+ messages)

[PATCH v1 0/6] arm64: tlb: add support for TTL feature
 2020-04-22  2:13 UTC  (6+ messages)
` [PATCH v1 1/6] arm64: Detect the ARMv8.4 "

[PATCH V2 0/2] mm/thp: Rename pmd_mknotpresent() as pmd_mkinvalid()
 2020-04-22  1:52 UTC  (2+ messages)
` [PATCH V2 2/2] "

[PATCH] drm: imx: Unify encoder creation
 2020-04-22  1:19 UTC  (2+ messages)

[PATCH v12 0/5] arm/arm64: mediatek: Fix mt8173 mmsys device probing
 2020-04-22  0:40 UTC  (10+ messages)
` [PATCH v12 4/5] soc / drm: mediatek: Move routing control to mmsys device

[PATCH v6 0/4] Config mipi tx current and impedance
 2020-04-21 23:31 UTC  (2+ messages)

[PATCH] arm64: dts: fast models: Fix FVP video RAM size
 2020-04-21 23:14 UTC 

[PATCH v15 0/3] mt8183 dpi support pin mode swap
 2020-04-21 23:01 UTC  (3+ messages)
` [PATCH v15 2/3] dt-bindings: display: mediatek: convert the document format from txt to yaml

[PATCH net-next 1/1] net: stmmac: Add support for VLAN promiscuous mode
 2020-04-21 22:41 UTC  (2+ messages)

[PATCH] ARM: dts: bcm2835-rpi-zero-w: Fix led polarity
 2020-04-21 22:27 UTC  (2+ messages)

[PATCH v2] firmware: tegra: Make BPMP a regular driver
 2020-04-21 22:00 UTC 

[PATCH v2 0/9] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-04-21 21:14 UTC  (2+ messages)
` [PATCH v2 5/9] arm64: Add call_break_hook() to early_brk64() for early kgdb

[PATCH] iomm/arm-smmu: Add stall implementation hook
 2020-04-21 20:20 UTC 

[v2 PATCH 1/5] efi: Move arm-stub to a common file
 2020-04-21 19:19 UTC  (2+ messages)

[v2 PATCH 3/5] RISC-V: Define fixmap bindings for generic early ioremap support
 2020-04-21 19:19 UTC  (2+ messages)

[v2 PATCH 2/5] include: pe.h: Add RISC-V related PE definition
 2020-04-21 19:19 UTC  (2+ messages)


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