messages from 2021-12-13 15:05:12 to 2021-12-14 01:41:48 UTC [more...]
[RFC PATCH devicetree 00/10] Do something about ls-extirq interrupt-map breakage
2021-12-14 1:37 UTC (5+ messages)
` [RFC PATCH devicetree 02/10] Revert "arm64: dts: freescale: Fix 'interrupt-map' parent address cells"
` [RFC PATCH devicetree 03/10] dt-bindings: ls-extirq: replace "interrupt-map" documentation with "fsl, extirq-map"
` [RFC PATCH devicetree 04/10] arm64: dts: ls1043a: rename the "interrupt-map" of the extirq node to "
` [RFC PATCH devicetree 05/10] arm64: dts: ls1046a: "
[PATCH v2] remoteproc: use %pe format string to print return error code
2021-12-14 1:31 UTC (4+ messages)
[PATCH] arm64: Use correct method to calculate nomap region boundaries
2021-12-14 0:50 UTC (5+ messages)
[PATCH v5] arm64: kprobe: Enable OPTPROBE for arm64
2021-12-14 0:26 UTC (3+ messages)
[GIT PULL] IXP4xx DTS changes for v5.17
2021-12-14 0:22 UTC
[PATCH v12, 00/19] Support multi hardware decode using of_platform_populate
2021-12-13 23:55 UTC (9+ messages)
` [PATCH v12, 06/19] media: mtk-vcodec: Add to support multi hardware decode
` [PATCH v12, 13/19] media: mtk-vcodec: Add work queue for core "
[PATCH 0/6] Convert iProc PCIe binding to YAML
2021-12-13 23:27 UTC (10+ messages)
` [PATCH 1/6] ARM: dts: Cygnus: Fixed iProc PCIe controller properties
` [PATCH 2/6] ARM: dts: Cygnus: Update PCIe PHY node unit name(s)
` [PATCH 3/6] ARM: dts: HR2: Fixed iProc PCIe MSI sub-node
` [PATCH 4/6] ARM: dts: NSP: "
` [PATCH 5/6] dt-bindings: phy: Convert Cygnus PCIe PHY to YAML
` [PATCH 6/6] dt-bindings: pci: Convert iProc PCIe "
[PATCH] drm/mediatek: Set the default value of rotation to DRM_MODE_ROTATE_0
2021-12-13 23:27 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4 0/7] kernel: introduce uaccess logging
2021-12-13 23:07 UTC (4+ messages)
[PATCH] dt-bindings: convert power domain node for rockchip DW MIPI DSI
2021-12-13 22:51 UTC (4+ messages)
[RFC PATCH] watchdog: da9062: Correct the timeout values [Klartext]
2021-12-13 22:44 UTC (6+ messages)
[PATCH V6 0/7] Add driver support for Data Capture and Compare Engine(DCC) for SM8150,SC7280,SC7180,SDM845
2021-12-13 22:36 UTC (3+ messages)
` [PATCH V6 1/7] dt-bindings: Added the yaml bindings for DCC
` [PATCH V6 2/7] soc: qcom: dcc:Add driver support for Data Capture and Compare unit(DCC)
[PATCH v2] dt-bindings: usb: dwc3-xilinx: Convert USB DWC3 bindings
2021-12-13 22:20 UTC (2+ messages)
[PATCH 00/22] Refactor perf cpumap
2021-12-13 22:06 UTC (10+ messages)
` [PATCH 03/22] perf stat: Switch aggregation to use for_each loop
` [PATCH 21/22] perf cpumap: Trim the cpu_aggr_map
[PATCH 0/6] arm64 / sched/preempt: support PREEMPT_DYNAMIC with static keys
2021-12-13 22:05 UTC (3+ messages)
` [PATCH 5/6] sched/preempt: add PREEMPT_DYNAMIC using "
[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-13 21:59 UTC (41+ messages)
` [PATCH mm v3 01/38] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v3 02/38] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v3 03/38] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v3 04/38] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v3 05/38] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v3 06/38] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v3 07/38] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v3 08/38] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v3 09/38] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v3 10/38] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v3 11/38] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v3 12/38] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v3 13/38] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v3 14/38] kasan, page_alloc: simplify kasan_unpoison_pages call site
` [PATCH mm v3 15/38] kasan: clean up metadata byte definitions
` [PATCH mm v3 16/38] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v3 17/38] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v3 18/38] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v3 19/38] kasan: reorder vmalloc hooks
` [PATCH mm v3 20/38] kasan: add wrappers for "
` [PATCH mm v3 21/38] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v3 22/38] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v3 23/38] kasan, arm64: "
` [PATCH mm v3 24/38] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v3 25/38] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v3 26/38] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH mm v3 27/38] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v3 28/38] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v3 29/38] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v3 30/38] kasan, vmalloc: don't tag executable vmalloc allocations
` [PATCH mm v3 31/38] kasan, arm64: "
` [PATCH mm v3 32/38] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v3 33/38] kasan: simplify kasan_init_hw_tags
` [PATCH mm v3 34/38] kasan: add kasan.vmalloc command line flag
` [PATCH mm v3 35/38] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH mm v3 36/38] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH mm v3 37/38] kasan: documentation updates
` [PATCH mm v3 38/38] kasan: improve vmalloc tests
[PATCH v2 00/34] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-13 21:57 UTC (10+ messages)
` [PATCH v2 08/34] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH v2 24/34] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH v2 28/34] kasan, vmalloc: add vmalloc support to HW_TAGS
[PATCH v2 3/4] coresight: etm4x: Don't trace PID for non-root PID namespace
2021-12-13 21:45 UTC (2+ messages)
[PATCH] arm64: dts: imx8mm: don't assign PLL2 in SoC dtsi
2021-12-13 20:40 UTC
[PATCH 1/2] dt-bindings: arm: imx: add Protonic PRT8MM board compatible
2021-12-13 20:39 UTC (2+ messages)
` [PATCH 2/2] arm64: dts: imx: add Protonic PRT8MM board
[PATCH v15 0/6] Add NUMA-awareness to qspinlock
2021-12-13 20:37 UTC (2+ messages)
[PATCH 0/4] MT8186 SMI SUPPORT
2021-12-13 20:31 UTC (7+ messages)
` [PATCH 1/4] dt-bindings: memory: mediatek: Correct the minItems of clk for larbs
` [PATCH 2/4] dt-bindings: memory: mediatek: Add mt8186 support
[PATCH 1/2] dt-bindings: arm: fsl: add ls1021a-iot board
2021-12-13 20:29 UTC (2+ messages)
[PATCH v2] ARM: dts: bcm2711-rpi-cm4-io: Add rtc on a pinctrl-muxed i2c bus
2021-12-13 20:25 UTC (5+ messages)
[PATCH v1 0/4] Support register names from all architectures
2021-12-13 19:59 UTC (7+ messages)
` [PATCH v1 2/4] perf script: Add "struct machine" parameter to process_event callback
[PATCH v17 00/10] support reserving crashkernel above 4G on arm64 kdump
2021-12-13 19:54 UTC (12+ messages)
` [PATCH v17 01/10] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v17 08/10] of: fdt: Aggregate the processing of "linux, usable-memory-range"
` [PATCH v17 08/10] of: fdt: Aggregate the processing of "linux,usable-memory-range"
` [PATCH v17 10/10] kdump: update Documentation about crashkernel
[PATCH v2 2/4] coresight: etm4x: Don't use virtual contextID for non-root PID namespace
2021-12-13 19:47 UTC (2+ messages)
[PATCH v2 0/6] Add Xilinx RPU subsystem support
2021-12-13 19:46 UTC (13+ messages)
` [PATCH v2 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver
[PATCH 0/5] arm64: atomics: cleanups and codegen improvements
2021-12-13 19:43 UTC (13+ messages)
` [PATCH 1/5] arm64: atomics: format whitespace consistently
` [PATCH 2/5] arm64: atomics lse: define SUBs in terms of ADDs
` [PATCH 3/5] arm64: atomics: lse: define ANDs in terms of ANDNOTs
` [PATCH 4/5] arm64: atomics: lse: improve constraints for simple ops
` [PATCH 5/5] arm64: atomics: lse: define RETURN ops in terms of FETCH ops
[PATCH v1 0/2] mmc: meson-mx-sdhc: two fixes
2021-12-13 19:35 UTC (3+ messages)
[PATCH v3 0/2] arm64: BTI cleanups
2021-12-13 19:21 UTC (6+ messages)
` [PATCH v3 1/2] arm64: Add macro version of the BTI instruction
` [PATCH v3 2/2] arm64: Unconditionally override SYM_FUNC macros
[PATCH v2] arm64/xor: use EOR3 instructions when available
2021-12-13 19:19 UTC (2+ messages)
[PATCH v2 0/2] arm64: kasan: log potential KASAN shadow aliases
2021-12-13 19:18 UTC (3+ messages)
[PATCH v3 0/3] arm64: Add two HWCAPs for Arm v8.7 FP behaviour
2021-12-13 19:17 UTC (2+ messages)
[PATCH v2 4/4] coresight: etm3x: Don't trace PID for non-root PID namespace
2021-12-13 19:16 UTC (2+ messages)
[PATCH 0/4] PHYTEC i.MX 6UL/ULL devicetree patches
2021-12-13 19:15 UTC (4+ messages)
` [PATCH 1/4] dt-bindings: arm: fsl: add PHYTEC phyGATE Tauri i.MX6 ULL
[PATCH] mmc: meson: initial ocr available by default value
2021-12-13 19:02 UTC (3+ messages)
[PATCH 0/2] Add support from SM8450 IOMMU
2021-12-13 19:02 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for SM8450 SoC
[PATCH] coresight: core: fix typo in a comment
2021-12-13 18:56 UTC (2+ messages)
[PATCH v4 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
2021-12-13 18:55 UTC (5+ messages)
` [PATCH v4 06/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock
[PATCH v2 0/4] Add support for the Cypress cyttsp5
2021-12-13 18:49 UTC (6+ messages)
` [PATCH v2 1/4] Input: Add driver for Cypress Generation 5 touchscreen
[PATCH v4 0/6] Convert iProc PCIe binding to YAML
2021-12-13 18:44 UTC (2+ messages)
[PATCH v11 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
2021-12-13 18:36 UTC (4+ messages)
` [PATCH v11 2/2] pwm: Add support for "
[patch V3 00/35] genirq/msi, PCI/MSI: Spring cleaning - Part 2
2021-12-13 18:29 UTC (8+ messages)
` [patch V3 12/35] soc: ti: ti_sci_inta_msi: Allocate MSI device data on first use
` [patch V3 22/35] soc: ti: ti_sci_inta_msi: Use msi_desc::msi_index
` [patch V3 34/35] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
[PATCH] crypto: arm64/gcm-ce - unroll factors to 4-way interleave of aes and ghash
2021-12-13 18:29 UTC (4+ messages)
[PATCH v2 1/4] dt-bindings: arm-smmu: Document nvidia, memory-controller property
2021-12-13 18:18 UTC (3+ messages)
` [PATCH v2 3/4] iommu/arm-smmu: Support Tegra234 SMMU
[PATCH 0/3] Apple SPI controller driver
2021-12-13 17:54 UTC (7+ messages)
` [PATCH 3/3] spi: apple: Add driver for Apple SPI controller
[PATCH] firmware: arm_scmi: optee: Drop the support for the OPTEE shared dynamic buffer
2021-12-13 17:53 UTC (2+ messages)
[PATCH v7 00/16] Introduce atomic support for SCMI transports
2021-12-13 17:52 UTC (2+ messages)
` [PATCH v7 00/16] (subset) "
[PATCH v6 0/6] drm: sun4i: dsi: Bridge support
2021-12-13 17:17 UTC (8+ messages)
` [PATCH v6 1/6] drm: sun4i: dsi: Drop DRM bind race with bridge attach
` [PATCH v6 2/6] drm: sun4i: dsi: Add component only once DSI device attached
` [PATCH v6 3/6] drm: sun4i: dsi: Add bridge support
[PATCH V5 0/6] Raspberry Pi Sense HAT driver
2021-12-13 17:09 UTC (4+ messages)
` [PATCH V5 4/6] dt-bindings: mfd: sensehat: Add Raspberry Pi Sense HAT schema
[PATCH v6 0/7] drm/mediatek: Add mt8195 DisplayPort driver
2021-12-13 16:54 UTC (6+ messages)
` [PATCH v6 7/7] "
linux-next: manual merge of the tip tree with the arm64 tree
2021-12-13 16:45 UTC
[PATCH] arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()
2021-12-13 16:42 UTC (2+ messages)
[PATCH v2] arm64/mm: avoid fixmap race condition when create pud mapping
2021-12-13 16:42 UTC (2+ messages)
[PATCH 1/2] ARM: dts: ixp4xx: Add devicetree for Gateway 7001
2021-12-13 16:40 UTC (2+ messages)
` [PATCH 2/2] ARM: ixp4xx: Delete Gateway 7001 boardfiles
Question WRT early IRQ/NMI entry code
2021-12-13 16:41 UTC (11+ messages)
` [PATCH] Documentation: Fill the gaps about entry/noinstr constraints
` [PATCH v2] "
[PATCH 0/6] spear: Fix SPEAr3XX plgpio support
2021-12-13 16:29 UTC (3+ messages)
` [PATCH 5/6] irq: spear-shirq: Add support for IRQ 0..6
[PATCH v2 1/4] arm64: dts: mt8183: Add katsu board
2021-12-13 16:28 UTC (4+ messages)
` [PATCH v2 2/4] arm64: dts: mt8183: Add kukui-jacuzzi-makomo board
` [PATCH v2 3/4] dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-katsu
` [PATCH v2 4/4] dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-jacuzzi-makomo
[PATCH v2 0/4] ARM: dts: stm32: merge spi and i2s nodes
2021-12-13 16:26 UTC (8+ messages)
` [PATCH v2 1/4] ASoC: dt-bindings: stm32: i2s: add audio-graph-card port
[PATCH RESEND v4 v4 0/4] drm/vc4: Use the firmware to stop the display pipeline
2021-12-13 16:26 UTC (5+ messages)
` [PATCH RESEND v4 v4 1/4] firmware: raspberrypi: Add RPI_FIRMWARE_NOTIFY_DISPLAY_DONE
` [PATCH RESEND v4 v4 2/4] drm/vc4: Support nomodeset
` [PATCH RESEND v4 v4 3/4] drm/vc4: Remove conflicting framebuffers before callind bind_all
` [PATCH RESEND v4 v4 4/4] drm/vc4: Notify the firmware when DRM is in charge
[PATCH v4 0001/1584] dt-bindings: gpio: gpio-vf610: Add imx8ulp compatible string
2021-12-13 16:25 UTC (2+ messages)
` [PATCH v4 0000/1584] drm/vc4: Use the firmware to stop the display pipeline
[PATCH 0/3] ARM: mstar: Initial Miyoo Mini support
2021-12-13 16:20 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for Miyoo
[PATCH 1/4] arm64: dts: mt8183: Add katsu board
2021-12-13 16:20 UTC (3+ messages)
` [PATCH 4/4] dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-jacuzzi-makomo
[GIT PULL] ARM: at91: dt for 5.17
2021-12-13 16:14 UTC
[PATCH 0/6] irqchip/apple-aic: Add support for AICv2
2021-12-13 16:10 UTC (3+ messages)
` [PATCH 5/6] irqchip/apple-aic: Support multiple dies
[PATCH v6 0/4] Add basic SoC support for mediatek mt8195
2021-12-13 16:04 UTC (3+ messages)
` [PATCH v6 2/4] dt-bindings: spi: add new clock name 'axi' for spi nor
[PATCH] ARM: dts: at91: enable watchdog for SAMA5D3 Xplained
2021-12-13 16:02 UTC (3+ messages)
[PATCH] soc: ti: Fix NULL vs IS_ERR() checking in dma_init
2021-12-13 15:59 UTC (2+ messages)
[PATCH v2] soc: ti: k3-socinfo: Add entry for J721S2 SoC family
2021-12-13 15:47 UTC (2+ messages)
[PATCH] arm64: fdt: fix membock add/cap ordering
2021-12-13 15:31 UTC (2+ messages)
[PATCH] microblaze: add const to of_device_id
2021-12-13 15:27 UTC (2+ messages)
[PATCH v3 0/4] KVM: arm64: Improve PMU support on heterogeneous systems
2021-12-13 15:23 UTC (5+ messages)
` [PATCH v3 1/4] perf: Fix wrong name in comment for struct perf_cpu_context
` [PATCH v3 2/4] KVM: arm64: Keep a list of probed PMUs
` [PATCH v3 3/4] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
` [PATCH v3 4/4] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU
[PATCH 0/2] arm64: use SHA3 instructions to speed up XOR
2021-12-13 15:10 UTC (6+ messages)
` [PATCH 2/2] arm64/xor: use EOR3 instructions when available
[PATCH -next] mt76: remove variable set but not used
2021-12-13 15:00 UTC (2+ messages)
[PATCH v2 0/2] kdump: simplify code
2021-12-13 14:43 UTC (5+ messages)
[PATCH v2 0/8] drivers/perf: CPU PMU driver for Apple M1
2021-12-13 14:43 UTC (4+ messages)
` [PATCH v2 3/8] irqchip/apple-aic: Add cpumasks for E and P cores
[PATCH] usb: gadget: atmel: Revert regression in USB Gadget (atmel_usba_udc)
2021-12-13 14:37 UTC (3+ messages)
` Fwd: "
[PATCH] arm64: dts: imx8mq: disable DDRC node by default
2021-12-13 14:36 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).