linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 16:23:44 to 2020-11-14 13:54:05 UTC [more...]

[PATCH 0/6] ARM: mstar: Basic MPLL support
 2020-11-14 13:50 UTC  (4+ messages)
` [PATCH 1/6] dt-bindings: clk: mstar msc313 mpll binding header
` [PATCH 3/6] clk: mstar: MStar/SigmaStar MPLL driver
` [PATCH 5/6] ARM: mstar: Add the external clocks to the base dsti

[PATCH v2 1/2] clk: rockchip: add CLK_SET_RATE_PARENT to sclk for rk3066a i2s and uart clocks
 2020-11-14 13:41 UTC  (2+ messages)
` [PATCH v2 2/2] clk: rockchip: fix i2s gate bits on rk3066 and rk3188

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

[PATCH v4 0/3] wire up IMA secure boot for arm64
 2020-11-14 12:18 UTC  (3+ messages)
` [PATCH v4 3/3] arm64/ima: add ima_arch support

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-14 12:15 UTC  (3+ messages)
` [PATCH v2 09/13] arm, arm64: move free_unused_memmap() to generic mm

[PATCHv7 0/7] System Cache support for GPU and required SMMU support
 2020-11-14 11:47 UTC  (6+ messages)
` [PATCHv7 2/7] iommu/arm-smmu: Add domain attribute for system cache

[RFC] depopulate_range_driver_managed() for removing page-table mappings for hot-added memory blocks
 2020-11-14 10:28 UTC  (2+ messages)

[PATCHv4 00/17] arm64: remove set_fs() and friends
 2020-11-14  9:22 UTC  (3+ messages)
` [PATCHv4 08/17] arm64: uaccess: move uao_* alternatives to asm-uaccess.h

[PATCH 0/6] Add a PRU remoteproc driver
 2020-11-14  8:46 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: remoteproc: Add binding doc for PRU cores in the PRU-ICSS
` [PATCH 2/6] remoteproc/pru: Add a PRU remoteproc driver
` [PATCH 3/6] remoteproc/pru: Add support for PRU specific interrupt configuration
` [PATCH 4/6] remoteproc/pru: Add pru-specific debugfs support
` [PATCH 5/6] remoteproc/pru: Add support for various PRU cores on K3 AM65x SoCs
` [PATCH 6/6] remoteproc/pru: Add support for various PRU cores on K3 J721E SoCs

[PATCH 0/1] arm64: Accelerate Adler32 using arm64 SVE instructions
 2020-11-14  7:31 UTC  (9+ messages)

[PATCH] s5p-jpeg: hangle error condition in s5p_jpeg_probe
 2020-11-14  7:30 UTC  (3+ messages)

[PATCH] ARM: configs: sunxi: enable Realtek PHY
 2020-11-14  7:03 UTC  (2+ messages)

[PATCH 0/3] Add gpio support for TI's J7200 platform
 2020-11-14  5:56 UTC  (9+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-j7200-main: Add gpio nodes in main domain

[RFC 00/11] arm64: coresight: Enable ETE and TRBE
 2020-11-14  5:38 UTC  (6+ messages)
` [RFC 06/11] coresight: ete: Detect ETE as one of the supported ETMs
` [RFC 07/11] coresight: sink: Add TRBE driver

[PATCH] rtc: Fix memleak in sun6i_rtc_clk_init
 2020-11-14  4:18 UTC 

[PATCH 1/2] arm: Fix memleak in omap2xxx_clkt_vps_init
 2020-11-14  4:06 UTC 

[PATCH 2/2] arm: Fix kfree NULL pointer in omap2xxx_clkt_vps_init
 2020-11-14  4:07 UTC 

[PATCH] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol
 2020-11-14  1:41 UTC 

[PATCH V4 0/5] arm64: dts: ti: Cleanup mix of "okay" and "disabled"
 2020-11-14  1:40 UTC  (7+ messages)
` [PATCH V4 1/5] arm64: dts: ti: k3-am65*: Cleanup disabled nodes at SoC dtsi level
` [PATCH V4 2/5] arm64: dts: ti: k3-j721e*: "
` [PATCH V4 3/5] arm64: dts: ti: am65/j721e: Fix up un-necessary status set to "okay" for crypto
` [PATCH V4 4/5] arm64: dts: ti: k3-am654-base-board: Fix up un-necessary status set to "okay" for USB
` [PATCH V4 5/5] arm64: dts: ti: am65/j721e/j7200: Mark firmware used uart as "reserved"

[soc:arm/fixes] BUILD SUCCESS b57d5437e3740bffed60ceedf74f881ab5bd6122
 2020-11-14  1:26 UTC 

[soc:for-next] BUILD SUCCESS 0d4a574f4e882d761e3cc824922ad32843518770
 2020-11-14  1:26 UTC 

[PATCH v3 5/6] i2c: iproc: handle master read request
 2020-11-14  1:17 UTC  (2+ messages)

[PATCH v2 00/10] Broadcom b53 YAML bindings
 2020-11-14  1:10 UTC  (5+ messages)
` [PATCH v2 08/10] ARM: dts: NSP: Add a SRAB compatible string for each board
` [PATCH v2 09/10] ARM: dts: NSP: Provide defaults ports container node

[PATCH v6 22/25] x86/asm: annotate indirect jumps
 2020-11-14  0:49 UTC  (18+ messages)

[PATCH v2 net-next] net: stmmac: platform: use optional clk/reset get APIs
 2020-11-14  0:40 UTC  (2+ messages)

./include/generated/autoconf.h:1601:33: fatal error: mach/debug-macro.S: No such file or directory
 2020-11-13 23:58 UTC  (3+ messages)

[PATCH v3 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2020-11-13 23:54 UTC  (8+ messages)
` [PATCH v3 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
` [PATCH v3 2/5] firmware: smccc: Introduce SMCCC TRNG framework
` [PATCH v3 3/5] ARM: implement support for SMCCC TRNG entropy source
` [PATCH v3 4/5] arm64: Add "
` [PATCH v3 5/5] KVM: arm64: implement the TRNG hypervisor call

[PATCH mm v3 00/19] kasan: boot parameters for hardware tag-based mode
 2020-11-13 22:20 UTC  (20+ messages)
` [PATCH mm v3 01/19] kasan: simplify quarantine_put call site
` [PATCH mm v3 02/19] kasan: rename get_alloc/free_info
` [PATCH mm v3 03/19] kasan: introduce set_alloc_info
` [PATCH mm v3 04/19] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH mm v3 05/19] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH mm v3 06/19] kasan: remove __kasan_unpoison_stack
` [PATCH mm v3 07/19] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH mm v3 08/19] kasan: inline random_tag for HW_TAGS
` [PATCH mm v3 09/19] kasan: open-code kasan_unpoison_slab
` [PATCH mm v3 10/19] kasan: inline (un)poison_range and check_invalid_free
` [PATCH mm v3 11/19] kasan: add and integrate kasan boot parameters
` [PATCH mm v3 12/19] kasan, mm: check kasan_enabled in annotations
` [PATCH mm v3 13/19] kasan, mm: rename kasan_poison_kfree
` [PATCH mm v3 14/19] kasan: don't round_up too much
` [PATCH mm v3 15/19] kasan: simplify assign_tag and set_tag calls
` [PATCH mm v3 16/19] kasan: clarify comment in __kasan_kfree_large
` [PATCH mm v3 17/19] kasan: clean up metadata allocation and usage
` [PATCH mm v3 18/19] kasan, mm: allow cache merging with no metadata
` [PATCH mm v3 19/19] kasan: update documentation

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-13 23:42 UTC  (3+ messages)
` [PATCH v8 6/9] secretmem: add memcg accounting

[PATCH] ARM: dts: BCM5301X: Enable USB 3 PHY on Luxul XWR-3150
 2020-11-13 23:18 UTC  (4+ messages)

[PATCH] rtc: brcmstb-waketimer: Remove redundant null check before clk_disable_unprepare
 2020-11-13 23:12 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: Disable USB 3 PHY on devices without USB 3
 2020-11-13 23:11 UTC  (2+ messages)

[PATCH] Documentation: Chinese translation of Documentation/arm64/perf.rst
 2020-11-13 22:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/9] iio: adc: at91_adc: cleanup DT bindings
 2020-11-13 21:26 UTC  (10+ messages)
` [PATCH 1/9] iio: adc: at91_adc: remove platform data
` [PATCH 2/9] iio: adc: at91_adc: rework resolution selection
` [PATCH 3/9] dt-bindings:iio:adc:atmel, sama9260-adc: conversion to yaml from at91_adc.txt
` [PATCH 4/9] iio: adc: at91_adc: rework trigger definition
` [PATCH 5/9] iio: adc: at91_adc: merge at91_adc_probe_dt back in at91_adc_probe
` [PATCH 6/9] iio: adc: at91_adc: remove forward declaration
` [PATCH 7/9] iio: adc: at91_adc: use devm_input_allocate_device
` [PATCH 8/9] ARM: dts: at91: sama5d3: use proper ADC compatible
` [PATCH 9/9] ARM: dts: at91: remove deprecated ADC properties

[PATCH 0/8] vc4: Convert to drm_atomic_helper_commit
 2020-11-13 21:02 UTC  (3+ messages)
` [PATCH 1/8] drm: Introduce an atomic_commit_setup function

[PATCH V3 0/5] arm64: dts: ti: Cleanup mix of "okay" and "disabled"
 2020-11-13 20:59 UTC  (3+ messages)

[PATCH v4 0/4] soc: xilinx: vcu: provide interfaces for other drivers
 2020-11-13 20:52 UTC  (3+ messages)
` [PATCH v4 3/4] soc: xilinx: vcu: use vcu-settings syscon registers

[PATCH v6 0/5] AX88796C SPI Ethernet Adapter
 2020-11-13 20:35 UTC  (3+ messages)
  ` [PATCH v6 3/5] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver

[PATCH v4 0/3] arm64: cppc: add FFH support using AMUs
 2020-11-13 20:26 UTC  (11+ messages)
` [PATCH v4 3/3] arm64: implement CPPC "
` [PATCH] arm64: abort counter_read_on_cpu() when irqs_disabled()

[PATCH v5 0/2] arm64/sve: First steps towards optimizing syscalls
 2020-11-13 20:13 UTC  (4+ messages)
` [PATCH v5 1/2] arm64/sve: Don't disable SVE on syscalls return

[PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
 2020-11-13 19:55 UTC  (2+ messages)
` [PATCH 2/2] kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1

[PATCH] kbuild: Always link with '-z norelro'
 2020-11-13 19:34 UTC  (5+ messages)

[PATCH v4 1/1] regulator: core: do not continue if selector match
 2020-11-13 18:41 UTC  (2+ messages)

[PATCH v3] arm64: defconfig: Enable GPIO and I2C configs for TI's J721e platform
 2020-11-13 18:33 UTC  (4+ messages)

[PATCH 0/8] KVM: arm64: Disabled PMU handling
 2020-11-13 18:26 UTC  (9+ messages)
` [PATCH 1/8] KVM: arm64: Add kvm_vcpu_has_pmu() helper
` [PATCH 2/8] KVM: arm64: Set ID_AA64DFR0_EL1.PMUVer to 0 when no PMU support
` [PATCH 3/8] KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset time
` [PATCH 4/8] KVM: arm64: Inject UNDEF on PMU access when no PMU configured
` [PATCH 5/8] KVM: arm64: Remove PMU RAZ/WI handling
` [PATCH 6/8] KVM: arm64: Remove dead PMU sysreg decoding code
` [PATCH 7/8] KVM: arm64: Gate kvm_pmu_update_state() on the PMU feature
` [PATCH 8/8] KVM: arm64: Get rid of the PMU ready state

[PATCH v4 0/9] libperf and arm64 userspace counter access support
 2020-11-13 18:06 UTC  (3+ messages)
` [PATCH v4 2/9] arm64: perf: Enable pmu counter direct access for perf event on armv8

[PATCH] drm/sun4i: dw-hdmi: fix error return code in sun8i_dw_hdmi_bind()
 2020-11-13 18:01 UTC  (2+ messages)

[PATCH v2 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-13 17:55 UTC  (4+ messages)
` [PATCH v2 11/20] kasan: add and integrate kasan boot parameters

[PATCH 01/32] pwm: sun4i: convert to devm_platform_ioremap_resource
 2020-11-13 17:40 UTC  (7+ messages)
      ` About devm_platform_ioremap_resource [Was: Re: [PATCH 01/32] pwm: sun4i: convert to devm_platform_ioremap_resource]

[PATCH v3 0/2] xor-neon: Remove GCC warn & pragmas
 2020-11-13 17:37 UTC  (3+ messages)
` [PATCH v3 1/2] arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning
` [PATCH v3 2/2] arm: lib: xor-neon: move pragma options to makefile

csum_partial() on different archs (selftest/bpf)
 2020-11-13 17:28 UTC  (5+ messages)

[RFC PATCH v3 0/9] CoreSight complex config support; ETM strobing
 2020-11-13 17:27 UTC  (3+ messages)
` [RFC PATCH v3 1/9] coresight: syscfg: Initial coresight system configuration

GIT PULL] arm64 fixes for -rc4
 2020-11-13 17:25 UTC  (3+ messages)
` [GIT "

[PATCH 0/6] regulator: mcp16502: add support for ramp delay
 2020-11-13 17:14 UTC  (2+ messages)

[PATCH RESEND 0/4] regulator: debugging and fixing supply deps
 2020-11-13 17:14 UTC  (2+ messages)

[PATCH v2 0/6] regulator: mcp16502: add support for ramp delay
 2020-11-13 17:14 UTC  (2+ messages)

[PATCH] regulator: debug early supply resolving
 2020-11-13 17:14 UTC  (2+ messages)

[PATCH v3 0/6] regulator: mcp16502: add support for ramp delay
 2020-11-13 17:14 UTC  (2+ messages)

[PATCH v12 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value
 2020-11-13 16:52 UTC  (12+ messages)

[PATCH] arm64: defconfig: Enable Qualcomm OSM L3 driver
 2020-11-13 16:36 UTC  (2+ messages)

rmk/for-next bisection: baseline.login on bcm2836-rpi-2-b
 2020-11-13 16:25 UTC  (6+ messages)

[GIT PULL 1/2] samsung: Drivers for v5.11
 2020-11-13 16:22 UTC  (2+ messages)
` [GIT PULL 2/2] ARM: dts: samsung: Changes "


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