All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-01 16:58:25 to 2026-08-01 18:43:16 UTC [more...]

[PATCH v2 0/5] rtc: s35390a: Allow use of output pin for interrupt signal 1 for wakealarm
 2026-08-01 18:43 UTC  (2+ messages)
` [PATCH v2 3/5] rtc: s35390a: Fix alarm not disabling

[PATCH v3 0/3] Introduce EC driver for Snapdragon X1E based Dell XPS 13 9345
 2026-08-01 18:43 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: platform: introduce EC for "
` [PATCH v3 2/3] platform: arm64: dell-xps-ec: new driver
` [PATCH v3 3/3] arm64: dts: qcom: x1e80100-dell-xps13-9345: introduce EC

[sean-jc:rev/get_set_guest_clock 112/112] usr/include/asm/kvm.h:15:10: fatal error: asm/pvclock-abi.h: No such file or directory
 2026-08-01 18:38 UTC 

[PATCH v2 0/6] iio: adc: ti-ads1015: modernize resource management
 2026-08-01 18:39 UTC  (7+ messages)
` [PATCH v2 1/6] iio: adc: ti-ads1015: use DEFINE_RUNTIME_DEV_PM_OPS()
` [PATCH v2 4/6] iio: adc: ti-ads1015: use local device pointer in probe
` [PATCH v2 5/6] iio: adc: ti-ads1015: use dev_err_probe() for error handling

[PATCH v7 00/19] s390/dasd: ESE thin-provisioning performance improvements
 2026-08-01 18:39 UTC  (37+ messages)
` [PATCH v7 01/19] s390/dasd: Do not complete a failed ESE read as successful
` [PATCH v7 02/19] s390/dasd: Propagate partial completion length across ERP recovery
` [PATCH v7 03/19] s390/dasd: Guard sysfs discipline callbacks against unallocated private data
` [PATCH v7 04/19] s390/dasd: Snapshot intrc before freeing the request block
` [PATCH v7 05/19] s390/dasd: Optimize max blocks per request for track alignment
` [PATCH v7 06/19] s390/dasd: Use GFP_KERNEL in dasd_alloc_device()
` [PATCH v7 07/19] s390/dasd: Add defines for the Extended Address Volume track address
` [PATCH v7 08/19] s390/dasd: Add infrastructure for ESE full-track write
` [PATCH v7 09/19] s390/dasd: Add range-based format-track collision detection
` [PATCH v7 10/19] s390/dasd: Extend prepare_itcw() to support WRITE_FULL_TRACK
` [PATCH v7 11/19] s390/dasd: Add dasd_eckd_build_cp_tpm_writefulltrack()
` [PATCH v7 12/19] s390/dasd: Use WRITE_FULL_TRACK in ESE format handler
` [PATCH v7 13/19] s390/dasd: Add full_track_bias to control fulltrack write mode
` [PATCH v7 14/19] s390/dasd: Derive adaptive ESE fulltrack heuristic from ft_bias
` [PATCH v7 15/19] s390/dasd: Stamp a format label into newly formatted volumes
` [PATCH v7 16/19] s390/dasd: Detect ESE volumes from the on-disk format label
` [PATCH v7 17/19] s390/dasd: Report ESE capability and format mode at device online
` [PATCH v7 18/19] s390/dasd: Re-enable discard support for ESE volumes
` [PATCH v7 19/19] s390/dasd: Read cached unit address and LSS in the CCW build path

[PATCH 1/2] Bluetooth: L2CAP: use proto_lock for l2cap_data to fix l2cap_disconn_ind
 2026-08-01 18:37 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: add annotations for l2cap_data locking context

[PATCH bpf-next] bpf: Add __bpfcall attribute to bpf_task_work_callback()
 2026-08-01 18:34 UTC  (4+ messages)

[PATCH 1/3] ALSA: hda/realtek: Use AW88399 I2C fixup chain on Legion machines
 2026-08-01 18:34 UTC  (2+ messages)

[PATCH] net: tulip: remove xircom_cb driver
 2026-08-01 18:33 UTC 

+ mm-page_alloc-only-update-lowmem_reserve_ratio-on-sysctl-write.patch added to mm-new branch
 2026-08-01 18:32 UTC 

+ mailmap-map-old-addresses-to-danila-tikhonov.patch added to mm-hotfixes-unstable branch
 2026-08-01 18:31 UTC 

[PATCH] x86/locking: Use sfence for wmb() if SSE is available
 2026-08-01 18:29 UTC 

[f2fs-dev] [SPAM] Re:
 2026-08-01 18:28 UTC 

[PATCH v4 00/25] md: improve lockless bitmap reshape support
 2026-08-01 18:28 UTC  (47+ messages)
` [PATCH v4 01/25] md/md-llbitmap: clear flush state after daemon flush
` [PATCH v4 02/25] md/md-llbitmap: use GFP_NOIO for cache allocations
` [PATCH v4 03/25] md/md-llbitmap: only end fully synced chunks
` [PATCH v4 04/25] md/raid5: reject zero-sector reshape chunks
` [PATCH v4 05/25] md/raid5: round bitmap stripes with sector division
` [PATCH v4 06/25] md: add exact bitmap mapping and reshape hooks
` [PATCH v4 07/25] md: skip bitmap accounting for empty write ranges
` [PATCH v4 08/25] md: add helper to split bios at reshape offset
` [PATCH v4 09/25] md/md-llbitmap: track bitmap sync_size explicitly
` [PATCH v4 10/25] md/md-llbitmap: allocate page controls independently
` [PATCH v4 11/25] md/md-llbitmap: grow the page cache in place for reshape
` [PATCH v4 12/25] md/md-llbitmap: track target reshape geometry fields
` [PATCH v4 13/25] md/md-llbitmap: finish reshape geometry
` [PATCH v4 14/25] md/md-llbitmap: refuse reshape while llbitmap still needs sync
` [PATCH v4 15/25] md/md-llbitmap: add reshape range mapping helpers
` [PATCH v4 16/25] md/md-llbitmap: don't skip reshape ranges from bitmap state
` [PATCH v4 17/25] md/md-llbitmap: remap checkpointed bits as reshape progresses
` [PATCH v4 18/25] md/md-llbitmap: clamp state-machine walks to tracked bits
` [PATCH v4 19/25] md/raid10: reject llbitmap reshape when md chunk shrinks
` [PATCH v4 20/25] md/raid10: wire llbitmap reshape lifecycle
` [PATCH v4 21/25] md/raid10: split reshape bios before bitmap accounting
` [PATCH v4 22/25] md/raid5: add exact old and new llbitmap mapping helpers
` [PATCH v4 23/25] md/raid5: reject llbitmap reshape when md chunk shrinks
` [PATCH v4 24/25] md/raid5: wire llbitmap reshape lifecycle
` [PATCH v4 25/25] md/raid5: split reshape bios before bitmap accounting

[PATCH] irqchip/gic: Simplify Maintenance Interrupt ACPI parsing
 2026-08-01 18:22 UTC  (2+ messages)

[RFC PATCH 0/6] Git 3.0: restrict hex object IDs to lowercase only
 2026-08-01 18:22 UTC  (5+ messages)

drm/msm: drm-msm-next-2026-08-01 for v7.3
 2026-08-01 18:21 UTC 

[RFC PATCH 0/9] mm/damon: fix DAMOS bugs in core, paddr and vaddr
 2026-08-01 18:21 UTC  (12+ messages)
` [RFC PATCH 1/9] mm/damon/core: skip applying scheme if region split for quota fails
` [RFC PATCH 2/9] mm/damon/core: initialize damos_quota_goal->last_psi_total
` [RFC PATCH 3/9] mm/damon/paddr: respect folio end for DAMOS_STAT
` [RFC PATCH 4/9] mm/damon/paddr: respect folio end for DAMOS actions except STAT
` [RFC PATCH 5/9] mm/damon/vaddr: respect folio end for DAMOS_STAT
` [RFC PATCH 6/9] mm/damon/vaddr: respect folio end for DAMOS_MIGRATE_{HOT,COLD}
` [RFC PATCH 7/9] mm/damon/core: handle extreme memory state in damon_get_node_mem_bp()
` [RFC PATCH 8/9] mm/damon/core: handle extreme memory state in get_node_memcg_used_bp()
` [RFC PATCH 9/9] mm/damon/core: handle extreme memory state in get_in_active_mem_bp()

[RFC PATCH 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-08-01 18:19 UTC  (4+ messages)
` [GSoC PATCH v2 "

[PATCH v2 0/2] add support for Microchip PAC1711 Power Monitor
 2026-08-01 18:17 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: add support for PAC1711
` [PATCH v2 2/2] "

[PATCH v3 0/9] Initial Apple M3 Pro, Max and Ultra device trees
 2026-08-01 18:14 UTC  (2+ messages)

[PATCH] docs: KVM: fix heading level for KVM_S390_VM_CPU_PROCESSOR
 2026-08-01 18:14 UTC  (2+ messages)

[PATCH v12 00/11] Data in direntry (dirdata) feature
 2026-08-01 18:12 UTC  (12+ messages)
` [PATCH v12 01/11] ext4: validate count against limit in ext4_dx_csum_verify/_set
` [PATCH v12 02/11] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v12 03/11] ext4: add ext4_dir_entry_is_tail()
` [PATCH v12 04/11] ext4: add dirdata format definitions and access helpers
` [PATCH v12 05/11] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v12 06/11] ext4: add ext4_dir_entry_len()
` [PATCH v12 07/11] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v12 08/11] ext4: dirdata feature
` [PATCH v12 09/11] ext4: add dirdata LUFID support for directory entry rename
` [PATCH v12 10/11] ext4: add dirdata set/get helpers
` [PATCH v12 11/11] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries

[PATCH v2 0/2] fbdev: ssd1307fb: add SH1107 support
 2026-08-01 18:11 UTC  (4+ messages)
` [PATCH v2 1/2] fbdev: ssd1307fb: add support for Sino Wealth SH1107 controller

[PATCH] PCI: quirks: Prevent D3 for Acer Swift SF515-51T Root Port to fix audio
 2026-08-01 18:10 UTC 

[PATCH] Bluetooth: hci_event: validate LE Set CIG Parameters response
 2026-08-01 18:09 UTC 

[PATCH] net: tulip: xircom_cb: drop runt frames before skb copy
 2026-08-01 18:08 UTC  (6+ messages)

[PATCH v2] spi: meson-spifc: use devm_pm_runtime_set_active_enabled
 2026-08-01 18:08 UTC  (3+ messages)

[PATCH] docs: ipmi: fix word order in create-user description
 2026-08-01 18:06 UTC  (2+ messages)

[PATCH 6.12 000/602] 6.12.101-rc1 review
 2026-08-01 18:04 UTC  (3+ messages)
` [PATCH 6.12 541/602] bpf: Refactor {acquire,release}_reference_state

[PATCH RFT 0/3] Add UW Camera Actuator support for Nothing Phone (1)
 2026-08-01 18:04 UTC  (4+ messages)
` [PATCH RFT 1/3] dt-bindings: media: i2c: dw9719: Document DW9800W
` [PATCH RFT 2/3] media: i2c: dw9719: Add DW9800W support
` [PATCH RFT 3/3] arm64: dts: qcom: sm7325-nothing-spacewar: Add UW camera actuator

pull request: mt76-next 2026-08-01
 2026-08-01 18:01 UTC 

Patchwork housekeeping for: spi-devel-general
 2026-08-01 17:58 UTC 

[PATCH 0/4] git add --resolved
 2026-08-01 17:58 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] [media] marvell-cam: fix unmet dependency for VIDEO_MMP_CAMERA
 2026-08-01 17:53 UTC 

[PATCH] usb-storage: Add US_FL_IGNORE_UAS for JMicron JMS581
 2026-08-01 17:52 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: validate WPS attribute lengths
 2026-08-01 17:46 UTC 

[PATCH 0/9] dtc: dt-check-style: Improvements for false positives
 2026-08-01 17:45 UTC  (5+ messages)
` [PATCH 3/9] dtc: dt-check-style: Handle root node in overlays

[PATCH v5 0/4] Clk improvements
 2026-08-01 17:44 UTC  (4+ messages)
` [PATCH v5 4/4] rust: clk: use 'kernel vertical style' for imports

[PATCH v6 0/9] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-08-01 17:41 UTC  (12+ messages)
` [RFC PATCH v7 0/10] diff: add provider interface and initial providers
  ` [RFC PATCH v7 01/10] gitattributes: document how external diff drivers relate to diff features
  ` [RFC PATCH v7 02/10] diff: introduce a hunk provider interface
  ` [RFC PATCH v7 03/10] diff-hunks: add the store format, library, and command
  ` [RFC PATCH v7 04/10] diff: record precomputed hunks during stat output
  ` [RFC PATCH v7 05/10] diff: read precomputed hunks for "
  ` [RFC PATCH v7 06/10] blame: read precomputed hunks
  ` [RFC PATCH v7 07/10] sub-process: separate process lifecycle from hashmap management
  ` [RFC PATCH v7 08/10] sub-process: add a gentle status read
  ` [RFC PATCH v7 09/10] userdiff: add diff.<driver>.process config
  ` [RFC PATCH v7 10/10] diff: consult oid-only hunk providers via diff.<driver>.process

[PATCH] fsverity: Fix bpf_get_fsverity_digest() dynptr assumptions
 2026-08-01 17:38 UTC  (5+ messages)

[PATCH] axis-fifo: use size_t for write size calculations
 2026-08-01 17:36 UTC  (2+ messages)
` [PATCH v2] staging: "

[syzbot] [usb?] memory leak in uvcg_extension_ba_source_id_store
 2026-08-01 17:35 UTC 

[PATCH 0/2] clk: qcom: Mark the GPU CX GDSC as votable for Glymur and Kaanapali
 2026-08-01 17:31 UTC  (3+ messages)
` [PATCH 1/2] clk: qcom: gpucc-glymur: Mark the GPU CX GDSC as votable
` [PATCH 2/2] clk: qcom: gpucc-kaanapali: "

[PATCH v4 00/12] leds: Add support for hardware-initiated hardware control trigger transition
 2026-08-01 17:26 UTC  (13+ messages)
` [PATCH v4 01/12] leds: Move led_trigger_is_hw_controlled() to the right place
` [PATCH v4 02/12] leds: class: Remove hardware control trigger when writing brightness
` [PATCH v4 03/12] leds: trigger: Add offloaded() callback and provide trigger_may_offload attribute
` [PATCH v4 04/12] leds: cros_ec: Implement offloaded() trigger callback
` [PATCH v4 05/12] leds: turris-omnia: Implement offloaded() trigger callback and declare hw_control_trigger
` [PATCH v4 06/12] leds: trigger: netdev: Implement offloaded() callback
` [PATCH v4 07/12] leds: trigger: Enforce strict checks in led_trigger_is_hw_controlled()
` [PATCH v4 08/12] leds: trigger: Do not attach trigger to a removing LED
` [PATCH v4 09/12] leds: trigger: Add led_trigger_notify_hw_control_changed() interface
` [PATCH v4 10/12] platform/x86: ideapad-laptop: Decouple hardware & classdev brightness for keyboard backlight
` [PATCH v4 11/12] platform/x86: ideapad-laptop: Serialize keyboard backlight notifications
` [PATCH v4 12/12] platform/x86: ideapad-laptop: Fully support auto keyboard backlight

Recommended way to manually add an undiscovered IPP printer in CUPS 3.x
 2026-08-01 17:16 UTC  (2+ messages)

[PATCH] added the inpsect block command ('xb') to print the contents within a block device to the monitor
 2026-08-01 17:17 UTC  (2+ messages)

[PATCH] cxl: use %pe to print error pointers
 2026-08-01 17:13 UTC  (2+ messages)

[PATCH] crypto: qce - Replace with stub driver
 2026-08-01 17:12 UTC  (7+ messages)

[PATCH 0/2] alx-0097r1 - <memory.h>, the legitimate header for memcpy(3) et al
 2026-08-01 17:09 UTC  (10+ messages)
` [PATCH 1/2] man/man3/{mem,strn}*(): SYNOPSIS, STANDARDS: Document these as provided by <memory.h>
    ` on the irresponsibility of pursuing C language reform (was: [PATCH 1/2] man/man3/{mem,strn}*(): SYNOPSIS, STANDARDS: Document these as provided by <memory.h>)
      ` on the irresponsibility of pursuing C language reform

[GIT PULL] i2c fixes for v7.2-rc6
 2026-08-01 17:03 UTC  (2+ messages)

[RFC 00/32] remove rte_smp barrier functions
 2026-08-01 17:01 UTC  (4+ messages)
` [RFC 12/32] stack: always use C11 memory model implementation

[PATCH] clk: spacemit: Fix empty PLL rate table handling
 2026-08-01 16:57 UTC  (2+ messages)


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.