All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-20 09:26:47 to 2023-04-20 10:04:45 UTC [more...]

[Cluster-devel] [PATCH v4 00/22] bio: check return values of bio_add_page
 2023-04-20 10:04 UTC  (7+ messages)
` [Cluster-devel] [PATCH v4 01/22] swap: use __bio_add_page to add page to bio
` [Cluster-devel] [PATCH v4 02/22] drbd: "
` [Cluster-devel] [PATCH v4 03/22] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [Cluster-devel] [PATCH v4 04/22] fs: buffer: use __bio_add_page to add single page to bio
` [Cluster-devel] [PATCH v4 05/22] md: use __bio_add_page to add single page
` [Cluster-devel] [PATCH v4 06/22] md: raid5-log: "

[PATCH v2 0/4] Introduced new Cadence USBHS Driver
 2023-04-20 10:03 UTC  (7+ messages)
` [PATCH v2 1/4] usb: cdns2: Device side header file for CDNS2 driver
` [PATCH v2 2/4] usb: cdns2: Add main part of Cadence USBHS driver

[PATCH v2 0/4] COLO: improve build options
 2023-04-20 10:03 UTC  (7+ messages)
` [PATCH v2 1/4] block/meson.build: prefer positive condition for replication
` [PATCH v2 2/4] scripts/qapi: allow optional experimental enum values
` [PATCH v2 3/4] build: move COLO under CONFIG_REPLICATION

[PATCH v2 00/17] rockchip: eMMC fixes for RK3568 and support for RK3588
 2023-04-20 10:03 UTC  (31+ messages)
` [PATCH v2 01/17] mmc: sdhci: Fix HISPD bit handling for MMC HS 52MHz mode
` [PATCH v2 02/17] mmc: sdhci: Set UHS Mode Select field for UHS SDR25 mode
` [PATCH v2 03/17] mmc: rockchip_sdhci: Fix use of device private data
` [PATCH v2 04/17] mmc: rockchip_sdhci: Remove unneeded emmc_phy_init
` [PATCH v2 05/17] mmc: rockchip_sdhci: Add set_clock and config_dll sdhci_ops
` [PATCH v2 06/17] mmc: rockchip_sdhci: Use "
` [PATCH v2 07/17] mmc: rockchip_sdhci: Refactor execute tuning error handling
` [PATCH v2 08/17] mmc: rockchip_sdhci: Update speed mode controls in set_ios_post
` [PATCH v2 09/17] mmc: rockchip_sdhci: Remove empty get_phy and set_enhanced_strobe ops
` [PATCH v2 10/17] mmc: rockchip_sdhci: Rearrange and simplify used regs and flags
` [PATCH v2 11/17] mmc: rockchip_sdhci: Fix HS400 and HS400ES mode on RK3568
` [PATCH v2 12/17] rockchip: rk3568-rock-3a: Enable support for more eMMC modes
` [PATCH v2 13/17] mmc: rockchip_sdhci: Add support for RK3588
` [PATCH v2 14/17] rockchip: rk3588-rock-5b: Include eMMC node in SPL dtb
` [PATCH v2 15/17] clk: rockchip: rk3588: Add limited TMCLK_EMMC clock support

[PATCH RFC v1 00/10] Add loongarch kvm accel support
 2023-04-20 10:04 UTC  (14+ messages)
` [PATCH RFC v1 01/10] linux-headers: Add KVM headers for loongarch
` [PATCH RFC v1 02/10] target/loongarch: Define some kvm_arch interfaces
` [PATCH RFC v1 03/10] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH RFC v1 04/10] target/loongarch: Implement kvm get/set registers
` [PATCH RFC v1 05/10] target/loongarch: Implement kvm_arch_init function
` [PATCH RFC v1 06/10] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH RFC v1 07/10] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH RFC v1 08/10] target/loongarch: Implement set vcpu intr for kvm
` [PATCH RFC v1 09/10] target/loongarch: Add kvm-stub.c
` [PATCH RFC v1 10/10] target/loongarch: Add kvm file into meson build

[PATCH v2] stm: class: Add MIPI OST protocol support
 2023-04-20 10:02 UTC  (3+ messages)

[PATCH 0/2] ath11k: factory test mode support
 2023-04-20 10:02 UTC  (8+ messages)
` [PATCH 1/2] wifi: "

Please pull u-boot-watchdog/master
 2023-04-20 10:02 UTC 

[PATCH v3] watchdog: Add a watchdog driver for Raspberry Pi boards
 2023-04-20 10:02 UTC  (2+ messages)

[PATCH 0/4] Enable multiple MCAN on AM62x
 2023-04-20 10:01 UTC  (7+ messages)
` [PATCH 1/4] can: m_can: Add hrtimer to generate software interrupt
` [PATCH 2/4] dt-bindings: net: can: Make interrupt attributes optional for MCAN

[PATCH v2] watchdog: ftwdt010: return a previously deleted driver now ported to DM
 2023-04-20 10:01 UTC  (2+ messages)

[PATCH 2/2] regex.3: improve REG_STARTEND
 2023-04-20 10:00 UTC  (3+ messages)
` [PATCH v2 2/9] "

[PATCH v2] scsi: ufs: mcq: Limit the amount of inflight requests
 2023-04-20  9:59 UTC  (3+ messages)

[PATCHv3] python3-manifest.json: Fix re in core
 2023-04-20 10:00 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 00/13] migration/ram.c: Refactor compress code
 2023-04-20  9:59 UTC  (15+ messages)
` [PATCH v2 01/13] qtest/migration-test.c: Add postcopy tests with compress enabled
` [PATCH v2 02/13] ram.c: Let the compress threads return a CompressResult enum
` [PATCH v2 03/13] ram.c: Dont change param->block in the compress thread
` [PATCH v2 04/13] ram.c: Reset result after sending queued data
` [PATCH v2 05/13] ram.c: Do not call save_page_header() from compress threads
` [PATCH v2 06/13] ram.c: Call update_compress_thread_counts from compress_send_queued_data
` [PATCH v2 07/13] ram.c: Remove last ram.c dependency from the core compress code
` [PATCH v2 08/13] ram.c: Introduce whitespace (squash with next patch)
` [PATCH v2 09/13] ram.c: Move core compression code into its own file
` [PATCH v2 10/13] ram.c: Remove whitespace (squash with previous patch)
` [PATCH v2 11/13] ram.c: Move core decompression code into its own file
` [PATCH v2 12/13] ram compress: Assert that the file buffer matches the result
` [PATCH v2 13/13] ram-compress.c: Make target independent
` [PATCH v2 14/13] migration: Initialize and cleanup decompression in migration.c

[PATCH v3] watchdog: arm_smc_wdt: add watchdog support
 2023-04-20  9:59 UTC  (2+ messages)

BUG: KASAN: null-ptr-deref in drm_sched_job_cleanup+0x96/0x290 [gpu_sched]
 2023-04-20  9:59 UTC  (9+ messages)

[PATCH v1 0/1] swiotlb: Clean up unused code if !CONFIG_DEBUG_FS
 2023-04-20  9:58 UTC  (2+ messages)
` [PATCH v1 1/1] swiotlb: Omit total_used and used_hiwater "

[PATCH] crypto/qat: support to enable insecure algorithms
 2023-04-20  9:58 UTC 

Cargo and ptest
 2023-04-20  9:57 UTC  (5+ messages)
` [OE-core] "

[PATCH 1/3] configs: rockchip: rock-3a: make usb host work
 2023-04-20  9:56 UTC  (3+ messages)
` [PATCH 2/3] configs: rockchip: radxa-cm3-io, rock-3a: enable commands for i2c/pmic/regulator
` [PATCH 3/3] arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb

[RFC PATCH v9 1/2] sched: Fix: Handle target_cpu offlining in active_load_balance_cpu_stop
 2023-04-20  9:56 UTC  (3+ messages)
` [RFC PATCH v9 2/2] sched: Fix performance regression introduced by mm_cid

[PATCH 0/2] crypto: jitter - SHA-3 conditioner and test interface
 2023-04-20  9:55 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] crypto: jitter - replace LFSR with SHA3-256

[PATCH BlueZ v5] obexd: AuthorizePush: Support to return folder name for file storage
 2023-04-20  9:55 UTC 

[PATCH printk v1 00/18] threaded/atomic console support
 2023-04-20  9:55 UTC  (4+ messages)
` [PATCH printk v1 11/18] printk: nobkl: Introduce printer threads
  ` port lock: was: "

[PATCH v2 00/41] igb: Fix for DPDK
 2023-04-20  9:55 UTC  (7+ messages)
` [PATCH v2 01/41] hw/net/net_tx_pkt: Decouple implementation from PCI
` [PATCH v2 02/41] hw/net/net_tx_pkt: Decouple interface "
` [PATCH v2 13/41] net/eth: Rename eth_setup_vlan_headers_ex

[PATCH bpf-next v3 0/6] bpf: add netfilter program type
 2023-04-20  9:54 UTC  (3+ messages)
` [PATCH bpf-next v3 3/6] netfilter: nfnetlink hook: dump bpf prog id

[Virtio-fs] [PATCH v2 00/13] virtio: add vhost-user-generic and reduce copy and paste
 2023-04-20  9:54 UTC  (16+ messages)
` [Virtio-fs] [PATCH v2 04/13] include/hw/virtio: document virtio_notify_config
  `  "
` [Virtio-fs] [PATCH v2 05/13] include/hw/virtio: add kerneldoc for virtio_init
  `  "
` [Virtio-fs] [PATCH v2 06/13] include/hw/virtio: document some more usage of notifiers
  `  "
` [Virtio-fs] [PATCH v2 07/13] virtio: add vhost-user-base and a generic vhost-user-device
  `  "
` [Virtio-fs] [PATCH v2 08/13] virtio: add PCI stub for vhost-user-device
  `  "

[xen-unstable-smoke test] 180330: trouble: blocked/broken/pass
 2023-04-20  9:54 UTC 

[meta-virtualization][dunfell][PATCH] lxc: Fix CVE-2022-47952
 2023-04-20  9:54 UTC  (2+ messages)
` [dunfell][PATCH] "

[Intel-wired-lan] [PATCH net-next 00/12] ice: switchdev bridge offload
 2023-04-20  9:54 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH net-next 04/12] ice: Implement basic eswitch bridge setup
      `  "

[PATCH 00/11] drm/msm/dpu: tweaks for better hardware resources allocation
 2023-04-20  9:53 UTC  (6+ messages)
` [PATCH 04/11] drm/msm/dpu: allow using lm mixer base stage

[PATCH 0/2] LoongArch: Make bounds-checking instructions useful
 2023-04-20  9:38 UTC  (6+ messages)

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-04-20  9:52 UTC  (5+ messages)

[PATCH v4 00/12] LoongArch: Better backtraces
 2023-04-20  9:52 UTC  (4+ messages)

SMP enablement on Cortex-R52 (using PSCI ?)
 2023-04-20  9:51 UTC  (5+ messages)

[PATCH v9 00/10] Generate modules.builtin.alias from match ids
 2023-04-20  9:51 UTC  (6+ messages)
` [PATCH v10 00/11] "
  ` [PATCH v10 05/11] modpost: Track module name for built-in modules
  ` [PATCH v10 11/11] Documentation: add USB authorization document to driver-api

[igt-dev] [PATCH v2 i-g-t] runner: check disk limit at dumping kmsg
 2023-04-20  9:51 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for runner: check disk limit at dumping kmsg (rev4)

[PATCH v1 0/6] drm/bridge: tc358768: Improve parallel RGB input configuration
 2023-04-20  9:51 UTC  (3+ messages)
` [PATCH v1 6/6] drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation

[RFC PATCH v1 0/5] dts: add tg abstractions and scapy
 2023-04-20  9:31 UTC  (6+ messages)
` [RFC PATCH v1 1/5] dts: add scapy dependency
` [RFC PATCH v1 2/5] dts: add traffic generator config
` [RFC PATCH v1 3/5] dts: traffic generator abstractions
` [RFC PATCH v1 4/5] dts: scapy traffic generator implementation
` [RFC PATCH v1 5/5] dts: add traffic generator node to dts runner

[PATCH 0/5] Support both Ethernet interfaces on i.MX6UL and i.MX7
 2023-04-20  9:48 UTC  (8+ messages)

[PATCH v1] PCI: pciehp: Fix the slot in BLINKINGON_STATE when Presence Detect Changed event occurred
 2023-04-20  9:46 UTC  (7+ messages)

[PATCH 6.1 000/129] 6.1.25-rc3 review
 2023-04-20  9:47 UTC  (2+ messages)

[PATCH 0/5] MT8195 Acer Tomato - devicetrees Part 3
 2023-04-20  9:44 UTC  (12+ messages)
` [PATCH 1/5] arm64: dts: mediatek: cherry: Add platform thermal configuration
` [PATCH 2/5] arm64: dts: mediatek: cherry: Assign dp-intf aliases
` [PATCH 3/5] arm64: dts: mediatek: cherry: Configure eDP and internal display
` [PATCH 4/5] arm64: dts: mediatek: cherry: Enable PCI-Express ports for WiFi
` [PATCH 5/5] arm64: dts: mediatek: cherry-tomato-r1: Enable NVMe PCI-Express port

[linux-next:master 12854/13075] phy_device.c:undefined reference to `devm_led_classdev_register_ext'
 2023-04-20  9:44 UTC 

kernel/trace/rv/monitors/wip/wip.c:20:1: sparse: sparse: symbol 'da_mon_wip' was not declared. Should it be static?
 2023-04-20  9:44 UTC 

[PATCHv2] mm: skip CMA pages when they are not available
 2023-04-20  9:44 UTC  (2+ messages)

sh4-linux-gcc: error: unrecognized command-line option '-Wout-of-line-declaration'; did you mean '-Wold-style-declaration'?
 2023-04-20  9:45 UTC 

[PATCH v2 0/2] PCI: vmd: Fix two issues in VMD reported by Smatch
 2023-04-20  9:43 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: vmd: Fix one uninitialized symbol error "
` [PATCH v2 2/2] PCI: vmd: Clean up one inconsistent indenting warn "

[PATCH] perf cs-etm: Add support for coresight trace for any range of CPUs
 2023-04-20  9:43 UTC  (3+ messages)

[RFC] net/mlx5: add MPLS modify field support
 2023-04-20  9:43 UTC 

[PATCH v4 00/23] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-04-20  9:41 UTC  (3+ messages)
` [PATCH v4 04/23] cxl: Add common helpers for cdat parsing

[PATCH v4 0/7] x86/resctrl: Miscellaneous resctrl features
 2023-04-20  9:38 UTC  (5+ messages)
` [PATCH v4 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once

[PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address
 2023-04-20  9:40 UTC  (3+ messages)
` [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg

[PATCH] arm: dts: rockchip: rock-3a: drop u-boot,spl-boot-order
 2023-04-20  9:42 UTC 

[PATCH v1 0/5] refactoring and fix for Meson NAND
 2023-04-20  9:37 UTC  (23+ messages)
` [PATCH v1 4/5] mtd: rawnand: meson: clear OOB buffer before read

[PATCH 0/5] x86: reduce cache flushing overhead
 2023-04-20  9:42 UTC  (4+ messages)
` [PATCH 5/5] x86/HVM: limit cache writeback overhead

[PATCH 0/3] Fix some issues of xHCI for zhaoxin
 2023-04-20 17:21 UTC  (4+ messages)
` [PATCH 2/3] xhci: Add zhaoxin xHCI U1/U2 feature support

[LTP] [PATCH v2 1/2] getpgid01.c: Rewrite using new LTP API
 2023-04-20  9:42 UTC  (4+ messages)

✅ PASS (SKIPPED 18 of 353): Test report for master (6.3.0-rc7, mainline.kernel.org-clang, 23990b1a)
 2023-04-20  9:41 UTC 

[PATCH v2] drm/ast: Fix ARM compatibility
 2023-04-20  9:37 UTC  (4+ messages)

[RFC PATCH v1] sched/uclamp: Introduce SCHED_FLAG_RESET_UCLAMP_ON_FORK flag
 2023-04-20  9:37 UTC  (4+ messages)

[PATCH v1] wifi: mac80211: Initialize EWMA fail avg to 1
 2023-04-20  9:30 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in btrfs_mark_ordered_io_finished
 2023-04-20  9:36 UTC 

[RFC PATCH 0/5] Enable multiple MCAN on AM62x
 2023-04-20  9:36 UTC  (6+ messages)

[PATCH RFT v2 00/14] SMD RPMCC sleep preparations
 2023-04-20  9:36 UTC  (4+ messages)

linux-next: manual merge of the erofs tree with the vfs-idmapping tree
 2023-04-20  9:36 UTC  (3+ messages)

[PATCH 1/4] tty: vt: reformat tioclinux()
 2023-04-20  9:35 UTC  (4+ messages)
` [PATCH 2/4] tty: vt: simplify some cases in tioclinux()
` [PATCH 3/4] tty: vt: distribute EXPORT_SYMBOL()
` [PATCH 4/4] tty: vt: drop checks for undefined VT_SINGLE_DRIVER

[PATCH v2] erofs-utils: xattr: skip xattrs with unidentified "system." prefix
 2023-04-20  9:36 UTC  (2+ messages)

[PATCH] tty: synclink_gt: don't allocate and pass dummy flags
 2023-04-20  9:35 UTC 

[PATCH] tty: serial: simplify qcom_geni_serial_send_chunk_fifo()
 2023-04-20  9:35 UTC 

[PATCH v3 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-04-20  9:34 UTC  (6+ messages)
` [PATCH v3 1/2] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [PATCH v3 2/2] pwm: sifive: change the PWM controlled LED algorithm

[igt-dev] [i-g-t] tests/kms_force_connector_basic: Limit "force-load-detect" test to i915
 2023-04-20  9:35 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[Ocfs2-devel] [PATCH] ocfs2: reduce ioctl stack usage
 2023-04-20  9:34 UTC  (7+ messages)
            `  "

[PATCH v4 0/2] Add gdbstub support to HVF
 2023-04-20  9:33 UTC  (3+ messages)
` [PATCH v4 2/2] hvf: implement guest debugging on Apple Silicon hosts

[Intel-xe] [PATCH 0/4] RFC: Add new device configuration infrastructure to
 2023-04-20  9:32 UTC  (2+ messages)

[PATCH net-next v3 0/8] TXGBE PHYLINK support
 2023-04-20  9:32 UTC  (8+ messages)
` [PATCH net-next v3 6/8] net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCS

[PATCH v5] drm/fbdev-generic: prohibit potential out-of-bounds access
 2023-04-20  9:31 UTC  (4+ messages)

[OE-core][kirkstone][PATCH] go: fix CVE-2023-24537 Infinite loop in parsing
 2023-04-20  9:31 UTC 

[PATCH] media: dt-bindings: qcom: camss: correct unit address
 2023-04-20  9:30 UTC  (2+ messages)

[PATCH] PCI: Restrict device disabled status check to DT
 2023-04-20  9:30 UTC  (2+ messages)

[PATCH v3] media: uvcvideo: Enable Intel RealSense metadata for devices
 2023-04-20  9:24 UTC  (2+ messages)

[Bug 217023] New: [Intel AX200] hci0: Malformed MSFT vendor event: 0x02
 2023-04-20  9:27 UTC  (2+ messages)
` [Bug 217023] "

[PATCH btrfs-progs] btrfs-completion: include files in "du" completion
 2023-04-20  9:28 UTC 

[PATCH 0/7] update idpf and cpfl timestamp
 2023-04-20  9:19 UTC  (2+ messages)
` [PATCH 7/7] net/idpf: register timestamp mbuf when starting dev


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.