linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-14 08:38:41 to 2020-09-14 16:32:01 UTC [more...]

[PATCH v5 00/14] Optimise and update memcpy, user copy and string routines
 2020-09-14 15:18 UTC  (15+ messages)
` [PATCH v5 01/14] arm64: Allow passing fault address to fixup handlers
` [PATCH v5 02/14] arm64: kprobes: Drop open-coded exception fixup
` [PATCH v5 03/14] arm64: Import latest version of Cortex Strings' memcmp
` [PATCH v5 04/14] arm64: Import latest version of Cortex Strings' memmove
` [PATCH v5 05/14] arm64: Import latest version of Cortex Strings' strcmp
` [PATCH v5 06/14] arm64: Import latest version of Cortex Strings' strlen
` [PATCH v5 07/14] arm64: Import latest version of Cortex Strings' strncmp
` [PATCH v5 08/14] arm64: Import latest optimization of memcpy
` [PATCH v5 09/14] arm64: Tidy up _asm_extable_faultaddr usage
` [PATCH v5 10/14] arm64: usercopy: Store the arguments on stack
` [PATCH v5 11/14] arm64: usercopy: Check for overlapping buffers in fixup
` [PATCH v5 12/14] arm64: usercopy: Add intermediate fixup routine
` [PATCH v5 13/14] arm64: usercopy: Add conclusive "
` [PATCH v5 14/14] arm64: usercopy: Reduce overhead in fixup

[PATCH v4 0/5] arm64: Initial support for Texas Instrument's J7200 Platform
 2020-09-14 16:22 UTC  (6+ messages)
` [PATCH v4 1/5] arm64: dts: ti: Makefile: Use ARCH_K3 for building dtbs
` [PATCH v4 2/5] dt-bindings: arm: ti: Convert K3 board/soc bindings to DT schema
` [PATCH v4 3/5] dt-bindings: arm: ti: Add bindings for J7200 SoC
` [PATCH v4 4/5] arm64: dts: ti: Add support "
` [PATCH v4 5/5] arm64: dts: ti: Add support for J7200 Common Processor Board

[PATCH 00/12] ARM: use adr_l/ldr_l macros for PC-relative references
 2020-09-14 16:11 UTC  (16+ messages)
` [PATCH 01/12] ARM: assembler: introduce adr_l, ldr_l and str_l macros
` [PATCH 02/12] ARM: efistub: replace adrl pseudo-op with adr_l macro invocation
` [PATCH 03/12] ARM: module: add support for place relative relocations
` [PATCH 04/12] ARM: head-common.S: use PC-relative insn sequence for __proc_info
` [PATCH 05/12] ARM: head-common.S: use PC-relative insn sequence for idmap creation
` [PATCH 06/12] ARM: head.S: use PC-relative insn sequence for secondary_data
` [PATCH 07/12] ARM: kernel: use relative references for UP/SMP alternatives
` [PATCH 08/12] ARM: head: use PC-relative insn sequence for __smp_alt
` [PATCH 09/12] ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hash
` [PATCH 10/12] ARM: head.S: use PC-relative insn sequences for __fixup_pv_table
` [PATCH 11/12] ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSET
` [PATCH 12/12] ARM: kvm: replace open coded VA->PA calculations with adr_l call

[PATCH] arm64: bpf: Fix branch offset in JIT
 2020-09-14 16:12 UTC  (7+ messages)

[PATCH v3 00/16] arm/arm64: Turning IPIs into normal interrupts
 2020-09-14 16:10 UTC  (9+ messages)
` [PATCH v3 08/16] irqchip/gic: Configure SGIs as standard interrupts
` [PATCH v3 10/16] irqchip/bcm2836: Configure mailbox interrupts "

[PATCH v2 0/2] Add DT to get PCIe working in J721E SoC
 2020-09-14 16:10 UTC  (4+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-j721e-main: Add PCIe device tree nodes
` [PATCH v2 2/2] arm64: dts: ti: k3-j721e-common-proc-board: Configure the PCIe instances

[PATCH 1/2] tty: serial: print earlycon info after match->setup
 2020-09-14 16:06 UTC  (2+ messages)

[PATCH v2] arm64: bpf: Fix branch offset in JIT
 2020-09-14 16:03 UTC 

[PATCH v10 00/24] coresight: allow to build coresight as modules
 2020-09-14 15:45 UTC  (5+ messages)
` [PATCH v10 09/24] coresight: etm3x: allow etm3x to be built as a module

[PATCH v3 0/3] arm64: Convert to ARCH_STACKWALK
 2020-09-14 15:34 UTC  (4+ messages)
` [PATCH v3 1/3] stacktrace: Remove reliable argument from arch_stack_walk() callback
` [PATCH v3 2/3] arm64: stacktrace: Make stack walk callback consistent with generic code
` [PATCH v3 3/3] arm64: stacktrace: Convert to ARCH_STACKWALK

a saner API for allocating DMA addressable pages v2
 2020-09-14 15:34 UTC  (22+ messages)
` [PATCH 01/17] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/17] mm: turn alloc_pages into an inline function
` [PATCH 03/17] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/17] drm/nouveau/gk20a: "
` [PATCH 05/17] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/17] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/17] 53c700: improve non-coherent DMA handling
` [PATCH 08/17] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/17] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/17] hal2: "
` [PATCH 11/17] sgiseeq: "
` [PATCH 12/17] 53c700: "
` [PATCH 13/17] dma-mapping: remove dma_cache_sync
` [PATCH 14/17] dma-mapping: add a new dma_alloc_pages API
` [PATCH 15/17] dma-mapping: add new {alloc, free}_noncoherent dma_map_ops methods
` [PATCH 16/17] dma-iommu: implement ->alloc_noncoherent
` [PATCH 17/17] firewire-ohci: use dma_alloc_pages

[v4,0/5] watchdog: mt8192: add wdt support
 2020-09-14 15:26 UTC  (11+ messages)
` [v4, 1/5] dt-binding: mediatek: watchdog: fix the description of compatible
  ` [v4,1/5] "
` [v4,2/5] arm64: dts: mt8183: update watchdog device node
` [v4,4/5] dt-binding: mt8192: add toprgu reset-controller head file
` [v4,5/5] watchdog: mt8192: add wdt support

[RESEND PATCH v5 0/5] Add TI PRUSS Local Interrupt Controller IRQChip driver
 2020-09-14 15:20 UTC  (8+ messages)
` [RESEND PATCH v5 2/5] irqchip/irq-pruss-intc: Add a PRUSS irqchip driver for PRUSS interrupts
` [RESEND PATCH v5 4/5] irqchip/irq-pruss-intc: Implement irq_{get, set}_irqchip_state ops
    ` [RESEND PATCH v5 4/5] irqchip/irq-pruss-intc: Implement irq_{get,set}_irqchip_state ops

[PATCH] arm64: hibernate: Remove unused including <linux/version.h>
 2020-09-14 15:07 UTC  (2+ messages)

[PATCH v2] arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()
 2020-09-14 15:07 UTC  (2+ messages)

[RESEND PATCH 0/2] Add DT to get PCIe working in J721E SoC
 2020-09-14 14:58 UTC  (10+ messages)
` [RESEND PATCH 1/2] arm64: dts: ti: k3-j721e-main: Add PCIe device tree nodes

[PATCH] spi: bcm2835: Make polling_limit_us static
 2020-09-14 14:52 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: imx8mq-evk: Add MIPI DSI support
 2020-09-14 14:51 UTC  (3+ messages)
` [PATCH 2/2] arm64: defconfig: Enable the eLCDIF and Raydium RM67191 drivers

[PATCH] ASoC: stm32: sai: add pm_runtime support
 2020-09-14 14:51 UTC  (2+ messages)

[PATCH] ALSA: rockchip_i2s: fix a possible divide-by-zero bug in rockchip_i2s_hw_params()
 2020-09-14 14:51 UTC  (2+ messages)

[PATCH] arm64: Enable PCI write-combine resources under sysfs
 2020-09-14 14:38 UTC  (13+ messages)

[v2,0/3] PCI: mediatek: Add new generation controller support
 2020-09-14 14:32 UTC  (10+ messages)
` [v2,1/3] dt-bindings: PCI: mediatek: Add YAML schema
` [v2,2/3] PCI: mediatek: Add new generation controller support

[PATCH -next] mfd: mt6360: Remove unused including <linux/version.h>
 2020-09-14 14:25 UTC 

[PATCH v3 0/10] libperf and arm64 userspace counter access support
 2020-09-14 14:21 UTC  (3+ messages)

[PATCH] ARM: davinci: fix kconfig dependency warning when !GPIOLIB
 2020-09-14 14:19 UTC 

[PATCH 0/7] dmaengine: add support for sama7g5 based at_xdmac
 2020-09-14 14:09 UTC  (8+ messages)
` [PATCH 1/7] dmaengine: at_xdmac: separate register defines into header file
` [PATCH 2/7] MAINTAINERS: add dma/at_xdmac_regs.h to XDMAC driver entry
` [PATCH 3/7] dt-bindings: dmaengine: at_xdmac: add compatible with microchip, sama7g5
` [PATCH 4/7] dmaengine: at_xdmac: adapt perid for mem2mem operations
` [PATCH 5/7] dmaengine: at_xdmac: add support for sama7g5 based at_xdmac
` [PATCH 6/7] dt-bindings: dmaengine: at_xdmac: add optional microchip, m2m property
` [PATCH 7/7] dmaengine: at_xdmac: add AXI priority support and recommended settings

[v4,0/4] introduce TI reset controller for MT8192 SoC
 2020-09-14 14:00 UTC  (11+ messages)
` [v4,3/4] reset-controller: ti: introduce a new reset handler

[PATCH v2] drivers/perf: xgene_pmu: Fix uninitialized resource struct
 2020-09-14 13:59 UTC  (4+ messages)

[PATCH v2] usb: host: ehci-platform: Add workaround for brcm, xgs-iproc-ehci
 2020-09-14 13:48 UTC  (2+ messages)
` [PATCH v2] usb: host: ehci-platform: Add workaround for brcm,xgs-iproc-ehci

[PATCH v1 0/1] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC
 2020-09-14 13:39 UTC  (5+ messages)
` [PATCH v1 1/1] "

[PATCH 1/4] kbuild: remove cc-option test of -fno-strict-overflow
 2020-09-14 13:20 UTC  (4+ messages)

[PATCH v2 00/10] Independent per-CPU data section for nVHE
 2020-09-14 13:09 UTC  (3+ messages)
` [PATCH v2 02/10] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY

[PATCH] mm: remove duplicate include statement in mmu.c
 2020-09-14 13:03 UTC 

[PATCH] i2c: mediatek: Fix generic definitions for bus frequencies
 2020-09-14 12:48 UTC  (2+ messages)

[PATCH 0/5 v13] KASan for Arm
 2020-09-14 12:43 UTC  (6+ messages)
` [PATCH 1/5 v13] ARM: Disable KASan instrumentation for some code
` [PATCH 2/5 v13] ARM: Replace string mem* functions for KASan
` [PATCH 3/5 v13] ARM: Define the virtual space of KASan's shadow region
` [PATCH 4/5 v13] ARM: Initialize the mapping of KASan shadow memory
` [PATCH 5/5 v13] ARM: Enable KASan for ARM

[PATCH] ARM: davinci: fix kconfig dependency warning when !PINCTRL
 2020-09-14 12:38 UTC 

[PATCH V5 00/17] Add driver for dvfsrc, support for active state of scpsys
 2020-09-14 12:34 UTC  (5+ messages)
` [PATCH V5 14/17] dt-bindings: regulator: add DVFSRC regulator dt-bindings
` [PATCH V5 15/17] regulator: Regulator driver for the Mediatek DVFSRC

[PATCH next v2 0/3] soc: ti: k3: ringacc: add am65x sr2.0 support
 2020-09-14 12:34 UTC  (2+ messages)

[PATCH] drivers/perf: hisi: Fix DEVICE_ATTR style tests warning for later PMU driver
 2020-09-14 12:29 UTC  (2+ messages)

[PATCH v2 0/4] kselftests/arm64: add PAuth tests
 2020-09-14 12:24 UTC  (3+ messages)

[PATCH v8 0/6] arm64: add Armv8.3 pointer authentication enhancements
 2020-09-14 12:16 UTC  (8+ messages)
` [PATCH v8 2/6] arm64: traps: Allow force_signal_inject to pass esr error code
` [PATCH v8 3/6] arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancements
` [PATCH v8 4/6] arm64: cpufeature: Modify address authentication cpufeature to exact
` [PATCH v8 5/6] arm64: kprobe: disable probe of fault prone ptrauth instruction
` [PATCH v8 6/6] arm64: kprobe: clarify the comment of steppable hint instructions

[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
 2020-09-14 12:15 UTC  (2+ messages)

[PATCH v4 0/6] Perf tool: Support TSC for Arm64
 2020-09-14 11:53 UTC  (7+ messages)
` [PATCH v4 1/6] perf tsc: Move out common functions from x86
` [PATCH v4 2/6] perf tsc: Add rdtsc() for Arm64
` [PATCH v4 3/6] perf tsc: Calculate timestamp with cap_user_time_short
` [PATCH v4 4/6] perf tsc: Support cap_user_time_short for event TIME_CONV
` [PATCH v4 5/6] perf tests tsc: Make tsc testing as a common testing
` [PATCH v4 6/6] perf tests tsc: Add checking helper is_supported()

[PATCH v6 0/4] Spilt PCIe node to comply with hardware design
 2020-09-14 11:39 UTC  (6+ messages)
` [PATCH v6 1/4] dt-bindings: pci: mediatek: Modified the Device tree bindings
` [PATCH v6 2/4] PCI: mediatek: Add new method to get shared pcie-cfg base and irq
` [PATCH v6 3/4] arm64: dts: mediatek: Split PCIe node for MT2712 and MT7622
` [PATCH v6 4/4] ARM: dts: mediatek: Modified MT7629 PCIe node
` Aw: [PATCH v6 0/4] Spilt PCIe node to comply with hardware design

[PATCHv4 0/2] soc: qcom: llcc: Support chipsets that can write to llcc regs
 2020-09-14 11:13 UTC  (3+ messages)
` [PATCHv4 1/2] soc: qcom: llcc: Move attribute config to its own function
` [PATCHv4 2/2] soc: qcom: llcc: Support chipsets that can write to llcc regs

[PATCH 0/2] Avoid meaningless DMA error print & use dev_err_probe
 2020-09-14 10:40 UTC  (3+ messages)
` [PATCH 1/2] i2c: stm32: fix error message on upon dma_request_chan & defer handling
` [PATCH v2 2/2] i2c: stm32: Simplify with dev_err_probe()

[PATCH v2 2/5] spi: stm32: fix fifo threshold level in case of short transfer
 2020-09-14 10:33 UTC  (2+ messages)

[PATCH v3 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
 2020-09-14 10:22 UTC  (5+ messages)
` [PATCH v3 08/11] Input: hyperv-keyboard: Make ringbuffer at least take two pages

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-14 10:14 UTC  (4+ messages)

[PATCH v7 0/6] arm64: add Armv8.3 pointer authentication enhancements
 2020-09-14 10:04 UTC  (5+ messages)
` [PATCH v7 4/6] arm64: cpufeature: Modify address authentication cpufeature to exact

[PATCH 0/3] add support for Hisilicon SD5203 SoC
 2020-09-14  9:55 UTC  (4+ messages)
` [PATCH 3/3] ARM: dts: add SD5203 dts

[PATCH 00/12] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-09-14  9:49 UTC  (5+ messages)
` [PATCH 01/12] dt-bindings: power: Add bindings for the Mediatek "

[PATCH] arm64: dts: add jpeg enc node for mt8183
 2020-09-14  9:40 UTC 

[PATCH 0/3] mmc: sdhci-of-aspeed: Expose data sample phase delay tuning
 2020-09-14  9:41 UTC  (3+ messages)
` [PATCH 1/3] dt: bindings: mmc: Add phase control properties for the Aspeed SDHCI

[PATCH v6 0/3] Add Actions Semi Owl family sirq support
 2020-09-14  9:40 UTC  (8+ messages)
` [PATCH v6 2/3] irqchip: Add Actions Semi Owl SIRQ controller

[RESEND PATCH 0/3] Allow on demand channel request / free
 2020-09-14  9:32 UTC  (4+ messages)
` [RESEND PATCH 1/3] firmware: imx: Introduce imx_dsp_setup_channels
` [RESEND PATCH 2/3] firmware: imx: Save channel name for further use
` [RESEND PATCH 3/3] firmware: imx-dsp: Export functions to request/free channels

[PATCH] KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch
 2020-09-14  9:32 UTC  (3+ messages)

[PATCH v4 1/3] dt-bindings: iommu: Add binding for MediaTek MT8167 IOMMU
 2020-09-14  9:19 UTC  (3+ messages)
` [PATCH v4 2/3] iommu/mediatek: add flag for legacy ivrp paddr

[PATCH] perf kvm: add kvm-stat for arm64
 2020-09-14  9:17 UTC 

[PATCH v2 00/15] ARM: dts: / gpio: Add dtschema for NXP PCA953x and correct dts
 2020-09-14  9:04 UTC  (7+ messages)
` [PATCH v2 01/15] dt-bindings: gpio: convert bindings for NXP PCA953x family to dtschema

[PATCH 0/3] can: xilinx_can: Some minor changes
 2020-09-14  8:49 UTC  (4+ messages)
` [PATCH 1/3] can: xilinx_can: Limit CANFD brp to 2
` [PATCH 2/3] can: xilinx_can: Check return value of set_reset_mode
` [PATCH 3/3] can: xilinx_can: Fix incorrect variable and initialize with a default value

[PATCH v6 0/6] arm64: add Armv8.3 pointer authentication enhancements
 2020-09-14  8:42 UTC  (6+ messages)
` [PATCH v6 1/6] arm64: kprobe: add checks for ARMv8.3-PAuth combined instructions


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