public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-04 10:50:26 to 2023-08-04 13:32:40 UTC [more...]

[PATCH net-next v2 00/10] net: fs_enet: Driver cleanup
 2023-08-04 13:30 UTC  (8+ messages)
` [PATCH net-next v2 01/10] net: fs_enet: Remove set but not used variable
` [PATCH net-next v2 02/10] net: fs_enet: Fix address space and base types mismatches
` [PATCH net-next v2 03/10] net: fs_enet: Remove fs_get_id()
` [PATCH net-next v2 04/10] net: fs_enet: Remove unused fields in fs_platform_info struct
` [PATCH net-next v2 06/10] net: fs_enet: Remove stale prototypes from fsl_soc.c
` [PATCH net-next v2 07/10] net: fs_enet: Move struct fs_platform_info into fs_enet.h
` [PATCH net-next v2 08/10] net: fs_enet: Don't include fs_enet_pd.h when not needed

[PATCH v2 3/4] arm64: dts: allwinner: h616: Add BigTreeTech CB1 SoM & boards support
 2023-08-04 13:31 UTC  (2+ messages)

fix the name_to_dev_t mess v2
 2023-08-04 13:30 UTC  (5+ messages)
` [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume

[PATCH] drm/amdkfd: fix build failure without CONFIG_DYNAMIC_DEBUG
 2023-08-04 13:29 UTC 

[PATCH] extcon: cht_wc: add POWER_SUPPLY dependency
 2023-08-04 13:28 UTC 

[PATCH v2 0/4] drm/panel: sitronix-st7789v: add support for partial mode
 2023-08-04 13:28 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: add jasonic
` [PATCH v2 2/4] dt-bindings: display: st7789v: add jasonic jt240mhqs-hwt-ek-e3 display
` [PATCH v2 3/4] drm/panel: sitronix-st7789v: add support for partial mode
` [PATCH v2 4/4] drm/panel: sitronix-st7789v: add jasonic jt240mhqs-hwt-ek-e3 support

[PATCH 1/2] watchdog/hardlockup: avoid unused-function warning
 2023-08-04 13:27 UTC  (2+ messages)
` [PATCH 2/2] watchdog/hardlockup: simplify Kconfig selection

[PATCH 00/27] ASoC: Map missing jack kcontrols
 2023-08-04 13:22 UTC  (6+ messages)
` [PATCH 04/27] ASoC: amd: acp3x-rt5682-max9836: "

[PATCH v2 1/2] seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested()
 2023-08-04 13:27 UTC  (12+ messages)

[PATCH RFC v5 00/10] Support for Solid Fill Planes
 2023-08-04 13:27 UTC  (5+ messages)
` [PATCH RFC v5 01/10] drm: Introduce pixel_source DRM plane property
` [PATCH RFC v5 02/10] drm: Introduce solid fill "

[PATCH v6] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-04 13:25 UTC  (13+ messages)

[RESEND PATCH] coresight: tmc: Explicit type conversions to prevent integer overflow
 2023-08-04 13:16 UTC  (4+ messages)
` [PATCH v3 0/1] coresight: tmc: Explicit type conversions to
  ` [PATCH v3 1/1] coresight: tmc: Explicit type conversions to prevent integer overflow

[PATCH v2] staging: vt6655: replace camel case by snake case
 2023-08-04 13:23 UTC  (2+ messages)

[PATCH v2] staging: vme_user: fix check alignment should match open parenthesis
 2023-08-04 13:23 UTC  (2+ messages)

[PATCH] staging: vt6655: replace camel case by snake case
 2023-08-04 13:21 UTC  (2+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in test_bdev_super_fc
 2023-08-04 13:20 UTC  (3+ messages)

[PATCH v9 0/3] Fix wakeup problems on some AMD platforms
 2023-08-04 13:17 UTC  (3+ messages)
` [PATCH v9 3/3] PCI/ACPI: Use device constraints to decide PCI target state fallback policy

[PATCH] drm/msm/dpu: clean up some inconsistent indenting
 2023-08-04 13:16 UTC  (2+ messages)

linux-next: Tree for Jul 31
 2023-08-04 13:15 UTC  (3+ messages)
` linux-next: Tree for Jul 31 (font problems on UML)

[RFC PATCH 0/2] mm: Select victim using bpf_select_task
 2023-08-04 13:15 UTC  (5+ messages)
` [RFC PATCH 1/2] mm, oom: Introduce bpf_select_task

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-08-04 13:16 UTC  (7+ messages)
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support

[PATCH] serial: 8250: Fix oops for port->pm on uart_change_pm()
 2023-08-04 13:15 UTC 

[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in bpf_mprog_detach
 2023-08-04 13:15 UTC  (3+ messages)

[RFC PATCH 00/18] ceph, rbd: Collapse all the I/O types down to something iov_iter-based
 2023-08-04 13:13 UTC  (19+ messages)
` [RFC PATCH 01/18] iov_iter: Add function to see if buffer is all zeros
` [RFC PATCH 02/18] ceph: Rename alignment to offset
` [RFC PATCH 03/18] ceph: Add a new data container type, ceph_databuf
` [RFC PATCH 04/18] ceph: Convert ceph_mds_request::r_pagelist to a databuf
` [RFC PATCH 05/18] rbd: Use ceph_databuf for rbd_obj_read_sync()
` [RFC PATCH 06/18] ceph: Change ceph_osdc_call()'s reply to a ceph_databuf
` [RFC PATCH 07/18] ceph: Unexport osd_req_op_cls_request_data_pages()
` [RFC PATCH 08/18] ceph: Remove osd_req_op_cls_response_data_pages()
` [RFC PATCH 09/18] ceph: Convert notify_id_pages to a ceph_databuf
` [RFC PATCH 10/18] rbd: Switch from using bvec_iter to iov_iter
` [RFC PATCH 11/18] ceph: Remove bvec and bio data container types
` [RFC PATCH 12/18] ceph: Convert some page arrays to ceph_databuf
` [RFC PATCH 13/18] ceph: Convert users of ceph_pagelist "
` [RFC PATCH 14/18] ceph: Remove ceph_pagelist
` [RFC PATCH 15/18] ceph: Convert ceph_osdc_notify() reply to ceph_databuf
` [RFC PATCH 16/18] ceph: Remove CEPH_OS_DATA_TYPE_PAGES and its attendant helpers
` [RFC PATCH 17/18] ceph: Remove CEPH_MSG_DATA_PAGES and its helpers
` [RFC PATCH 18/18] ceph: Don't use data_pages

[PATCH v9 00/10] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-08-04 13:14 UTC  (9+ messages)
` [PATCH v9 04/10] serial: sc16is7xx: refactor GPIO controller registration
` [PATCH v9 08/10] serial: sc16is7xx: add call to get rs485 DT flags and properties

[PATCH v2] drm/msm/dpu: Drop encoder vsync_event
 2023-08-04 13:14 UTC  (2+ messages)

[PATCH 0/2] iommu: Make pasid array per device
 2023-08-04 13:12 UTC  (7+ messages)

[PATCH] serial: core: Fix kmemleak issue for serial core device remove
 2023-08-04 13:11 UTC  (4+ messages)

[PATCH] serial: max310x: add comments for membase address workaround
 2023-08-04 13:07 UTC  (2+ messages)

[PATCH] drm: Drop select FRAMEBUFFER_CONSOLE for DRM_FBDEV_EMULATION
 2023-08-04 13:07 UTC  (2+ messages)

[PATCH 0/6] serial: stm32: improve DMA pause and resume
 2023-08-04 13:05 UTC  (3+ messages)
` [PATCH 6/6] serial: stm32: synchronize RX DMA channel in shutdown

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-08-04 13:04 UTC  (6+ messages)
` [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation

[PATCH] word-at-a-time: use the same return type for has_zero regardless of endianness
 2023-08-04 13:04 UTC  (6+ messages)

[PATCH v5 1/1] drm/doc: Document DRM device reset expectations
 2023-08-04 13:03 UTC  (2+ messages)

[PATCH v8 0/2] Fix wakeup problems on some AMD platforms
 2023-08-04 12:59 UTC  (9+ messages)
` [PATCH v8 2/2] PCI/ACPI: Use device constraints instead of dates to opt devices into D3

Fwd: DELL0A78:00 27C6:0D42 Touchpad (gestures) doesn't work properly after resuming from suspend
 2023-08-04 12:59 UTC 

[PATCH] LoongArch: Drop -ffreestanding from CFLAGS
 2023-08-04 12:56 UTC 

[PATCH v1] usb: typec: altmodes/displayport: Signal hpd when configuring pin assignment
 2023-08-04 12:56 UTC  (2+ messages)

[RFC PATCH v1 0/2] vsock: handle writes to shutdowned socket
 2023-08-04 12:48 UTC  (7+ messages)
` [RFC PATCH v1 1/2] vsock: send SIGPIPE on write "
` [RFC PATCH v1 2/2] test/vsock: shutdowned socket test

[PATCH -next v4] arm64: fix build warning for ARM64_MEMSTART_SHIFT
 2023-08-04 12:48 UTC  (2+ messages)

[PATCH net-next v4 1/2] netconsole: Create a allocation helper
 2023-08-04 12:43 UTC  (2+ messages)
` [PATCH net-next v4 2/2] netconsole: Enable compile time configuration

[PATCH 0/2] tracing: Fix cpu buffers unavailable problem and add its testcase
 2023-08-04 12:45 UTC  (3+ messages)
` [PATCH 1/2] tracing: Fix cpu buffers unavailable due to 'record_disabled' messed
` [PATCH 2/2] selftests/ftrace: Add a basic testcase for snapshot

[PATCH v3 0/3] raid5, raid6: Accelerate RAID math with LoongArch SIMD
 2023-08-04 12:46 UTC  (4+ messages)
` [PATCH v3 1/3] LoongArch: Add SIMD-optimized XOR routines
` [PATCH v3 2/3] raid6: Add LoongArch SIMD syndrome calculation
` [PATCH v3 3/3] raid6: Add LoongArch SIMD recovery implementation

Fwd: Regression: ALS/ACS stops working on amd-sfh
 2023-08-04 12:45 UTC 

[net-next 0/2] seg6: add NEXT-C-SID support for SRv6 End.X behavior
 2023-08-04 12:41 UTC  (4+ messages)
` [net-next 1/2] "

[PATCH] serial: 8250_dw: Fix assignment error of data in dw8250_probe()
 2023-08-04 12:41 UTC  (3+ messages)

[PATCH] USB: gadget: usb function sourcesink and loopback support usb configfs
 2023-08-04 12:41 UTC  (2+ messages)

[PATCH] usb: dwc3: gadget: Let pm runtime get/put paired
 2023-08-04 12:38 UTC  (5+ messages)

[PATCH V3 net-next] net: fec: add XDP_TX feature support
 2023-08-04 12:36 UTC  (11+ messages)

[PATCH] serial: 8250: Reinit port_id when adding back serial8250_isa_devs
 2023-08-04 12:35 UTC 

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-08-04 12:34 UTC  (7+ messages)

[PATCH 1/2] docs: rcu: Add cautionary note on plain-accesses to requirements
 2023-08-04 12:33 UTC  (2+ messages)

[PATCH v3 0/2] usb: typec: qcom-pmic-typec: enable DP support
 2023-08-04 12:34 UTC  (4+ messages)

[PATCH -next] regulator: Make clkin_name and xin_name static
 2023-08-04 12:29 UTC  (2+ messages)

[PATCH v2 0/2] regulator: aw37503: add regulator driver for AWINIC AW37503
 2023-08-04 12:25 UTC  (3+ messages)
` [PATCH v2 1/2] regulator: aw37503: Remove unneeded fields and switch to using dev_err_probe()

[PATCH] MAINTAINERS: update Claudiu Beznea's email address
 2023-08-04 12:23 UTC  (2+ messages)

[PATCH 0/2] Introduce SCMI v3.2 PERF Indexing support
 2023-08-04 12:23 UTC  (2+ messages)

[PATCH] cxgb4: Optimize the call of memset in fill_default_mask()
 2023-08-04 12:22 UTC 

[PATCH v3 net-next 0/5] selftests: openvswitch: add flow programming cases
 2023-08-04 12:20 UTC  (3+ messages)

[PATCH v2 0/2] CXL/events: Fix and improve event dev_dbg() messages
 2023-08-04 12:17 UTC  (8+ messages)
` [PATCH v2 1/2] cxl/mbox: Use correct handle in events debug message
` [PATCH v2 2/2] cxl/mbox: Add handle to event processing debug

[PATCH v3 0/3] PCI/AER, CXL: Fix appropriate _OSC check for CXL RAS Cap
 2023-08-04 12:14 UTC  (7+ messages)
` [PATCH v3 1/3] cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers
` [PATCH v3 2/3] PCI/AER: Export pcie_aer_is_native()
` [PATCH v3 3/3] cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native()

[PATCH 0/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present
 2023-08-04 12:13 UTC  (5+ messages)
` [PATCH 1/2] arm64/sysreg: Move TRFCR definitions to sysreg
` [PATCH 2/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present

[PATCH v2] scripts/setlocalversion: also consider annotated tags of the form vx.y.z-${file_localversion}
 2023-08-04 12:05 UTC 

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2023-08-04 12:04 UTC  (2+ messages)

[PATCH] crypto: caam - adjust RNG timing to support more devices
 2023-08-04 12:02 UTC  (7+ messages)
          ` [EXT] "

[PATCH] net: add net device refcount tracker to pneigh_queue
 2023-08-04 12:01 UTC  (2+ messages)

[PATCH] regulator: userspace-consumer: Add regulator event support
 2023-08-04 12:02 UTC  (4+ messages)

[PATCH 1/2] autofs: fix memory leak of waitqueues in autofs_catatonic_mode
 2023-08-04 11:59 UTC  (3+ messages)

[PATCH v2 0/9] sound: Use -EPROBE_DEFER instead of i915 module loading
 2023-08-04 11:59 UTC  (6+ messages)
      ` [PATCH] ASoC: SOF: Intel: Move binding to display driver outside of deferred probe

[PATCH v3 0/3] drm/panel: sitronix-st7789v: add panel orientation support
 2023-08-04 11:58 UTC  (5+ messages)
` [PATCH v3 1/3] drm/panel: sitronix-st7789v: fix indentation in drm_panel_funcs
` [PATCH v3 2/3] drm/panel: sitronix-st7789v: add panel orientation support
` [PATCH v3 3/3] dt-bindings: display: add rotation property to sitronix,st7789v

[PATCH 1/2] fixes warning
 2023-08-04 11:57 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH V7 0/4] firmware: ti_sci: Introduce system suspend support
 2023-08-04 11:50 UTC  (5+ messages)
` [PATCH V7 1/4] firmware: ti_sci: Introduce Power Management Ops
` [PATCH V7 2/4] firmware: ti_sci: Add support for querying the firmware caps
` [PATCH V7 3/4] firmware: ti_sci: Allocate memory for Low Power Modes
` [PATCH V7 4/4] firmware: ti_sci: Add system suspend call

[PATCH] media: i2c: imx334: add support for test pattern generator
 2023-08-04 11:49 UTC  (2+ messages)

[PATCH V4 0/3] ASoC: codecs: Add awinic AW88261 audio amplifier driver
 2023-08-04 11:47 UTC  (4+ messages)
` [PATCH V4 1/3] ASoC: dt-bindings: Add schema for "awinic,aw88261"
` [PATCH V4 2/3] ASoC: codecs: Add code for bin parsing compatible with aw88261
` [PATCH V4 3/3] ASoC: codecs: Add aw88261 amplifier driver

[PATCH 0/3] sunxi: Orange Pi Zero 3 DT support
 2023-08-04 11:48 UTC  (3+ messages)

[PATCH v4 0/2] perf/core: Bail out early if the request AUX area is out of bound
 2023-08-04 11:47 UTC  (7+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] perf record: Update docs regarding the maximum limitation of AUX area

[PATCH v11 0/3] ublk: enable zoned storage support
 2023-08-04 11:46 UTC  (4+ messages)
` [PATCH v11 1/3] ublk: add helper to check if device supports user copy
` [PATCH v11 2/3] ublk: move check for empty address field on command submission
` [PATCH v11 3/3] ublk: enable zoned storage support

[PATCH v2] fbcon: mark fbcon_registered_fb static
 2023-08-04 11:32 UTC 

[RFC PATCH 0/3] Allow to preempt a timer softirq on PREEMPT_RT
 2023-08-04 11:30 UTC  (4+ messages)
` [RFC PATCH 1/3] sched/core: Provide a method to check if a task is PI-boosted
` [RFC PATCH 2/3] softirq: Add function to preempt serving softirqs
` [RFC PATCH 3/3] time: Allow to preempt after a callback

[PATCH v2 0/3] drm/panel: sitronix-st7789v: add panel orientation support
 2023-08-04 11:24 UTC  (4+ messages)
` [PATCH v2 2/3] "

[PATCH] docs: sparse: fix invalid link addresses
 2023-08-04 11:23 UTC 

[PATCH] drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY
 2023-08-04 11:22 UTC  (2+ messages)

[PATCH v3 1/2] test_firmware: prevent race conditions by a correct implementation of locking
 2023-08-04 11:22 UTC  (2+ messages)

[PATCH v2 6.4 0/4] ARM SMMUv3 errata for 6.4
 2023-08-04 11:19 UTC  (2+ messages)

[PATCH v3 net-next 00/10] Improve the taprio qdisc's relationship with its children
 2023-08-04 11:14 UTC  (4+ messages)
` [PATCH v3 net-next 09/10] selftests/tc-testing: test that taprio can only be attached as root

[PATCH v7 0/6] Add StarFive Camera Subsystem driver
 2023-08-04 11:14 UTC  (8+ messages)
` [PATCH v7 6/6] media: starfive: camss: Add VIN driver

[PATCH v1 0/7] ACPI: thermal: Use trip point table to register thermal zones
 2023-08-04 11:14 UTC  (15+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] thermal: core: Add mechanism for connecting trips with driver data

[PATCH v2 0/4] cdx: provide sysfs interface for cdx device resources
 2023-08-04 11:11 UTC  (8+ messages)
` [PATCH v2 1/4] cdx: Introduce lock to protect controller ops and controller list

[PATCH 0/4] perf vendor events arm64: AmpereOne: Core PMU event update and metrics
 2023-08-04 11:09 UTC  (7+ messages)
` [PATCH 1/4] perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne list
` [PATCH 2/4] perf vendor events arm64: AmpereOne: Mark affected STALL_* events impacted by errata
` [PATCH 3/4] perf vendor events arm64: Add AmpereOne metrics

[PATCH v2 1/2] ALSA: pcmtest: Move buffer iterator initialization to prepare callback
 2023-08-04 11:07 UTC  (2+ messages)
` [PATCH v2 2/2] ALSA: pcmtest: Remove redundant definitions

ARM board lockups/hangs triggered by locks and mutexes
 2023-08-04 11:07 UTC  (2+ messages)

[PATCH] coresight: etm: Make cycle count threshold user configurable
 2023-08-04 11:07 UTC  (6+ messages)

[PATCH -next v4] drm/i2c: tda998x: remove redundant CONFIG_OF and of_match_ptr()
 2023-08-04 11:06 UTC 

[PATCH] ALSA: pcmtest: Move buffer iterator initialization to prepare callback
 2023-08-04 11:02 UTC  (3+ messages)

[PATCH v4] usb: gadget: udc: gr_udc: Fix deferred probing
 2023-08-04 11:00 UTC 

[PATCH 0/2] drm: Fix errors about uninitialized variables
 2023-08-04 10:57 UTC  (3+ messages)
` [PATCH 1/2] drm/drm_file: fix use of uninitialized variable
` [PATCH 2/2] drm/framebuffer: Fix "

[PATCH] romfs: only select BUFFER_HEAD for the block based path
 2023-08-04 10:57 UTC  (2+ messages)

[PATCH next v3 0/5] minmax: Relax type checks in min() and max()
 2023-08-04 10:56 UTC  (6+ messages)
` [PATCH v3 1/5] minmax: Add min_unsigned(a, b) and max_unsigned(a, b)
` [PATCH v3 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v3 3/5] minmax: Fix indentation of __cmp_once() and __clamp_once()
` [PATCH v3 4/5] minmax: Allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v3 5/5] minmax: Relax check to allow comparison between int and small unsigned constants

[PATCH v5 0/3] firmware: Add support for Qualcomm UEFI Secure Application
 2023-08-04 10:56 UTC  (5+ messages)
` [PATCH v5 3/3] "

[PATCH v7 0/6] Add cs42l43 PC focused SoundWire CODEC
 2023-08-04 10:46 UTC  (2+ messages)
` [PATCH v7 5/6] spi: cs42l43: Add SPI controller support

[PATCH v4] usb: musb: Fix deferred probing
 2023-08-04 10:54 UTC 

[PATCH V5,net-next] net: mana: Add page pool for RX buffers
 2023-08-04 10:49 UTC  (3+ messages)

[PATCH v2] Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852C
 2023-08-04 10:47 UTC 

[PATCH] ALSA: usb-audio: Add support for Mythware XA001AU capture and playback interfaces
 2023-08-04 10:48 UTC  (2+ messages)

[PATCH 0/4] drm/bridge: lt8912b: Init & remove related fixes
 2023-08-04 10:48 UTC  (5+ messages)
` [PATCH 1/4] drm/bridge: lt8912b: Fix bridge_detach
` [PATCH 2/4] drm/bridge: lt8912b: Fix crash on bridge detach
` [PATCH 3/4] drm/bridge: lt8912b: Manually disable HPD only if it was enabled
` [PATCH 4/4] drm/bridge: lt8912b: Add missing drm_bridge_attach call


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox