linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-29 15:56:03 to 2019-07-30 09:35:58 UTC [more...]

[PATCH v2 00/14] dmaengine/soc: Add Texas Instruments UDMA support
 2019-07-30  9:34 UTC  (3+ messages)
` [PATCH v2 01/14] bindings: soc: ti: add documentation for k3 ringacc
` [PATCH v2 03/14] dmaengine: doc: Add sections for per descriptor metadata support

[PATCH 0/5] Rework secure-monitor driver
 2019-07-30  9:29 UTC  (11+ messages)
` [PATCH 1/5] nvmem: meson-efuse: Move data to a container struct
` [PATCH 2/5] firmware: meson_sm: Mark chip struct as static const
` [PATCH 3/5] nvmem: meson-efuse: bindings: Add secure-monitor phandle
` [PATCH 4/5] firmware: meson_sm: Rework driver as a proper platform driver
` [PATCH 5/5] arm64: dts: meson: Link nvmem and secure-monitor nodes

[PATCH v4 0/9] arm_pmu: Use NMI for perf interrupt
 2019-07-30  9:28 UTC  (6+ messages)
` [PATCH v4 9/9] arm_pmu: Use NMIs for PMU

[PATCH 0/2] Don't use SIGMINSTKSZ when enforcing alternative signal stack size for compat tasks
 2019-07-30  9:27 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: ulcb-kf: sort nodes
 2019-07-30  9:23 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: r8a7796-salvator-x: sort nodes
 2019-07-30  9:16 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: r8a7795-salvator-xs: sort nodes
 2019-07-30  9:16 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a7795-salvator-x: sort nodes
 2019-07-30  9:15 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a7795-es1-salvator-x: sort nodes
 2019-07-30  9:15 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: ulcb: sort nodes
 2019-07-30  9:14 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: salvator-common: sort nodes
 2019-07-30  9:12 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a7796-salvator-xs: sort nodes
 2019-07-30  9:09 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a77965: sort nodes
 2019-07-30  8:47 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a7795: sort nodes
 2019-07-30  8:46 UTC  (2+ messages)

[PATCH 0/4] clk: meson: g12a: add support for DVFS
 2019-07-30  8:37 UTC  (3+ messages)
` [PATCH 3/4] clk: meson: g12a: add notifiers to handle cpu clock change

[PATCH 0/6] pwm: sun4i: Add support for Allwinner H6
 2019-07-30  8:32 UTC  (30+ messages)
` [PATCH 2/6] pwm: sun4i: Add a quirk for reset line
` [PATCH 3/6] pwm: sun4i: Add a quirk for bus clock
` [PATCH 4/6] pwm: sun4i: Add support for H6 PWM
        ` [linux-sunxi] "
` [PATCH 5/6] pwm: sun4i: Add support to output source clock directly

[PATCH v3 1/2] dt-bindings: vendor-prefixes: Add Admatec GmbH and Anvo-Systems
 2019-07-30  8:27 UTC  (5+ messages)
` [PATCH v3 2/2] ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-07-30  8:14 UTC  (8+ messages)

WARNING in __mmdrop
 2019-07-30  8:03 UTC  (13+ messages)

[PATCH v2 1/2] dt-bindings: usb: mtk-xhci: add an optional xhci_ck clock
 2019-07-30  7:34 UTC  (2+ messages)
` [PATCH v2 2/2] usb: xhci-mtk: "

[PATCH v7 0/4] HEVC/H.265 stateless support for V4L2 and Cedrus
 2019-07-30  7:27 UTC  (4+ messages)

[PATCH v3] clk: imx8mq: Mark AHB clock as critical
 2019-07-30  7:22 UTC 

[PATCH] ARM: check stmfd instruction using right shift
 2019-07-30  7:18 UTC  (3+ messages)

[PATCH] iommu/dma: Handle MSI mappings separately
 2019-07-30  6:28 UTC  (5+ messages)

remove default fallbacks in dma_map_ops
 2019-07-30  6:26 UTC  (4+ messages)
` [PATCH 4/5] dma-mapping: provide a better default ->get_required_mask

[PATCH v3 0/2] mmc: Add support for the ASPEED SD controller
 2019-07-30  6:23 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: Document Aspeed "
` [PATCH v3 2/2] mmc: Add support for the ASPEED "

[PATCH v5 00/14] Provide generic top-down mmap layout functions
 2019-07-30  5:51 UTC  (15+ messages)
` [PATCH v5 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v5 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v5 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v5 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v5 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH v5 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH v5 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH v5 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH v5 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH v5 10/14] mips: Use STACK_TOP when computing mmap base address
` [PATCH v5 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH v5 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH v5 13/14] mips: Use generic mmap top-down layout and brk randomization
` [PATCH v5 14/14] riscv: Make mmap allocation top-down by default

[PATCH] ARM: dts: aspeed: Add Mihawk BMC platform
 2019-07-30  6:00 UTC 

[PATCH v2 0/5] pinctrl: uniphier: Add some improvements and new settings
 2019-07-30  5:43 UTC  (6+ messages)
` [PATCH v2 1/5] pinctrl: uniphier: Separate modem group from UART ctsrts group
` [PATCH v2 2/5] pinctrl: uniphier: Add another audio I/O pin-mux settings for LD20
` [PATCH v2 3/5] pinctrl: uniphier: Add 5th LD20 MPEG2-TS input pin-mux setting
` [PATCH v2 4/5] pinctrl: uniphier: Add Pro5 PCIe pin-mux settings
` [PATCH v2 5/5] pinctrl: uniphier: Fix Pro5 SD pin-mux setting

[PATCH v3] mailbox: imx: add support for imx v1 mu
 2019-07-30  5:12 UTC  (2+ messages)

[RFC PATCH] ARM: zynq: Use memcpy_toio instead of memcpy on smp bring-up
 2019-07-30  4:43 UTC 

[PATCH 0/3] Add IMX290 CMOS image sensor support
 2019-07-30  4:12 UTC  (2+ messages)

[PATCH V14 00/13] PCI: tegra: Add Tegra194 PCIe support
 2019-07-30  4:00 UTC  (3+ messages)
` [PATCH V14 13/13] "

[PATCH v4 00/13] net: Add generic and Allwinner YAML bindings
 2019-07-30  3:51 UTC  (3+ messages)
` [PATCH v4 13/13] ARM: dts: sunxi: Switch from phy to phy-handle

[PATCH] ARM: Replace strncmp with str_has_prefix
 2019-07-30  2:44 UTC 

[PATCH] arm64: Replace strncmp with str_has_prefix
 2019-07-30  2:44 UTC 

[PATCH 0/4] net: phy: Add AST2600 MDIO support
 2019-07-30  2:23 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: net: Add aspeed,ast2600-mdio binding
` [PATCH 2/4] net: phy: Add mdio-aspeed

[PATCH 4/5] pinctrl: uniphier: Add Pro5 PCIe pin-mux settings
 2019-07-30  2:22 UTC  (3+ messages)

[PATCH 2/5] pinctrl: uniphier: Add another audio I/O pin-mux settings for LD20
 2019-07-30  2:22 UTC  (3+ messages)

[PATCH 1/5] pinctrl: uniphier: Separate modem group from UART ctsrts group
 2019-07-30  2:21 UTC  (3+ messages)

[RFC, V3 0/9] media: platform: mtk-isp: Add Mediatek ISP Pass 1 driver
 2019-07-30  1:44 UTC  (10+ messages)
` [RFC,v3 6/9] media: platform: Add Mediatek ISP P1 V4L2 functions

[PATCH v3 0/2] Add MediaTek I3C master controller driver
 2019-07-30  1:34 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: i3c: Document MediaTek I3C master bindings

[RFC-ish PATCH 00/17] Clean up ASPEED devicetree warnings
 2019-07-30  1:09 UTC  (9+ messages)
` [PATCH 01/17] ARM: dts: aspeed-g5: Move EDAC node to APB
` [PATCH 02/17] ARM: dts: aspeed-g5: Use recommended generic node name for SDMC

[PATCH 0/3] ARM: dts: aspeed: Deprecate g[45]-style compatibles
 2019-07-30  0:57 UTC  (3+ messages)

[PATCH] ASoC: sun4i-i2s: Incorrect SR and WSS computation
 2019-07-30  0:19 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH v2 0/7] Add anx6345 DP/eDP bridge for Olimex Teres-I
 2019-07-29 23:54 UTC  (5+ messages)
` [PATCH v3 6a/7] dt-bindings: Add ANX6345 DP/eDP transmitter binding

[PATCH v2 0/6] pinctrl: aspeed: Add AST2600 pinmux support
 2019-07-29 23:40 UTC  (3+ messages)
` [PATCH v2 1/6] dt-bindings: pinctrl: aspeed: Document AST2600 pinmux

[PATCH] dmaengine: imx-dma: Mark expected switch fall-through
 2019-07-29 22:52 UTC 

[PATCH 0/2] at91: add support for Arietta G25
 2019-07-29 22:34 UTC  (3+ messages)
` [PATCH 1/2] dts: add vendor prefix "acme" for "Acme Systems srl"

[v5 0/2] gpio: aspeed: Add SGPIO driver
 2019-07-29 21:57 UTC  (7+ messages)
` [v5 1/2] dt-bindings: gpio: aspeed: Add SGPIO support

[PATCH v2 2/5] arm64: dts: r8a7795: Add cpuidle support for CA53 cores
 2019-07-29 21:55 UTC  (3+ messages)

[PATCH 0/2] ARM: dts: meson8b: persistent MAC address for Odroid-C1
 2019-07-29 21:45 UTC  (4+ messages)
` [PATCH 1/2] ARM: dts: meson8b: add the nvmem cell with the board's MAC address

[PATCH v5] arm64: kernel: implement fast refcount checking
 2019-07-29 21:38 UTC  (9+ messages)

[PATCH] dt-bindings: pinctrl: aspeed: Strip unnecessary quotes
 2019-07-29 21:37 UTC  (2+ messages)

[PATCH -next] pinctrl: aspeed: Make aspeed_pinmux_ips static
 2019-07-29 21:36 UTC  (2+ messages)

[PATCH net-next 0/3] net: stmmac: Some performance improvements and a fix
 2019-07-29 21:33 UTC  (14+ messages)
` [PATCH net-next 3/3] net: stmmac: Introducing support for Page Pool

[PATCH v2] pinctrl: msm8998: Squash TSIF pins together
 2019-07-29 21:30 UTC  (2+ messages)

[PATCH] dt-bindings: clk: allwinner, sun4i-a10-ccu: Correct path in $id
 2019-07-29 21:12 UTC  (2+ messages)

[v5 2/2] gpio: aspeed: Add SGPIO driver
 2019-07-29 20:56 UTC  (4+ messages)
` [v6 "

[Announce] Renesas SoC Co-Maintainer
 2019-07-29 20:24 UTC  (2+ messages)

[PATCH] arm64: Add support for relocating the kernel with RELR relocations
 2019-07-29 20:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 5.2 120/215] perf stat: Fix use-after-freed pointer detected by the smatch tool
 2019-07-29 19:22 UTC  (8+ messages)
` [PATCH 5.2 122/215] perf top: Fix potential NULL pointer dereference "
` [PATCH 5.2 123/215] perf trace: Fix potential NULL pointer dereference found "
` [PATCH 5.2 124/215] perf session: "
` [PATCH 5.2 125/215] perf map: Fix potential NULL pointer dereference found by "
` [PATCH 5.2 126/215] perf annotate: Fix dereferencing freed memory found by the "
` [PATCH 5.2 127/215] perf hists browser: Fix potential NULL pointer dereference "
` [PATCH 5.2 130/215] perf intel-bts: "

[PATCH] MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer
 2019-07-29 19:51 UTC  (2+ messages)

[PATCH 0/5] coresight: tmc error handling and misc fixes
 2019-07-29 19:49 UTC  (7+ messages)
` [PATCH 1/5] coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attribute
` [PATCH 2/5] coresight: funnel: Convert pr_warn to dev_warn for obsolete bindings
` [PATCH 5/5] coresight: tmc-etr: Check if non-secure access is enabled

[PATCH 4.19 068/113] perf stat: Fix use-after-freed pointer detected by the smatch tool
 2019-07-29 19:22 UTC  (5+ messages)
` [PATCH 4.19 069/113] perf top: Fix potential NULL pointer dereference "
` [PATCH 4.19 070/113] perf session: Fix potential NULL pointer dereference found "
` [PATCH 4.19 071/113] perf annotate: Fix dereferencing freed memory "
` [PATCH 4.19 072/113] perf hists browser: Fix potential NULL pointer dereference "

[PATCH 4.14 041/293] perf cs-etm: Properly set the value of old and head in snapshot mode
 2019-07-29 19:22 UTC  (3+ messages)
` [PATCH 4.14 261/293] perf session: Fix potential NULL pointer dereference found by the smatch tool
` [PATCH 4.14 262/293] perf annotate: Fix dereferencing freed memory "

[PATCH v3 10/10] arm: dts: mt6323: add keys, power-controller, rtc and codec
 2019-07-29 18:24 UTC 

[PATCH v3 09/10] MAINTAINERS: add Mediatek shutdown drivers
 2019-07-29 18:24 UTC 

[PATCH v3 00/10] implement poweroff for mt6323 / bpi-r2
 2019-07-29 18:16 UTC  (10+ messages)
` [PATCH v3 01/10] dt-bindings: add powercontroller
` [PATCH v3 02/10] dt-bindings: add missing mt6397 rtc
` [PATCH v3 03/10] rtc: mt6397: move some common definitions into rtc.h
` [PATCH v3 04/10] rtc: mt6397: improvements of rtc driver
` [PATCH v3 05/10] rtc: mt6397: add compatible for mt6323
` [PATCH v3 06/10] mfd: mt6323: some improvements of mt6397-core
` [PATCH v3 07/10] mfd: mt6323: add mt6323 rtc+pwrc
` [PATCH v3 08/10] power: reset: add driver for mt6323 poweroff

[PATCH] net: stmmac: manage errors returned by of_get_mac_address()
 2019-07-29 17:57 UTC  (2+ messages)

[PATCH 1/1] drm: mxsfb: add i.MX6UL in Kconfig
 2019-07-29 17:50 UTC  (5+ messages)

[PATCH v1 0/11] drm: header maintenance
 2019-07-29 17:50 UTC  (8+ messages)
` [PATCH v1 02/11] drm: drop uapi dependency from drm_print.h

[PATCH] arm64: io: Relax implicit barriers in default I/O accessors
 2019-07-29 17:05 UTC 

[PATCH] arm64: Lower priority mask for GIC_PRIO_IRQON
 2019-07-29 16:39 UTC  (2+ messages)

[PATCH] ARM: signal: Mark expected switch fall-through
 2019-07-29 16:36 UTC  (2+ messages)

[PATCH] mmc: atmel-mci: Mark expected switch fall-throughs
 2019-07-29 16:35 UTC  (2+ messages)

[PATCH] mfd: db8500-prcmu: Mark expected switch fall-throughs
 2019-07-29 16:35 UTC  (2+ messages)

[PATCH] i2c: s3c2410: Mark expected switch fall-through
 2019-07-29 16:34 UTC  (2+ messages)

[PATCH] ARM: OMAP: dma: Mark expected switch fall-throughs
 2019-07-29 16:34 UTC  (2+ messages)

build error
 2019-07-29 16:33 UTC  (3+ messages)
` [PATCH] arm64: vdso: Fix Makefile regression

[PATCH] ARM: alignment: Mark expected switch fall-throughs
 2019-07-29 16:34 UTC  (2+ messages)

[PATCH] ARM/hw_breakpoint: Mark expected switch fall-throughs
 2019-07-29 16:34 UTC  (2+ messages)

[PATCH] ARM: tegra: Mark expected switch fall-through
 2019-07-29 16:33 UTC  (2+ messages)

[PATCH V4 00/11] 52-bit kernel + user VAs
 2019-07-29 16:21 UTC  (12+ messages)
` [PATCH V4 01/11] arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_START
` [PATCH V4 02/11] arm64: mm: Flip kernel VA space
` [PATCH V4 03/11] arm64: kasan: Switch to using KASAN_SHADOW_OFFSET
` [PATCH V4 04/11] arm64: dump: De-constify VA_START and KASAN_SHADOW_START
` [PATCH V4 05/11] arm64: mm: Introduce VA_BITS_MIN
` [PATCH V4 06/11] arm64: mm: Introduce VA_BITS_ACTUAL
` [PATCH V4 07/11] arm64: mm: Logic to make offset_ttbr1 conditional
` [PATCH V4 08/11] arm64: mm: Separate out vmemmap
` [PATCH V4 09/11] arm64: mm: Modify calculation of VMEMMAP_SIZE
` [PATCH V4 10/11] arm64: mm: Introduce 52-bit Kernel VAs
` [PATCH V4 11/11] docs: arm64: Add layout and 52-bit info to memory document

[PATCH] ARM: dts: imx25-pdk: native-mode is part of display-timings
 2019-07-29 16:10 UTC  (2+ messages)

[PATCH] ARM: mm: Don't treat faults reported from cache maintenance as writes
 2019-07-29 16:04 UTC 

[PATCH] ARM: at91sam9x5/dt: enable internal pull-up for i2c-gpio lines
 2019-07-29 16:00 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).