public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-13 14:19:36 to 2023-10-13 16:28:06 UTC [more...]

[PATCH net-next v2 0/2] Switch DSA to inclusive terminology
 2023-10-13 16:25 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: dsa: Use conduit and user terms

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-13 16:04 UTC  (50+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op
` [RFC PATCH 06/53] afs: Don't use folio->private to record partial modification
` [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls
` [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
` [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers
` [RFC PATCH 11/53] netfs: Add support for DIO buffering
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
` [RFC PATCH 13/53] netfs: Add bounce buffering support
` [RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments
` [RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints
` [RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes
` [RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size
` [RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer
` [RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request
` [RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use
` [RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write
` [RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice
` [RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write
` [RFC PATCH 25/53] netfs: Make netfs_read_folio() handle streaming-write pages
` [RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath
` [RFC PATCH 27/53] netfs: Implement support for unbuffered/DIO read
` [RFC PATCH 28/53] netfs: Implement unbuffered/DIO write support
` [RFC PATCH 29/53] netfs: Implement buffered write API
` [RFC PATCH 30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [RFC PATCH 31/53] netfs: Provide netfs_file_read_iter()
` [RFC PATCH 32/53] netfs: Provide a writepages implementation
` [RFC PATCH 33/53] netfs: Provide minimum blocksize parameter
` [RFC PATCH 34/53] netfs: Make netfs_skip_folio_read() take account of blocksize
` [RFC PATCH 36/53] netfs: Decrypt encrypted content
` [RFC PATCH 37/53] netfs: Support decryption on ubuffered/DIO read
` [RFC PATCH 38/53] netfs: Support encryption on Unbuffered/DIO write
` [RFC PATCH 40/53] netfs: Implement a write-through caching option
` [RFC PATCH 41/53] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [RFC PATCH 42/53] afs: Use the netfs write helpers
` [RFC PATCH 45/53] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [RFC PATCH 46/53] cifs: Use more fields from netfs_io_subrequest
` [RFC PATCH 47/53] cifs: Make wait_mtu_credits take size_t args
` [RFC PATCH 48/53] cifs: Implement netfslib hooks
` [RFC PATCH 49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [RFC PATCH 50/53] cifs: Cut over to using netfslib
` [RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1
` [RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2
` [RFC PATCH 53/53] cifs: Remove some code that's no longer used, part 3

[PATCH 0/6] Preparations for fixing WMI reprobing issue
 2023-10-13 16:24 UTC  (4+ messages)
` [PATCH 4/6] platform/x86: wmi: Fix probe failure when failing to register WMI devices

[PATCH v2 1/2] seqlock: simplify SEQCOUNT_LOCKNAME()
 2023-10-13 16:10 UTC  (6+ messages)
` [PATCH v2 2/2] seqlock: change __seqprop() to return the function pointer
      ` [PATCH] locking/seqlock: Propagate 'const' pointers within read-only methods, remove forced type casts

[PATCH] perf/x86/p4: Fix "Wunused-but-set-variable" warning
 2023-10-13 16:13 UTC  (5+ messages)

[PATCH] [RFC] wireless: move obsolete drivers to staging
 2023-10-13 16:24 UTC  (16+ messages)

[RFC 0/2] iio: imu: Add driver and dt-bindings for BMI323
 2023-10-13 16:23 UTC  (12+ messages)
` [RFC 1/2] dt-bindings: iio: imu: Add DT binding doc "

[PATCH 0/5] Add ZynqMP efuse access support
 2023-10-13 16:23 UTC  (3+ messages)
` [PATCH 2/5] dt-bindings: nvmem: Convert xlnx,zynqmp-nvmem.txt to yaml

[PATCH] audit,io_uring: io_uring openat triggers audit reference count underflow
 2023-10-13 16:22 UTC  (11+ messages)

[PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-10-13 16:22 UTC  (5+ messages)
` [PATCHv14 5/9] efi: Add unaccepted memory support

[PATCH v4] tty: serial: meson: fix hard LOCKUP on crtscts mode
 2023-10-13 16:20 UTC  (4+ messages)

[PATCH v10 0/3] sched/fair: Scan cluster before scanning LLC in wake-up path
 2023-10-13 16:20 UTC  (6+ messages)
` [PATCH v10 2/3] "
` [PATCH v10 3/3] sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster wakeup

[net] ipv4: Fix broken PMTUD when using L4 multipath hash
 2023-10-13 16:19 UTC  (2+ messages)

[PATCH net-next v5 00/16] net: Make timestamping selectable
 2023-10-13 16:14 UTC  (7+ messages)
` [PATCH net-next v5 08/16] net: ethtool: Add a command to expose current time stamping layer

[PATCH v2] Fix NULL pointer deref due to filtering on fork
 2023-10-13 16:16 UTC  (3+ messages)

[PATCH v3] acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0
 2023-10-13 16:13 UTC  (2+ messages)

[PATCH v3 0/3] userfaultfd move option
 2023-10-13 16:08 UTC  (9+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI

[RFC PATCH] sched/fair: Bias runqueue selection towards almost idle prev CPU
 2023-10-13 16:07 UTC  (13+ messages)

[PATCH v2] thermal/core: Don't update trip points inside the hysteresis range
 2023-10-13 16:10 UTC  (4+ messages)

[PATCH] KVM: MIPS: fix -Wunused-but-set-variable warning
 2023-10-13 16:08 UTC  (2+ messages)

[PATCH net-next v1 1/3] net: phy: micrel: Extend KSZ886X PHY Special Ctrl/Status Reg definitions
 2023-10-13 16:04 UTC  (7+ messages)
` [PATCH net-next v1 2/3] net: dsa: microchip: ksz8: Enable MIIM PHY Control reg access
` [PATCH net-next v1 3/3] net: phy: micrel: Fix forced link mode for KSZ886X switches

[PATCH v2] staging: wlan-ng: remove helper function prism2sta_inf_handover()
 2023-10-13 16:04 UTC  (3+ messages)

[PATCH tip] x86/percpu: Rewrite arch_raw_cpu_ptr()
 2023-10-13 16:04 UTC  (2+ messages)

[PATCH v8 0/7] cgroup/cpuset: Support remote partitions
 2023-10-13 16:03 UTC  (3+ messages)

[PATCH] thermal: max77620: Remove duplicate error message
 2023-10-13 16:03 UTC  (2+ messages)

[RESEND PATCH V9 0/7] amd-pstate preferred core
 2023-10-13 16:01 UTC  (4+ messages)
` [RESEND PATCH V9 3/7] cpufreq: amd-pstate: Enable amd-pstate preferred core supporting

[PATCH net] net: ti: icssg-prueth: Fix r30 CMDs bitmasks
 2023-10-13 16:00 UTC  (2+ messages)

[PATCH] [PATCH]Staging: sm750fb:Add snakecase naming style
 2023-10-13 15:56 UTC  (5+ messages)

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-13 15:56 UTC  (6+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op

probable quota bug introduced in 6.6-rc1
 2023-10-13 15:58 UTC  (2+ messages)

[PATCH v4 0/4] Add sc8280xp CCI and CAMSS core dtsi
 2023-10-13 15:56 UTC  (4+ messages)
` [PATCH v4 3/4] media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding

[PATCH] serial: amba-pl011: set fwnode from parent device
 2023-10-13 15:47 UTC 

[PATCH v4 2/2] misc: Add Nitro Secure Module driver
 2023-10-13 15:43 UTC  (2+ messages)

[PATCH v2 0/8] RISC-V SBI debug console extension support
 2023-10-13 15:41 UTC  (4+ messages)
` [PATCH v2 7/8] tty: Add SBI debug console support to HVC SBI driver

[PATCH] scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup
 2023-10-13 15:41 UTC  (2+ messages)

[PATCH 0/3] Create a binding for the Marvell MV88E6xxx DSA switches
 2023-10-13 15:40 UTC  (5+ messages)
` [PATCH 2/3] RFC: dt-bindings: marvell: Rewrite in schema

[GIT PULL] ACPI fixes for v6.6-rc6
 2023-10-13 15:39 UTC 

[PATCH] jfs : fs array-index-out-of-bounds in txCommit
 2023-10-13 15:39 UTC  (6+ messages)

[RFC PATCH 1/1] mm: only use old generation and stable tier for madv_pageout
 2023-10-13 15:38 UTC  (2+ messages)

[PATCH] appletalk: remove special handling code for ipddp
 2023-10-13 15:38 UTC  (2+ messages)

[PATCH v1] regulator: core: Convert warning to debug print
 2023-10-13 15:38 UTC  (4+ messages)

[PATCH 0/2] w1: Add 1-wire master driver for AMD programmable logic IP Core
 2023-10-13 15:36 UTC  (11+ messages)
` [PATCH 1/2] dt-bindings: w1: Add YAML DT Schema for AMD w1 master and MAINTAINERS entry
` [PATCH 2/2] w1: Add 1-wire master driver for AMD programmable logic IP Core

[GIT PULL] Ceph fixes for 6.6-rc6
 2023-10-13 15:35 UTC 

[PATCH v2 1/3] pwm: make it possible to apply pwm changes in atomic context
 2023-10-13 15:34 UTC  (4+ messages)

[tip:x86/apic] BUILD SUCCESS 441ccc351256533b6381e86a5648dbfe04b74286
 2023-10-13 15:33 UTC 

[tip:x86/irq] BUILD SUCCESS f44075ecafb726830e63d33fbca29413149eeeb8
 2023-10-13 15:33 UTC 

[syzbot] [fs?] KCSAN: data-race in __d_lookup_rcu / dont_mount
 2023-10-13 15:30 UTC 

[PATCH v4 00/15] arm64: qcom: add and enable SHM Bridge support
 2023-10-13 15:29 UTC  (8+ messages)
` [PATCH v4 04/15] firmware: qcom: add a dedicated TrustZone buffer allocator
` [PATCH v4 05/15] firmware: qcom: scm: enable the TZ mem allocator
` [PATCH v4 12/15] firmware: qcom: scm: add support for SHM bridge operations

[net-next PATCH] octeontx2-af: Enable hardware timestamping for VFs
 2023-10-13 15:29 UTC  (2+ messages)

[PATCH net] net: ethernet: ti: Fix mixed module-builtin object
 2023-10-13 15:27 UTC  (2+ messages)

[PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-10-13 15:28 UTC  (11+ messages)

[PATCH v4 0/2] Rpmsg support for i.MX DSP with resource table
 2023-10-13 15:27 UTC  (3+ messages)
` [PATCH v4 1/2] remoteproc: imx_dsp_rproc: add mandatory find_loaded_rsc_table op
` [PATCH v4 2/2] arm64: dts: imx8mp: add reserve-memory nodes for DSP

[PATCH smp,csd] Throw an error if a CSD lock is stuck for too long
 2023-10-13 15:26 UTC  (4+ messages)

[PATCH v8 0/5] introduce tee-based EFI Runtime Variable Service
 2023-10-13 15:25 UTC  (5+ messages)
` [PATCH v8 4/5] efivarfs: automatically update super block flag

[PATCH v1] thermal: ACPI: Include the right header file
 2023-10-13 15:25 UTC  (2+ messages)

[PATCH v2] docs: add backporting and conflict resolution document
 2023-10-13 15:24 UTC  (4+ messages)

[PATCH v3] Fixes: 07928d9bfc81 ("padata: Remove broken queue flushing")
 2023-10-13 15:22 UTC  (2+ messages)

[PATCH v3 0/6] drm/solomon: Add support for the SSD132x controller family
 2023-10-13 15:20 UTC  (6+ messages)
` [PATCH v3 4/6] drm/ssd130x: Add support for the SSD132x OLED "

[PATCH v2] dt-bindings: iio: imu: st,lsm6dsx: add mount-matrix property
 2023-10-13 15:19 UTC  (2+ messages)

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-10-13 15:19 UTC  (3+ messages)
` [PATCH v4 10/17] iommufd: Support IOMMU_HWPT_ALLOC allocation with user data

[PATCH -next v2 00/19] mm: convert page cpupid functions to folios
 2023-10-13 15:19 UTC  (5+ messages)
` [PATCH -next v2 09/19] mm: mprotect: use a folio in change_pte_range()
` [PATCH -next v2 18/19] mm: use folio_xchg_last_cpupid() in wp_page_reuse()

[PATCH 0/6] staging: rtl8192e: Remove unchanged variable dig_enable_flag
 2023-10-13 15:17 UTC  (8+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] staging: rtl8192e: Remove unchanged variable dig_algorithm
` [PATCH 3/6] staging: rtl8192e: Remove _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
` [PATCH 4/6] staging: rtl8192e: Remove unchanged variable dig_algorithm_switch
` [PATCH 5/6] staging: rtl8192e: Remove unused variable dig_state
` [PATCH 6/6] staging: rtl8192e: Remove unused enums dm_dig_sta and dm_dig_alg

[PATCH 0/2] Rework interface between scheduler and schedutil governor
 2023-10-13 15:14 UTC  (3+ messages)
` [PATCH 1/2] sched/schedutil: rework performance estimation
` [PATCH 2/2] sched/schedutil: rework iowait boost

[PATCH 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
 2023-10-13 15:12 UTC  (7+ messages)
` [PATCH 1/9] dt-bindings: arm: mediatek: Sort entries by SoC then board compatibles
` [PATCH 2/9] dt-bindings: arm: mediatek: Add MT8186 Tentacruel / Tentacool Chromebooks
` [PATCH 3/9] dt-bindings: arm: mediatek: Add MT8186 Steelix Chromebook

[PATCH] arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node
 2023-10-13 15:06 UTC 

[PATCH 00/12] x86/mce, KVM: X86: KVM memory poison and MCE injector support
 2023-10-13 15:05 UTC  (3+ messages)
` [PATCH 01/12] x86/mce: Fix hw MCE injection feature detection

[PATCH v1 0/5] mm, kpageflags: support folio and fix output for compound pages
 2023-10-13 15:03 UTC  (5+ messages)

[PATCH v2 0/2] pinctrl: qcom: lpass-lpi: allow slew rate bit in main pin config register
 2023-10-13 14:59 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: qcom: lpass-lpi: split slew rate set to separate function
` [PATCH v2 2/2] pinctrl: qcom: lpass-lpi: allow slew rate bit in main pin config register

[PATCH] arm64: cpufeature: Display the set of cores with a feature
 2023-10-13 14:57 UTC  (2+ messages)

[RESEND PATCH] pinctrl: qcom: lpass-lpi: fix concurrent register updates
 2023-10-13 14:57 UTC 

[PATCH] leds: rgb: Implement per-key keyboard backlight for several TUXEDO devices
 2023-10-13 14:54 UTC  (8+ messages)
          ` Implement per-key keyboard backlight as auxdisplay?

[PATCH] clocksource: disable irq when holding watchdog_lock
 2023-10-13 14:51 UTC 

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-10-13 14:51 UTC  (13+ messages)

[PATCH] drm/bridge: analogix: anx78xx: Check return value
 2023-10-13 14:48 UTC 

[PATCH] crypto: remove md4 driver
 2023-10-13 14:39 UTC  (4+ messages)

[PATCH] block: Fix regression in sed-opal for a saved key
 2023-10-13 14:38 UTC  (7+ messages)

[PATCH 00/15] sched: EEVDF and latency-nice and/or slice-attr
 2023-10-13 14:34 UTC  (4+ messages)
` [PATCH 03/15] sched/fair: Add lag based placement

[PATCH] rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call
 2023-10-13 14:34 UTC 

[PATCH v1 0/2] Fix i2s0 pin conflict on ROCK Pi 4 RK3399 boards
 2023-10-13 14:11 UTC  (2+ messages)

[syzbot] [usb?] linux-next boot error: KASAN: slab-out-of-bounds Write in vhci_setup
 2023-10-13 14:32 UTC  (4+ messages)

[PATCH] iio: resolver: ad2s1210: add support for adi,fixed-mode
 2023-10-13 14:27 UTC  (3+ messages)

[PATCH 0/2] Add driver for NXP PTN36502 Type-C redriver
 2023-10-13 14:24 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: usb: add NXP PTN36502 Type-C redriver bindings
` [PATCH 2/2] usb: typec: add support for PTN36502 redriver

[PATCH 0/2] wifi: ath: Remove ath*_base::bd_api
 2023-10-13 14:24 UTC  (3+ messages)
` [PATCH 1/2] wifi: ath11k: Remove ath11k_base::bd_api
` [PATCH 2/2] wifi: ath12k: Remove ath12k_base::bd_api

[PATCH 0/2] serial: sc16is7xx: device tree improvements
 2023-10-13 14:19 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: serial: sc16is7xx: move 'allOf' block after 'required'
` [PATCH 2/2] dt-bindings: serial: sc16is7xx: remove 'clock-frequency' property


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