All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-25 11:47:14 to 2022-03-25 12:28:39 UTC [more...]

[PATCH 0/3] mtd: rawnand: omap_elm: convert DT binding to yaml
 2022-03-25 12:27 UTC  (15+ messages)
` [PATCH 1/3] dt-bindings: mtd: ti,elm: Convert "
` [PATCH 2/3] dt-bindings: mtd: ti,elm: Add support for AM64 ELM

[PATCH 0/3] Add LTRF216A Driver
 2022-03-25 12:25 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add 'ltr' as deprecated vendor prefix
` [PATCH 2/3] dt-bindings: Document ltrf216a light sensor bindings
` [PATCH 3/3] iio: light: Add support for ltrf216a sensor

[PATCH] CI: Pin pylint version to 2.12.2
 2022-03-25 12:28 UTC 

[PATCH 0/4] Add support for MStar MSC313 uarts
 2022-03-25 12:25 UTC  (7+ messages)
` [PATCH 3/4] ARM: dts: mstar: Switch pm_uart to mstar,msc313-uart
` [PATCH 4/4] ARM: dts: mstar: Add second UART to base dtsi

[PATCH v6 00/22] fscache, erofs: fscache-based on-demand read semantics
 2022-03-25 12:22 UTC  (46+ messages)
` [PATCH v6 00/22] fscache,erofs: "
` [PATCH v6 01/22] fscache: export fscache_end_operation()
` [PATCH v6 02/22] cachefiles: extract write routine
` [PATCH v6 03/22] cachefiles: notify user daemon with anon_fd when looking up cookie
` [PATCH v6 04/22] cachefiles: notify user daemon when withdrawing cookie
` [PATCH v6 05/22] cachefiles: implement on-demand read
` [PATCH v6 06/22] cachefiles: enable on-demand read mode
` [PATCH v6 07/22] cachefiles: document "
` [PATCH v6 08/22] erofs: use meta buffers for erofs_read_superblock()
` [PATCH v6 09/22] erofs: make erofs_map_blocks() generally available
` [PATCH v6 10/22] erofs: add mode checking helper
` [PATCH v6 11/22] erofs: register global fscache volume
` [PATCH v6 12/22] erofs: add cookie context helper functions
` [PATCH v6 13/22] erofs: add anonymous inode managing page cache of blob file
` [PATCH v6 14/22] erofs: add erofs_fscache_read_folios() helper
` [PATCH v6 15/22] erofs: register cookie context for bootstrap blob
` [PATCH v6 16/22] erofs: implement fscache-based metadata read
` [PATCH v6 17/22] erofs: implement fscache-based data read for non-inline layout
` [PATCH v6 18/22] erofs: implement fscache-based data read for inline layout
` [PATCH v6 19/22] erofs: register cookie context for data blobs
` [PATCH v6 20/22] erofs: implement fscache-based data read "
` [PATCH v6 21/22] erofs: implement fscache-based data readahead
` [PATCH v6 22/22] erofs: add 'tag' mount option

[PATCH] dma/pool: do not complain if DMA pool is not allocated
 2022-03-25 12:25 UTC 

[PATCH 0/3] thermal: int340x: Misc acpi_buffer handling updates
 2022-03-25 12:25 UTC  (3+ messages)
` [PATCH 1/3] thermal: int340x: Fix bogus acpi_buffer pointer freeing

FAILED: patch "[PATCH] crypto: qat - disable registration of algorithms" failed to apply to 4.9-stable tree
 2022-03-25 12:25 UTC  (2+ messages)

[PATCH v5 00/13] drm/msm: Add Display Stream Compression Support
 2022-03-25 12:24 UTC  (4+ messages)
` [PATCH v5 02/13] drm/msm/dsi: Pass DSC params to drm_panel

RTT-PROBE: lore-subspace-rtt
 2022-03-25 12:26 UTC 

[PATCH 0/9] drm/edid: constify EDID parsing
 2022-03-25 12:25 UTC  (20+ messages)
` [Intel-gfx] "
` [PATCH 1/9] drm/edid: don't modify EDID while parsing
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 2/9] drm/edid: pass a timing pointer to is_display_descriptor()
  `  "
` [Intel-gfx] [PATCH 3/9] drm/edid: use struct detailed_timing member access in is_rb()
  `  "
` [Intel-gfx] [PATCH 4/9] drm/edid: use struct detailed_timing member access in gtf2 functions
  `  "
` [Intel-gfx] [PATCH 5/9] drm/edid: constify struct detailed_timing in lower level parsing
  `  "
` [PATCH 6/9] drm/edid: constify struct detailed_timing in parsing callbacks
  ` [Intel-gfx] "
` [PATCH 7/9] drm/edid: constify struct edid passed to detailed blocks
  ` [Intel-gfx] "
` [PATCH 8/9] drm/edid: constify struct edid passed around in callbacks and closure
  ` [Intel-gfx] "
` [PATCH 9/9] drm/edid: add more general struct edid constness in the interfaces
  ` [Intel-gfx] "

running into OOM killer with kexec loading large ramdisk
 2022-03-25 12:26 UTC  (2+ messages)

xeno-test fails when kernel 64bit userland 32bit
 2022-03-25 12:26 UTC 

[GIT PULL] locking changes for v5.18
 2022-03-25 12:23 UTC  (11+ messages)
      ` [PATCH] x86/defconfig: Enable WERROR
          ` [PATCH] x86/config: Make the x86 defconfigs a bit more usable

clang memcpy calls
 2022-03-25 12:15 UTC  (3+ messages)

[PATCH 0/7] linux-user/nios2: Fix clone and sigreturn
 2022-03-25 12:16 UTC  (15+ messages)
` [PATCH 1/7] linux-user/nios2: Fix clone child return
` [PATCH 2/7] linux-user/nios2: Drop syscall 0 "workaround"
` [PATCH 3/7] linux-user/nios2: Adjust error return
` [PATCH 4/7] linux-user/nios2: Handle special qemu syscall return values
` [PATCH 5/7] linux-user/nios2: Remove do_sigreturn
` [PATCH 6/7] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
` [PATCH 7/7] tests/tcg/nios2: Re-enable linux-user tests

clang build fails with `../grub-core/lib/gnulib/regex.h:682:20: error: variable length array used [-Werror,-Wvla]`
 2022-03-25 12:24 UTC  (2+ messages)

[PATCH] eal: factorize lcore main loop
 2022-03-25 12:23 UTC  (5+ messages)

VIM3 - A311D - I2C AO Clock Questions
 2022-03-25 12:22 UTC  (6+ messages)

[cip-dev][isar-cip-core][PATCH] python3-shtab: add export to the DEB_BUILD_PROFILES
 2022-03-25 12:22 UTC  (4+ messages)

[PATCH v3 0/3] Add reset deassertion for Aspeed MDIO
 2022-03-25 12:19 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: net: add reset property for aspeed, ast2600-mdio binding

[PATCH v4 0/6] drm/msm: rework MDSS drivers
 2022-03-25 12:17 UTC  (14+ messages)
` [PATCH v4 1/6] drm/msm: unify "
` [PATCH v4 2/6] drm/msm: remove extra indirection for msm_mdss
` [PATCH v4 3/6] drm/msm: split the main platform driver
` [PATCH v4 4/6] drm/msm: stop using device's match data pointer
` [PATCH v4 5/6] drm/msm: allow compile time selection of driver components
` [PATCH v4 6/6] drm/msm: make mdp5/dpu devices master components

[PATCH 0/2] Add Richtek RT5759 buck converter support
 2022-03-25 12:17 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: regulator: Add binding for Richtek RT5759 DCDC converter
` [PATCH 2/2] regulator: rt5759: Add support "

RTT-PROBE: lore-subspace-rtt
 2022-03-25 12:15 UTC 

[PATCH 1/3] x86/mem_sharing: option to skip populating special pages during fork
 2022-03-25 12:14 UTC  (15+ messages)
` [PATCH 3/3] x86/mem_sharing: make fork_reset more configurable

[PATCH v2] ARM: dts: aspeed: add Nuvia DC-SCM BMC
 2022-03-25 12:10 UTC  (3+ messages)

[PATCH v2 1/3] tcp: export symbol tcp_set_congestion_control
 2022-03-25 12:11 UTC  (4+ messages)
` [PATCH v2 2/3] nvme-tcp: support specifying the congestion-control

[PATCH] drm/i915/uapi: Document DRM_I915_QUERY_HWCONFIG_BLOB
 2022-03-25 12:11 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/uapi: Document DRM_I915_QUERY_HWCONFIG_BLOB (rev2)

[PATCH] mmc: zynq_sdhci: Fix SDx_BASECLK configuration
 2022-03-25 12:11 UTC 

[PATCH v4 0/2] ipc: Store mq and ipc sysctls in the ipc namespace
 2022-03-25 12:10 UTC  (4+ messages)
` [GIT PULL] ipc: Bind to the ipc namespace at open time

[PATCH v3] net/bonding: another fix to LACP mempool size
 2022-03-25 12:10 UTC  (6+ messages)
` [PATCH v4] "
      `  "
  ` [PATCH v5] "

[PATCH V2 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
 2022-03-25 12:08 UTC  (5+ messages)
` [PATCH V2 2/2] drivers/perf: hisi: add "

[BUG] deadlock in nl80211_vendor_cmd
 2022-03-25 12:09 UTC  (10+ messages)

[RFC] drm/i915: Split out intel_vtd_active and run_as_guest to own header
 2022-03-25 12:09 UTC  (9+ messages)
            ` [Intel-gfx] "

[PATCH] sched: dynamic config sd_flags if described in DT
 2022-03-25 12:06 UTC  (8+ messages)

[PATCH 1/2] x86/chacha20: Avoid spurious jumps to other functions
 2022-03-25 12:05 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-25 12:05 UTC 

[PATCH v3 0/3] mmc: xenon: Convert to JSON schema
 2022-03-25 12:04 UTC  (7+ messages)
` [PATCH v3 2/3] dt-bindings: "
` [PATCH v3 3/3] dt-bindings: mmc: xenon: add marvell,sdhci-xenon compatible

[PATCH v4 0/9] imx8mm: add pwm-imx backlight support
 2022-03-25 12:02 UTC  (10+ messages)
` [PATCH v4 1/9] arch: mach-imx: imx8m: add pwm ctrl registers fields defines
` [PATCH v4 2/9] arch: mach-imx: imx8m: add pwm_regs struct in imx-regs
` [PATCH v4 3/9] clk: imx8mm: add pwm clocks support
` [PATCH v4 4/9] drivers: pwm: pwm-imx: move pwm-imx-util into pwm-imx
` [PATCH v4 5/9] driver: pwm: pwm-imx: get and enable per/ipg clock using dm
` [PATCH v4 6/9] driver: pwm: pwm-imx: introduce pwm_dm_imx_get_parms
` [PATCH v4 7/9] driver: pwm: pwm-imx: separe dm from non dm implementation
` [PATCH v4 8/9] arm: dts: imx8mm_evk: add pwm1/backlight support
` [PATCH v4 9/9] configs: imx8mm_evk: add pwm backlight support

[PATCH V6 04/10] PCI/DOE: Introduce pci_doe_create_doe_devices
 2022-03-25 12:02 UTC  (6+ messages)

[PATCH v2] libceph: print fsid and client gid with mon id and osd id
 2022-03-25 12:03 UTC  (7+ messages)

Signed CLA from ASPEED 2022/3/25
 2022-03-25  1:35 UTC  (2+ messages)

[PATCH 00/16] rtw89: refine PCI and MAC codes into function with attributes
 2022-03-25 12:01 UTC  (3+ messages)

[dpdk-dev] [PATCH] maintainers: update for NFP
 2022-03-25 12:01 UTC 

[PATCH mtd-utils] nandwrite: warn about writing 0xff blocks
 2022-03-25 12:00 UTC 

[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
 2022-03-25 12:00 UTC  (2+ messages)

Recent changes (master)
 2022-03-25 12:00 UTC 

[PATCH V8 0/7] Add Qualcomm Technologies, Inc. PM8008 regulator driver
 2022-03-25 11:58 UTC  (8+ messages)
` [PATCH V8 1/7] dt-bindings: mfd: pm8008: Modify the compatible as per driver
` [PATCH V8 2/7] dt-bindings: mfd: pm8008: Add pm8008 regulator bindings
` [PATCH V8 3/7] mfd: pm8008: Add mfd cell struct to register LDOs
` [PATCH V8 4/7] regulator: Add a regulator driver for the PM8008 PMIC
` [PATCH V8 5/7] arm64: dts: qcom: pm8008-infra: Add base dts file for pm8008 infra
` [PATCH V8 6/7] arm64: dts: qcom: pm8008-regulators: Add base dts file for pm8008 regulators
` [PATCH V8 7/7] arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp

[PATCH v8 1/4] iio:frequency:admv1014: add support for ADMV1014
 2022-03-25 11:57 UTC  (3+ messages)

[PATCH 1/2] vdpa: mlx5: prevent cvq work from hogging CPU
 2022-03-25 11:57 UTC  (13+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-25 11:55 UTC 

[tip:sched/core] BUILD SUCCESS 3387ce4d8a5f2956fab827edf499fe6780e83faa
 2022-03-25 11:54 UTC  (6+ messages)

[PATCH v2 0/6] cxl: Handle DVSEC range init failures
 2022-03-25 11:54 UTC  (7+ messages)
` [PATCH v2 4/6] cxl/pci: Make cxl_dvsec_ranges() failure not fatal to cxl_pci
` [PATCH v2 5/6] cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()
` [PATCH v2 6/6] cxl/mem: Replace redundant debug message with a comment

[PATCH 0/5] small for-next cleanups
 2022-03-25 11:52 UTC  (6+ messages)
` [PATCH 1/5] io_uring: cleanup conditional submit locking
` [PATCH 2/5] io_uring: partially uninline io_put_task()
` [PATCH 3/5] io_uring: silence io_for_each_link() warning
` [PATCH 4/5] io_uring: refactor io_req_add_compl_list()
` [PATCH 5/5] io_uring: improve req fields comments

[PATCH bpf-next 0/2] kprobes: rethook: x86: Replace kretprobe trampoline with rethook
 2022-03-25 11:51 UTC  (4+ messages)
` [PATCH bpf-next 2/2] rethook: kprobes: x86: Replace kretprobe with rethook on x86

[PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function
 2022-03-25 11:51 UTC  (9+ messages)
              ` [OE-core] "

[PATCH for-7.0] target/ppc: fix helper_xvmadd* argument order
 2022-03-25 11:41 UTC  (2+ messages)

[PATCH] MIPS: lantiq: check the return value of kzalloc()
 2022-03-25 11:49 UTC 

[PATCH] mdadm: Fix double free
 2022-03-25 11:48 UTC 

[LTP] [REGRESSION] lkft ltp for 00f1e12
 2022-03-25 11:46 UTC 


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.