public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-18 15:33:07 to 2023-09-18 16:48:41 UTC [more...]

[PATCH 1/4] inotify_user: pass directory fd to inotify_find_inode()
 2023-09-18 15:28 UTC  (6+ messages)
` [PATCH 3/4] inotify_user: add system call inotify_add_watch_at()

[PATCH v1 1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE()
 2023-09-18 16:28 UTC  (12+ messages)

[RFC PATCH 0/3] quering mount attributes
 2023-09-18 15:39 UTC  (17+ messages)
` [RFC PATCH 2/3] add statmnt(2) syscall

[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-09-18 16:47 UTC  (5+ messages)
` [PATCH v5 02/12] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset

[PATCH] aoe: refactor deprecated strncpy
 2023-09-18 14:00 UTC  (5+ messages)

[PATCH v2] platform/x86: thinkpad_acpi: sysfs interface to auxmac
 2023-09-18 13:41 UTC  (3+ messages)

[PATCH 0/4] btrfs: RAID stripe tree updates
 2023-09-18 16:39 UTC  (9+ messages)
` [PATCH 1/4] btrfs: fix 64bit division in btrfs_insert_striped_mirrored_raid_extents
` [PATCH 2/4] btrfs: break loop in case set_io_stripe fails
` [PATCH 3/4] btrfs: rename ordered_enmtry in btrfs_io_context
` [PATCH 4/4] btrfs: add tree-checker for RAID-stripe-tree

[PATCH v2 00/13] PCI/ASPM: Make ASPM in core robust and remove driver workarounds
 2023-09-18 13:11 UTC  (14+ messages)
` [PATCH v2 01/13] PCI/ASPM: Rename pci_enable_link_state() to pci_set_default_link_state()
` [PATCH v2 02/13] PCI/ASPM: Improve pci_set_default_link_state() kerneldoc
` [PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it
` [PATCH v2 04/13] PCI/ASPM: Move L0S/L1/sub states mask calculation into a helper
` [PATCH v2 05/13] PCI/ASPM: Add pci_enable_link_state()
` [PATCH v2 06/13] Bluetooth: hci_bcm4377: Convert aspm disable to quirk
` [PATCH v2 07/13] mt76: Remove unreliable pci_disable_link_state() workaround
` [PATCH v2 08/13] e1000e: Remove unreliable pci_disable_link_state{,_locked}() workaround
` [PATCH v2 09/13] wifi: ath10k: Use pci_disable/enable_link_state()
` [PATCH v2 10/13] wifi: ath11k: "
` [PATCH v2 11/13] wifi: ath12k: "
` [PATCH v2 12/13] RDMA/hfi1: "
` [PATCH v2 13/13] misc: rtsx: "

[PATCH v3 00/13] KVM: xen: update shared_info and vcpu_info handling
 2023-09-18 16:34 UTC  (21+ messages)
` [PATCH v3 01/13] KVM: pfncache: add a map helper function
` [PATCH v3 02/13] KVM: pfncache: add a mark-dirty helper
` [PATCH v3 03/13] KVM: pfncache: add a helper to get the gpa
` [PATCH v3 04/13] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v3 05/13] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v3 06/13] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v3 07/13] KVM: xen: prepare for using 'default' vcpu_info
` [PATCH v3 08/13] KVM: xen: prevent vcpu_id from changing whilst shared_info is valid
` [PATCH v3 09/13] KVM: xen: automatically use the vcpu_info embedded in shared_info
` [PATCH v3 10/13] KVM: selftests / xen: set KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v3 11/13] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v3 12/13] KVM: selftests / xen: don't explicitly set the vcpu_info address
` [PATCH v3 13/13] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability

[PATCH] HID: i2c-hid: fix handling of unpopulated devices
 2023-09-18 12:58 UTC 

linux-stable 6.1.53 kernel crash on COLOR_ID_MULTI handling change
 2023-09-18 14:11 UTC  (3+ messages)

[PATCH] rust: Respect HOSTCC when linking for host
 2023-09-18 16:38 UTC  (7+ messages)

[PATCH 0/2] staging: rtl8192e: Fix alignment of structs and truncated writing
 2023-09-18 16:43 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8192e: Fix alignment of structs in rtllib.h to two
` [PATCH 2/2] staging: rtl8192e: Fix compiler warning truncated writing of iwe.u.name

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-09-18 14:15 UTC  (3+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

[PATCH 00/10] IFS support for GNR and SRF
 2023-09-18 16:29 UTC  (9+ messages)
` [PATCH 03/10] platform/x86/intel/ifs: Image loading for new generations

[PATCH v1] hyperv: reduce size of ms_hyperv_info
 2023-09-18 16:01 UTC 

[PATCH v2 0/2] iommu/virtio: Enable IOMMU_CAP_DERRED_FLUSH
 2023-09-18 16:37 UTC  (6+ messages)
` [PATCH v2 1/2] iommu/virtio: Make use of ops->iotlb_sync_map
` [PATCH v2 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-18 16:36 UTC  (6+ messages)
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH v3 0/7] Iommu: Retire bus ops
 2023-09-18 16:36 UTC  (4+ messages)
` [PATCH v3 1/7] iommu: Factor out some helpers

[PATCH v2 1/2] platform/x86: think-lmi: Replace kstrdup() + strreplace() with kstrdup_and_replace()
 2023-09-18 14:09 UTC  (3+ messages)
` [PATCH v2 2/2] platform/x86: think-lmi: Use strreplace() to replace a character by nul

[PATCH v4 0/4] platform/x86: intel_scu_ipc: Timeout fixes
 2023-09-18 13:26 UTC  (5+ messages)
` [PATCH v4 2/4] platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt()

[PATCH v1] usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag
 2023-09-18 16:10 UTC 

[PATCH v6 0/7] Optimize mremap during mutual alignment within PMD
 2023-09-18 15:35 UTC  (2+ messages)

[PATCH v2 0/3] vfio: use __aligned_u64 for ioctl structs
 2023-09-18 14:15 UTC  (4+ messages)
` [PATCH v2 2/3] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-18 16:17 UTC  (11+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
` [PATCH 18/26] KVM: s390: Stop adding virt/kvm to the arch include path

[PATCH v3 0/4] Fix up the boe-tv101wum-nl6 panel driver
 2023-09-18 16:19 UTC  (2+ messages)

[PATCH v5 00/15] Add TPS25750 USB type-C PD controller support
 2023-09-18 13:57 UTC  (4+ messages)
` [PATCH v5 15/15] USB: typec: Do not check VID for tps25750

[PATCH] HID: intel-ish-hid: ipc: Rework EHL OOB wakeup
 2023-09-18 15:57 UTC  (8+ messages)

[PATCH v2] platform/x86: think-lmi: Add bulk save feature
 2023-09-18 16:25 UTC  (9+ messages)

[PATCH 00/17] Add folio_end_read
 2023-09-18 14:37 UTC  (5+ messages)
` [PATCH 09/17] m68k: Implement xor_unlock_is_negative_byte

[PATCH v2 0/4] tools/nolibc: cleanups for syscall fallbacks
 2023-09-18 16:19 UTC  (3+ messages)
` [PATCH v2 2/4] tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks

[RFC v2 00/11] iio: add iio backend device type
 2023-09-18 15:52 UTC  (8+ messages)
` [RFC v2 01/11] iio: introduce iio backend device

[PATCH][next] net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"
 2023-09-18 13:21 UTC 

[PATCH] swiotlb: fix the check whether a device has used software IO TLB
 2023-09-18 15:45 UTC  (8+ messages)

[RFC PATCH net-next 0/3] sock: Be aware of memcg pressure on alloc
 2023-09-18 15:49 UTC  (4+ messages)
` [RFC PATCH net-next 3/3] sock: Throttle pressure-aware sockets under pressure

[PATCH v2 0/4] drm/xe/gsc: add initial gsc support
 2023-09-18 16:26 UTC  (10+ messages)
` [PATCH v2 1/4] drm/xe/gsc: add HECI2 register offsets
  ` [Intel-xe] "
` [PATCH v2 2/4] drm/xe/gsc: add has_heci_gscfi indication to device
  ` [Intel-xe] "
` [PATCH v2 3/4] drm/xe/gsc: add gsc device support
  ` [Intel-xe] "
` [PATCH v2 4/4] mei: gsc: add support for auxiliary device created by Xe driver
  ` [Intel-xe] "
` [Intel-xe] [PATCH v2 0/4] drm/xe/gsc: add initial gsc support

[PATCH] net: rds: Fix possible NULL-pointer dereference
 2023-09-18 13:56 UTC 

[PATCH v3 0/2] iio: adc: add LTC2309 support
 2023-09-18 16:25 UTC  (5+ messages)
` [PATCH v3 2/2] iio: adc: add ltc2309 support

[PATCH RFC v2] selftests/nolibc: don't embed initramfs into kernel image
 2023-09-18 16:20 UTC  (2+ messages)

[PATCH 0/5] Improve zram writeback performance
 2023-09-18 13:53 UTC  (2+ messages)

[PATCH 0/2] mailbox: imx: support new tx doorbell
 2023-09-18 14:40 UTC  (5+ messages)
` [PATCH 2/2] mailbox: imx: support channel type tx doorbell v2

[PATCH v3 0/4] Displayport Alternate Mode 2.1 Support
 2023-09-18 16:19 UTC  (6+ messages)
` [PATCH v3 3/4] platform/chrome: cros_ec_typec: Add Displayport Alternatemode "

[PATCH v4] gpio: sim: fix an invalid __free() usage
 2023-09-18 15:31 UTC  (2+ messages)

[PATCH printk v5 0/8] provide nbcon base
 2023-09-18 14:54 UTC  (6+ messages)
` [PATCH printk v5 2/8] printk: nbcon: Add acquire/release logic
` [PATCH printk v5 6/8] printk: nbcon: Add sequence handling

[PATCH] HID: nvidia-shield: add LEDS_CLASS dependency
 2023-09-18 14:55 UTC  (2+ messages)

[PATCH v1 0/4] Smart scanning mode for KSM
 2023-09-18 16:18 UTC  (4+ messages)
` [PATCH v1 1/4] mm/ksm: add "smart" page scanning mode

[PATCH v1 1/2] platform/x86: think-lmi: Replace kstrdup() + strreplace() with kstrdup_and_replace()
 2023-09-18 15:38 UTC  (6+ messages)
` [PATCH v1 2/2] platform/x86: think-lmi: Use strreplace() to replace a character by nul

[PATCH] tracing/timerlat: Hotplug support for the user-space interface
 2023-09-18 13:49 UTC  (3+ messages)

[PATCH] soundwire: bus: Make IRQ handling conditionally built
 2023-09-18 16:10 UTC 

[PATCH 0/1] x86/kexec: UKI support
 2023-09-18 15:41 UTC  (5+ messages)
  ` [systemd-devel] "

[PATCH] memblock: add missing argument definition
 2023-09-18 15:56 UTC  (2+ messages)

[syzbot] [mm?] WARNING in page_add_anon_rmap
 2023-09-18 13:14 UTC  (2+ messages)

[PATCH 0/2] Fix for GPIO interrupts
 2023-09-18 13:25 UTC  (5+ messages)
` [PATCH 2/2] pinctrl: renesas: rzg2l: Enable noise filter for GPIO interrupt input

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-09-18 13:14 UTC  (7+ messages)
` [PATCH v2 6/6] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH v4 0/3] Fix 'faddr2line' for LLVM arm64 builds
 2023-09-18 15:51 UTC  (5+ messages)
` [PATCH v4 1/3] scripts/faddr2line: Don't filter out non-function symbols from readelf
` [PATCH v4 3/3] scripts/faddr2line: Skip over mapping symbols in output "

[PATCH v4 0/3] ASoC: wm8782: Allow higher audio rates
 2023-09-18 16:06 UTC  (2+ messages)

usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails
 2023-09-18 14:26 UTC  (9+ messages)

[PATCH v2 0/2] Support mute notifications for CS35L41 HDA
 2023-09-18 16:04 UTC  (2+ messages)

[PATCH 1/1] take in account bits per word instead of assuming 8-bits
 2023-09-18 15:45 UTC  (2+ messages)

[PATCH] ALSA: dummy: Fix &dpcm->lock deadlock issues
 2023-09-18 15:53 UTC  (4+ messages)
    ` 回复: "

[PATCH v3] spi: bcm2835: reduce the abuse of the GPIO API
 2023-09-18 15:45 UTC  (2+ messages)

[PATCH 0/2] Add qcom hvc/shmem transport
 2023-09-18 15:54 UTC  (5+ messages)
` [PATCH v4 0/4] Add qcom hvc/shmem transport support

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-18 14:09 UTC  (5+ messages)

[PATCH v2 00/12] KVM: xen: update shared_info and vcpu_info handling
 2023-09-18 14:05 UTC  (18+ messages)
` [PATCH v2 05/12] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v2 10/12] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v2 11/12] KVM: selftests / xen: don't explicitly set the vcpu_info address
` [PATCH v2 12/12] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability

[PATCH] HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd
 2023-09-18 14:50 UTC 

[PATCH v1 4/8] clk: rockchip: Avoid __clk_lookup() calls
 2023-09-18 13:32 UTC  (2+ messages)

[PATCH v3 0/3] DCP as trusted keys backend
 2023-09-18 14:18 UTC  (3+ messages)
` [PATCH v3 1/3] crypto: mxs-dcp: Add support for hardware provided keys
` [PATCH v3 2/3] KEYS: trusted: Introduce support for NXP DCP-based trusted keys

[PATCH v3 1/5] hwmon: max31827: Make code cleaner
 2023-09-18 14:08 UTC  (4+ messages)

[PATCH v13 00/22] TDX host kernel support
 2023-09-18 15:44 UTC  (6+ messages)
` [PATCH v13 17/22] x86/kexec: Flush cache of TDX private memory

[PATCH 0/2] ALSA: hda: cs35l56: Handle speaker id GPIOs
 2023-09-18 15:50 UTC  (2+ messages)

[syzbot] [net?] WARNING in __ip6_append_data
 2023-09-18 14:04 UTC  (6+ messages)

[PATCH] wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM
 2023-09-18 13:19 UTC  (2+ messages)
`  "

[PATCH 0/6] arm64: xilinx: Tune DTSes to remove warnings from make W=1 dtbs
 2023-09-18 14:58 UTC  (5+ messages)
` [PATCH 1/6] arm64: xilinx: Do not use '_' in DT node names
` [PATCH 2/6] arm64: xilinx: Use lower case for partition address

[PATCH v6] driver core: platform: set numa_node before platform_device_add()
 2023-09-18 15:44 UTC  (5+ messages)

[PATCH RFC] binfmt_elf: fully allocate bss pages
 2023-09-18 14:11 UTC  (2+ messages)

[PATCH v2] null_blk: refactor deprecated strncpy
 2023-09-18 13:59 UTC  (2+ messages)

[PATCH 0/3] RK3588 Rock 5B PCIe support
 2023-09-18 14:14 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: rockchip: rock-5b: add PCIe network controller
` [PATCH 2/3] arm64: dts: rockchip: rock-5b: add PCIe for M.2 M-key
` [PATCH 3/3] arm64: dts: rockchip: rock-5b: add PCIe for M.2 E-Key

[PATCH RFT 0/2] i2c: rcar: improve Gen3 support
 2023-09-18 14:44 UTC  (3+ messages)
` [PATCH RFT 2/2] i2c: rcar: improve accuracy for R-Car Gen3+

[PATCH v2 0/2] x86/kexec: UKI Support
 2023-09-18 15:36 UTC  (6+ messages)

[linus:master] [workqueue] fe089f87cc: fxmark.ssd_xfs_dbench_client_72_bufferedio.works/sec -32.0% regression
 2023-09-18 15:07 UTC 

[GIT PULL] gfs2 fixes
 2023-09-18 14:34 UTC 

[RFC PATCH 1/1] ACPI / APEI: Fix for overwriting aer info when error status data have multiple sections
 2023-09-18 13:07 UTC  (3+ messages)

[PATCH 6/6] scsi: ufs: ufs-sysfs: Introduce UFS power info sysfs nodes
 2023-09-18 15:36 UTC  (2+ messages)

[PATCH V3 0/5] ASoC: codecs: Add aw87390 amplifier driver
 2023-09-18 13:06 UTC  (3+ messages)
` [PATCH V3 3/5] ASoC: codecs: Add code for bin parsing compatible with aw87390

[PATCH v2] drm/etnaviv: refactor deprecated strncpy
 2023-09-18 13:34 UTC 

[PATCH v3] wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet
 2023-09-18 13:06 UTC  (6+ messages)

[PATCH v5] driver core: platform: set numa_node before platform_add_device()
 2023-09-18 15:09 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/2] RK3588 EVB1 PCIe support
 2023-09-18 14:13 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: rockchip: rk3588-evb1: add PCIe2 network controller
` [PATCH 2/2] arm64: dts: rockchip: rk3588-evb1: add PCIe3 bus

BUG: KCSAN: data-race in folio_batch_move_lru / mpage_read_end_io
 2023-09-18 14:53 UTC  (5+ messages)

[PATCH v10 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-09-18 14:27 UTC  (4+ messages)

[PATCH v1] mm: make __GFP_BITS_SHIFT independent of CONFIG_LOCKDEP
 2023-09-18 15:32 UTC 

[PATCH 6.5 000/285] 6.5.4-rc1 review
 2023-09-18 14:31 UTC  (4+ messages)

WARNING: CPU: 14 PID: 125 at drivers/gpu/drm/drm_mode_object.c:45 drm_mode_object_add+0x80/0x90 [drm]
 2023-09-18 14:17 UTC  (2+ messages)

[PATCH] usb:typec:tcpm:support double Rp to Vbus cable as sink
 2023-09-18 14:22 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