linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-30 07:25:29 to 2021-12-31 10:36:45 UTC [more...]

[PATCH V3 0/6] the UART driver compatible with the Amlogic Meson
 2021-12-31 10:35 UTC  (20+ messages)
` [PATCH V3 1/6] tty: serial: meson: Drop the legacy compatible strings and clock code
` [PATCH V3 2/6] tty: serial: meson: Request the register region in meson_uart_probe()
` [PATCH V3 3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic, meson-gx-uart
  ` [PATCH V3 3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic,meson-gx-uart
` [PATCH V3 4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible
` [PATCH V3 5/6] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit
` [PATCH V3 6/6] tty: serial: meson: Change request_irq to devm_request_irq and move devm_request_irq to meson_uart_probe()

[PATCH v3 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device
 2021-12-31 10:25 UTC  (4+ messages)
` [PATCH v3 1/2] ACPI: tables: Add AGDI to the list of known table signatures
` [PATCH v3 2/2] ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device

[PATCH] mtd: aspeed-smc: improve probe resilience
 2021-12-31 10:26 UTC  (4+ messages)

[PATCH v19 00/13] support reserving crashkernel above 4G on arm64 kdump
 2021-12-31  9:22 UTC  (16+ messages)
` [PATCH v19 01/13] kdump: add helper parse_crashkernel_high_low()
` [PATCH v19 02/13] x86/setup: Use parse_crashkernel_high_low() to simplify code

[PATCH 1/3] mmc:sunxi-mmc:add support on discrete device power supply
 2021-12-31  8:27 UTC  (3+ messages)
  `  "

[PATCH v7 0/4] Add Naneng combo PHY support for RK3568
 2021-12-31  8:22 UTC  (7+ messages)
` [PATCH v7 1/4] dt-bindings: mfd: syscon: add naneng combo phy register compatible
  ` [PATCH v7] dt-bindings: soc: grf: "
` [PATCH v7 2/4] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings
` [PATCH v7 3/4] phy: rockchip: add naneng combo phy for RK3568
` [PATCH v7 4/4] arm64: dts: rockchip: add naneng combo phy nodes for rk3568

[PATCH v2 0/6] Introduce x86 assembly accelerated implementation for SM3 algorithm
 2021-12-31  7:05 UTC  (3+ messages)
` [PATCH v2 2/6] crypto: arm64/sm3-ce - make dependent on sm3 library

[PATCH mm v5 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-31  2:30 UTC  (42+ messages)
` [PATCH mm v5 01/39] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v5 02/39] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v5 03/39] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v5 04/39] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v5 05/39] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v5 06/39] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v5 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v5 08/39] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v5 09/39] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v5 10/39] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v5 11/39] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v5 12/39] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v5 13/39] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v5 14/39] kasan, page_alloc: rework kasan_unpoison_pages call site
` [PATCH mm v5 15/39] kasan: clean up metadata byte definitions
` [PATCH mm v5 16/39] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v5 17/39] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v5 18/39] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v5 19/39] kasan: reorder vmalloc hooks
` [PATCH mm v5 20/39] kasan: add wrappers for "
` [PATCH mm v5 21/39] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v5 22/39] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v5 23/39] kasan, arm64: "
` [PATCH mm v5 24/39] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v5 25/39] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v5 26/39] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [PATCH mm v5 27/39] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [PATCH mm v5 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v5 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v5 30/39] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v5 31/39] kasan, vmalloc: only tag normal vmalloc allocations
` [PATCH mm v5 32/39] kasan, arm64: don't tag executable "
` [PATCH mm v5 33/39] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v5 34/39] kasan: clean up feature flags for HW_TAGS mode
` [PATCH mm v5 35/39] kasan: add kasan.vmalloc command line flag
` [PATCH mm v5 36/39] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH mm v5 37/39] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH mm v5 38/39] kasan: documentation updates
` [PATCH mm v5 39/39] kasan: improve vmalloc tests

[PATCH] ARM: dts: imx6sx-udoo-neo: Add HDMI support
 2021-12-31  1:41 UTC 

[PATCH] ARM: dts: imx6qdl-dhcom-pdk2: Include missing headers
 2021-12-31  0:14 UTC  (2+ messages)

[PATCH 0/2] drm/meson: Error handling fix when AFBCD is used
 2021-12-30 23:55 UTC  (3+ messages)
` [PATCH 1/2] drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops
` [PATCH 2/2] drm/meson: Fix error handling when afbcd.ops->init fails

[PATCH V2 0/2] Power: meson-s4: add s4 power domain driver
 2021-12-30 22:15 UTC  (5+ messages)
` [PATCH V2 1/2] dt-bindings: power: add Amlogic s4 power domains bindings
` [PATCH V2 2/2] soc: s4: Add support for power domains controller

[PATCH v3 0/3] pinctrl: meson-s4: add pinctrl driver
 2021-12-30 22:09 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: meson: Add compatible for S4
` [PATCH v3 2/3] dt-bindings: gpio: Add a header file for Amlogic Meson S4
` [PATCH v3 3/3] pinctrl: meson: add pinctrl driver support for Meson-S4 Soc

[PATCH] staging: vc04_services: Fix RCU dereference check
 2021-12-30 21:39 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH v3 0/4] KVM: arm64: Improve PMU support on heterogeneous systems
 2021-12-30 20:01 UTC  (2+ messages)

[RFT][PATCH 1/3] ARM: dts: exynos: fix UART3 pins configuration in Exynos5250
 2021-12-30 19:53 UTC  (3+ messages)
` [RFT][PATCH 2/3] arm64: dts: exynos: fix WLAN pin configuration in TM2
` [RFT][PATCH 3/3] arm64: dts: exynos: drop incorrectly placed wakeup interrupts in Exynos850

[PATCH v5 0/4] KVM: allow mapping non-refcounted pages
 2021-12-30 19:45 UTC  (9+ messages)
` [PATCH v5 1/4] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v5 2/4] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v5 3/4] KVM: arm64/mmu: "
` [PATCH v5 4/4] KVM: mmu: remove over-aggressive warnings

[PATCH] arm: pxa: remove dead and obsolete IrDA initialization
 2021-12-30 19:27 UTC  (2+ messages)

[PATCH mm v4 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-30 19:11 UTC  (17+ messages)
` [PATCH mm v4 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v4 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v4 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v4 35/39] kasan: add kasan.vmalloc command line flag

[PATCH v4 00/23] counter: cleanups and device lifetime fixes
 2021-12-30 16:44 UTC  (9+ messages)
` [PATCH v4 03/23] counter: microchip-tcb-capture: Drop unused platform_set_drvdata()
` [PATCH v4 07/23] counter: microchip-tcb-capture: Convert to counter_priv() wrapper
` [PATCH v4 11/23] counter: stm32-lptimer-cnt: "
` [PATCH v4 12/23] counter: stm32-timer-cnt: "
` [PATCH v4 19/23] counter: microchip-tcb-capture: Convert to new counter registration
` [PATCH v4 20/23] counter: stm32-timer-cnt: "
` [PATCH v4 21/23] counter: stm32-lptimer-cnt: "

[PATCH] phy: mediatek: Fix missing check in mtk_mipi_tx_probe
 2021-12-30 16:31 UTC  (2+ messages)

[PATCH v2 00/48] Refactor perf cpumap
 2021-12-30 16:10 UTC  (4+ messages)
` [PATCH v2 34/48] perf evlist: Refactor evlist__for_each_cpu

[PATCH v20 0/7] soc: mediatek: SVS: introduce MTK SVS engine
 2021-12-30 15:30 UTC  (4+ messages)
` [PATCH v20 5/7] dt-bindings: soc: mediatek: add mt8192 svs dt-bindings

[PATCH v3 00/23] counter: cleanups and device lifetime fixes
 2021-12-30 15:08 UTC  (5+ messages)

[PATCH] KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()
 2021-12-30 14:15 UTC 

[PATCH v2 0/3] staging: vc04_services: avoid the use of typedef for function pointers
 2021-12-30 13:20 UTC  (5+ messages)
` [PATCH v2 1/3] staging: vc04_services: bcm2835-audio: "
` [PATCH v2 2/3] staging: vc04_services: bcm2835-camera: "
` [PATCH v2 3/3] staging: vc04_services: update TODO file

[PATCH v16 0/7] soc: mediatek: SVS: introduce MTK SVS
 2021-12-30 13:18 UTC  (4+ messages)
` [PATCH v16 2/7] arm64: dts: mt8183: add svs device information

[PATCH 1/2] ARM: mediatek: add smp bringup code for MT6582
 2021-12-30 15:51 UTC  (2+ messages)
` [PATCH 2/2] ARM: mediatek: dts: activate SMP for mt6582

[PATCH v3] drm/mediatek: Fix unused-but-set variable warning
 2021-12-30 12:29 UTC  (2+ messages)

[GIT PULL] arm64: dts: updates for v5.17
 2021-12-30 12:26 UTC  (5+ messages)

[PATCH 0/2] Add PMIC wrapper support for Mediatek MT8186 SoC IC
 2021-12-30 11:49 UTC  (3+ messages)
` [PATCH 1/2] soc: mediatek: pwrap: add pwrap driver for MT8186 SoC
` [PATCH 2/2] dt-bindings: mediatek: add compatible for MT8186 pwrap

[PATCH 0/2] Add PMIC wrapper support for Mediatek MT8186 SoC IC
 2021-12-30 11:48 UTC 

[PATCH v2 1/4] arm64: dts: mt8183: Add katsu board
 2021-12-30 11:16 UTC  (2+ messages)

[PATCH v7 0/8] drm/mediatek: Add mt8195 DisplayPort driver
 2021-12-30 11:11 UTC  (4+ messages)
` [PATCH v7 6/8] phy: phy-mtk-dp: Add driver for DP phy

[PATCH] arm64: dts: broadcom: bcm4908: add pinctrl binding
 2021-12-30 11:05 UTC 

[PATCH] memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_common
 2021-12-30 10:49 UTC  (2+ messages)

[PATCH V2 0/6] the UART driver compatible with the Amlogic Meson S4
 2021-12-30  9:35 UTC  (4+ messages)
` [PATCH V2 4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible

[PATCH 0/2] ASoC: mediatek: mt8195: repair pcmif BE dai
 2021-12-30  8:47 UTC  (3+ messages)
` [PATCH 1/2] ASoC: mediatek: mt8195: correct pcmif BE dai control flow
` [PATCH 2/2] ASoC: mediatek: mt8195: add playback support to PCM1_BE dai_link

[PATCH v3 00/48] Refactor perf cpumap
 2021-12-30  7:20 UTC  (44+ messages)
` [PATCH v3 06/48] perf cpumap: Switch cpu_map__build_map to cpu function
` [PATCH v3 07/48] perf cpumap: Remove map+index get_socket
` [PATCH v3 08/48] perf cpumap: Remove map+index get_die
` [PATCH v3 09/48] perf cpumap: Remove map+index get_core
` [PATCH v3 10/48] perf cpumap: Remove map+index get_node
` [PATCH v3 11/48] perf cpumap: Add comments to aggr_cpu_id
` [PATCH v3 12/48] perf cpumap: Remove unused cpu_map__socket
` [PATCH v3 13/48] perf cpumap: Simplify equal function name
` [PATCH v3 14/48] perf cpumap: Rename empty functions
` [PATCH v3 15/48] perf cpumap: Document cpu__get_node and remove redundant function
` [PATCH v3 16/48] perf cpumap: Remove map from function names that don't use a map
` [PATCH v3 17/48] perf cpumap: Remove cpu_map__cpu, use libperf function
` [PATCH v3 18/48] perf cpumap: Refactor cpu_map__build_map
` [PATCH v3 19/48] perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
` [PATCH v3 20/48] perf cpumap: Move 'has' function to libperf
` [PATCH v3 21/48] perf cpumap: Add some comments to cpu_aggr_map
` [PATCH v3 22/48] perf cpumap: Trim the cpu_aggr_map
` [PATCH v3 23/48] perf stat: Fix memory leak in check_per_pkg
` [PATCH v3 24/48] perf cpumap: Add CPU to aggr_cpu_id
` [PATCH v3 25/48] perf stat-display: Avoid use of core for CPU
` [PATCH v3 26/48] perf evsel: Derive CPUs and threads in alloc_counts
` [PATCH v3 27/48] libperf: Switch cpu to more accurate cpu_map_idx
` [PATCH v3 28/48] libperf: Use cpu not index for evsel mmap
` [PATCH v3 29/48] perf counts: Switch name cpu to cpu_map_idx
` [PATCH v3 30/48] perf stat: Rename aggr_data cpu to imply it's an index
` [PATCH v3 31/48] perf stat: Use perf_cpu_map__for_each_cpu
` [PATCH v3 32/48] perf script: Use for each cpu to aid readability
` [PATCH v3 33/48] libperf: Allow NULL in perf_cpu_map__idx
` [PATCH v3 34/48] perf evlist: Refactor evlist__for_each_cpu
` [PATCH v3 35/48] perf evsel: Pass cpu not cpu map index to synthesize
` [PATCH v3 36/48] perf stat: Correct variable name for read counter
` [PATCH v3 37/48] perf evsel: Rename CPU around get_group_fd
` [PATCH v3 38/48] perf evsel: Reduce scope of evsel__ignore_missing_thread
` [PATCH v3 39/48] perf evsel: Rename variable cpu to index
` [PATCH v3 40/48] perf test: Use perf_cpu_map__for_each_cpu
` [PATCH v3 41/48] perf stat: Correct check_per_pkg cpu
` [PATCH v3 42/48] perf stat: Swap variable name cpu to index
` [PATCH v3 43/48] libperf: Sync evsel documentation
` [PATCH v3 44/48] perf bpf: Rename cpu to cpu_map_idx
` [PATCH v3 45/48] perf c2c: Use more intention revealing iterator
` [PATCH v3 46/48] perf script: Fix flipped index and cpu
` [PATCH v3 47/48] perf stat: Correct first_shadow_cpu to return index
` [PATCH v3 48/48] perf cpumap: Give CPUs their own type


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