All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-31 12:44:10 to 2023-05-31 13:14:06 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2023-05-31 13:14 UTC 

[PATCH v3 0/3] hw/{i2c, nvme}: mctp endpoint, nvme management interface model
 2023-05-31 13:13 UTC  (3+ messages)
` [PATCH v3 1/3] hw/i2c: add smbus pec utility function

[PATCH v3 0/4] vhost: add device op to offload the interrupt kick
 2023-05-31 13:13 UTC  (5+ messages)
` [PATCH v3 4/4] "

[PATCH v2] drm/i915/selftest/gsc: Ensure GSC Proxy init completes before selftests
 2023-05-31 13:13 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftest/gsc: Ensure GSC Proxy init completes before selftests (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[OE-core][kirkstone-nut][PATCH] go: fix CVE-2023-24539 html/template improper sanitization of CSS values
 2023-05-31 13:13 UTC 

[PATCH] [RFC] Revert "mmc: core: Fixup support for writeback-cache for eMMC and SD"
 2023-05-31 13:13 UTC  (5+ messages)

[PATCH 0/2] s390x/ap: fix hang when mdev attached to guest is removed
 2023-05-31 13:12 UTC  (7+ messages)
` [PATCH 1/2] linux-headers: Update with vfio_ap IRQ index mapping

[PATCH v3 1/5] mtd: rawnand: qcom: Implement exec_op()
 2023-05-31 12:49 UTC  (7+ messages)
` [PATCH v3 2/5] mtd: rawnand: qcom: Add support for reset, readid, status exec_op
` [PATCH v3 3/5] mtd: rawnand: qcom: Add support for param_page read exec_ops
` [PATCH v3 4/5] mtd: rawnand: qcom: Add support for read, write, erase exec_ops
` [PATCH v3 5/5] mtd: rawnand: qcom: Remove legacy interface

[PATCH v7 00/20] bio: check return values of bio_add_page
 2023-05-31 12:34 UTC  (7+ messages)
` [PATCH v7 17/20] block: mark bio_add_page as __must_check
  ` [dm-devel] "
` [PATCH v7 18/20] block: add bio_add_folio_nofail
  ` [dm-devel] "
` [PATCH v7 20/20] block: mark bio_add_folio as __must_check
  ` [dm-devel] "

[PATCH] bpf, x86: allow function arguments up to 12 for TRACING
 2023-05-31 13:10 UTC  (5+ messages)

Processing Jumbo Packets via AF_XDP Sockets
 2023-05-31 13:10 UTC 

new scrub code vs zoned file systems
 2023-05-31 13:10 UTC  (2+ messages)

[RFC PATCH 0/5] irq: sysfs interface improvements for SMP affinity control
 2023-05-31 13:10 UTC  (4+ messages)
` [RFC PATCH 1/5] irq: Always enable parent interrupt tracking

[PATCH] xhci: Do not create endpoint debugfs while holding the bandwidth mutex
 2023-05-31 13:10 UTC  (2+ messages)

[PATCH qemu 1/1] [meson.build] Add conditional dependency for libkeyutils
 2023-05-31 13:09 UTC  (2+ messages)

[PATCH 1/3] drm/amd/pm: Update SMUv13.0.6 PMFW headers
 2023-05-31 13:09 UTC  (3+ messages)
` [PATCH 2/3] drm/amd/pm: Fix SMUv13.0.6 throttle status report
` [PATCH 3/3] drm/amd/pm: Add throttle status in power context

[PATCH 0/3] s390/vfio-ap: fix hang when mdev attached to guest is removed
 2023-05-31 13:05 UTC  (8+ messages)
` [PATCH 1/3] vfio: ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctl
` [PATCH 2/3] vfio: ap: realize the VFIO_DEVICE_SET_IRQS ioctl
` [PATCH 3/3] s390/vfio-ap: Wire in the vfio_device_ops request callback

[PATCH] docs: Fix trivial typos in vhost-user.rst
 2023-05-31 12:48 UTC 

[PATCH 1/2] dt-bindings: thermal: mediatek: Move auxdac binding to yaml
 2023-05-31 13:08 UTC  (5+ messages)

fix the name_to_dev_t mess v2
 2023-05-31 12:55 UTC  (48+ messages)
` [PATCH 01/24] driver core: return bool from driver_probe_done
` [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device
` [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable
` [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume
` [PATCH 05/24] init: remove pointless Root_* values
` [PATCH 06/24] init: rename mount_block_root to mount_root_generic
` [PATCH 07/24] init: refactor mount_root
` [PATCH 08/24] init: pass root_device_name explicitly
` [PATCH 09/24] init: don't remove the /dev/ prefix from error messages
` [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types
` [PATCH 11/24] init: factor the root_wait logic in prepare_namespace into a helper
` [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t
` [dm-devel] [PATCH 13/24] init: improve the name_to_dev_t interface
  `  "
` [PATCH 14/24] init: clear root_wait on all invalid root= strings
` [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/
` [dm-devel] [PATCH 16/24] block: move more code to early-lookup.c
  `  "
` [PATCH 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
` [PATCH 18/24] dm: open code dm_get_dev_t in dm_init_init
` [PATCH 19/24] dm: remove dm_get_dev_t
` [PATCH 20/24] dm: only call early_lookup_bdev from early boot context
` [dm-devel] [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store
  `  "
` [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper
` [PATCH 23/24] mtd: block2mtd: don't call early_lookup_bdev after the system is running
` [PATCH 24/24] block: mark early_lookup_bdev as __init

mm: Question: pte SMP data race in do_anomyous_page()?
 2023-05-31 12:54 UTC  (6+ messages)

[PATCH 1/2] block: add request polling helper
 2023-05-31 13:02 UTC  (4+ messages)
` [PATCH 2/2] nvme: improved uring polling

[PATCH v2] drm/amd/display: Fix up kdoc formatting in dcn32_resource_helpers.c
 2023-05-31 13:07 UTC  (2+ messages)

[PATCH] serial: qcom_geni_serial: Setup serial port after Deep sleep
 2023-05-31 13:06 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: skip force complete fences when ring is uninitialized
 2023-05-31 13:06 UTC  (2+ messages)

[PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback
 2023-05-31 13:06 UTC  (2+ messages)
` [dm-devel] "

[PATCH 0/1] process attribute support for Landlock
 2023-05-31 13:01 UTC  (8+ messages)
` [PATCH v2] lsm: adds process attribute getter "

[PATCH v3 0/4] Add mt7986 thermal
 2023-05-31 13:05 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: nvmem: mediatek: efuse: add support for mt7986

[PATCH] nvme: Increase block size variable size to 32-bit
 2023-05-31 13:03 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: Add multi threaded eviction tests
 2023-05-31 13:04 UTC  (2+ messages)

[Intel-xe] [PATCH] xe/xe_bo: Reject bo creation of unaligned size
 2023-05-31 13:04 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-31 13:04 UTC 

[PATCH] nvme: skip optional id ctrl csi if it failed
 2023-05-31 13:03 UTC  (2+ messages)

[PATCH 0/3] thermal: qoriq_thermal: support TMU 2.1
 2023-05-31 13:00 UTC  (7+ messages)
` [PATCH 2/3] thermal: qoriq_thermal: only enable supported sensors

[PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry
 2023-05-31 12:59 UTC  (4+ messages)

[PATCH 1/5] mtd/spinand: rework detect procedure for different READ_ID operation
 2023-05-31 13:02 UTC  (13+ messages)

[PATCH] f2fs: flag as supporting buffered async reads
 2023-05-31 12:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 1/1] bus: mhi: host: allow SBL as initial EE
 2023-05-31 13:01 UTC  (6+ messages)

[Intel-xe] [PATCH] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
 2023-05-31 13:00 UTC  (2+ messages)

[PATCH v2 0/2] Enfore multifd and postcopy preempt setting
 2023-05-31 12:58 UTC  (5+ messages)
` [PATCH v2 2/2] qtest/migration-tests.c: use "-incoming defer" for postcopy tests

[PATCH v5 00/11] Add Renesas PMIC RAA215300 and built-in RTC support
 2023-05-31 12:53 UTC  (11+ messages)
` [PATCH v5 01/11] i2c: Enhance i2c_new_ancillary_device API

[PATCH v2 00/23] q800: add support for booting MacOS Classic - part 1
 2023-05-31 12:54 UTC  (24+ messages)
` [PATCH v2 01/23] q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty array
` [PATCH v2 02/23] q800: add missing space after parent object in GLUEState
` [PATCH v2 03/23] q800: introduce Q800MachineState
` [PATCH v2 04/23] q800: rename q800_init() to q800_machine_init()
` [PATCH v2 05/23] q800: move CPU object into Q800MachineState
` [PATCH v2 06/23] q800: move ROM memory region to Q800MachineState
` [PATCH v2 07/23] q800: move GLUE device into separate q800-glue.c file
` [PATCH v2 08/23] q800: move GLUE device to Q800MachineState
` [PATCH v2 09/23] q800: introduce mac-io container memory region
` [PATCH v2 10/23] q800: reimplement mac-io region aliasing using IO "
` [PATCH v2 11/23] q800: move VIA1 device to Q800MachineState
` [PATCH v2 12/23] q800: move VIA2 "
` [PATCH v2 13/23] hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.h
` [PATCH v2 14/23] q800: move dp8393x device to Q800MachineState
` [PATCH v2 15/23] q800: move ESCC "
` [PATCH v2 16/23] q800: move escc_orgate "
` [PATCH v2 17/23] q800: move ESP "
` [PATCH v2 18/23] q800: move SWIM "
` [PATCH v2 19/23] q800: move mac-nubus-bridge "
` [PATCH v2 20/23] q800: don't access Nubus bus directly from the mac-nubus-bridge device
` [PATCH v2 21/23] q800: move macfb device to Q800MachineState
` [PATCH v2 22/23] mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xf
` [PATCH v2 23/23] mac_via: fix rtc command decoding for the PRAM seconds registers

Integrating swtpm(as a software TPM) with OpenBMC on Qemu
 2023-05-31 12:57 UTC  (15+ messages)

[RFC] net: dsa: slave: Advertise correct EEE capabilities at slave PHY setup
 2023-05-31 12:56 UTC  (9+ messages)

[PATCH v3 0/5] Fix ad7192 driver issues
 2023-05-31 12:56 UTC  (7+ messages)
` [PATCH v3 5/5] dt-bindings: iio: ad7192: Allow selection of clock modes

[PATCH v6 0/6] [PATCH v5 0/7] RISCV basic exception handling implementation
 2023-05-31 12:55 UTC  (5+ messages)
` [PATCH v6 5/6] xen/riscv: introduce an implementation of macros from <asm/bug.h>

[PATCH] kunit: Fix obsolete name in documentation headers (func->action)
 2023-05-31 12:55 UTC  (2+ messages)

[PATCH] ASoC: nau8825: Add the management of headset detection for power saving
 2023-05-31 12:54 UTC  (2+ messages)

[PATCH 0/8] make unregistration of super_block shrinker more faster
 2023-05-31 12:54 UTC  (7+ messages)
` [PATCH 1/8] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu()
` [PATCH 5/8] fs: introduce struct super_operations::destroy_super() callback

[PATCH] nvme: fix the name of Zone Append for verbose logging
 2023-05-31 12:54 UTC 

[PATCH 0/2] btrfs: fix logical_to_ino panic in btrfs_map_bio
 2023-05-31 12:53 UTC  (3+ messages)
` [PATCH 2/2] btrfs: insert tree mod log move in push_node_left

[PATCH] media: usb: uvc: fill in description for unknown pixelformats
 2023-05-31 12:54 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-31 12:54 UTC 

[PATCH] ALSA: usb-audio: Logitech P710e: Add quirk to fix setting sample rate
 2023-05-31 12:51 UTC 

[PATCH] regulator: qcom-rpmh: Revert "regulator: qcom-rpmh: Use PROBE_FORCE_SYNCHRONOUS"
 2023-05-31 12:52 UTC  (9+ messages)

Loading from squashfs with zstd compression slower than ext4
 2023-05-31 12:52 UTC 

[CfP] Power Management and Thermal Control MC (LPC2023)
 2023-05-31 12:50 UTC  (5+ messages)

[ovmf test] 181028: all pass - PUSHED
 2023-05-31 12:51 UTC 

[PATCH v2 00/12] dmaengine: edma: add freescale edma v3 support
 2023-05-31 12:50 UTC  (4+ messages)
` [PATCH v2 04/12] dmaengine: fsl-edma: remove v3 from enum edma_version

[PATCH v2 0/3] Add MCQ support for MTK platform
 2023-05-31 12:48 UTC  (6+ messages)
` [PATCH v2 1/3] scsi: ufs: core: Introduce mcq ops to config cqid

btrfs raid10 rebalance questions
 2023-05-31 12:48 UTC  (2+ messages)

[PATCH 00/15] sched: EEVDF and latency-nice and/or slice-attr
 2023-05-31 11:58 UTC  (16+ messages)
` [PATCH 01/15] sched/fair: Add avg_vruntime
` [PATCH 02/15] sched/fair: Remove START_DEBIT
` [PATCH 03/15] sched/fair: Add lag based placement
` [PATCH 04/15] rbtree: Add rb_add_augmented_cached() helper
` [PATCH 05/15] sched/fair: Implement an EEVDF like policy
` [PATCH 06/15] sched: Commit to lag based placement
` [PATCH 07/15] sched/smp: Use lag to simplify cross-runqueue placement
` [PATCH 08/15] sched: Commit to EEVDF
` [PATCH 09/15] sched/debug: Rename min_granularity to base_slice
` [PATCH 10/15] sched/fair: Propagate enqueue flags into place_entity()
` [PATCH 11/15] sched/eevdf: Better handle mixed slice length
` [RFC][PATCH 12/15] sched: Introduce latency-nice as a per-task attribute
` [RFC][PATCH 13/15] sched/fair: Implement latency-nice
` [RFC][PATCH 14/15] sched/fair: Add sched group latency support
` [RFC][PATCH 15/15] sched/eevdf: Use sched_attr::sched_runtime to set request/slice

[PATCH] blk-ioc: protect ioc_destroy_icq() by 'queue_lock'
 2023-05-31 12:47 UTC  (2+ messages)

[PATCH] qcow2: add discard-no-unref option
 2023-05-31 12:48 UTC  (4+ messages)

[Intel-gfx] [PATCH V2] drm/i915/gt: Add workaround 14016712196
 2023-05-31 12:48 UTC  (4+ messages)

[PATCH] drm/amd/pm: conditionally disable pcie lane switching for some sienna_cichlid SKUs
 2023-05-31 12:48 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t v2] i915/kms_fbcon_fbt: remove hard-coded PIPE_A while computing CRC
 2023-05-31 12:48 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH net-next v2 0/6] splice, net: Handle MSG_SPLICE_PAGES in AF_TLS
 2023-05-31 12:45 UTC  (7+ messages)
` [PATCH net-next v2 1/6] splice, net: Fix MSG_MORE signalling in splice_direct_to_actor()
` [PATCH net-next v2 2/6] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace
` [PATCH net-next v2 3/6] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 4/6] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v2 5/6] tls/device: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 6/6] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES

cleanup the btrfs_map_block interface
 2023-05-31 12:46 UTC  (6+ messages)
` [PATCH 2/6] btrfs: optimize simple reads in btrfsic_map_block

[dpdk-dev] [PATCH v1] doc: remove warning with doxygen 1.9.7
 2023-05-31 12:46 UTC 

[PATCH v7] vfio/cdx: add support for CDX bus
 2023-05-31 12:45 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.