All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-11 12:28:52 to 2022-07-11 12:56:27 UTC [more...]

[PATCH] swiotlb: ensure io_tlb_default_mem spinlock always initialised
 2022-07-11 12:56 UTC  (13+ messages)

[PATCH v3 00/46] media: rkisp1: Cleanups to prepare for i.MX8MP support
 2022-07-11 12:42 UTC  (51+ messages)
` [PATCH v3 01/46] media: v4l2-async: Add notifier operation to destroy asd instances
` [PATCH v3 02/46] media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_first()
` [PATCH v3 03/46] media: mc-entity: Add a new helper function to get a remote pad
` [PATCH v3 04/46] media: mc-entity: Add a new helper function to get a remote pad for a pad
` [PATCH v3 05/46] media: rkisp1: Enable compilation on ARCH_MXC
` [PATCH v3 06/46] media: rkisp1: Disable runtime PM in probe error path
` [PATCH v3 07/46] media: rkisp1: Read the ID register at probe time instead of streamon
` [PATCH v3 08/46] media: rkisp1: Rename rkisp1_match_data to rkisp1_info
` [PATCH v3 09/46] media: rkisp1: Save info pointer in rkisp1_device
` [PATCH v3 10/46] media: rkisp1: Access ISP version from info pointer
` [PATCH v3 11/46] media: rkisp1: Make rkisp1_isp_mbus_info common
` [PATCH v3 12/46] media: rkisp1: cap: Print debug message on failed link validation
` [PATCH v3 13/46] media: rkisp1: Move sensor .s_stream() call to ISP
` [PATCH v3 14/46] media: rkisp1: Reject sensors without pixel rate control at bound time
` [PATCH v3 15/46] media: rkisp1: Create link from sensor to ISP at notifier "
` [PATCH v3 16/46] media: rkisp1: Create internal links at probe time
` [PATCH v3 17/46] media: rkisp1: Rename rkisp1_subdev_notifier() to rkisp1_subdev_notifier_register()
` [PATCH v3 18/46] media: rkisp1: Fix sensor source pad retrieval at bound time
` [PATCH v3 19/46] media: rkisp1: Split CSI handling to separate file
` [PATCH v3 20/46] media: rkisp1: isp: Start CSI-2 receiver before ISP
` [PATCH v3 21/46] media: rkisp1: csi: Handle CSI-2 RX configuration fully in rkisp1-csi.c
` [PATCH v3 22/46] media: rkisp1: csi: Rename CSI functions with a common rkisp1_csi prefix
` [PATCH v3 23/46] media: rkisp1: csi: Move start delay to rkisp1_csi_start()
` [PATCH v3 24/46] media: rkisp1: csi: Pass sensor pointer to rkisp1_csi_config()
` [PATCH v3 25/46] media: rkisp1: csi: Constify argument to rkisp1_csi_start()
` [PATCH v3 26/46] media: rkisp1: isp: Don't initialize ret to 0 in rkisp1_isp_s_stream()
` [PATCH v3 27/46] media: rkisp1: isp: Pass mbus type and flags to rkisp1_config_cif()
` [PATCH v3 28/46] media: rkisp1: isp: Rename rkisp1_device.active_sensor to source
` [PATCH v3 29/46] media: rkisp1: isp: Add container_of wrapper to cast subdev to rkisp1_isp
` [PATCH v3 30/46] media: rkisp1: isp: Add rkisp1_device backpointer "
` [PATCH v3 31/46] media: rkisp1: isp: Pass rkisp1_isp pointer to internal ISP functions
` [PATCH v3 32/46] media: rkisp1: isp: Move input configuration to rkisp1_config_isp()
` [PATCH v3 33/46] media: rkisp1: isp: Merge ISP_ACQ_PROP configuration in single variable
` [PATCH v3 34/46] media: rkisp1: isp: Initialize some variables at declaration time
` [PATCH v3 35/46] media: rkisp1: isp: Fix whitespace issues
` [PATCH v3 36/46] media: rkisp1: isp: Constify various local variables
` [PATCH v3 37/46] media: rkisp1: isp: Rename rkisp1_get_remote_source()
` [PATCH v3 38/46] media: rkisp1: isp: Disallow multiple active sources
` [PATCH v3 39/46] media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
` [PATCH v3 40/46] media: rkisp1: csi: Plumb the CSI RX subdev
` [PATCH v3 41/46] media: rkisp1: Use fwnode_graph_for_each_endpoint
` [PATCH v3 42/46] dt-bindings: media: rkisp1: Add port for parallel interface
` [PATCH v3 43/46] media: rkisp1: Support the ISP parallel input
` [PATCH v3 44/46] media: rkisp1: Add infrastructure to support ISP features
` [PATCH v3 45/46] media: rkisp1: Make the internal CSI-2 receiver optional
` [PATCH v3 46/46] media: rkisp1: debug: Add dump file in debugfs for MI main path registers

[PATCH v8 00/16] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-07-11 12:40 UTC  (38+ messages)
` [PATCH v8 01/16] dt-bindings: timer: npcm: Add npcm845 compatible string
` [PATCH v8 02/16] dt-bindings: watchdog: "
` [PATCH v8 03/16] dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock
` [PATCH v8 04/16] clk: npcm8xx: add clock controller
` [PATCH v8 05/16] dt-bindings: reset: npcm: add GCR syscon property
` [PATCH v8 06/16] ARM: dts: nuvoton: add reset "
` [PATCH v8 07/16] reset: npcm: using syscon instead of device data
` [PATCH v8 08/16] dt-bindings: reset: npcm: Add support for NPCM8XX
` [PATCH v8 09/16] reset: npcm: Add NPCM8XX support
` [PATCH v8 10/16] dt-bindings: arm: npcm: Add maintainer
` [PATCH v8 11/16] dt-bindings: arm: npcm: Add nuvoton,npcm845 compatible string
` [PATCH v8 12/16] dt-bindings: arm: npcm: Add nuvoton,npcm845 GCR "
` [PATCH v8 13/16] arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC
` [PATCH v8 14/16] arm64: dts: nuvoton: Add initial NPCM8XX device tree
` [PATCH v8 15/16] arm64: dts: nuvoton: Add initial NPCM845 EVB "
` [PATCH v8 16/16] arm64: defconfig: Add Nuvoton NPCM family support

[PATCH 0/2] Input: i8042 - add additional TUXEDO devices to i8042 quirk tables
 2022-07-11 12:55 UTC  (5+ messages)
` [PATCH 2/2] Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fix

[PATCH v2 0/2] Add support for RZ/G2L GPT
 2022-07-11 12:55 UTC  (4+ messages)
` [PATCH v2 2/2] pwm: "

[PATCH 1/6] clk: qcom: clk-rcg2: add rcg2 mux ops
 2022-07-11 12:55 UTC  (13+ messages)
` [PATCH 2/6] clk: qcom: apss-ipq6018: fix apcs_alias0_clk_src
` [PATCH 3/6] clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical
` [PATCH 4/6] clk: qcom: apss-ipq6018: add MODULE_ALIAS
` [PATCH 6/6] clk: qcom: apss-ipq-pll: add support for IPQ8074

[kvm-unit-tests PATCH v2 0/4] Add panic test support
 2022-07-11 12:54 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 4/4] s390x: add pgm spec interrupt loop test

[PATCH v2] gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data()
 2022-07-11 12:52 UTC 

[PATCH -V2 0/7] migrate_pages(): fix several bugs in error path
 2022-07-11 12:52 UTC  (5+ messages)
` [PATCH -V2 6/7] migrate_pages(): fix failure counting for THP splitting
` [PATCH -V2 7/7] migrate_pages(): fix failure counting for retry

[PATCH 00/10] adp5588-keys refactor and fw properties support
 2022-07-11 12:52 UTC  (3+ messages)
` [PATCH 08/10] input: keyboard: adp5588-keys: add optional reset gpio

[PATCH v2] qemu-options: bring the kernel and image options together
 2022-07-11 12:50 UTC  (2+ messages)

[PATCH 1/2] RDMA/rtrs-clt: Use the bitmap API to allocate bitmaps
 2022-07-11 12:51 UTC  (3+ messages)
` [PATCH 2/2] RDMA/rtrs-clt: Use bitmap_empty()

[PATCH v6 00/45] target/arm: Scalable Matrix Extension
 2022-07-11 12:50 UTC  (2+ messages)

[PATCH v6 00/10] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-07-11 12:47 UTC  (5+ messages)
` [PATCH v6 06/10] i386/pc: factor out cxl range start to helper

[PATCH v2 0/1] perf test: Add test for branch stack sampling
 2022-07-11 12:50 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/2] dt-bindings: Intorduce domain-controller
 2022-07-11 12:49 UTC  (2+ messages)

[PATCH v7 1/4] dt-bindings: mailbox: qcom: set correct #clock-cells
 2022-07-11 12:49 UTC  (3+ messages)
` [PATCH v7 3/4] mailbox: qcom-apcs-ipc: add IPQ8074 APSS clock support

[PATCH 0/5] ppc: Remove irq_inputs
 2022-07-11 12:46 UTC  (2+ messages)

[PATCH v3 0/2] arm64: Fix pending single-step debugging issues
 2022-07-11 12:48 UTC  (5+ messages)

[RFC PATCH 0/2] spi: Add support for stacked/parallel memories
 2022-07-11 12:47 UTC  (4+ messages)
` [RFC PATCH 1/2] spi: Add multiple CS support for a single SPI device

[PATCH v1 1/1] spi: Return deferred probe error when controller isn't yet available
 2022-07-11 12:46 UTC  (2+ messages)

[PATCH v1 1/2] spi: propagate error code to the caller of acpi_spi_device_alloc()
 2022-07-11 12:46 UTC  (2+ messages)

[PATCH v3 3/5] iio: pressure: bmp280: simplify driver initialization logic
 2022-07-11 12:45 UTC  (3+ messages)

[PATCH] event/dsw: fix migration bug
 2022-07-11 12:45 UTC  (2+ messages)

[PATCH 0/6] Improve the U/S/H extension related check
 2022-07-11 12:45 UTC  (7+ messages)
` [PATCH 3/6] target/riscv: fix checkpatch warning may triggered in csr_ops table
` [PATCH 5/6] target/riscv: fix checks in hmode/hmode32

[PATCH v5 0/5] tr2: avoid to print "interesting" config repeatedly
 2022-07-11 12:44 UTC  (9+ messages)
` [PATCH v6 0/7] trace2: dump scope when print "interesting" config
  ` [PATCH v6 1/7] clean: fixed issues related to text output format
  ` [PATCH v6 2/7] pack-bitmap.c: mark more strings for translations
  ` [PATCH v6 3/7] pack-bitmap.c: rename "idx_name" to "bitmap_name"
  ` [PATCH v6 4/7] pack-bitmap.c: don't ignore ENOENT silently
  ` [PATCH v6 5/7] pack-bitmap.c: using error() instead of silently returning -1
  ` [PATCH v6 6/7] pack-bitmap.c: continue looping when first MIDX bitmap is found
  ` [PATCH v6 7/7] tr2: dump names if config exist in multiple scopes

Block: bio.c:1232:6: error: variable 'i' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
 2022-07-11 12:44 UTC 

[PATCH 5.15 000/230] 5.15.54-rc1 review
 2022-07-11 12:43 UTC  (2+ messages)

[PATCH 0/4] add struct page and Direct I/O support to reserved memory
 2022-07-11 12:24 UTC  (10+ messages)
` [PATCH 1/4] of: add struct page support to rmem
` [PATCH 2/4] mm/sparse: skip no-map memblock check when fill_subsection_map
` [PATCH 3/4] arm64: mm: move memblock_clear_nomap after __add_pages
` [PATCH 4/4] sample/reserved_mem: Introduce a sample of struct page and dio support to no-map rmem

[PATCH 0/3] hw/cxl, hw/machine, hw/i386: Misc minor fixes / cleanup
 2022-07-11 12:42 UTC  (2+ messages)

[Intel-gfx] [PATCH v2] drm/i915/display: Ensure PSR gets disabled if no encoders in new state
 2022-07-11 12:43 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/display: Ensure PSR gets disabled if no encoders in new state (rev2)

[PATCH v8 0/6] Renesas RZ/G2L IRQC support
 2022-07-11 12:43 UTC  (5+ messages)
` [PATCH v8 5/6] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Document the properties to handle GPIO IRQ

[PATCH] pinctrl: ralink: Check for null return of devm_kcalloc
 2022-07-11 12:42 UTC  (2+ messages)

[PATCH] cpufreq: schedutil: Move max CPU capacity to sugov_policy
 2022-07-11 12:42 UTC 

[PATCH] reset: allow building of reset simple driver if expert config selected
 2022-07-11 12:41 UTC  (2+ messages)

[PATCH 1/5] dma-buf: cleanup dma_fence_unwrap selftest v2
 2022-07-11 12:41 UTC  (8+ messages)
` [PATCH 3/5] dma-buf: return only unsignaled fences in dma_fence_unwrap_for_each v3

[PATCH 1/3] doc: environment: Drop u-boot_addr_r
 2022-07-11 12:41 UTC  (7+ messages)
` [PATCH 3/3] doc: environment: Further expand on Image locations and provide example

mm/madvise.c:124:28: warning: Parameter 'anon_name' can be declared with const [constParameter]
 2022-07-11 12:41 UTC 

[PATCH net-next v1 0/3] add framework for selftests in devlink
 2022-07-11 12:40 UTC  (4+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 1/3] devlink: introduce framework for selftests

[PATCH v2 00/15] make iio inkern interface firmware agnostic
 2022-07-11 12:38 UTC  (12+ messages)
` [PATCH v2 05/15] iio: inkern: move to fwnode properties
` [PATCH v2 06/15] thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode API
` [PATCH v2 07/15] iio: adc: ingenic-adc: convert to IIO fwnode interface
` [PATCH v2 08/15] iio: adc: ab8500-gpadc: convert to device properties
` [PATCH v2 09/15] iio: adc: at91-sama5d2_adc: "
` [PATCH v2 10/15] iio: adc: qcom-pm8xxx-xoadc: "
` [PATCH v2 11/15] iio: adc: qcom-spmi-vadc: "
` [PATCH v2 12/15] iio: adc: qcom-spmi-adc5: "
` [PATCH v2 13/15] iio: adc: stm32-adc: "
` [PATCH v2 14/15] iio: inkern: remove OF dependencies
` [PATCH v2 15/15] iio: inkern: fix coding style warnings

[PATCH v3 0/4] drm: rename CMA helpers to DMA helpers
 2022-07-11 12:36 UTC  (5+ messages)

[PATCH v5 0/6] media: ov5693: cleanup code and add dts support
 2022-07-11 12:36 UTC  (5+ messages)
` [PATCH v5 5/6] media: dt-bindings: ov5693: document YAML binding

[PATCH RESEND v10 0/2] xen: Report and use hardware APIC virtualization capabilities
 2022-07-11 12:38 UTC  (7+ messages)
` [PATCH RESEND v10 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

[PATCH 0/7] Fix relationship between uclamp and fits_capacity()
 2022-07-11 12:36 UTC  (3+ messages)
` [PATCH 1/7] sched/uclamp: Fix relationship between uclamp and migration margin

[PATCH v11 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC
 2022-07-11 12:36 UTC 

[PATCH] doc: announce marking device and driver objects as internal
 2022-07-11 12:36 UTC  (3+ messages)

[PATCH v2 0/2] Add mt8186 mutex support for mdp3
 2022-07-11 12:32 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: soc: mediatek: add mdp3 mutex support for mt8186
` [PATCH v2 2/2] soc: mediatek: mutex: add mt8186 mutex mod settings for mdp3

[PATCH v2] scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)
 2022-07-11 12:33 UTC 

[PATCH v2] spl: mmc: Use correct MMC device when loading image
 2022-07-11 12:35 UTC 

[ammarfaizi2-block:herbert/cryptodev-2.6/master 45/53] htmldocs: Documentation/ABI/testing/sysfs-driver-qat:24: WARNING: Unexpected indentation
 2022-07-11 12:35 UTC  (4+ messages)

[PATCH libdrm v2 00/10] Big-endian fixes
 2022-07-11 12:34 UTC  (4+ messages)
` [PATCH libdrm v2 04/10] util: Add missing big-endian RGB16 frame buffer formats

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-07-11 12:32 UTC  (10+ messages)
` [PATCH V4 07/11] arm64: dts: imx8mq: Enable both G1 and G2 VPU's with vpu-blk-ctrl

[patch] RLIMIT_NPROC not enforced for root user, irrespective capabilities
 2022-07-11 12:33 UTC  (3+ messages)

[PATCH v3] tty: serial: samsung_tty: loopback mode support
 2022-07-11 12:31 UTC  (3+ messages)

[PATCH] mm/compaction: fix set skip in fast_find_migrateblock
 2022-07-11 12:32 UTC 

[PATCH] spl: mmc: Use correct MMC device when loading image
 2022-07-11 12:31 UTC  (3+ messages)

[PATCH 0/3] Add S4 SoC clock controller driver
 2022-07-11 12:25 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: clk: meson: add S4 SoC clock controller bindings

[PATCH 0/2] wifi: brcmfmac: add DT property for trivial ccode mapping
 2022-07-11 12:30 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: bcm4329-fmac: add optional brcm,ccode-map-trivial
` [PATCH 2/2] wifi: brcmfmac: support brcm,ccode-map-trivial DT property

[PATCH v12 0/3] s390x: KVM: CPU Topology
 2022-07-11 12:30 UTC  (3+ messages)
` [PATCH v12 2/3] KVM: s390: guest support for topology function

[PATCH] x86/PAT: have pat_enabled() properly reflect state when running on e.g. Xen
 2022-07-11 12:28 UTC  (5+ messages)
      ` [PATCH] x86/PAT: have pat_enabled() properly reflect state when running on e.g. Xen, with corrected patch


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.