All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-14 08:36:44 to 2022-03-14 09:18:09 UTC [more...]

[PATCH] driver/nvme/host: Support duplicated nsid for the private
 2022-03-14  9:17 UTC  (3+ messages)
    `  "

RTT-PROBE: lore-subspace-rtt
 2022-03-14  9:16 UTC 

[PATCH 0/1] Fix 8250 XON/XOFF for DMA-capable devices
 2022-03-14  9:14 UTC  (2+ messages)
` [PATCH 1/1] serial: 8250: fix XOFF/XON sending when DMA is used

[oe-core][PATCHv2] cairo: update to v1.17.4
 2022-03-14  9:12 UTC  (7+ messages)

[PATCH v3 1/5] ACPI / x86: Add support for LPS0 callback handler
 2022-03-14  9:12 UTC  (3+ messages)

[PATCH] drivers/adc/rockchip-saradc: remove double semi-colon
 2022-03-14  9:12 UTC  (4+ messages)
  ` [PATCH v2] rockchip: saradc: "

[PATCH 4.19 00/34] 4.19.232-rc1 review
 2022-03-14  9:11 UTC  (5+ messages)
` [PATCH 4.19 01/34] cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug

[PATCH V7 0/5] add display support for MediaTek SoC MT8186
 2022-03-14  9:00 UTC  (24+ messages)
` [PATCH V7 1/5] dt-bindings: display: mediatek: add aal binding for MT8183
` [PATCH V7 2/5] dt-bindings: display: mediatek: revise enum to const
` [PATCH V7 3/5] dt-bindings: display: mediatek: change to use enum for mutex
` [PATCH V7 4/5] dt-bindings: display: mediatek: add MT8186 SoC binding
` [PATCH V7 5/5] drm/mediatek: add display support for MT8186

RTT-PROBE: lore-subspace-rtt
 2022-03-14  9:11 UTC 

[RFC/PATCH] crypto: ccree - fix a race of enqueue_seq() in send_request_init()
 2022-03-14  9:11 UTC  (3+ messages)

Technical support
 2022-03-14  8:43 UTC 

[PATCH] app/testpmd: fix issue with memory leaks when quit testpmd
 2022-03-14  9:10 UTC  (3+ messages)
` [PATCH v2] "

[Buildroot] [git commit branch/2021.11.x] package/samba4: security bump to version 4.14.12
 2022-03-14  9:09 UTC 

[Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.15.5
 2022-03-14  9:10 UTC  (2+ messages)

[PATCH v2] mm: Only re-generate demotion targets when a numa node changes its N_CPU state
 2022-03-14  9:09 UTC  (4+ messages)

[mm/page_alloc] 8212a964ee: vm-scalability.throughput 30.5% improvement
 2022-03-14  9:09 UTC  (7+ messages)

[PATCH v1 00/11] rockchip fixes and extend rk3568 support
 2022-03-14  9:08 UTC  (15+ messages)
` [PATCH v1 01/11] clk: rockchip: rk3568: fix reset handler
` [PATCH v1 02/11] mmc: sdhci: allow disabling sdma in spl
` [PATCH v1 03/11] spi: rockchip-sfc: fix building rockchip-sfc
` [PATCH v1 04/11] spi: rockchip-sfc: sanity check minimum freq
` [PATCH v1 06/11] rockchip: handle bootrom recovery mode in spl
` [PATCH v1 08/11] rockchip: rk3568: enable automatic clock gating

[PATCH v2 0/5] platform/chrome: cros_kbd_led_backlight: add EC PWM backend
 2022-03-14  9:08 UTC  (6+ messages)
` [PATCH v2 1/5] platform/chrome: cros_kbd_led_backlight: sort headers alphabetically
` [PATCH v2 2/5] platform/chrome: cros_kbd_led_backlight: separate ACPI backend
` [PATCH v2 3/5] dt-bindings: add google,cros-kbd-led-backlight
` [PATCH v2 4/5] platform/chrome: cros_kbd_led_backlight: support OF match
` [PATCH v2 5/5] platform/chrome: cros_kbd_led_backlight: support EC PWM backend

[PATCH v2 0/3] bootconfig: Support embedding a bootconfig in kernel for non initrd boot
 2022-03-14  9:08 UTC  (4+ messages)
` [PATCH v2 1/3] bootconfig: Check the checksum before removing the bootconfig from initrd
` [PATCH v2 2/3] bootconfig: Support embedding a bootconfig file in kernel
` [PATCH v2 3/3] docs: bootconfig: Add how to embed the bootconfig into kernel

[syzbot] kernel panic: corrupted stack end in rtnl_newlink
 2022-03-14  9:08 UTC  (4+ messages)

[PATCH v3 00/18] btrfs: split bio at btrfs_map_bio() time
 2022-03-14  9:07 UTC  (19+ messages)
` [PATCH v3 01/18] btrfs: update an stale comment on btrfs_submit_bio_hook()
` [PATCH v3 02/18] btrfs: save bio::bi_iter into btrfs_bio::iter before any endio
` [PATCH v3 03/18] btrfs: use correct bio size for error message in btrfs_end_dio_bio()
` [PATCH v3 04/18] btrfs: refactor btrfs_map_bio()
` [PATCH v3 05/18] btrfs: move btrfs_bio_wq_end_io() calls into submit_stripe_bio()
` [PATCH v3 06/18] btrfs: replace btrfs_dio_private::refs with btrfs_dio_private::pending_bytes
` [PATCH v3 07/18] btrfs: introduce btrfs_bio_split() helper
` [PATCH v3 08/18] btrfs: make data buffered read path to handle split bio properly
` [PATCH v3 09/18] btrfs: make data buffered write endio function to be split bio compatible
` [PATCH v3 10/18] btrfs: make metadata write endio functions "
` [PATCH v3 11/18] btrfs: make dec_and_test_compressed_bio() "
` [PATCH v3 12/18] btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()
` [PATCH v3 13/18] btrfs: allow btrfs_map_bio() to split bio according to chunk stripe boundaries
` [PATCH v3 14/18] btrfs: remove buffered IO stripe boundary calculation
` [PATCH v3 15/18] btrfs: remove stripe boundary calculation for compressed IO
` [PATCH v3 16/18] btrfs: remove the stripe boundary calculation for direct IO
` [PATCH v3 17/18] btrfs: remove the stripe boundary calcluation for encoded IO
` [PATCH v3 18/18] btrfs: unexport btrfs_get_io_geometry()

[PATCH 00/64] media: Kconfig/Makefile reorg
 2022-03-14  7:55 UTC  (10+ messages)
` [PATCH 06/64] media: platform: place Aspeed driver on a separate dir
` [PATCH 28/64] media: platform: sun8i-di: move config to its own file
` [PATCH 40/64] media: platform: rename coda/ to chips-media/
` [PATCH 45/64] media: platform: rename mtk-vcodec/ to mediatek/mtk-vcodec/
` [PATCH 49/64] media: platform: rename amphion/ to nxp/amphion/
` [PATCH 64/64] media: Kconfig: cleanup VIDEO_DEV dependencies

[PATCH] riscv: Increase stack size under KASAN
 2022-03-14  9:06 UTC 

[PATCH] crypto: move sm3 and sm4 into crypto directory
 2022-03-14  9:07 UTC 

Servicio de la flota
 2022-03-14  9:05 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-14  9:06 UTC 

Servicio de la flota
 2022-03-14  9:05 UTC 

[PATCH v2] x86: avoid SORT_BY_INIT_PRIORITY with old GNU ld
 2022-03-14  9:05 UTC  (6+ messages)

[PATCH STABLE 5.10 5.4 4.19 4.14] ext4: add check to prevent attempting to resize an fs with sparse_super2
 2022-03-14  8:57 UTC  (2+ messages)

[next] arm: Internal error: Oops: 5 PC is at __read_once_word_nocheck
 2022-03-14  9:02 UTC  (15+ messages)

[PATCH v2 -next] i2c: designware: Remove code duplication
 2022-03-14  9:03 UTC  (4+ messages)

[PATCH v3 -next] i2c: designware: Remove code duplication
 2022-03-14  9:03 UTC 

[PATCH 0/3] OP-TEE RPC argument cache
 2022-03-14  9:03 UTC  (3+ messages)
` [PATCH 2/3] optee: add FF-A capability OPTEE_FFA_SEC_CAP_ARG_OFFSET

[PATCH 0/5] ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682
 2022-03-14  9:00 UTC  (8+ messages)
` [PATCH 4/5] ASoC: mediatek: mt8195: add machine driver with mt6359, "

[PATCH v5 0/3] Add support for RZ/G2L VSPD
 2022-03-14  9:01 UTC  (5+ messages)
` [PATCH v5 1/3] media: dt-bindings: media: renesas,vsp1: Document RZ/{G2L,V2L} VSPD bindings

RTT-PROBE: lore-subspace-rtt
 2022-03-14  9:01 UTC 

[PATCH] btrfs: btrfs_dev_replace_finishing use fs_devices pointer
 2022-03-14  9:00 UTC  (2+ messages)

[PATCH 0/5] build fixes on FreeBSD
 2022-03-14  9:00 UTC  (4+ messages)
` [PATCH 5/5] eventdev: fix compilation with clang C++ builds

[PATCH v11 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-03-14  8:57 UTC  (5+ messages)
` [PATCH v11 2/2] arm64: Enable BTI for main "

[PATCH v3 0/4] x86: further improve timer freq calibration accuracy
 2022-03-14  8:58 UTC  (9+ messages)
` [PATCH v3 3/4] x86/APIC: skip unnecessary parts of __setup_APIC_LVTT()
` [PATCH v3 4/4] x86/APIC: make connections between seemingly arbitrary numbers

[PATCH] media: Kconfig: cleanup VIDEO_DEV dependencies
 2022-03-14  8:58 UTC  (2+ messages)

[PATCH] kasan, scs: collect stack traces from shadow stack
 2022-03-14  8:57 UTC  (3+ messages)

[meta-oe][PATCH 1/6] zbar: Update 1.23.1 -> 1.23.92+4e0f618
 2022-03-14  8:56 UTC  (4+ messages)
` [meta-oe][PATCH 4/6] opencl-icd-loader: Update 2020.12.18 -> v2022.01.04
` [meta-oe][PATCH 5/6] opencl-headers: Update v2020.12.18 "
` [meta-oe][PATCH 6/6] opencl-clhpp: Update 2.0.15 -> 2.0.16

cip/linux-4.19.y-cip ltp-timers: 6 runs, 2 regressions (v4.19.233-cip69) #kernelci
 2022-03-14  8:57 UTC 

cip/linux-4.19.y-cip ltp-mm: 6 runs, 1 regressions (v4.19.233-cip69) #kernelci
 2022-03-14  8:57 UTC 

[PATCH 00/24] Organize media platform drivers per manufacturer
 2022-03-14  8:54 UTC  (7+ messages)
` [PATCH 15/24] media: platform: rename s5p-jpeg/ to samsung/s5p-jpeg/
` [PATCH 17/24] media: platform: rename stm32/ to sti/stm32/

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-14  8:56 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-14  8:56 UTC 

[PATCH] ASoC: dt-bindings: Fix patternProperties with fixed strings
 2022-03-14  8:54 UTC  (3+ messages)

cip/linux-5.10.y-cip build: 144 builds: 3 failed, 141 passed, 4 errors, 10 warnings (v5.10.104-cip3) #kernelci
 2022-03-14  8:55 UTC 

[RFC PATCH 0/2] Add support for snapshot names encryption
 2022-03-14  8:54 UTC  (3+ messages)
` [RFC PATCH 2/2] ceph: add support for handling encrypted snapshot names in subtree

[PATCH] ASoC: soc-compress: Change the check for codec_dai
 2022-03-14  8:54 UTC  (2+ messages)

[PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2022-03-14  8:50 UTC 

[PATCH] mfd: ab8500: clean up definitions in header after debugfs removal
 2022-03-14  8:49 UTC  (3+ messages)

[PATCH] dt-bindings: extcon: maxim,max77843: fix ports type
 2022-03-14  8:52 UTC  (2+ messages)

[PATCH iproute2-next] link_xfrm: if_id must be non zero
 2022-03-14  8:52 UTC 

[PATCH 0/6] media: i2c: ov5670: OF support, runtime_pm, regulators
 2022-03-14  8:51 UTC  (6+ messages)
` [PATCH 2/6] media: i2c: ov5670: Allow probing with OF

RTT-PROBE: lore-subspace-rtt
 2022-03-14  8:51 UTC 

[PATCH v10 0/6] Clock and PCIe support for Airoha EN7523 SoC
 2022-03-14  8:44 UTC  (21+ messages)
` [PATCH v10 1/6] dt-bindings: Add en7523-scu device tree binding documentation
` [PATCH v10 2/6] clk: en7523: Add clock driver for Airoha EN7523 SoC
` [PATCH v10 3/6] ARM: dts: add clock support for Airoha EN7523
` [PATCH v10 4/6] dt-bindings: PCI: Add support for Airoha EN7532
` [PATCH v10 5/6] PCI: mediatek: Allow building for ARCH_AIROHA
` [PATCH v10 6/6] ARM: dts: Add PCIe support for Airoha EN7523

[PATCH v2] net/mlx5: handle MPRQ incompatibility with external buffers
 2022-03-14  8:50 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] nvme: Fix zns drives without append support to export correct permissions
 2022-03-14  8:44 UTC  (4+ messages)

[Buildroot] [PATCH v3 0/7] boot/optee-os: support new optee-os 3.16.0 build dependencies
 2022-03-14  8:47 UTC  (6+ messages)
` [Buildroot] [PATCH v3 1/7] package/python-cryptography: enable host package

[PATCH v2] docs/scheduler: Introduce the doc of load average
 2022-03-14  8:47 UTC 

[PATCH] app/testpmd: fix flex item input link parsing
 2022-03-14  8:48 UTC  (2+ messages)

Fanotify Directory exclusion not working when using FAN_MARK_MOUNT
 2022-03-14  8:47 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-14  8:46 UTC 

[syzbot] general protection fault in __device_attach
 2022-03-14  8:46 UTC 

[PATCH V3 05/10] perf: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platform
 2022-03-14  8:37 UTC  (3+ messages)

[PATCH bpf-next v2] bpf, arm64: Optimize BPF store/load using str/ldr with immediate offset
 2022-03-14  8:48 UTC  (2+ messages)

[kvm-unit-tests PATCH] arm: Fix typos
 2022-03-14  8:41 UTC  (3+ messages)

[PATCH 0/2] fbdev: Fix image blitting for arbitrary image widths
 2022-03-14  8:41 UTC  (3+ messages)
  ` [PATCH 2/2] fbdev: Fix cfb_imageblit() "

[PATCH] net/af_xdp: fix custom program loading with multiple queues
 2022-03-14  8:41 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-14  8:41 UTC 

[v7 0/5] enhanced edid driver compatibility
 2022-03-14  8:40 UTC  (4+ messages)
` [v7 1/5] drm/edid: seek for available CEA and DisplayID block from specific EDID block index
  ` [Intel-gfx] "

Patchwork summary for: linux-renesas-soc
 2022-03-14  8:40 UTC 

[PATCH v2 0/3] Add QCOM SNPS PHY overriding params support
 2022-03-14  8:36 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings
        ` [PATCH v2 1/3] dt-bindings: phy: qcom, usb-snps-femto-v2: "

[hare-scsi-devel:tls-upcall.v4 141/156] drivers/nvme/host/tcp.c:655:3: sparse: sparse: symbol 'fes_status' was not declared. Should it be static?
 2022-03-14  8:36 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.