All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-04 13:20:23 to 2022-11-04 13:49:33 UTC [more...]

[PATCH v2 00/65] clk: Make determine_rate mandatory for muxes
 2022-11-04 13:18 UTC  (86+ messages)
` [PATCH v2 20/65] clk: wm831x: clkout: Add a determine_rate hook
` [PATCH v2 21/65] clk: davinci: da8xx-cfgchip: "
` [PATCH v2 22/65] "
` [PATCH v2 23/65] clk: imx: busy: "
` [PATCH v2 24/65] clk: imx: fixup-mux: "
` [PATCH v2 25/65] clk: imx: scu: "
` [PATCH v2 26/65] clk: mediatek: cpumux: "
` [PATCH v2 27/65] clk: pxa: "
` [PATCH v2 28/65] clk: renesas: r9a06g032: "
` [PATCH v2 29/65] clk: socfpga: gate: "
` [PATCH v2 30/65] clk: stm32: core: "
` [PATCH v2 31/65] clk: tegra: bpmp: "
` [PATCH v2 32/65] clk: tegra: super: "
` [PATCH v2 33/65] clk: tegra: periph: "
` [PATCH v2 34/65] clk: ux500: prcmu: "
` [PATCH v2 35/65] clk: ux500: sysctrl: "
` [PATCH v2 36/65] clk: versatile: sp810: "
` [PATCH v2 37/65] drm/tegra: sor: "
` [PATCH v2 38/65] phy: cadence: sierra: "
` [PATCH v2 39/65] phy: cadence: torrent: "
` [PATCH v2 40/65] phy: ti: am654-serdes: "
` [PATCH v2 41/65] phy: ti: j721e-wiz: "
` [PATCH v2 42/65] rtc: sun6i: "
` [PATCH v2 43/65] ASoC: tlv320aic32x4: "
` [PATCH v2 44/65] clk: actions: composite: div: Switch to determine_rate
` [PATCH v2 45/65] clk: actions: composite: fact: "
` [PATCH v2 46/65] clk: at91: smd: "
` [PATCH v2 47/65] clk: axi-clkgen: "
` [PATCH v2 48/65] clk: cdce706: divider: "
` [PATCH v2 49/65] clk: cdce706: clkout: "
` [PATCH v2 50/65] clk: si5341: "
` [PATCH v2 51/65] clk: si5351: pll: "
` [PATCH v2 52/65] clk: si5351: msynth: "
` [PATCH v2 53/65] clk: si5351: clkout: "
` [PATCH v2 54/65] clk: da8xx: clk48: "
` [PATCH v2 55/65] clk: imx: scu: "
` [PATCH v2 56/65] clk: ingenic: cgu: "
` [PATCH v2 57/65] clk: ingenic: tcu: "
` [PATCH v2 58/65] clk: sprd: composite: "
` [PATCH v2 59/65] clk: st: flexgen: "
` [PATCH v2 60/65] clk: stm32: composite: "
` [PATCH v2 61/65] clk: tegra: periph: "
` [PATCH v2 62/65] clk: tegra: super: "

[PATCH v2 0/6] iommu/exynos: Convert to a module
 2022-11-04 13:48 UTC  (19+ messages)
  ` [PATCH v2 2/6] iommu/exynos: Fix retval on getting clocks in probe
  ` [PATCH v2 3/6] iommu/exynos: Modularize the driver
  ` [PATCH v2 4/6] iommu/exynos: Implement shutdown driver method
  ` [PATCH v2 5/6] iommu/exynos: Rearrange the platform driver code
  ` [PATCH v2 6/6] media: platform: Use IS_ENABLED() to check EXYNOS_IOMMU in s5p_mfc

presume-ack option exact meaning
 2022-11-04 13:49 UTC 

[v2 0/10] Initial support for Cadence MHDP(HDMI/DP) for i.MX8MQ
 2022-11-04 13:46 UTC  (21+ messages)
` [v2 02/10] dts-bingings: display: bridge: Add MHDP HDMI bindings "
` [v2 05/10] dts-bindings: display: bridge: Add MHDP DP "
` [v2 07/10] dts-bindings: phy: Add Cadence HDP-TX DP PHY bindings
` [v2 09/10] dts-bindings: phy: Add Cadence HDP-TX HDMI "

[PATCH] mm: swap the definition of CONFIG_SPARSEMEM_VMEMMAP and CONFIG_SPARSEMEM
 2022-11-04 13:45 UTC  (2+ messages)

arch/s390/boot/compressed/../../../../lib/decompress_unlzma.c:578:21: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not
 2022-11-04 13:45 UTC 

"git bisect run" strips "--log" from the list of arguments
 2022-11-04 13:32 UTC  (18+ messages)
` [PATCH 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND
  ` [PATCH 2/3] bisect--helper: move all subcommands into their own functions
` [PATCH 00/13] bisect: v2.30.0 "run" regressions + make it built-in
  ` [PATCH 01/13] bisect tests: test for v2.30.0 "bisect run" regressions
  ` [PATCH 02/13] bisect: refactor bisect_run() to match CodingGuidelines
  ` [PATCH 03/13] bisect: fix output regressions in v2.30.0
  ` [PATCH 04/13] bisect run: fix "--log" eating regression "
  ` [PATCH 05/13] bisect run: keep some of the post-v2.30.0 output
  ` [PATCH 06/13] bisect test: test exit codes on bad usage
  ` [PATCH 07/13] bisect--helper: emit usage for "git bisect"
  ` [PATCH 08/13] bisect--helper: have all functions take state, argc, argv, prefix
  ` [PATCH 09/13] parse-options API: don't restrict OPT_SUBCOMMAND() to one *_fn type
  ` [PATCH 10/13] bisect--helper: remove dead --bisect-{next-check,autostart} code
  ` [PATCH 11/13] bisect--helper: convert to OPT_SUBCOMMAND_CB()
  ` [PATCH 12/13] bisect--helper: make `state` optional
  ` [PATCH 13/13] Turn `git bisect` into a full built-in

[PATCH v7 00/23] nvme-tcp receive offloads
 2022-11-04 13:44 UTC  (13+ messages)
` [PATCH v7 01/23] net: Introduce direct data placement tcp offload

[PATCH 0/3] dmaengine: dw-edma: Add support for native HDMA
 2022-11-04 13:45 UTC  (5+ messages)
` [PATCH 1/3] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
` [PATCH 2/3] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation

[PATCH] sunrpc: svc: Remove an unused static function svc_ungetu32()
 2022-11-04 13:44 UTC  (2+ messages)

[PATCH] usb: chipidea: ci_hdrc_imx: Fix a typo ("regualator")
 2022-11-04 13:43 UTC  (3+ messages)

[PATCH v4] evm: Correct inode_init_security hooks behaviors
 2022-11-04 13:43 UTC  (3+ messages)

[LTP] [PATCH] syscalls/statx01: Fix reading 64-bit mnt_id value from mountinfo on i586
 2022-11-04 13:44 UTC  (2+ messages)

[PATCH v4 0/4] rcu: Add RCU stall diagnosis information
 2022-11-04 13:43 UTC  (4+ messages)
` [PATCH v4 4/4] "

[dm-devel] A crash caused by the commit 0dd84b319352bb8ba64752d4e45396d8b13e6018
 2022-11-04 13:40 UTC  (7+ messages)
        `  "

[LTP] [PATCH v2] tst_tmpdir: add TST_GET_TMPDIR_ROOT() to get the TMPDIR env var
 2022-11-04 13:42 UTC  (2+ messages)

[xen-unstable-smoke test] 174622: tolerable all pass - PUSHED
 2022-11-04 13:40 UTC 

[PATCH] btrfs: fix improper error handling in btrfs_unlink
 2022-11-04 13:38 UTC  (2+ messages)

Try to address the DMA-buf coherency problem
 2022-11-04 13:38 UTC  (15+ messages)

[igt-dev] KUnit issues - Was: [PATCH RFC v2 8/8] drm/i915: check if current->mm is not NULL
 2022-11-04 13:37 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for KUnit issues - Was: [igt-dev] [PATCH RFC v2 8/8] drm/i915: check if current->mm is not NULL (rev2)

[PATCH] rtc: ds1347: fix value written to century register
 2022-11-04 13:29 UTC  (2+ messages)

[PATCH -next] iio: core: fix missing mutex_unlock() in iio_device_claim_buffer_mode()
 2022-11-04 13:38 UTC  (5+ messages)

[PATCH v1 0/2] A couple of tracepoint updates
 2022-11-04 13:35 UTC  (4+ messages)
` [PATCH v1 2/2] NFSD: Re-arrange file_close_inode tracepoints

[PATCH 0/2] Qualcomm Ramp Controller and MSM8976 config
 2022-11-04 13:35 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: Add bindings for Qualcomm Ramp Controller
` [PATCH 2/2] soc: qcom: Add Qualcomm Ramp Controller driver

[PATCH 0/2] Support MSM8976 SAW2 for both clusters
 2022-11-04 13:34 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: spm: Add compatibles for MSM8976 L2
` [PATCH 2/2] soc: qcom: spm: Implement support for SAWv2.3, MSM8976 L2 PM

[PATCH] gitlab-ci: split clang-user to avoid timeout
 2022-11-04 13:33 UTC  (4+ messages)

[PATCH net-next 0/4] Remove phylink_validate() from Felix DSA driver
 2022-11-04 13:32 UTC  (5+ messages)
` [PATCH net-next 4/4] net: dsa: remove phylink_validate() method

[PATCH 0/5] Add GMAC support for S32 SoC family
 2022-11-04 13:30 UTC  (8+ messages)
` [PATCH 2/5] dt-bindings: net: add schema for NXP S32CC dwmac glue driver

[PATCH bpf-next] selftests/bpf: fix build-id for liburandom_read.so
 2022-11-04 13:29 UTC  (2+ messages)

[PATCH net-next 0/2] Update R8152 module to version 2
 2022-11-04 13:25 UTC  (2+ messages)
` [PATCH net-next 1/2] Reverse 744d49daf8bd3b17b345c836f2e6f97d49fa6ae8 so that the v2 r8152 driver can use netif_set_gso_max_*

[PATCH] serial: Fix a typo ("ignorning")
 2022-11-04 13:25 UTC  (4+ messages)

[PATCH] hugetlbfs: don't delete error page from pagecache
 2022-11-04 13:27 UTC  (3+ messages)

[u-boot][PATCH 00/14] rawnand: omap_gpmc: driver model support
 2022-11-04 13:27 UTC  (2+ messages)

[PATCH V2] dmaengine: Fix client_count is countered one more incorrectly
 2022-11-04 13:25 UTC  (3+ messages)

[PATCH v2 0/3] Add msm8916-alcatel-idol347 torch and LED support
 2022-11-04 13:24 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: msm8916-alcatel-idol347: Add GPIOs -state suffix
` [PATCH v2 2/3] arm64: dts: qcom: msm8916-alcatel-idol347: add GPIO torch LED
` [PATCH v2 3/3] arm64: dts: qcom: msm8916-alcatel-idol347: add LED indicator

drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:185 dpu_core_perf_crtc_check() warn: inconsistent indenting
 2022-11-04 13:25 UTC 

[PATCH] tests/qtest: netdev: test stream and dgram backends
 2022-11-04 13:24 UTC  (5+ messages)

[PATCH] gcov: clang: fix the buffer overflow issue
 2022-11-04 13:23 UTC 

[PATCH 0/5] net: ethernet: ti: am65-cpsw: Add suspend/resume support
 2022-11-04 13:23 UTC  (6+ messages)
` [PATCH 1/5] net: ethernet: ti: am65-cpsw/cpts: Add suspend/resume helpers
` [PATCH 2/5] net: ethernet: ti: am65-cpsw: Add suspend/resume support
` [PATCH 3/5] net: ethernet: ti: cpsw_ale: Add cpsw_ale_restore() helper
` [PATCH 4/5] net: ethernet: ti: am65-cpsw: retain PORT_VLAN_REG after suspend/resume
` [PATCH 5/5] net: ethernet: ti: am65-cpsw: Fix hardware switch mode on suspend/resume

[PATCH] arm64: rockchip: Remove unknown regulator-init-microvolt property
 2022-11-04 13:20 UTC  (3+ messages)

[PATCH] doc: update sample action description for mlx5
 2022-11-04 13:23 UTC  (3+ messages)

[PATCH v2 00/32] dmaengine: at_hdmac: Fix concurrency bugs and then convert to virt-dma
 2022-11-04 13:22 UTC  (3+ messages)

[PATCH] dt-bindings: qcom: add another exception to the device naming rule
 2022-11-04 13:23 UTC  (2+ messages)

[PATCH] ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()
 2022-11-04 13:22 UTC  (2+ messages)

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-04 10:53 UTC  (5+ messages)
` [PATCH v11 01/11] s390x: Register TYPE_S390_CCW_MACHINE properties as class properties

[PATCH] arm64: tegra: Remove clock-names from PWM nodes
 2022-11-04 13:21 UTC  (3+ messages)

[PATCH 0/7] Add CA enforcement keyring restrictions
 2022-11-04 13:20 UTC  (2+ messages)

[PATCH] qom.json: default the prealloc-threads to smp-cpus
 2022-11-04 13:21 UTC  (4+ messages)

[PATCH 0/2] net: phy: dp83867: add DT bindings and support for active low LEDs
 2022-11-04 13:21 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: dp83867: define ti,ledX-active-low properties

[PATCH 0/3] Add support for ADF4377
 2022-11-04 13:21 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: iio: frequency: add adf4377 doc

[PATCH 0/2] gitlab: improve debuggability of jobs
 2022-11-04 13:19 UTC  (5+ messages)
` [PATCH 2/2] gitlab: show configure/make args before running


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.