linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-24 11:12:38 to 2020-09-25 04:54:39 UTC [more...]

let import_iovec deal with compat_iovecs as well v4
 2020-09-25  4:51 UTC  (5+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers

[PATCH] soc: aspeed-lpc-ctrl: LPC to AHB mapping on ast2600
 2020-09-25  4:49 UTC  (3+ messages)

[PATCH 0/6] Add UHS mode support for TI's AM65x, J721e, J7200 boards
 2020-09-25  4:49 UTC  (3+ messages)
` [PATCH 5/6] mmc: sdhci_am654: Add support for software tuning

a saner API for allocating DMA addressable pages v3
 2020-09-25  4:21 UTC  (2+ messages)

RFC: remove the need for <asm/dma-direct.h> on ARM
 2020-09-25  4:16 UTC  (6+ messages)
` [PATCH 1/4] ARM/omap1: switch to use dma_direct_set_offset for lbus DMA offsets

[PATCH 0/8] dts updates and fixes for Khadas VIM1 VIM2 VIM3 VIML boards
 2020-09-25  3:30 UTC  (9+ messages)
` [PATCH 1/8] arm64: dts: meson: update spifc node on Khadas VIM2 meson-gxm-khadas-vim2
` [PATCH 2/8] arm64: dts: meson: update leds node on Khadas VIM3/VIM3L boards meson-khadas-vim3
` [PATCH 3/8] arm64: dts: meson: update leds node on Khadas VIM3/VIM3L board meson-khadas-vim3
` [PATCH 4/8] arm64: dts: meson: remove fixed memory size for Khadas VIM3/VIM3L meson-khadas-vim3
` [PATCH 5/8] arm64: dts: meson: remove reset-gpios from ethernet node for VIM2 meson-gxm-khadas-vim2
` [PATCH 6/8] arm64: dts: meson: disable vrtc for VIM3L boards meson-khadas-vim3
` [PATCH 7/8] arm64: dts: meson: enable RTC for VIM1 meson-gxl-s905x-khadas-vim
` [PATCH 8/8] arm64: dts: meson: enable RTC for VIM2 meson-gxm-khadas-vim2

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-25  2:34 UTC  (10+ messages)
` [PATCH v6 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v6 2/6] mmap: make mlock_future_check() global
` [PATCH v6 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v6 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v6 6/6] secretmem: test: add basic selftest for memfd_secret(2)
` [PATCH] man2: new page describing memfd_secret() system call

[PATCH v7] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
 2020-09-25  2:27 UTC  (5+ messages)
` [PATCH v7 2/2] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

[PATCH] ARM: dts: stm32: Enable thermal sensor support on stm32mp15xx-dhcor
 2020-09-25  2:21 UTC  (4+ messages)

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-09-24 22:50 UTC  (40+ messages)
` [PATCH v3 01/39] kasan: drop unnecessary GPL text from comment headers
` [PATCH v3 02/39] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v3 03/39] kasan: group vmalloc code
` [PATCH v3 04/39] kasan: shadow declarations only for software modes
` [PATCH v3 05/39] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v3 06/39] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v3 07/39] kasan: only build init.c for software modes
` [PATCH v3 08/39] kasan: split out shadow.c from common.c
` [PATCH v3 09/39] kasan: define KASAN_GRANULE_PAGE
` [PATCH v3 10/39] kasan: rename report and tags files
` [PATCH v3 11/39] kasan: don't duplicate config dependencies
` [PATCH v3 12/39] kasan: hide invalid free check implementation
` [PATCH v3 13/39] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v3 14/39] kasan, arm64: only init shadow for software modes
` [PATCH v3 15/39] kasan, arm64: only use kasan_depth "
` [PATCH v3 16/39] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v3 17/39] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v3 18/39] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v3 19/39] kasan: rename SHADOW layout macros to META
` [PATCH v3 20/39] kasan: separate metadata_fetch_row for each mode
` [PATCH v3 21/39] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v3 22/39] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v3 23/39] arm64: Enable armv8.5-a asm-arch option
` [PATCH v3 24/39] arm64: mte: Add in-kernel MTE helpers
` [PATCH v3 25/39] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v3 26/39] arm64: mte: Add in-kernel tag fault handler
` [PATCH v3 27/39] arm64: kasan: Enable in-kernel MTE
` [PATCH v3 28/39] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v3 29/39] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v3 30/39] arm64: kasan: Enable TBI EL1
` [PATCH v3 31/39] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v3 32/39] kasan: define KASAN_GRANULE_SIZE "
` [PATCH v3 33/39] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v3 34/39] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v3 35/39] kasan, arm64: implement HW_TAGS runtime
` [PATCH v3 36/39] kasan, arm64: print report from tag fault handler
` [PATCH v3 37/39] kasan, slub: reset tags when accessing metadata
` [PATCH v3 38/39] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v3 39/39] kasan: add documentation for hardware tag-based mode

[PATCH v5 0/3] Introduce mini-dump support for remoteproc
 2020-09-24 23:51 UTC  (4+ messages)
` [PATCH v5 1/3] remoteproc: core: Add ops to enable custom coredump functionality
` [PATCH v5 2/3] remoteproc: qcom: Add capability to collect minidumps
` [PATCH v5 3/3] remoteproc: qcom: Add minidump id for sm8150 modem remoteproc

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-24 23:43 UTC  (11+ messages)

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-24 22:05 UTC  (6+ messages)

[PATCH v4 0/2] leds: mt6360: Add LED driver for MT6360
 2020-09-24 21:49 UTC  (5+ messages)
` [PATCH v4 2/2] "

[PATCH v4 1/6] timer: kasan: record timer stack
 2020-09-24 21:41 UTC  (2+ messages)

[PATCH v2 00/37] kasan: add hardware tag-based mode for arm64
 2020-09-24 21:35 UTC  (5+ messages)
` [PATCH v2 31/37] kasan, x86, s390: update undef CONFIG_KASAN

[PATCH] PCI: Unify ECAM constants in native PCI Express drivers
 2020-09-24 20:57 UTC  (4+ messages)

[PATCH] drm/stm: dsi: Avoid printing errors for -EPROBE_DEFER
 2020-09-24 20:42 UTC  (2+ messages)

[PATCH v3 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-09-24 20:40 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: Add vendor prefix for Netronix, Inc
` [PATCH v3 2/7] dt-bindings: mfd: Add binding for Netronix embedded controller
` [PATCH v3 3/7] mfd: Add base driver "
` [PATCH v3 4/7] pwm: ntxec: Add driver for PWM function in Netronix EC
` [PATCH v3 5/7] rtc: New driver for RTC in Netronix embedded controller
` [PATCH v3 6/7] MAINTAINERS: Add entry for "

[PATCH v2] drm/panel: otm8009a: remove hack to force commands in HS
 2020-09-24 20:39 UTC  (2+ messages)

[PATCH v2] drm/panel: otm8009a: allow using non-continuous dsi clock
 2020-09-24 20:39 UTC  (2+ messages)

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-24 19:36 UTC  (23+ messages)

[RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
 2020-09-24 18:11 UTC  (4+ messages)
` [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM

[PATCH] mmc: host: meson-gx-mmc: fix possible deadlock condition for preempt_rt
 2020-09-24 17:01 UTC  (2+ messages)

[PATCH v6 1/2] arm64: Add part number for Arm Cortex-A77
 2020-09-24 16:52 UTC  (4+ messages)
` [PATCH v6 2/2] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PATCH] MAINTAINERS: remove Maxime Jourdan as maintainer of Amlogic VDEC
 2020-09-24 16:51 UTC  (2+ messages)

[PATCH v2] Documentation: Chinese translation of Documentation/arm64/amu.rst
 2020-09-24 16:41 UTC  (2+ messages)

[PATCH 0/3] condition EAS enablement on FI support
 2020-09-24 16:10 UTC  (10+ messages)
` [PATCH 1/3] sched/topology,schedutil: wrap sched domains rebuild
` [PATCH 2/3] sched/topology: condition EAS enablement on FIE support
` [PATCH 3/3] arm64: rebuild sched domains on invariance status changes

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 16:03 UTC  (2+ messages)

[PATCH v3 0/8] iommu/arm-smmu: Support maintaining bootloader mappings
 2020-09-24 15:55 UTC  (6+ messages)
` [PATCH v3 6/8] iommu/arm-smmu: Add impl hook for inherit boot mappings

[PATCH 0/2] arm64: dts: add FlexCAN support to LS1028A and sl28
 2020-09-24 15:53 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: ls1028a: add missing CAN nodes

[PATCH 1/2] rtw88: Fix probe error handling race with firmware loading
 2020-09-24 15:50 UTC  (2+ messages)

[PATCH 0/6] drm/vc4: hdmi: Support the 10/12 bit output
 2020-09-24 15:31 UTC  (7+ messages)
` [PATCH 1/6] drm/atomic: Pass the full state to CRTC atomic enable/disable
` [PATCH 2/6] drm/vc4: hvs: Align the HVS atomic hooks to the new API
` [PATCH 3/6] drm/vc4: Pass the atomic state to encoder hooks
` [PATCH 4/6] drm/vc4: hdmi: Create a custom connector state
` [PATCH 5/6] drm/vc4: hdmi: Store pixel frequency in the "
` [PATCH 6/6] drm/vc4: hdmi: Enable 10/12 bpc output

[PATCH 0/3] spi: spi-mtk-nor: make use of full capability of program mode
 2020-09-24 15:27 UTC  (4+ messages)
` [PATCH 1/3] spi: spi-mtk-nor: make use of full capability of prg mode
` [PATCH 2/3] spi: spi-mtk-nor: add helper for checking prg mode ops
` [PATCH 3/3] spi: spi-mtk-nor: fix op checks in supports_op

[PATCH] ARM: davinci: fix kconfig dependency warning when !PINCTRL
 2020-09-24 15:20 UTC  (2+ messages)

[PATCH] PCI: dwc: Move allocate and map page for msi out of dw_pcie_msi_init()
 2020-09-24 15:09 UTC  (6+ messages)

[PATCH v6 04/11] PCI: designware-ep: Modify MSI and MSIX CAP way of finding
 2020-09-24 14:53 UTC  (3+ messages)

[PATCH 0/2] perf stat: Unbreak perf stat with ARMv8 PMU events
 2020-09-24 14:36 UTC  (11+ messages)
` [PATCH 1/2] perf stat: Fix segfault when counting armv8_pmu events

[PATCH v3 00/16] arm/arm64: Turning IPIs into normal interrupts
 2020-09-24 14:19 UTC  (7+ messages)
` [PATCH v3 16/16] ARM: Remove custom IRQ stat accounting

[PATCH] [PATCH] ARM64: Setup DMA32 zone size by bootargs
 2020-09-24 14:15 UTC  (2+ messages)
`  "

[PATCH] net: dsa: mt7530: Add some return-value checks
 2020-09-24 14:05 UTC  (6+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 13:50 UTC 

[PATCH 1/2] ARM: davinci: da850: Add SPI1 pinmux definitions
 2020-09-24 13:47 UTC  (2+ messages)

[PATCH 1/2] ARM: davinci: mityomapl138: Enable I2C1 master
 2020-09-24 13:41 UTC  (2+ messages)

[PATCH] gpio: aspeed: fix ast2600 bank properties
 2020-09-24 13:37 UTC  (2+ messages)

[PATCHv8 00/12]PCI: dwc: Add the multiple PF support for DWC and Layerscape
 2020-09-24 13:07 UTC  (3+ messages)
` [PATCHv8 10/12] arm64: dts: layerscape: Add PCIe EP node for ls1088a

[PATCH v2 0/2] KVM: arm64: Documentation updates
 2020-09-24 12:59 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: arm64: Add undocumented return values for PMU device control group
` [PATCH v2 2/2] KVM: arm64: Match PMU error code descriptions with error conditions

[PATCH 1/2] mmc: moxart: remove unneeded check for drvdata
 2020-09-24 12:49 UTC  (4+ messages)
` [PATCH 2/2] mmc: sdhci: fix indentation mistakes

[PATCH] mmc: mediatek: Drop pointer to mmc_host from msdc_host
 2020-09-24 12:49 UTC  (2+ messages)

[PATCH v7 08/10] dt-bindings: mmc: owl: add compatible string actions, s700-mmc
 2020-09-24 12:49 UTC  (3+ messages)

[PATCH -next] mfd: mt6360: Remove unused including <linux/version.h>
 2020-09-24 12:42 UTC  (2+ messages)

[PATCH] mfd: syscon: Don't free allocated name for regmap_config
 2020-09-24 12:39 UTC  (2+ messages)

[PATCH v6 0/3] Add USB role switch support to DWC2
 2020-09-24 12:36 UTC  (5+ messages)
` [PATCH v6 2/3] usb: dwc2: override PHY input signals with usb role switch support

[PATCH v4 0/6] kasan: add workqueue and timer stack for generic KASAN
 2020-09-24 12:33 UTC  (3+ messages)

[PATCH 0/2]cpufreq,topology,arm: disable FI for BL_SWITCHER
 2020-09-24 12:30 UTC  (3+ messages)
` [PATCH 1/2] cpufreq, arm, arm64: restructure definitions of arch_set_freq_scale()
` [PATCH 2/2] arm: disable frequency invariance for CONFIG_BL_SWITCHER

[PATCH v4 3/6] kasan: print timer and workqueue stack
 2020-09-24 12:21 UTC  (5+ messages)

[PATCH v2 0/2] Add support for MMC/SD on j7200-evm
 2020-09-24 12:14 UTC  (6+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-j7200-main: Add support for MMC/SD controller nodes
` [PATCH v2 2/2] arm64: dts: ti: k3-j7200-common-proc-board: Add support for eMMC and SD card

[GIT PULL] ARM: mvebu: dt64 for v5.10 (#1)
 2020-09-24 12:07 UTC 

[GIT PULL] ARM: mvebu: dt for v5.10 (#1)
 2020-09-24 12:04 UTC 

[GIT PULL] ARM: mvebu: arm for v5.10 (#1)
 2020-09-24 12:01 UTC 

[RESEND v2 PATCH 0/3] spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
 2020-09-24 12:00 UTC  (2+ messages)

[GIT PULL] ARM: mvebu: arm for v5.10 (#1)
 2020-09-24 11:58 UTC 

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2020-09-24 11:49 UTC  (9+ messages)
` [PATCH v2 1/5] PCI: dwc: Call dma_unmap_page() before freeing the msi page
` [PATCH v2 2/5] PCI: dwc: Check alloc_page() return value
` [PATCH v2 3/5] PCI: dwc: Rename dw_pcie_free_msi to dw_pcie_msi_deinit
` [PATCH v2 4/5] PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled

[PATCH v4 0/6] arm64: dts: ti: Add USB support for J7200 EVM
 2020-09-24 11:14 UTC  (3+ messages)
` [PATCH v4 1/6] dt-bindings: ti-serdes-mux: Add defines for J7200 SoC

[PATCH v2 0/2] J7200: Add I2C support
 2020-09-24 11:13 UTC  (2+ messages)

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-09-24 11:13 UTC  (5+ messages)
` [PATCH v10 10/13] iommu/arm-smmu-v3: Check for SVA features

[PATCH v2 0/2] arm64: dts: ti: k3-j7200: Add HyperFlash related nodes
 2020-09-24 11:13 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).