LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 15:27:16 to 2023-12-13 16:51:02 UTC [more...]

[PATCH 1/4] arm64: dts: qcom: sm8450: move Soundwire pinctrl to its nodes
 2023-12-13 16:27 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8550: "

[PATCH v2 0/3] iio: adc: add new ad7380 driver
 2023-12-13 16:15 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: iio: adc: Add binding for AD7380 ADCs

[PATCH v4 0/3] Add DAX ABI for memmap_on_memory
 2023-12-13 16:50 UTC  (3+ messages)
` [PATCH v4 1/3] Documentatiion/ABI: Add ABI documentation for sys-bus-dax

[RFC 0/2] PCI: acpiphp: workaround race between hotplug and SCSI_SCAN_ASYNC job
 2023-12-13 16:49 UTC  (7+ messages)
` [RFC 1/2] PCI: acpiphp: enable slot only if it hasn't been enabled already
` [RFC 2/2] PCI: acpiphp: slowdown hotplug if hotplugging multiple devices at a time

[PATCH v3 0/3] AMD Address Translation Library
 2023-12-13 16:48 UTC  (7+ messages)
` [PATCH v3 1/3] RAS: Introduce "

[PATCH] nvdimm-btt: simplify code with the scope based resource management
 2023-12-13 16:47 UTC  (4+ messages)

[PATCH 00/12] usb: Replace {v}snprintf() variants with safer alternatives
 2023-12-13 16:47 UTC  (14+ messages)
` [PATCH 01/12] usb: gadget: configfs: Replace snprintf() with the safer scnprintf() variant
` [PATCH 02/12] usb: gadget: f_uac1: "
` [PATCH 03/12] usb: gadget: f_uac2: "
` [PATCH 04/12] usb: gadget: uvc: "
` [PATCH 05/12] usb: gadget: udc: atmel: "
` [PATCH 06/12] usb: cdns2: "
` [PATCH 07/12] usb: host: max3421-hcd: "
` [PATCH 08/12] usb: yurex: "
` [PATCH 09/12] usb: mon_stat: "
` [PATCH 10/12] usb: mon_text: "
` [PATCH 11/12] usb: phy: twl6030: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()
` [PATCH 12/12] usb: storage: "

[PATCH v3 00/13] PCI: imx6: Clean up and add imx95 pci support
 2023-12-13 16:46 UTC  (7+ messages)
` [PATCH v3 08/13] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string

[PATCH v2 0/4] arm64: dts: qcom: few improvements
 2023-12-13 16:46 UTC  (9+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: sm8450: move Soundwire pinctrl to its nodes
` [PATCH v2 2/4] arm64: dts: qcom: sm8450: drop unneeded assigned-clocks from codec macros
` [PATCH v2 3/4] arm64: dts: qcom: sm8550: move Soundwire pinctrl to its nodes
` [PATCH v2 4/4] arm64: dts: qcom: sm8550: drop unneeded assigned-clocks from codec macros

[PATCH v2 0/2] qnx4: Avoid confusing compiler about buffer lengths
 2023-12-13 16:43 UTC  (3+ messages)

[PATCH V4 0/1] Add swappiness argument to memory.reclaim
 2023-12-13 16:41 UTC  (7+ messages)
` [PATCH V4 1/2] mm: add defines for min/max swappiness
` [PATCH V4 2/2] mm: add swapiness= arg to memory.reclaim

[PATCH] kexec: do syscore_shutdown() in kernel_kexec
 2023-12-13 16:39 UTC  (2+ messages)

[PATCH v4 0/2] Clean up min_buffers_needed misusages
 2023-12-13 16:39 UTC  (3+ messages)
` [PATCH v5 1/3] videobuf2: core: Rename min_buffers_needed field to vb2_queue

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-13 16:37 UTC  (33+ messages)
` [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests
` [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v4 14/39] netfs: Provide tools to create a buffer in an xarray
` [PATCH v4 17/39] netfs: Limit subrequest by size or number of segments
` [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v4 20/39] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice
` [PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v4 27/39] netfs: Allocate multipage folios in the writepath
` [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
` [PATCH v4 29/39] netfs: Implement unbuffered/DIO write support
` [PATCH v4 30/39] netfs: Implement buffered write API
` [PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v4 32/39] netfs: Provide netfs_file_read_iter()
` [PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v4 34/39] netfs: Provide a writepages implementation
` [PATCH v4 35/39] netfs: Provide a launder_folio implementation
` [PATCH v4 36/39] netfs: Implement a write-through caching option
` [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
` [PATCH v4 38/39] afs: Use the netfs write helpers
` [PATCH v4 39/39] 9p: Use netfslib read/write_iter

[PATCH v2] dt-bindings: mailbox: add Versal IPI bindings
 2023-12-13 16:35 UTC  (5+ messages)

[PATCH v2 1/1] dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100
 2023-12-13 16:35 UTC  (3+ messages)

[net-next PATCH v6 1/3] net: phy: extend PHY package API to support multiple global address
 2023-12-13 16:34 UTC  (13+ messages)
` [net-next PATCH v6 2/3] net: phy: restructure __phy_write/read_mmd to helper and phydev user
` [net-next PATCH v6 3/3] net: phy: add support for PHY package MMD read/write

[PATCH 0/3] Reject setting system segments from userspace
 2023-12-13 16:34 UTC  (4+ messages)
` [PATCH 1/3] x86: Move TSS and LDT to end of the GDT
` [PATCH 2/3] x86/ptrace: Reject system segements
` [PATCH 3/3] x86/sigreturn: "

[PATCH net-next 00/16] net: pcs: xpcs: Add memory-based management iface support
 2023-12-13 16:32 UTC  (11+ messages)
` [PATCH net-next 06/16] net: pcs: xpcs: Avoid creating dummy XPCS MDIO device

[PATCH v1 0/2] Remove Intel Thunder Bay SOC support
 2023-12-13 16:32 UTC  (2+ messages)

Does 6.5 kernel require different userspace to 6.4 kernel?
 2023-12-13 16:31 UTC  (2+ messages)

[PATCH 0/4] gpiolib: cdev: relocate debounce_period_us
 2023-12-13 16:29 UTC  (18+ messages)
` [PATCH 1/4] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
` [PATCH 3/4] gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()

[PATCH 0/8] coresight: Separate sysfs and Perf usage and some other cleanups
 2023-12-13 16:28 UTC  (5+ messages)
` [PATCH 1/8] coresight: Fix issue where a source device's helpers aren't disabled

[PATCH v2 00/16] block atomic writes
 2023-12-13 16:27 UTC  (11+ messages)
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support

[PATCH net-next v2] ipmr: support IP_PKTINFO on cache report IGMP msg
 2023-12-13 16:19 UTC 

[PATCH v1 2/2] riscv: envcfg save and restore on trap entry/exit
 2023-12-13 16:27 UTC  (5+ messages)

[PATCH v1 1/1] mfd: intel-lpss: Fix the fractional clock divider flags
 2023-12-13 16:26 UTC  (6+ messages)
` (subset) "

[PATCH 1/2] dt-bindings: iio: adc: ti-ads1298: Add driver
 2023-12-13 16:23 UTC  (2+ messages)

[PATCH v2 0/4] Support panels used by MT8173 Chromebooks in edp-panel
 2023-12-13 16:23 UTC  (7+ messages)
` [PATCH v2 4/4] drm/panel-edp: Add some panels with conservative timings

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2023-12-13 16:22 UTC  (2+ messages)

[PATCH v6 00/20] Proxy Execution: A generalized form of Priority Inheritance v6
 2023-12-13 16:20 UTC  (3+ messages)

[PATCH 00/15] KVM RISC-V report more ISA extensions through ONE_REG
 2023-12-13 16:20 UTC  (4+ messages)
` [PATCH 01/15] KVM: riscv: selftests: Generate ISA extension reg_list using macros

[PATCH] net: mdio: mdio-bcm-unimac: Delay before first poll
 2023-12-13 16:20 UTC  (4+ messages)

[RFC PATCH 00/12] Unified cross-architecture kernel-mode FPU API
 2023-12-13 16:19 UTC  (5+ messages)
` [RFC PATCH 04/12] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 06/12] LoongArch: "

[PATCH V2 0/5] Clean up perf mem
 2023-12-13 16:19 UTC  (13+ messages)
` [PATCH V2 1/5] perf mem: Add mem_events into the supported perf_pmu
` [PATCH V2 3/5] perf mem: Clean up perf_mem_events__name()

[PATCH v3 0/2] Refine USB interrupt vectors on Qualcomm platforms
 2023-12-13 16:18 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: usb: dwc3: Clean up hs_phy_irq in bindings

[git pull] ufs fix
 2023-12-13 16:18 UTC 

[PATCH v1] soc: renesas: make ARCH_R9A07G043 depend on !DMA_DIRECT_REMAP
 2023-12-13 16:18 UTC  (4+ messages)

[PATCH net-next v6 00/10] net/smc: implement SMCv2.1 virtual ISM device support
 2023-12-13 16:18 UTC 

[PATCH net] ipmr: support IP_PKTINFO on cache report IGMP msg
 2023-12-13 16:09 UTC  (3+ messages)

[PATCH] leds: sun50i-a100: avoid division-by-zero warning
 2023-12-13 16:16 UTC  (2+ messages)
` (subset) "

[PATCH v4] tracing/selftests: Add test to test the trace_marker
 2023-12-13 16:15 UTC 

[PATCH v1 0/8] Add device tree for IBM system1 BMC
 2023-12-13 16:13 UTC  (3+ messages)
` [PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices

[PATCH] dt-bindings: pinctrl: samsung: correct ExynosAutov920 wake-up compatibles
 2023-12-13 16:09 UTC  (2+ messages)

[PATCH 0/3] Fix XIP boot and make XIP testable in QEMU
 2023-12-13 16:08 UTC  (2+ messages)

[PATCH v2] arm64: rockchip: dts: rk3328-rock-pi-e: add gpio-line-names
 2023-12-13 16:05 UTC 

[PATCH] dmaengine: fix NULL pointer in channel unregistration function
 2023-12-13 16:04 UTC 

[RFC PATCH net-next v3 0/8] Add support for 10G Ethernet SerDes on MT7988
 2023-12-13 16:04 UTC  (3+ messages)
` [RFC PATCH net-next v3 3/8] net: pcs: pcs-mtk-lynxi: add platform driver for MT7988

[PATCH 0/3] arm64: dts: ti: Introduce J722S SoC and EVM
 2023-12-13 16:03 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: arm: ti: Add bindings for J722S SoCs

[Patch v6 00/10] Add MFC v12 support
 2023-12-13 16:03 UTC  (2+ messages)

[PATCH V5 0/3] Add rs485 support to uartps driver
 2023-12-13 16:02 UTC  (3+ messages)
` [PATCH V5 1/3] dt-bindings: Add reference to rs485.yaml

[PATCH 1/2] thermal: core: add initial support for cold and critical_cold trip point
 2023-12-13 16:00 UTC  (6+ messages)

[PATCH] soc: xilinx: Add error message for invalid payload received from IPI callback
 2023-12-13 15:54 UTC  (2+ messages)

[paulmck-rcu:frederic.2023.12.08a 29/37] fs/btrfs/transaction.c:496:6: error: call to '__compiletime_assert_329' declared with 'error' attribute: Need native word sized stores/loads for atomicity
 2023-12-13 15:54 UTC  (5+ messages)

[PATCH v2 0/8] Add JH7100 errata and update device tree
 2023-12-13 15:53 UTC  (4+ messages)
` (subset) "

[PATCH v2] mfd: tps6594: Add null pointer check to tps6594_device_init
 2023-12-13 15:53 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] dt-bindings: nvmem: add "data-size" property
 2023-12-13 15:49 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: nvmem: u-boot,env: describe "

[PATCH v5 00/16] Support Andes PMU extension
 2023-12-13 15:48 UTC  (12+ messages)
` [PATCH v5 03/16] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v5 07/16] RISC-V: Move T-Head PMU to CPU feature alternative framework
` [PATCH v5 09/16] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v5 15/16] riscv: dts: renesas: Add Andes PMU extension for r9a07g043f

[PATCH] arm64: zynqmp: Add missing destination mailbox compatible
 2023-12-13 15:47 UTC  (2+ messages)

[PATCH 0/2] arm64: zynqmp: Align fixed-clock nodes for kv260
 2023-12-13 15:46 UTC  (2+ messages)

Maple tree implementation for irq descriptor management
 2023-12-13 15:45 UTC 

[PATCH v4 1/2] dt-bindings: soc: xilinx: Move xilinx.yaml from arm to soc
 2023-12-13 15:45 UTC  (4+ messages)
` [PATCH v4 2/2] dt-bindings: soc: Add new board description for MicroBlaze V

[PATCH] riscv: lib: Optimize 'strlen' function
 2023-12-13 15:45 UTC 

[PATCH V2] perf top: Use evsel's cpus to replace user_requested_cpus
 2023-12-13 15:45 UTC  (6+ messages)

[PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib
 2023-12-13 15:41 UTC  (14+ messages)
` [PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v4 03/13] cifs: Share server EOF pos with netfslib
` [PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest
` [PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args
` [PATCH v4 08/13] cifs: Implement netfslib hooks
` [PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v4 10/13] cifs: Cut over to using netfslib
` [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1
` [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2
` [PATCH v4 13/13] cifs: Remove some code that's no longer used, part 3

[PATCH v2] docs: Raise the minimum Sphinx requirement to 2.4.4
 2023-12-13 15:42 UTC  (3+ messages)
` [PATCH] docs: sphinx/requirement.txt: Reflect recommended Sphinx version

[PATCH v2 1/1] backlight: hx8357: Convert to agnostic GPIO API
 2023-12-13 15:42 UTC  (2+ messages)
` (subset) "

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-13 15:41 UTC  (10+ messages)
` [PATCH v10 04/50] x86/cpufeatures: Add SEV-SNP CPU feature

[PATCH v2] tracing: Increase size of trace_marker_raw to max ring buffer entry
 2023-12-13 15:42 UTC 

[PATCH v3 1/2] leds: trigger: netdev: extend speeds up to 10G
 2023-12-13 15:39 UTC  (9+ messages)
          ` [GIT PULL] Immutable branch between LEDs and NetDev due for the v6.8 merge window:wq

[PATCH net] net: phy: skip LED triggers on PHYs on SFP modules
 2023-12-13 15:35 UTC  (7+ messages)

[PATCH] leds: rgb: Drop obsolete dependency on COMPILE_TEST
 2023-12-13 15:38 UTC  (2+ messages)

[PATCH v5 0/6] nvme: add csi, ms and nuse to sysfs
 2023-12-13 15:38 UTC  (5+ messages)
` [PATCH v5 1/6] nvme: move ns id info to struct nvme_ns_head

[PATCH v2 1/2] leds: trigger: netdev: display only supported link speed attribute
 2023-12-13 15:37 UTC  (2+ messages)

[PATCH net-next v2 0/2] add support for DP83TG720S PHY
 2023-12-13 15:36 UTC  (5+ messages)
` [PATCH net-next v2 1/2] net: phy: c45: add genphy_c45_pma_read_ext_abilities() function
` [PATCH net-next v2 2/2] net: phy: Add support for the DP83TG720S Ethernet PHY

[PATCH 00/13] btrfs: clean up RAID I/O geometry calculation
 2023-12-13 15:36 UTC  (4+ messages)
` [PATCH 11/13] btrfs: open code set_io_stripe for RAID56

[RFC PATCH 0/2] workqueue: Introduce PF_WQ_RESCUE_WORKER
 2023-12-13 15:35 UTC  (7+ messages)

[PATCH v9 0/3] Add Nuvoton NPCM SGPIO feature
 2023-12-13 15:27 UTC  (3+ messages)
` [PATCH v9 3/3] gpio: nuvoton: Add Nuvoton NPCM sgpio driver

[tip:irq/core] BUILD SUCCESS 69ffab9b9e698248cbb4042e47f82afb00dc1bb4
 2023-12-13 15:31 UTC 

[PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
 2023-12-13 15:32 UTC  (4+ messages)
` [PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib

[PATCH 0/4] usb: typec: tipd: add patch update support for tps6598x
 2023-12-13 15:32 UTC  (8+ messages)
` [PATCH 2/4] usb: typec: tipd: add function to request firmware

[PATCH] fix comparison of unsigned expression < 0
 2023-12-13 15:31 UTC  (5+ messages)

[PATCH v2] dmaengine: ti: k3-udma: Add PSIL threads for AM62P and J722S
 2023-12-13 15:29 UTC  (2+ messages)

[PATCH 6.1 000/194] 6.1.68-rc1 review
 2023-12-13 15:16 UTC  (6+ messages)
` RTL8152_INACCESSIBLE was "

[syzbot] [gfs2] WARNING in vfs_utimes
 2023-12-13 15:10 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).