linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-05 07:08:58 to 2020-08-05 21:58:56 UTC [more...]

[PATCH] leds: s3c24xx: Remove unused machine header include
 2020-08-05 21:57 UTC  (2+ messages)

[PATCH v3 0/4] irqchip: Add IRQCHIP_PLATFORM_DRIVER helper macros
 2020-08-05 21:47 UTC  (6+ messages)
` [PATCH v3 2/4] irqchip/qcom-pdc: Switch to using "

[PATCH v3 0/4] add i2c support for mt8192
 2020-08-05 21:42 UTC  (6+ messages)
` [PATCH v3 1/4] i2c: mediatek: Add apdma sync in i2c driver
` [PATCH v3 2/4] i2c: mediatek: Add access to more than 8GB dram "
` [PATCH v3 3/4] dt-bindings: i2c: update bindings for MT8192 SoC
` [PATCH v3 4/4] i2c: mediatek: Add i2c compatible for MediaTek MT8192

[PATCH v8 00/14] Rockchip ISP1 Driver
 2020-08-05 21:10 UTC  (6+ messages)
` [PATCH v8 05/14] media: rkisp1: add Rockchip ISP1 subdev driver

[PATCH 0/3] PWM backlight interpolation adjustments
 2020-08-05 21:04 UTC  (2+ messages)

[PATCH v1 00/12] video: fbdev: use generic power management
 2020-08-05 20:19 UTC  (14+ messages)
` [PATCH v1 01/12] fbdev: gxfb: "
` [PATCH v1 02/12] fbdev: lxfb: "
` [PATCH v1 03/12] fbdev: via-core: "
` [PATCH v1 04/12] fbdev: aty: "
` [PATCH v1 05/12] fbdev: aty128fb: "
` [PATCH v1 06/12] fbdev: nvidia: "
` [PATCH v1 07/12] fbdev: savagefb: "
` [PATCH v1 08/12] fbdev: cyber2000fb: "
` [PATCH v1 09/12] fbdev: i740fb: "
` [PATCH v1 10/12] fbdev: vt8623fb: "
` [PATCH v1 11/12] fbdev: s3fb: "
` [PATCH v1 12/12] fbdev: arkfb: "

[GIT PULL 0/5] ARM: SoC: changes for v5.9
 2020-08-05 19:58 UTC  (7+ messages)

[GIT PULL] KVM/arm64 updates for 5.9
 2020-08-05 18:27 UTC  (58+ messages)
` [PATCH 01/56] KVM: arm64: Enable Address Authentication at EL2 if available
` [PATCH 02/56] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH 03/56] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH 04/56] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers
` [PATCH 05/56] KVM: arm64: Simplify PtrAuth alternative patching
` [PATCH 06/56] KVM: arm64: Allow in-atomic injection of SPIs
` [PATCH 07/56] arm64: kvm: Remove kern_hyp_va from get_vcpu_ptr
` [PATCH 08/56] KVM: arm64: Drop the target_table[] indirection
` [PATCH 09/56] KVM: arm64: Tolerate an empty target_table list
` [PATCH 10/56] KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs array
` [PATCH 11/56] KVM: arm64: Remove target_table from exit handlers
` [PATCH 12/56] KVM: arm64: Remove the target table
` [PATCH 13/56] KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe
` [PATCH 14/56] KVM: arm64: Move __smccc_workaround_1_smc to .rodata
` [PATCH 15/56] KVM: arm64: Add build rules for separate VHE/nVHE object files
` [PATCH 16/56] KVM: arm64: Use build-time defines in has_vhe()
` [PATCH 17/56] KVM: arm64: Handle calls to prefixed hyp functions
` [PATCH 18/56] KVM: arm64: Build hyp-entry.S separately for VHE/nVHE
` [PATCH 19/56] KVM: arm64: Move hyp-init.S to nVHE
` [PATCH 20/56] KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHE
` [PATCH 21/56] KVM: arm64: Split hyp/switch.c to VHE/nVHE
` [PATCH 22/56] KVM: arm64: Split hyp/debug-sr.c "
` [PATCH 23/56] KVM: arm64: Split hyp/sysreg-sr.c "
` [PATCH 24/56] KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHE
` [PATCH 25/56] KVM: arm64: Compile remaining hyp/ files for both VHE/nVHE
` [PATCH 26/56] KVM: arm64: Remove __hyp_text macro, use build rules instead
` [PATCH 27/56] KVM: arm64: Lift instrumentation restrictions on VHE
` [PATCH 28/56] KVM: arm64: vgic-its: Change default outer cacheability for {PEND, PROP}BASER
` [PATCH 29/56] KVM: arm64: Drop long gone function parameter documentation
` [PATCH 30/56] KVM: arm64: Rename HSR to ESR
` [PATCH 31/56] arm64: Detect the ARMv8.4 TTL feature
` [PATCH 32/56] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH 33/56] arm64: Add level-hinted TLB invalidation helper
` [PATCH 34/56] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 35/56] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 36/56] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH 37/56] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH 38/56] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH 39/56] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH 40/56] KVM: arm64: debug: Drop useless vpcu parameter
` [PATCH 41/56] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 42/56] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH 43/56] KVM: arm64: Move SP_EL1 "
` [PATCH 44/56] KVM: arm64: Disintegrate SPSR array
` [PATCH 45/56] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH 46/56] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH 47/56] KVM: arm64: timers: Move timer registers to the sys_regs file
` [PATCH 48/56] KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()
` [PATCH 49/56] KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASE
` [PATCH 50/56] KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS
` [PATCH 51/56] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
` [PATCH 52/56] KVM: arm: Add trace name for ARM_NISV
` [PATCH 53/56] KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
` [PATCH 54/56] KVM: arm64: Handle data and instruction external aborts the same way
` [PATCH 55/56] KVM: arm64: Don't skip cache maintenance for read-only memslots
` [PATCH 56/56] KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort()

[PATCH v7 00/25] coresight: allow to build coresight as modules
 2020-08-05 19:39 UTC  (34+ messages)
` [PATCH v7 01/25] coresight: cpu_debug: add module name in Kconfig
` [PATCH v7 05/25] coresight: export global symbols
` [PATCH v7 06/25] coresight: add try_get_module() in coresight_grab_device()
` [PATCH v7 07/25] coresight: stm: allow to build coresight-stm as a module
` [PATCH v7 08/25] coresight: etm: perf: Fix warning caused by etm_setup_aux failure
` [PATCH v7 09/25] coresight: etm3x: allow etm3x to be built as a module
` [PATCH v7 10/25] coresight: etm4x: allow etm4x "
` [PATCH v7 11/25] coresight: etb: allow etb "
` [PATCH v7 12/25] coresight: tpiu: allow tpiu "
` [PATCH v7 13/25] coresight: tmc: allow tmc "
` [PATCH v7 16/25] coresight: allow funnel and replicator drivers to be built as modules
` [PATCH v7 23/25] coresight: tmc-etr: add function to register catu ops
` [PATCH v7 24/25] coresight: catu: allow catu drivers to be built as modules
` [PATCH v7 25/25] coresight: allow the coresight core driver to be built as a module

[PATCH] arm64: tlb: fix ARM64_TLB_RANGE with LLVM's integrated assembler
 2020-08-05 19:15 UTC  (2+ messages)

[PATCH net-next] net: thunderx: initialize VF's mailbox mutex before first usage
 2020-08-05 18:18 UTC 

[PATCH 0/4] CPUFreq statistics retrieved by drivers
 2020-08-05 17:33 UTC  (12+ messages)

[PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-05 17:11 UTC  (12+ messages)
` [PATCH v2 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v2 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v2 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v2 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH 0/3] irqchip: mstar: msc313 intc driver
 2020-08-05 16:26 UTC  (5+ messages)
` [PATCH 1/3] dt: bindings: interrupt-controller: Add binding description for msc313-intc
` [PATCH 2/3] irqchip: mstar: msc313-intc interrupt controller driver
` [PATCH 3/3] ARM: mstar: Add interrupt controller to base dtsi

[PATCH v3 0/9] mfd: mt6360: Merge different sub-devices I2C read/write
 2020-08-05 16:10 UTC  (3+ messages)
` [PATCH 9/9] "

[RFC PATCH] arm64: defconfig: Disable fine-grained task level IRQ time accounting
 2020-08-05 15:31 UTC  (16+ messages)

[PATCH] ARM: dts: imx25-pinfunc: add missing and fix wrong SPI related defintions
 2020-08-05 15:13 UTC  (2+ messages)
` [PATCH v2] "

Kernel logical memory map
 2020-08-05 15:05 UTC 

[PATCH] drm/mcde: Fix display pipeline restart
 2020-08-05 14:46 UTC 

[PATCH 1/1] mfd: core: Fix memory leak of 'cell'
 2020-08-05 14:26 UTC  (2+ messages)

[GIT PULL] ARM: SoC fixes for v5.8, #2
 2020-08-05 14:03 UTC  (4+ messages)

[PATCH v11 00/28] Add support for mt2701 JPEG ENC support
 2020-08-05 13:55 UTC  (4+ messages)
` [PATCH v11 22/28] media: platform: Change the call functions of getting/enable/disable the jpeg's clock

[PATCH][next] dmaengine: Use fallthrough pseudo-keyword
 2020-08-05 13:19 UTC  (2+ messages)

[PATCH 1/2] configs: ARM: omap2plus: Enable OMAP3_THERMAL
 2020-08-05 13:17 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: omap3: Add cpu trips and cooling map for omap34/36 families

[PATCH] dmaengine: ti: k3-udma-glue: Fix parameters for rx ring pair request
 2020-08-05 13:17 UTC  (3+ messages)

[PATCH v3 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-05 13:05 UTC  (3+ messages)
` [PATCH v3 3/6] "

[PATCH v4 0/6] make hdmi work on bananapi-r2
 2020-08-05 13:01 UTC  (13+ messages)
` [PATCH v4 6/6] arm: dts: mt7623: add display subsystem related device nodes
    ` Aw: "
        ` Aw: "
            ` Aw: "
                ` [PATCH 1/3] arm: dts: remove stray /dts-v1/ from mt7623a.dtsi
                  ` [PATCH 2/3] arm: dts: mt7623: move MT7623N GPU to separate mt7623n.dtsi file
                    ` Aw: "
                  ` [PATCH 3/3] arm: dts: mt7623: add support for UniElec U7623 eMMC

[PATCH 0/2] Arm CMN-600 PMU driver
 2020-08-05 12:56 UTC  (3+ messages)
` [PATCH 1/2] perf: Add Arm CMN-600 DT binding
` [PATCH 2/2] perf: Add Arm CMN-600 PMU driver

[PATCH 1/3] ARM: dts: stm32: Add STM32MP1 UART8 RTS/CTS pinmux
 2020-08-05 12:36 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: stm32: Drop QSPI CS2 pinmux on DHCOM
` [PATCH 3/3] ARM: dts: stm32: Enable RTS/CTS for DH PDK2 UART8

[PATCH 0/4] i2c: core: add generic GPIO bus recovery
 2020-08-05 11:17 UTC  (12+ messages)
` [PATCH 1/4] dt-binding: i2c: add generic properties for "
` [PATCH 2/4] i2c: core: add generic I2C GPIO recovery
` [PATCH 3/4] i2c: core: treat EPROBE_DEFER when acquiring SCL/SDA GPIOs
` [PATCH 4/4] i2c: at91: Move to generic GPIO bus recovery
  ` Re: [PATCH 0/4] i2c: core: add "

[PATCH 00/18] spi: stm32: various driver enhancements
 2020-08-05 11:03 UTC  (20+ messages)
` [PATCH 02/18] spi: stm32-spi: defer probe for reset
` [PATCH 03/18] spi: stm32h7: remove unused mode fault MODF event handling
` [PATCH 07/18] spi: stm32h7: rework rx fifo read function
` [PATCH 09/18] spi: stm32h7: fix race condition at end of transfer
` [PATCH 10/18] spi: stm32: wait for completion in transfer_one()
` [PATCH 11/18] spi: stm32: fix fifo threshold level in case of short transfer
` [PATCH 12/18] spi: stm32: move spi disable out of irq handler
` [PATCH 13/18] spi: stm32h7: fix handling of dma transfer completed
` [PATCH 15/18] spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
` [PATCH 16/18] spi: stm32: always perform registers configuration prior to transfer

[PATCH] ARM: dts: imx6qdl-sabresd: Support headphone and microphone detection
 2020-08-05 10:39 UTC 

[PATCH v2 0/7] cpufreq: improve frequency invariance support
 2020-08-05 10:35 UTC  (11+ messages)
` [PATCH v2 2/7] cpufreq: set invariance scale factor on transition end
` [PATCH v2 4/7] cpufreq: report whether cpufreq supports Frequency Invariance (FI)

[PATCH] i2c: bcm2835: Replace HTTP links with HTTPS ones
 2020-08-05  9:25 UTC  (2+ messages)

[PATCH v7 18/29] arm64: mte: Allow user control of the tag check mode via prctl()
 2020-08-05  9:24 UTC  (2+ messages)

[PATCH v4 0/4] arm64: add Armv8.3 pointer authentication enhancements
 2020-08-05  9:16 UTC  (7+ messages)
` [PATCH v4 2/4] arm64: cpufeature: Modify address authentication cpufeature to exact

[PATCH v2 0/4] add i2c support for mt8192
 2020-08-05  8:56 UTC  (5+ messages)
` [PATCH v2 2/4] i2c: mediatek: Add access to more than 8GB dram in i2c driver

[PATCH] ARM: at91: pm: remove unnecessary at91sam9x60_idle
 2020-08-05  8:52 UTC  (2+ messages)

[PATCH 1/1] arm64: kexec: no need to do irq_chip->irq_mask if it already masked
 2020-08-05  8:47 UTC  (6+ messages)

[PATCH v3 0/3] AT91 PM improvements
 2020-08-05  8:36 UTC  (4+ messages)
` [PATCH v3 1/3] ARM: at91: pm: add support for ULP0 fast wakeup
` [PATCH v3 2/3] ARM: at91: pm: add per soc validation of pm modes
` [PATCH v3 3/3] ARM: at91: pm: of_node_put() after its usage

[PATCH v2 00/13] clk/watchdog/ARM: Cleanup of various S3C bits
 2020-08-05  8:18 UTC  (2+ messages)

[PATCH v3 1/2] firmware: psci: call pm_set_suspend_via_firmware()
 2020-08-05  8:08 UTC 

[PATCH 0/8] Add basic DT support for R8A774E1 SoC enabling HiHope RZ/G2H board
 2020-08-05  8:04 UTC  (4+ messages)
` [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support

[PATCH] dt-bindings: ata: Convert i.MX sata to json-schema
 2020-08-05  7:15 UTC 


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