linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-26 07:49:36 to 2021-08-27 07:20:29 UTC [more...]

[PATCH v4 0/5] Add FF-A support in OP-TEE driver
 2021-08-27  7:18 UTC  (7+ messages)
` [PATCH v4 4/5] optee: isolate smc abi
` [PATCH v4 5/5] optee: add FF-A support

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27  7:15 UTC  (18+ messages)
` [PATCH 01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH 02/15] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH 03/15] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH 04/15] perf: Force architectures to opt-in to "
` [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis
` [PATCH 06/15] KVM: x86: Register perf callbacks only when actively handling interrupt
` [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest
` [PATCH 08/15] KVM: x86: Drop current_vcpu in favor of kvm_running_vcpu
` [PATCH 09/15] KVM: arm64: Register/unregister perf callbacks at vcpu load/put
` [PATCH 10/15] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH 11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH 12/15] KVM: arm64: Convert to the generic perf callbacks
` [PATCH 13/15] KVM: arm64: Drop perf.c and fold its tiny bit of code into pmu.c
` [PATCH 14/15] perf: Disallow bulk unregistering of guest callbacks and do cleanup
` [PATCH 15/15] perf: KVM: Indicate "in guest" via NULL ->is_in_guest callback

[PATCH v2 0/3] dt-bindings: PCI: imx6: convert the imx pcie
 2021-08-27  6:43 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: imx6: convert the imx pcie controller to dtschema
` [PATCH v2 2/3] arm: dts: imx: fix the schema check errors
` [PATCH v2 3/3] arm64: dts: imx8mq: "

[PATCH v7 0/7] running kernel mode SIMD with softirqs disabled
 2021-08-27  7:03 UTC  (8+ messages)
` [PATCH v7 1/7] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
` [PATCH v7 2/7] crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers
` [PATCH v7 3/7] crypto: arm64/aes-ce "
` [PATCH v7 4/7] crypto: arm64/aes-ccm - yield NEON when processing auth-only data
` [PATCH v7 5/7] crypto: arm64/aes-ccm - remove non-SIMD fallback path
` [PATCH v7 6/7] crypto: arm64/aes-ccm - reduce NEON begin/end calls for common case
` [PATCH v7 7/7] crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_data

[PATCH next v2 1/6] Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"
 2021-08-27  6:49 UTC  (6+ messages)
` [PATCH next v2 3/6] usb: xhci-mtk: update fs bus bandwidth by bw_budget_table

[PATCH 1/2] clk: imx: imx6ul: Move csi_sel mux to correct base register
 2021-08-27  6:43 UTC  (4+ messages)
` [PATCH 2/2] clk: imx: imx6ul: Fix csi clk gate register

[PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-08-27  6:31 UTC  (3+ messages)

[PATCH v5 0/6] Asynchronous notifications from secure world
 2021-08-27  6:23 UTC  (8+ messages)
` [PATCH v5 1/6] docs: staging/tee.rst: add a section on OP-TEE notifications
` [PATCH v5 2/6] dt-bindings: arm: optee: add interrupt property
` [PATCH v5 3/6] tee: fix put order in teedev_close_context()
` [PATCH v5 4/6] tee: add tee_dev_open_helper() primitive
` [PATCH v5 5/6] optee: separate notification functions
` [PATCH v5 6/6] optee: add asynchronous notifications

[PATCH v3 0/4] arm: aspeed: Add eSPI support
 2021-08-27  5:48 UTC  (12+ messages)
` [PATCH v3 1/4] dt-bindings: aspeed: Add eSPI controller
` [PATCH v3 3/4] soc: aspeed: Add eSPI driver

[PATCH net-next v5] ipv6: add IFLA_INET6_RA_MTU to expose mtu value
 2021-08-27  5:28 UTC  (2+ messages)

[PATCH v6 1/3] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-08-27  5:03 UTC  (4+ messages)
` [PATCH v6 2/3] clocksource: Rewrite Xilinx AXI timer driver
` [PATCH v6 3/3] pwm: Add support for Xilinx AXI Timer

[PATCH] spi: rockchip: handle zero length transfers without timing out
 2021-08-27  5:03 UTC 

[PATCH v16 00/14] Introduce the Counter character device interface
 2021-08-27  3:47 UTC  (14+ messages)
` [PATCH v16 01/14] counter: stm32-lptimer-cnt: Provide defines for clock polarities
` [PATCH v16 02/14] counter: stm32-timer-cnt: Provide defines for slave mode selection
` [PATCH v16 04/14] counter: Update counter.h comments to reflect sysfs internalization
` [PATCH v16 05/14] docs: counter: Update "
` [PATCH v16 06/14] counter: Move counter enums to uapi header
` [PATCH v16 07/14] counter: Add character device interface
` [PATCH v16 08/14] docs: counter: Document "
` [PATCH v16 09/14] tools/counter: Create Counter tools
` [PATCH v16 10/14] counter: Implement signalZ_action_component_id sysfs attribute
` [PATCH v16 11/14] counter: Implement *_component_id sysfs attributes
` [PATCH v16 12/14] counter: Implement events_queue_size sysfs attribute
` [PATCH v16 13/14] counter: 104-quad-8: Replace mutex with spinlock
` [PATCH v16 14/14] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8

[PATCH] maintainers: Add Alyssa Rosenzweig as M1 reviewer
 2021-08-27  3:47 UTC  (4+ messages)

[PATCH next v3] usb: xhci-mtk: allow bandwidth table rollover
 2021-08-27  3:31 UTC 

[PATCH] arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabled
 2021-08-27  3:07 UTC 

[PATCH v2] dt-bindings: PCI: mediatek-gen3: Add support for MT8195
 2021-08-27  2:26 UTC 

[PATCH net-next v2 1/2] net: pcs: xpcs: enable skip xPCS soft reset
 2021-08-27  2:03 UTC  (5+ messages)
` [PATCH net-next v2 2/2] stmmac: intel: Enable 2.5Gbps on Intel AlderLake-S

[soc:arm/dt] BUILD SUCCESS 9e62ec0e661ca7161e5830bdbf8e69831b41e866
 2021-08-27  1:01 UTC 

[PATCH 0/3] amba: Properly handle device probe without IRQ domain
 2021-08-27  0:04 UTC  (9+ messages)
` [PATCH 3/3] "
                ` [BUG] amba: Remove deferred device addition

[PATCH v2 00/15] Introduce PECI subsystem
 2021-08-26 23:54 UTC  (7+ messages)
` [PATCH v2 06/15] peci: Add core infrastructure
` [PATCH v2 07/15] peci: Add peci-aspeed controller driver

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-26 23:54 UTC  (7+ messages)
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs

[PATCH v6 0/3] Visconti: Add Toshiba Visconti PCIe host controller driver
 2021-08-26 23:49 UTC  (5+ messages)
` [PATCH v6 2/3] PCI: visconti: "

[RFC PATCH v8 0/4] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2021-08-26 23:31 UTC  (7+ messages)
  ` [RFC PATCH v8 2/4] arm64: Reorganize the unwinder code for better consistency and maintenance
  ` [RFC PATCH v8 3/4] arm64: Introduce stack trace reliability checks in the unwinder

[soc:arm/defconfig] BUILD SUCCESS 79cd0bb66e359f5f9398de9d2e86eac776947691
 2021-08-26 23:30 UTC 

[soc:rockchip/driver] BUILD SUCCESS 9e5747c57807ad8a04c356340190cfdd0bd54111
 2021-08-26 23:30 UTC 

[soc:rockchip/dt] BUILD SUCCESS 9d508827c7939242e8ed6b06f66aa87d9f7ea832
 2021-08-26 23:29 UTC 

[soc:arm/soc] BUILD SUCCESS 51e321fed0ff8d64eff809a4ee0547254cdcc4a1
 2021-08-26 23:30 UTC 

[soc:drivers/reset] BUILD SUCCESS 09f3824342f665d222fb7ac17c91f8334779630b
 2021-08-26 23:30 UTC 

[soc:arm/drivers] BUILD SUCCESS 06779631d18ff2901af604eadea0d7b2193db7a1
 2021-08-26 23:29 UTC 

[xlnx:master 11894/12418] drivers/spi/spi-cadence-quadspi.c:1317:26: warning: implicit conversion from 'enum dma_transfer_direction' to 'enum dma_data_direction'
 2021-08-26 23:08 UTC 

[xlnx:master 11230/12418] drivers/remoteproc/mtk_scp.c:463:27: error: initialization of 'void * (*)(struct rproc *, u64, int)' {aka 'void * (*)(struct rproc *, long long unsigned int, int)'} from incompatible pointer type 'void * (*)(struct rproc *, u64, size_t)' {aka 'void * (
 2021-08-26 21:31 UTC 

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-08-26 20:27 UTC  (5+ messages)
` [PATCH v7 6/6] KVM: x86: Expose TSC offset controls to userspace

[PATCH 2/2] crypto: stm32 - open the configuration for COMPILE_TEST
 2021-08-26 20:07 UTC  (2+ messages)

[PATCH v1 0/7] ARM: prepare and add colibri imx6ull 1gb (emmc) support
 2021-08-26 19:03 UTC  (3+ messages)
` [PATCH v1 2/7] ARM: imx_v6_v7_defconfig: enable fb

[GIT PULL] arm64 fix for 5.14
 2021-08-26 18:52 UTC  (3+ messages)

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-26 18:49 UTC  (11+ messages)

[PATCH v2 0/3] arch_topology, ACPI: populate cpu capacity from CPPC
 2021-08-26 18:32 UTC  (5+ messages)
` [PATCH v2 2/3] arch_topology: obtain cpu capacity using information "

[PATCH v4 0/12] Introduce atomic support for SCMI transports
 2021-08-26 18:29 UTC  (6+ messages)
` [PATCH v4 11/12] [RFC] firmware: arm_scmi: Add sync_cmds_atomic_replies transport flag

[PATCH] i2c: rk3x: disable and reenable I2C after timeouts to fix stuck low SDA
 2021-08-26 17:46 UTC 

[PATCHv2 0/4] coresight: Add ETR-PERF polling
 2021-08-26 17:32 UTC  (4+ messages)
` [PATCHv2 4/4] "

[PATCH v2] arm64: mm: limit linear region to 51 bits for KVM in nVHE mode
 2021-08-26 16:56 UTC 

[RFC PATCH] arm64: mm: limit linear region to 51 bits for KVM in nVHE mode
 2021-08-26 16:34 UTC  (7+ messages)

[PATCH] coresight: syscfg: fix compiler warnings
 2021-08-26 16:30 UTC  (4+ messages)

[PATCH] usb: host: ehci: skip STS_HALT check for aspeed platform
 2021-08-26 15:28 UTC  (3+ messages)

[RFC net-next 0/2] DSA slave with customise netdev features
 2021-08-26 15:27 UTC  (9+ messages)
` [RFC net-next 1/2] net: dsa: allow taggers to "
` [RFC net-next 2/2] net: dsa: tag_mtk: handle VLAN tag insertion on TX

[PATCH v16 00/15] arm64: MMU enabled kexec relocation
 2021-08-26 15:03 UTC  (3+ messages)

[PATCH] ARM: dts: stm32: set the DCMI pins on stm32mp157c-odyssey
 2021-08-26 14:50 UTC  (2+ messages)

[PATCH] arm64: defconfig: Enable media drivers of mediatek
 2021-08-26 14:45 UTC 

[GIT PULL] arm64: dts: ZynqMP DT changes for v5.15
 2021-08-26 14:36 UTC 

[xlnx:xlnx_rebase_v5.10 251/1762] drivers/gpu/drm/xlnx/xlnx_scaler.c:866:3: warning: variable 'nr_rds' is uninitialized when used here
 2021-08-26 14:23 UTC 

[PATCH v1 0/4] Patches to update for rockchip spdif
 2021-08-26 14:15 UTC  (2+ messages)

[RESEND][PATCH] spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_mem_op not interruptible
 2021-08-26 14:15 UTC  (2+ messages)

[PATCH][next] ASoC: mediatek: mt8195: Fix spelling mistake "bitwiedh" -> "bitwidth"
 2021-08-26 14:15 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: arm: align watchdog and mmc node names with dtschema
 2021-08-26 14:09 UTC  (2+ messages)

arm64/for-kernelci baseline: 48 runs, 4 regressions (v5.14-rc7-2-g988c09add519)
 2021-08-26 13:51 UTC 

[PATCH v1 0/3]
 2021-08-26 13:26 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings
` [PATCH v1 3/3] arm64: dts: rockchip: add naneng combo phy nodes for rk3568

arm64/for-kernelci build: 2 builds: 1 failed, 1 passed, 2 errors, 1 warning (v5.14-rc7-2-g988c09add519)
 2021-08-26 13:08 UTC 

[PATCH v12 0/6] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2021-08-26 12:53 UTC  (2+ messages)

[PATCH] PCI: aardvark: Fix masking and unmasking legacy INTx interrupts
 2021-08-26 12:42 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: freescale: fix arm,sp805 compatible string
 2021-08-26 12:35 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: hisilicon: "

[PATCH] pinctrl: Fix spelling mistake "atleast" -> "at least"
 2021-08-26 12:35 UTC 

[GIT PULL] KVM/arm64 updates for 5.15
 2021-08-26 11:56 UTC 

[PATCH net-next 0/2] Intel AlderLake-S 2.5Gbps link speed support
 2021-08-26 11:50 UTC  (7+ messages)
` [PATCH net-next 1/2] net: pcs: xpcs: enable skip xPCS soft reset

[PATCH 1/3] dt-bindings: memory: fsl: convert DDR controller to dtschema
 2021-08-26 11:32 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: ls1021a: drop unused big-endian property from DDR controller
` [PATCH 3/3] arm64: dts: freescale: ls1046a: "

[PATCH V3 0/9] Add callback to register with energy model
 2021-08-26 11:28 UTC  (7+ messages)
` [PATCH V3 7/9] cpufreq: scpi: Use .register_em() "
` [PATCH V3 8/9] cpufreq: vexpress: "
` [PATCH V3 9/9] cpufreq: scmi: "

[PATCH V2 00/10] ARM: dts: Add Raspberry Pi CM4 & CM4 IO Board support
 2021-08-26 11:18 UTC  (5+ messages)
` [PATCH V2 05/10] mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711

[PATCH] arm64: signal32: Drop pointless call to sigdelsetmask()
 2021-08-26 11:07 UTC  (2+ messages)

[PATCH] arm64: mm: fix comment typo of pud_offset_phys()
 2021-08-26 11:07 UTC  (2+ messages)

[PATCH v2] arm64: Do not trap PMSNEVFR_EL1
 2021-08-26 11:07 UTC  (3+ messages)

[PATCH] KVM: arm64: Trim guest debug exception handling
 2021-08-26 10:37 UTC  (2+ messages)

[PATCH] PCI: uniphier: Serialize INTx masking/unmasking
 2021-08-26 10:02 UTC  (6+ messages)

[PATCH 0/7] dmaengine: zynqmp_dma: fix lockdep warning and cleanup
 2021-08-26  9:47 UTC  (8+ messages)
` [PATCH 1/7] dmaengine: zynqmp_dma: simplify with dev_err_probe
` [PATCH 2/7] dmaengine: zynqmp_dma: drop message on probe success
` [PATCH 3/7] dmaengine: zynqmp_dma: enable COMPILE_TEST
` [PATCH 4/7] dmaengine: zynqmp_dma: cleanup includes
` [PATCH 5/7] dmaengine: zynqmp_dma: cleanup after completing all descriptors
` [PATCH 6/7] dmaengine: zynqmp_dma: refine dma descriptor locking
` [PATCH 7/7] dmaengine: zynqmp_dma: fix lockdep warning in tasklet

[GIT PULL] ARM: dts zynq: Xilinx DT changes for v5.15
 2021-08-26  9:46 UTC  (2+ messages)

[GIT PULL] Rockchip dts32 changes for 5.15
 2021-08-26  9:46 UTC  (2+ messages)

[GIT PULL] ARM: dts zynq: Xilinx SoC changes for v5.15
 2021-08-26  9:35 UTC  (2+ messages)

[GIT PULL] Reset controller updates for v5.15
 2021-08-26  9:35 UTC  (2+ messages)

[GIT PULL] Rockchip driver changes for 5.15
 2021-08-26  9:35 UTC  (2+ messages)

[PATCH v2 0/5] Kconfig symbol clean-up on gpu
 2021-08-26  9:18 UTC  (3+ messages)
` [PATCH v2 5/5] drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP

[PATCH v5, 00/15] Using component framework to support multi hardware decode
 2021-08-26  9:14 UTC  (5+ messages)

[PATCH next 1/2] usb: mtu3: return successful suspend status
 2021-08-26  8:36 UTC  (2+ messages)
` [PATCH next 2/2] usb: mtu3: fix random remote wakeup


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