linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-09 04:57:46 to 2021-03-09 14:33:35 UTC [more...]

[RFC PATCH v2 00/13] objtool: add base support for arm64
 2021-03-09 14:31 UTC  (7+ messages)
` [RFC PATCH v2 13/13] objtool: arm64: Enable stack validation "

[PATCH] KVM: arm64: Cap default IPA size to the host's own size
 2021-03-09 14:29 UTC  (9+ messages)

[PATCH robh next] dt-bindings: bus: add Broadcom CRU
 2021-03-09 14:22 UTC 

[PATCH] ARM/gpio/dt-bindings: Clean out gpio alias from CLPS711X
 2021-03-09 14:20 UTC 

[PATCH] arm64/mm: Fix __enable_mmu() for new TGRAN range values
 2021-03-09 14:05 UTC  (3+ messages)

[PATCH] drivers/arch_numa: remove rebudant setup_per_cpu_areas()
 2021-03-09 14:01 UTC  (2+ messages)

[PATCH v6 00/12] x86: major paravirt cleanup
 2021-03-09 13:48 UTC  (2+ messages)
` [PATCH v6 02/12] x86/paravirt: switch time pvops functions to use static_call()

[PATCH v10 4/4] soc: imx8m: change to use platform driver
 2021-03-09 13:42 UTC  (2+ messages)
` [PATCH] arm64: dts: imx8mq: remove SoC ID compatible

[RFC 00/19] Rework support for i.MX8MQ interconnect with devfreq
 2021-03-09 13:40 UTC  (7+ messages)
` [RFC 05/19] devfreq: imx8m-ddrc: Change governor to powersave

[PATCH] arm64: make STACKPROTECTOR_PER_TASK configurable
 2021-03-09 13:35 UTC  (4+ messages)

[PATCH v16 0/2] add power control in i2c
 2021-03-09 13:34 UTC  (4+ messages)
` [PATCH v16 2/2] i2c: core: support bus regulator controlling in adapter

[PATCH v17 0/3] add power control in i2c
 2021-03-09 13:31 UTC  (4+ messages)
` [PATCH v17 1/3] i2c: core: support bus regulator controlling in adapter
` [PATCH v17 2/3] dt-binding: i2c: mt65xx: add vbus-supply property
` [PATCH v17 3/3] i2c: mediatek: mt65xx: add optional vbus-supply

[PATCH] KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
 2021-03-09 13:26 UTC  (2+ messages)

[PATCH v3 0/5] kasan: integrate with init_on_alloc/free
 2021-03-09 13:24 UTC  (6+ messages)
` [PATCH v3 1/5] arm64: kasan: allow to init memory when setting tags
` [PATCH v3 2/5] kasan: init memory in kasan_(un)poison for HW_TAGS
` [PATCH v3 3/5] kasan, mm: integrate page_alloc init with HW_TAGS
` [PATCH v3 4/5] kasan, mm: integrate slab init_on_alloc "
` [PATCH v3 5/5] kasan, mm: integrate slab init_on_free "

[PATCH v9 00/33] Introduce the Counter character device interface
 2021-03-09 13:19 UTC  (33+ messages)
` [PATCH v9 01/33] docs: counter: Consolidate Counter sysfs attributes documentation
` [PATCH v9 02/33] docs: counter: Fix spelling
` [PATCH v9 03/33] counter: 104-quad-8: Remove pointless comment
` [PATCH v9 04/33] counter: 104-quad-8: Return error when invalid mode during ceiling_write
` [PATCH v9 05/33] counter: 104-quad-8: Annotate hardware config module parameter
` [PATCH v9 06/33] counter: 104-quad-8: Add const qualifiers for quad8_preset_register_set
` [PATCH v9 07/33] counter: 104-quad-8: Add const qualifier for functions_list array
` [PATCH v9 08/33] counter: interrupt-cnt: "
` [PATCH v9 09/33] counter: microchip-tcb-capture: "
` [PATCH v9 10/33] counter: stm32-lptimer-cnt: "
` [PATCH v9 11/33] counter: stm32-timer-cnt: "
` [PATCH v9 12/33] counter: 104-quad-8: Add const qualifier for actions_list array
` [PATCH v9 13/33] counter: ftm-quaddec: "
` [PATCH v9 14/33] counter: interrupt-cnt: "
` [PATCH v9 15/33] counter: microchip-tcb-capture: "
` [PATCH v9 16/33] counter: stm32-lptimer-cnt: "
` [PATCH v9 17/33] counter: stm32-timer-cnt: "
` [PATCH v9 18/33] counter: Return error code on invalid modes
` [PATCH v9 19/33] counter: Standardize to ERANGE for limit exceeded errors
` [PATCH v9 20/33] counter: Rename counter_signal_value to counter_signal_level
` [PATCH v9 21/33] counter: Rename counter_count_function to counter_function
` [PATCH v9 23/33] counter: Update counter.h comments to reflect sysfs internalization
` [PATCH v9 24/33] docs: counter: Update "
` [PATCH v9 25/33] counter: Move counter enums to uapi header
` [PATCH v9 26/33] counter: Add character device interface
` [PATCH v9 27/33] docs: counter: Document "
` [PATCH v9 28/33] tools/counter: Create Counter tools
` [PATCH v9 29/33] counter: Implement signalZ_action_component_id sysfs attribute
` [PATCH v9 30/33] counter: Implement *_component_id sysfs attributes
` [PATCH v9 31/33] counter: Implement events_queue_size sysfs attribute
` [PATCH v9 32/33] counter: 104-quad-8: Replace mutex with spinlock
` [PATCH v9 33/33] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8

[PATCH 1/2] arm64: dts: ti: k3-am64-main: Add OSPI node
 2021-03-09 13:17 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: ti: k3-am64-evm/sk: Add OSPI flash DT node

[PATCH 00/11] PM / devfreq: a few small fixes and improvements
 2021-03-09 12:58 UTC  (24+ messages)
` [PATCH 01/11] doc: ABI: devfreq: remove invalid central_polling description
` [PATCH 02/11] PM / devfreq: remove the invalid description for get_target_freq
` [PATCH 03/11] PM / devfreq: fix the wrong set_freq path for userspace governor
` [PATCH 04/11] PM / devfreq: bail out early if no freq changes in devfreq_set_target
` [PATCH 05/11] PM / devfreq: use more accurate returned new_freq as resume_freq
` [PATCH 06/11] PM / devfreq: drop the unnecessary low variable initialization
` [PATCH 07/11] PM / devfreq: check get_dev_status before start monitor
` [PATCH 08/11] PM / devfreq: check get_dev_status in devfreq_update_stats
` [PATCH 09/11] PM / devfreq: governor: optimize simpleondemand get_target_freq
` [PATCH 10/11] PM / devfreq: imx8m-ddrc: remove imx8m_ddrc_get_dev_status
` [PATCH 11/11] PM / devfreq: imx8m-ddrc: drop polling_ms

[PATCH v2 0/5] kasan: integrate with init_on_alloc/free
 2021-03-09 13:09 UTC  (4+ messages)
` [PATCH v2 1/5] arm64: kasan: allow to init memory when setting tags

[PATCH] arm64: dts: ti: k3-am64-main: Add ADC nodes
 2021-03-09 13:07 UTC 

[PATCH -next] usb: cdns3: imx: mark cdns_imx_resume as __maybe_unused
 2021-03-09 13:14 UTC 

[PATCH stblinux] ARM: dts: BCM5301X: fix "reg" formatting in /memory node
 2021-03-09 12:55 UTC 

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-09 12:41 UTC  (10+ messages)
` [RFT PATCH v3 12/27] of/address: Add infrastructure to declare MMIO as non-posted

[PATCH v2 0/3] arm64: use hierarchical XN permissions for all page tables
 2021-03-09 12:36 UTC  (9+ messages)
` [PATCH v2 1/3] arm64: mm: add missing P4D definitions and use them consistently
` [PATCH v2 2/3] arm64: mm: use XN table mapping attributes for the linear region
` [PATCH v2 3/3] arm64: mm: use XN table mapping attributes for user/kernel mappings

[PATCH] arm64: mte: Map hotplugged memory as Normal Tagged
 2021-03-09 12:35 UTC  (3+ messages)

[PATCH] ARM: dts: imx6ull: fix ubi mount failed on MYS-6ULX-IOT board
 2021-03-09 12:18 UTC  (4+ messages)
` [PATCH] ARM: dts: imx6ull: fix ubi filesystem mount failed

[PATCH v8 0/4] Add basic SoC support for mt6765
 2021-03-09 12:05 UTC  (6+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/4] dt-bindings: mediatek: Add smi dts binding for Mediatek MT6765 SoC
  ` [PATCH v9 2/4] soc: mediatek: add MT6765 scpsys and subdomain support
  ` [PATCH v9 3/4] arm64: dts: mediatek: add mt6765 support
  ` [PATCH v9 4/4] arm64: defconfig: add CONFIG_COMMON_CLK_MT6765_XXX clocks

[PATCH 1/2] arm64: dts: juno: Describe PCI dma-ranges
 2021-03-09 12:01 UTC  (2+ messages)

[PATCH v8 0/3] CPUFreq: Add support for opp-sharing cpus
 2021-03-09 11:59 UTC  (2+ messages)

[RESEND PATCH v5 1/4] dt-bindings: devfreq: rk3399_dmc: Add rockchip, pmu phandle
 2021-03-09 11:42 UTC  (6+ messages)
  ` [RESEND PATCH v5 2/4] arm64: dts: rk3399: Add dfi and dmc nodes
  ` [RESEND PATCH v5 1/4] dt-bindings: devfreq: rk3399_dmc: Add rockchip,pmu phandle
    ` [RESEND PATCH v5 4/4] dt-bindings: devfreq: rk3399_dmc: Remove references of unexistant defines

[PATCH v2 0/7] remove different PHY fixups
 2021-03-09 11:26 UTC  (8+ messages)
` [PATCH v2 1/7] ARM: imx6q: remove PHY fixup for KSZ9031
` [PATCH v2 2/7] ARM: imx6q: remove TX clock delay of ar8031_phy_fixup()
` [PATCH v2 3/7] ARM: imx6q: remove hand crafted PHY power up in ar8035_phy_fixup()
` [PATCH v2 4/7] ARM: imx6q: remove clk-out fixup for the Atheros AR8031 and AR8035 PHYs
` [PATCH v2 5/7] ARM: imx6q: remove Atheros AR8035 SmartEEE fixup
` [PATCH v2 6/7] ARM: imx6sx: remove Atheros AR8031 PHY fixup
` [PATCH v2 7/7] ARM: imx7d: "

[v8,0/7] PCI: mediatek: Add new generation controller support
 2021-03-09 11:23 UTC  (5+ messages)
` [v8,4/7] PCI: mediatek-gen3: Add INTx support
` [v8,5/7] PCI: mediatek-gen3: Add MSI support

[PATCH v2] phy: zynqmp: Handle the clock enable/disable properly
 2021-03-09 11:17 UTC 

[PATCH 0/2] Resolve NXP flexspi bindings compatibility warnings
 2021-03-09 11:14 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: imx8mm: Reorder flexspi clock-names entry
` [PATCH 2/2] arm64: dts: imx8mn: "

[RFC PATCH 0/5] KVM/ARM64 Add support for pinned VMIDs
 2021-03-09 11:12 UTC  (4+ messages)
` [RFC PATCH 3/5] KVM: ARM64: "

[PATCH v14 0/8] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-03-09 10:26 UTC  (6+ messages)
` [PATCH v14 5/8] arm64: mte: Enable TCO in functions that can read beyond buffer limits

[PATCH v9 0/6] MTE support for KVM guest
 2021-03-09 11:01 UTC  (3+ messages)
` [PATCH v9 6/6] KVM: arm64: Document MTE capability and ioctl

[PATCH v3 0/1] kvm: arm64: Add SVE support for nVHE
 2021-03-09 10:16 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH 0/6] mm: some config cleanups
 2021-03-09 10:12 UTC  (9+ messages)
` [PATCH 1/6] mm: Generalize ARCH_HAS_CACHE_LINE_SIZE
` [PATCH 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
` [PATCH 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
` [PATCH 5/6] mm: Drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK
` [PATCH 6/6] mm: Drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE

[PATCH] phy: zynqmp: Handle the clock enable/disable properly
 2021-03-09 10:12 UTC  (3+ messages)

[RFT 0/3] clk: socfpga: minor cleanups and compile testing
 2021-03-09 10:11 UTC  (5+ messages)
` [PATCH 3/3] clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks

[PATCH v7 00/11] Raspberry Pi PoE HAT fan support
 2021-03-09  9:59 UTC  (3+ messages)
` [PATCH v7 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

[PATCH] ARM: omap1: fix building with clang IAS
 2021-03-09  9:57 UTC  (2+ messages)

[PATCH V5 0/2] cpufreq: cppc: Add support for frequency invariance
 2021-03-09  9:19 UTC  (5+ messages)
` [PATCH V5 1/2] topology: Allow multiple entities to provide sched_freq_tick() callback

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-03-09  9:10 UTC  (4+ messages)

[PATCH 0/2] Performance improvement about cache flush
 2021-03-09  9:02 UTC  (6+ messages)
` [PATCH 2/2] KVM: arm64: Skip the cache flush when coalescing tables into a block

[PATCH] KVM: arm64: Don't use cbz/adr with external symbols
 2021-03-09  8:49 UTC  (2+ messages)

[PATCH v2 0/4] enable flexspi support on imx8mp
 2021-03-09  8:41 UTC  (11+ messages)
` [PATCH v2 1/4] spi: fspi: enable fspi driver for "
` [PATCH v2 2/4] dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller
  ` [EXT] "
` [PATCH v2 3/4] arm64: dts: imx8mp: add flexspi node
` [PATCH v2 4/4] arm64: imx8mp: imx8mp-phycore-som enable spi nor

[PATCH v2 0/4] arm64: Add TI AM65x-based IOT2050 boards
 2021-03-09  8:38 UTC  (5+ messages)
` [PATCH v2 3/4] arm64: dts: ti: Add support for Siemens "
      ` [PATCH v3 "

[RESEND PATCH v3 0/2] STM32 USBPHYC ck_usbo_48m clock provider
 2021-03-09  8:26 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] dt-bindings: phy: phy-stm32-usbphyc: add #clock-cells property
` [RESEND PATCH v3 2/2] phy: stm32: register usbphyc as clock provider of ck_usbo_48m clock

[PATCH] drm: meson_drv add shutdown function
 2021-03-09  8:23 UTC  (2+ messages)

[RFC 0/2] sdhci-iproc CMD timeouts
 2021-03-09  8:14 UTC  (2+ messages)

[PATCH v2 0/1] arm64: dts: imx8mm-nitrogen-r2: add ecspi2 support
 2021-03-09  8:13 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v6 0/37] SCMI vendor protocols and modularization
 2021-03-09  8:04 UTC  (4+ messages)
` [PATCH v6 36/37] firmware: arm_scmi: add protocol modularization support

[PATCH 0/3] charger-supply for max8997_charger
 2021-03-09  7:47 UTC  (6+ messages)
` [PATCH 3/3] power: supply: max8997_charger: Switch to new binding

sdhci timeout on imx8mq
 2021-03-09  7:35 UTC  (2+ messages)

[PATCH] crypto: sun8i-ss: Fix memory leak of object d when dma_iv fails to map
 2021-03-09  6:45 UTC  (2+ messages)

[PATCH] crypto: allwinner: sun8i-ce: fix error return code in sun8i_ce_prng_generate()
 2021-03-09  6:44 UTC  (2+ messages)

[PATCH v2] arm64/ras: Update code to trace out more data for ARM processor
 2021-03-09  6:23 UTC  (3+ messages)

[RFC PATCH v2 0/6] Add IOPF support for VFIO passthrough
 2021-03-09  6:22 UTC  (7+ messages)
` [RFC PATCH v2 1/6] iommu: Evolve to support more scenarios of using IOPF
` [RFC PATCH v2 2/6] vfio: Add an MMU notifier to avoid pinning
` [RFC PATCH v2 3/6] vfio: Add a page fault handler
` [RFC PATCH v2 4/6] vfio: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v2 5/6] vfio: No need to statically pin and map if IOPF enabled
` [RFC PATCH v2 6/6] vfio: Add nested IOPF support

[PATCH v2 0/6] arm/arm64: Allow the rescheduling IPI to bypass irq_enter/exit
 2021-03-09  6:20 UTC  (2+ messages)

[PATCH v5 00/12] x86: major paravirt cleanup
 2021-03-09  6:14 UTC  (4+ messages)
` [PATCH v5 02/12] x86/paravirt: switch time pvops functions to use static_call()


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