messages from 2022-12-12 10:55:44 to 2022-12-13 08:30:09 UTC [more...]
[PATCH v3 00/17] dt-bindings: soc: Introduce UniPhier miscellaneous register blocks and fix examples
2022-12-13 8:24 UTC (13+ messages)
` [PATCH v3 01/17] dt-bindings: clock: Fix node descriptions in uniphier-clock example
` [PATCH v3 02/17] dt-bindings: reset: Fix node descriptions in uniphier-reset example
` [PATCH v3 03/17] dt-bindings: pinctrl: Fix node descriptions in uniphier-pinctrl example
` [PATCH v3 04/17] dt-bindings: regulator: Fix node descriptions in uniphier-regulator example
` [PATCH v3 05/17] dt-bindings: watchdog: Fix node descriptions in uniphier-wdt example
` [PATCH v3 06/17] dt-bindings: thermal: Fix node descriptions in uniphier-thermal example
` [PATCH v3 07/17] dt-bindings: phy: Fix node descriptions in uniphier-phy example
` [PATCH v3 08/17] dt-bindings: nvmem: Fix node descriptions in uniphier-efuse example
` [PATCH v3 09/17] dt-bindings: soc: socionext: Add UniPhier system controller
` [PATCH v3 10/17] dt-bindings: soc: socionext: Add UniPhier SoC-glue logic
` [PATCH v3 11/17] dt-bindings: soc: socionext: Add UniPhier SoC-glue logic debug part
` [PATCH v3 13/17] dt-bindings: soc: socionext: Add UniPhier media I/O block
[PATCH v2 0/4] ASoC: microchip: power saving features and cleanups
2022-12-13 8:23 UTC (7+ messages)
` [PATCH v2 1/4] ASoC: dt-bindings: microchip: use proper naming syntax
` [PATCH v2 2/4] ASoC: mchp-pdmc: use runtime pm for clock power saving
` [PATCH v2 3/4] ASoC: mchp-pdmc: add support for suspend to RAM
` [PATCH v2 4/4] ASoC: mchp-spdiftx: use FIELD_PREP() where possible
[PATCH] thermal: imx_sc_thermal: Drop empty platform remove function
2022-12-13 8:13 UTC (4+ messages)
[PATCH v3] dt-bindings: mxsfb: Document i.MX8M/i.MX6SX/i.MX6SL power-domains property
2022-12-13 7:57 UTC (3+ messages)
[PATCH v8 0/8] ARM: Add Rockchip RV1126 support
2022-12-13 7:50 UTC (3+ messages)
` [PATCH v8 2/8] dt-bindings: timer: rk-timer: Add rktimer for rv1126
[PATCH v2 0/5] Add GMAC support for S32 SoC family
2022-12-13 7:50 UTC (9+ messages)
` [PATCH v2 2/5] dt-bindings: net: add schema for NXP S32CC dwmac glue driver
[PATCH net-next] net: microchip: vcap: Fix initialization of value and mask
2022-12-13 7:35 UTC (3+ messages)
[PATCH v7 00/20] Drivers for gunyah hypervisor
2022-12-13 6:26 UTC (8+ messages)
` [PATCH v7 10/20] gunyah: rsc_mgr: Add resource manager RPC core
[PATCH] usb: gadget: aspeed_udc: Add check for dma_alloc_coherent
2022-12-13 6:14 UTC (2+ messages)
[PATCH v1 0/9] jevents/pmu-events improvements
2022-12-13 5:00 UTC (10+ messages)
` [PATCH v1 1/9] perf jevents metric: Correct Function equality
` [PATCH v1 2/9] perf jevents metric: Add ability to rewrite metrics in terms of others
` [PATCH v1 3/9] perf jevents: Rewrite metrics in the same file with each other
` [PATCH v1 4/9] perf pmu-events: Separate metric out of pmu_event
` [PATCH v1 5/9] perf stat: Remove evsel metric_name/expr
` [PATCH v1 6/9] perf jevents: Combine table prefix and suffix writing
` [PATCH v1 7/9] perf pmu-events: Introduce pmu_metrics_table
` [PATCH v1 8/9] perf jevents: Generate metrics and events as separate tables
` [PATCH v1 9/9] perf jevents: Add model list option
[PATCH net-next] net: dsa: mt7530: remove reduntant assignment
2022-12-13 4:07 UTC
[PATCH v5 net-next 00/10] dt-binding preparation for ocelot switches
2022-12-13 3:34 UTC (26+ messages)
` [PATCH v5 net-next 01/10] dt-bindings: dsa: sync with maintainers
` [PATCH v5 net-next 02/10] dt-bindings: net: dsa: sf2: fix brcm,use-bcm-hdr documentation
` [PATCH v5 net-next 03/10] dt-bindings: net: dsa: qca8k: remove address-cells and size-cells from switch node
` [PATCH v5 net-next 04/10] dt-bindings: net: dsa: utilize base definitions for standard dsa switches
` [PATCH v5 net-next 05/10] dt-bindings: net: dsa: allow additional ethernet-port properties
` [PATCH v5 net-next 06/10] dt-bindings: net: dsa: qca8k: utilize shared dsa.yaml
` [PATCH v5 net-next 07/10] dt-bindings: net: dsa: mediatek,mt7530: remove unnecessary dsa-port reference
` [PATCH v5 net-next 08/10] dt-bindings: net: add generic ethernet-switch
[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
2022-12-13 2:13 UTC (17+ messages)
` [PATCH 01/14] KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long
` [PATCH 02/14] KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c
` [PATCH 03/14] KVM: selftests: Fix divide-by-zero bug in memslot_perf_test
` [PATCH 04/14] KVM: selftests: Use pattern matching in .gitignore
` [PATCH 05/14] KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()
` [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
` [PATCH 07/14] KVM: selftests: Use proper function prototypes in probing code
` [PATCH 08/14] KVM: selftests: Probe -no-pie with actual CFLAGS used to compile
` [PATCH 09/14] KVM: selftests: Explicitly disable builtins for mem*() overrides
` [PATCH 10/14] KVM: selftests: Include lib.mk before consuming $(CC)
` [PATCH 11/14] KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning
` [PATCH 12/14] KVM: selftests: Use wildcards to find library source files
` [PATCH 13/14] KVM: selftests: Use wildcards to find targets and test "
` [PATCH 14/14] KVM: selftests: Enable RSEQ test for RISC-V
[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
2022-12-13 1:42 UTC (38+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
` [RFC PATCH 02/37] KVM: MMU: Move struct kvm_mmu_page_role into common code
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
` [RFC PATCH 06/37] KVM: MMU: Move struct kvm_mmu_page to common code
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault "
` [RFC PATCH 17/37] KVM: Move struct kvm_gfn_range to kvm_types.h
` [RFC PATCH 20/37] KVM: x86/mmu: Abstract away computing the max mapping level
` [RFC PATCH 33/37] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
[PATCH 1/2] dt-bindings: arm-smmu: Add sm8150-smmu-500 to the list of Adreno smmus
2022-12-13 0:26 UTC (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8150: Enable split pagetables for Adreno SMMU
[PATCH v3 00/19] irqdomain: fix mapping race and clean up locking
2022-12-12 22:44 UTC (23+ messages)
` [PATCH v3 03/19] irqdomain: Drop leftover brackets
` [PATCH v3 10/19] irqdomain: Clean up irq_domain_push/pop_irq()
` [PATCH v3 11/19] x86/ioapic: Use irq_domain_create_hierarchy()
` [PATCH v3 12/19] x86/apic: "
` [PATCH v3 13/19] irqchip/alpine-msi: Use irq_domain_add_hierarchy()
` [PATCH v3 14/19] irqchip/gic-v2m: Use irq_domain_create_hierarchy()
` [PATCH v3 16/19] irqchip/gic-v3-mbi: "
` [PATCH v3 17/19] irqchip/loongson-pch-msi: "
` [PATCH v3 18/19] irqchip/mvebu-odmi: "
` [PATCH v3 19/19] irqdomain: Switch to per-domain locking
[PATCH v8 0/9] phy: Add support for Lynx 10G SerDes
2022-12-12 23:37 UTC (10+ messages)
` [PATCH v8 4/9] phy: fsl: Add Lynx 10G SerDes driver
[PATCH] ARM: BCM63xx: remove useless goto statement
2022-12-12 22:56 UTC (2+ messages)
[PATCH 0/3] soc: Drop empty platform remove function
2022-12-12 22:56 UTC (4+ messages)
` [PATCH 1/3] soc: bcm: bcm2835-power: "
` [PATCH 2/3] soc: mediatek: mutex: "
[PATCH] gpio: msc313: Drop empty platform remove function
2022-12-12 22:04 UTC
[PATCH] usb: chipidea: imx: Drop empty platform remove function
2022-12-12 21:27 UTC
[PATCH] ASoC: pxa: Drop empty platform remove function
2022-12-12 21:12 UTC (2+ messages)
[PATCH net v2 0/2] Update Joakim Zhang entries
2022-12-12 21:11 UTC (2+ messages)
[syzbot] INFO: task hung in nbd_start_device_ioctl
2022-12-12 21:09 UTC
[PATCH 00/15] ASoC: Drop empty platform remove functions
2022-12-12 20:54 UTC (7+ messages)
` [PATCH 01/15] ASoC: pxa: Drop empty platform remove function
` [PATCH 03/15] ASoC: atmel-classd: "
` [PATCH 04/15] ASoC: atmel-pdmic: "
` [PATCH 12/15] ASoC: pxa: e740_wm9705: "
` [PATCH 13/15] ASoC: pxa: e750_wm9705: "
` [PATCH 14/15] ASoC: pxa: e800_wm9712: "
[PATCH 0/5] perf: cs-etm: Print auxtrace info even if OpenCSD isn't linked
2022-12-12 19:50 UTC (7+ messages)
` [PATCH 1/5] perf: cs-etm: Print unknown header version as an error
` [PATCH 2/5] perf: cs-etm: Remove unused stub methods
` [PATCH 3/5] perf: cs-etm: Tidy up auxtrace info header printing
` [PATCH 4/5] perf: cs-etm: Cleanup cs_etm__process_auxtrace_info()
` [PATCH 5/5] perf: cs-etm: Print auxtrace info even if OpenCSD isn't linked
[GIT PULL 0/4] SoC updates for 6.2
2022-12-12 18:30 UTC (11+ messages)
` [GIT PULL 1/4] SoC: arm defconfig "
` [GIT PULL 2/4] SoC code "
` [GIT PULL 3/4] SoC driver "
` [GIT PULL 4/4] SoC: DT changes "
[GIT PULL] arm64 updates for 6.2
2022-12-12 18:07 UTC (3+ messages)
[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
2022-12-12 16:36 UTC (2+ messages)
` (subset) "
[PATCH v3 00/12] ASoC: mediatek: Add support for MT8188 SoC
2022-12-12 15:34 UTC (4+ messages)
` [PATCH v3 12/12] dt-bindings: mediatek: mt8188: add mt8188-mt6359 document
[PATCH v9 00/18] drm: bridge: Add Samsung MIPI DSIM bridge
2022-12-12 15:33 UTC (15+ messages)
` [PATCH v9 04/18] drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags
` [PATCH v9 03/18] drm: exynos: dsi: Restore proper bridge chain order
` [PATCH v9 10/18] drm: bridge: samsung-dsim: Init exynos host for first DSI transfer
[PATCH v2 0/2] ARM: allow kernel mode NEON in softirq context
2022-12-12 14:37 UTC (2+ messages)
[PATCH v2 00/14] arm64/nmi: Support for FEAT_NMI
2022-12-12 14:40 UTC (5+ messages)
` [PATCH v2 10/14] arm64/nmi: Manage masking for superpriority interrupts along with DAIF
[PATCH net-next v3 4/4] net: lan966x: Add ptp trap rules
2022-12-12 14:27 UTC (13+ messages)
[PATCH v2] iommu/arm-smmu-qcom: Add SM8150 DPU compatible
2022-12-12 14:01 UTC (3+ messages)
[PATCH] ARM: footbridge: drop unnecessary inclusion
2022-12-12 13:59 UTC
[PATCH] pwm: xilinx: Fix overflow issue in 32-bit width PWM mode
2022-12-12 13:59 UTC
[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
2022-12-12 13:58 UTC (11+ messages)
[PATCH] iommu/arm-smmu-v3: Fix incorrect description of DMB instruction
2022-12-12 13:57 UTC (2+ messages)
[PATCH] perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nu
2022-12-12 13:42 UTC (7+ messages)
[RFC PATCH v4 2/4] dpll: Add DPLL framework base functions
2022-12-12 13:36 UTC (11+ messages)
[PATCH 0/4] Fix qspi pinctrl phandle for stm3mp15 based boards
2022-12-12 13:01 UTC (6+ messages)
` [PATCH 1/4] ARM: dts: stm32: Fix qspi pinctrl phandle for stm32mp15xx-dhcor-som
` [PATCH 2/4] ARM: dts: stm32: Fix qspi pinctrl phandle for stm32mp15xx-dhcom-som
[PATCH v3 0/9] fix reset line polarity for Goodix touchscreen controllers
2022-12-12 13:21 UTC (6+ messages)
` [PATCH v3 6/9] arm64: dts: allwinner: fix touchscreen reset GPIO polarity
[PATCH 0/4] ASoC: microchip: power saving features and cleanups
2022-12-12 13:15 UTC (5+ messages)
` [PATCH 1/4] ASoC: dt-bindings: microchip: use proper naming syntax
` [PATCH 2/4] ASoC: mchp-pdmc: use runtime pm for clock power saving
` [PATCH 3/4] ASoC: mchp-pdmc: add support for suspend to RAM
` [PATCH 4/4] ASoC: mchp-spdiftx: use FIELD_PREP() where possible
[linux-next:master] [gpiolib] 7b61212f2a: kernel-selftests.gpio.gpio-sim.sh.fail
2022-12-12 13:09 UTC
[PATCH] arm64: dts: rockchip: rk3399: use correct reset names
2022-12-12 12:44 UTC
[PATCH v10 00/33] crypto: rockchip: permit to pass self-tests
2022-12-12 12:44 UTC (4+ messages)
` [PATCH v10 28/33] arm64: dts: rockchip: rk3399: add crypto node
[PATCH v2 0/5] dmaengine: Add support for AM62A SoC DMAs
2022-12-12 11:59 UTC (7+ messages)
` [PATCH v2 1/5] dt-bindings: dma: ti: k3-bcdma: Add bindings for BCDMA CSI RX
` [PATCH v2 2/5] dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHAN
` [PATCH v2 3/5] dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA data
` [PATCH v2 4/5] dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoC
` [PATCH v2 5/5] dmaengine: ti: k3-udma: Add support for BCDMA CSI RX
[PATCH] iommu/arm-smmu-qcom: Add SM8150 DPU compatible
2022-12-12 11:33 UTC (7+ messages)
[PATCH V2 0/1] clk: imx8mp: Alias M7 SRC/DIV to M7 CORE
2022-12-12 10:58 UTC (3+ messages)
` [PATCH V2 1/1] "
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).