public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-12 15:55:12 to 2025-01-13 03:30:07 UTC [more...]

[PATCH] selftests/mm/cow: Modify the incorrect checking parameters
 2025-01-13  3:28 UTC 

[PATCH] hugetlbfs: check dir in trace_hugetlbfs_alloc_inode
 2025-01-13  3:29 UTC  (2+ messages)

[PATCH v6 0/1] Update ASPEED WDT bootstatus
 2025-01-13  3:28 UTC  (3+ messages)
` [PATCH v6 1/1] watchdog: aspeed: Update bootstatus handling

[PATCH] locking/rtmutex: Use struct keyword in kernel-doc comment
 2025-01-13  3:28 UTC  (2+ messages)

linux-next: duplicate patch in the mux tree
 2025-01-13  3:26 UTC 

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-13  3:25 UTC  (2+ messages)

[RFC PATCH] perf/core: Fix warning in perf_cgroup_set_timestamp
 2025-01-13  3:34 UTC 

linux-next: manual merge of the iio tree with the char-misc.current tree
 2025-01-13  3:23 UTC  (2+ messages)

[PATCH V2 0/2] serial: sprd: Modification of UNISOC Platform UART Driver
 2025-01-13  3:19 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: serial: Add a new compatible string for UMS9632
` [PATCH V2 2/2] serial: sprd: Add support for sc9632

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-13  3:18 UTC  (16+ messages)
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages

[PATCH v4 0/8] vhost: Add support of kthread API
 2025-01-13  3:09 UTC  (5+ messages)
` [PATCH v4 7/8] vhost: Add new UAPI to support change to task mode

[PATCH] virtio_ring: skip cpu sync when mapping fails
 2025-01-13  3:06 UTC  (5+ messages)

[PATCH v2 0/3] tun: Unify vnet implementation and fill full vnet header
 2025-01-13  3:04 UTC  (6+ messages)
` [PATCH v2 3/3] tun: Set num_buffers for virtio 1.0

[PATCH v4 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-01-13  3:00 UTC  (4+ messages)
` [PATCH v4 6/7] hwmon: Add Nuvoton NCT6694 HWMON support

[PATCH v4 0/3] Enable UFS on QCS615
 2025-01-13  2:59 UTC  (4+ messages)
` (subset) "

[PATCH] security: fix typos and spelling errors
 2025-01-13  2:56 UTC  (5+ messages)
` [PATCH V2] "

[PATCH v5 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-13  2:52 UTC  (5+ messages)
` [PATCH v5 06/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC

[PATCH] nfsd: free nfsd_file by gc after adding it to lru list
 2025-01-13  2:59 UTC 

include/linux/tpm_eventlog.h:165:6: warning: variable 'mapping_size' set but not used
 2025-01-13  2:44 UTC 

[PATCH] xfs: Remove i_rwsem lock in buffered read
 2025-01-13  2:44 UTC  (11+ messages)

[PATCH v9 00/17] reimplement per-vma lock as a refcount
 2025-01-13  2:37 UTC  (17+ messages)
` [PATCH v9 10/17] refcount: introduce __refcount_{add|inc}_not_zero_limited
        ` [PATCH v9 10/17] refcount: introduce __refcount_{add|inc}_not_zero_limited - clang 17.0.1 bug
` [PATCH v9 11/17] mm: replace vm_lock and detached flag with a reference count

linux-next: build failure after merge of the block tree
 2025-01-13  2:37 UTC  (3+ messages)

[PATCH v3 0/2] net/ncsi: fix oem gma command handling and state race issue
 2025-01-13  2:34 UTC  (3+ messages)
` [PATCH v3 1/2] net/ncsi: fix locking in Get MAC Address handling
` [PATCH v3 2/2] net/ncsi: fix state race during channel probe completion

[PATCH] tools: fixed compile tools/virtio error "__user" redefined [-Werror]
 2025-01-13  2:34 UTC  (3+ messages)

[RFC 0/2] efi/memattr: Fix memory corruption and warning issues
 2025-01-13  2:33 UTC  (7+ messages)
` [RFC 1/2] efi/memattr: Use desc_size instead of total size to check for corruption

[PATCH v5 0/6] vhost: Add support of kthread API
 2025-01-13  2:32 UTC  (6+ messages)
` [PATCH v5 4/6] vhost: Add worker related functions to support kthread

[PATCH 2/2] dt-bindings: serial: Add a new compatible string for ums9632
 2025-01-13  2:29 UTC  (5+ messages)

[PATCH 0/7] KVM: TDX SEPT SEAMCALL retry
 2025-01-13  2:13 UTC  (8+ messages)
` [PATCH 1/7] KVM: TDX: Return -EBUSY when tdh_mem_page_add() encounters TDX_OPERAND_BUSY
` [PATCH 2/7] KVM: x86/mmu: Return RET_PF* instead of 1 in kvm_mmu_page_fault()
` [PATCH 3/7] KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY
` [PATCH 4/7] KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal
` [PATCH 5/7] fixup! KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table
` [PATCH 6/7] "
` [PATCH 7/7] fixup! KVM: TDX: Implement TDX vcpu enter/exit path

[PATCH 0/5] KVM: Add a kvm_run flag to signal need for completion
 2025-01-13  2:09 UTC  (3+ messages)
` [PATCH 3/5] KVM: Add a common kvm_run flag to communicate an exit needs completion

[PATCH 00/16] KVM: TDX: TDX interrupts
 2025-01-13  2:09 UTC  (4+ messages)
` [PATCH 12/16] KVM: TDX: Inhibit APICv for TDX guest

[PATCH V4] phy: freescale: fsl-samsung-hdmi: fix build error in fsl_samsung_hdmi_phy_configure_pll_lock_det
 2025-01-13  1:49 UTC 

[PATCH] f2fs: Clean up the loop outside of f2fs_invalidate_blocks()
 2025-01-13  1:47 UTC 

[PATCH] firewire: test: Fix potential null dereference in firewire kunit test
 2025-01-13  1:42 UTC  (2+ messages)

[PATCH] Documentation/cgroup-v2: Update memory.numa_stat description to reflect possible units
 2025-01-13  1:05 UTC  (5+ messages)
` [PATCH v2] Documentation/cgroup-v2: Update memory.{stat,numa_stat} "

[PATCH 2/3] mm: Support tlbbatch flush for a range of PTEs
 2025-01-13  0:56 UTC  (2+ messages)

[PATCH 2/3] mm: Support tlbbatch flush for a range of PTEs
 2025-01-13  0:55 UTC  (2+ messages)

[PATCH v3 1/1] hid-asus: use hid for brightness control on keyboard
 2025-01-13  0:37 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: ipq5332: Configure I2C APPS clock frequency
 2025-01-13  0:33 UTC 

[net-next,PATCH 1/2] net: dsa: microchip: Add emulated MIIM access to switch LED config registers
 2025-01-13  0:15 UTC  (2+ messages)
` [net-next,PATCH 2/2] net: phy: micrel: Add KSZ87XX Switch LED control

[PATCH] ASoC: codecs: Use ARRAY_SIZE() to calculate PEB2466_TLV_SIZE
 2025-01-13  0:10 UTC 

Bug: soft lockup in exfat_clear_bitmap
 2025-01-12 23:46 UTC  (5+ messages)

[syzbot] [ext4?] possible deadlock in wait_transaction_locked (2)
 2025-01-12 23:44 UTC 

[PATCH] ksmbd: Remove unused functions
 2025-01-12 23:41 UTC  (2+ messages)

[PATCH] rtc: zynqmp: Fix optional clock name property
 2025-01-12 23:41 UTC  (2+ messages)

[PATCH v2] rtc: loongson: clear TOY_MATCH0_REG in loongson_rtc_isr()
 2025-01-12 23:40 UTC  (2+ messages)

[PATCH v3 0/5] x1e80100 RTC support
 2025-01-12 23:35 UTC  (2+ messages)

drivers/input/touchscreen/wacom_w8001.c:637:29: warning: ' Pen' directive output may be truncated writing 4 bytes into a region of size between 1 and 64
 2025-01-12 23:27 UTC 

[PATCH] rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read
 2025-01-12 23:27 UTC  (2+ messages)

[PATCH] rtc: Remove hpet_rtc_dropped_irq()
 2025-01-12 23:26 UTC  (2+ messages)

[PATCH] rtc: tps6594: Fix integer overflow on 32bit systems
 2025-01-12 23:21 UTC  (2+ messages)

Linux 6.13-rc7
 2025-01-12 23:19 UTC 

[REGRESSION] Re: [PATCH 00/24] Complete EEVDF
 2025-01-12 23:14 UTC  (15+ messages)

Bug: Potential Deadlock or Resource Contention in Btrfs Subsystem
 2025-01-12 23:08 UTC  (2+ messages)

[PATCH] i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition
 2025-01-12 23:05 UTC  (2+ messages)

[PATCH v4 0/5] i3c: introduce and use generic parity helper
 2025-01-12 23:05 UTC  (2+ messages)

[PATCH 1/1] i3c: master: Fix missing 'ret' assignment in set_speed()
 2025-01-12 23:04 UTC  (2+ messages)

[PATCH v2] i3c: master: Improve initialization of numbered I2C adapters
 2025-01-12 23:04 UTC  (2+ messages)

[PATCH] i3c: Remove unused i3c_device_do_setdasa
 2025-01-12 22:57 UTC  (3+ messages)

[PATCH] cpufreq: enable 1200Mhz clock speed for armada-37xx
 2025-01-12 22:49 UTC  (4+ messages)

[PATCH 00/11] Subject: [PATCH 00/11] Add DRM support for Amlogic S4
 2025-01-12 22:44 UTC  (2+ messages)

[PATCH v6 0/3] Add support for Ariaboard Photonicat RK3568
 2025-01-12 22:44 UTC  (8+ messages)
` [PATCH v6 3/3] arm64: dts: rockchip: add dts "

[PATCH net v2 0/5] vsock: some fixes due to transport de-assignment
 2025-01-12 22:42 UTC  (3+ messages)
` [PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes

[GIT PULL] Driver core / debugfs fixes for 6.13-rc7
 2025-01-12 22:37 UTC  (2+ messages)

[GIT PULL] USB fixes for 6.13-rc7
 2025-01-12 22:36 UTC  (2+ messages)

[GIT PULL] Serial driver fixes for 6.13-rc7
 2025-01-12 22:36 UTC  (2+ messages)

[GIT PULL] Staging driver fixes for 6.13-rc7
 2025-01-12 22:36 UTC  (2+ messages)

[GIT PULL] Char/Misc/IIO driver changes for 6.13-rc7
 2025-01-12 22:36 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the block tree
 2025-01-12 22:00 UTC  (2+ messages)

linux-next: duplicate patches in the vfs-brauner tree
 2025-01-12 21:55 UTC 

[PATCH] sysctl: unregister sysctl table after testing
 2025-01-12 21:50 UTC  (2+ messages)
` [PATCH v2] sysctl: expose sysctl_check_table for unit testing and use it

[PATCH][next] clk: ep93xx: make const read-only arrays static
 2025-01-12 21:39 UTC 

[PATCH] vhost/scsi: Fix improper cleanup in vhost_scsi_set_endpoint()
 2025-01-12 21:19 UTC  (3+ messages)

[PATCH] io_uring: simplify the SQPOLL thread check when cancelling requests
 2025-01-12 21:15 UTC  (4+ messages)

linux-next: Signed-off-by missing for commit in the devfreq tree
 2025-01-12 20:49 UTC 

linux-next: duplicate patch in the stm32 tree
 2025-01-12 20:44 UTC 

[PATCH v3 0/5] Driver for pre-DCP apple display controller
 2025-01-12 20:43 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: display: Add Apple pre-DCP "
` [PATCH v3 2/5] drm: adp: Add Apple Display Pipe driver
` [PATCH v3 3/5] drm: panel: Add a panel driver for the Summit display
` [PATCH v3 4/5] arm64: dts: apple: Add touchbar screen nodes
` [PATCH v3 5/5] MAINTAINERS: Add entries for touchbar display driver

[PATCH v2 0/5] Driver for pre-DCP apple display controller
 2025-01-12 20:27 UTC  (6+ messages)
` [PATCH v2 3/5] drm: panel: Add a panel driver for the Summit display

[PATCH] MAINTAINERS: powerpc: Update my status
 2025-01-12 20:20 UTC  (2+ messages)

[PATCH v4 0/5] iio: adc: ad7380: add alert support
 2025-01-12 20:19 UTC  (7+ messages)
` [PATCH v4 1/5] iio: adc: ad7380: do not use iio_device_claim_direct_scoped anymore
` [PATCH v4 3/5] iio: adc: ad7380: do not store osr in private data structure

[PATCH 0/3] Clarifications around Acked-by and "# Suffix" proposal
 2025-01-12 20:13 UTC  (16+ messages)
` [PATCH 1/3] docs: submitting-patches: clarify Acked-by and introduce "# Suffix"
` [PATCH 2/3] docs: submitting-patches: clarify difference between Acked-by and Reviewed-by
` [PATCH 3/3] docs: submitting-patches: clarify that signers may use their discretion on tags

[GIT PULL] KVM fixes for 6.13-rc7
 2025-01-12 20:08 UTC  (2+ messages)

[GIT PULL] perf/urgent for v6.13-rc7
 2025-01-12 20:08 UTC  (2+ messages)

[GIT PULL] x86/urgent for v6.13-rc7
 2025-01-12 20:08 UTC  (2+ messages)

[GIT PULL] probes: Fixes for v6.13-rc6
 2025-01-12 20:08 UTC  (2+ messages)

[PATCH v9 0/4] iio: accel: adxl345: add FIFO operating with IRQ triggered watermark events
 2025-01-12 19:28 UTC  (9+ messages)
` [PATCH v9 2/4] iio: accel: adxl345: initialize FIFO delay value for SPI
` [PATCH v9 3/4] iio: accel: adxl345: add FIFO with watermark events

[PATCH] ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7
 2025-01-12 19:23 UTC  (3+ messages)

[PATCH v2] powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inline
 2025-01-12 19:13 UTC  (2+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-01-12 19:07 UTC  (4+ messages)
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
  ` [REGRESSION] "

[PATCH] SUNRPC: Remove unused krb5_decrypt
 2025-01-12 19:06 UTC  (2+ messages)

[syzbot] [fs?] KASAN: global-out-of-bounds Read in number
 2025-01-12 18:56 UTC 

[PATCH v2 0/4] iio: light: fix scale in veml3235 and add helpers to iio-gts
 2025-01-12 18:50 UTC  (7+ messages)
` [PATCH v2 3/4] iio: light: veml3235: extend regmap to add cache

[PATCH] powerpc/64s: Rewrite __real_pte() as a static inline
 2025-01-12 18:26 UTC  (3+ messages)

[PATCH v3 0/4] Driver for Apple Z2 touchscreens
 2025-01-12 18:41 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: input: touchscreen: Add Z2 controller
` [PATCH v3 2/4] input: apple_z2: Add a driver for Apple Z2 touchscreens
` [PATCH v3 3/4] arm64: dts: apple: Add touchbar digitizer nodes
` [PATCH v3 4/4] MAINTAINERS: Add entries for Apple Z2 touchscreen driver

[PATCH 1/3] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
 2025-01-12 18:32 UTC  (9+ messages)
` [PATCH 2/3] kbuild: rust: apply `CONFIG_WERROR` to all Rust targets

[PATCH RFC] soc: qcom: pmic_glink: Fix device access from worker during suspend
 2025-01-12 18:19 UTC  (4+ messages)

Spooling large metadata updates / Proposal for a new API/feature in the Linux Kernel (VFS/Filesystems):
 2025-01-12 18:12 UTC  (4+ messages)

[GIT PULL] samsung: drivers: for v6.14, part two
 2025-01-12 18:08 UTC 

[PATCH v1 00/15] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-01-12 17:51 UTC  (12+ messages)
` [PATCH v1 01/15] dt-bindings: iio: adc: ad7768-1: add synchronization over SPI property
` [PATCH v1 02/15] Documentation: ABI: add wideband filter type to sysfs-bus-iio
` [PATCH v1 13/15] iio: adc: ad7768-1: add multiple scan types to support 16-bits mode

[PATCH v3] usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
 2025-01-12 17:49 UTC  (5+ messages)

[PATCH 0/4] clk: qcom: mmcc-msm8960: add support for the LVDS clock
 2025-01-12 17:48 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: clock: qcom,mmcc: support LVDS PLL input for apq8064

6.13.0-rc6 regression: workqueue: work disable count underflowed
 2025-01-12 17:26 UTC  (2+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-01-13
 2025-01-12 17:23 UTC 

[PATCH 1/2] fbdev: omapfb: Use of_property_present() to test existence of DT property
 2025-01-12 17:13 UTC  (2+ messages)

[PATCH] dt-bindings: usb: Correct indentation and style in DTS example
 2025-01-12 17:11 UTC  (2+ messages)

[PATCH net-next] net: phy: Constify struct mdio_device_id
 2025-01-12 17:03 UTC  (3+ messages)

[PATCH v2 0/3] Add MediaTek APU Mailbox Support For MT8196
 2025-01-12 17:02 UTC  (5+ messages)
` [PATCH v2 3/3] mailbox: mediatek: Add mtk-apu-mailbox driver

[tip:master] BUILD SUCCESS d313ff87009f7da78e773a83c3b984ee774c0f7c
 2025-01-12 17:01 UTC 

[tip:tip/urgent] BUILD SUCCESS 18dd4d09c0eca9c0a189dd196d14aaa2372745fc
 2025-01-12 16:59 UTC 

[PATCH v5 0/3] mailbox: add Samsung Exynos driver
 2025-01-12 16:59 UTC  (9+ messages)
` [PATCH v5 1/3] dt-bindings: mailbox: add google,gs101-mbox

[RFC 00/11] khugepaged: mTHP support
 2025-01-12 16:41 UTC  (4+ messages)
` [RFC 08/11] khugepaged: introduce khugepaged_scan_bitmap for "

[PATCH 0/2] iio: light: fix scale in veml6030
 2025-01-12 16:40 UTC  (5+ messages)
` [PATCH 1/2] iio: light: veml6030: extend regmap to support regfields and caching

[PATCH v3 0/5] iio: accel: mc3230: add mount matrix, of match and mc3510c support
 2025-01-12 16:38 UTC  (10+ messages)
` [PATCH v3 2/5] iio: accel: mc3230: add mount matrix support
` [PATCH v3 3/5] iio: accel: mc3230: add OF match table
` [PATCH v3 4/5] iio: accel: mc3230: add multiple devices support
` [PATCH v3 5/5] iio: accel: mc3230: add mc3510c support

[PATCH 0/2] iio: consumers: ensure read buffers for labels and ext_info are page aligned
 2025-01-12 16:35 UTC  (6+ messages)
` [PATCH 2/2] iio: iio-mux: kzalloc instead of devm_kzalloc to ensure page alignment

[PATCH] crypto: asymmetric_keys - Remove unused key_being_used_for[]
 2025-01-12 16:30 UTC 

[PATCH] iio: imu: bmi270: add temperature channel
 2025-01-12 16:27 UTC  (2+ messages)

[PATCH v4 0/6] Add support for ADIS16550 and ADIS16550W
 2025-01-12 16:11 UTC  (3+ messages)
` [PATCH v4 5/6] iio: imu: adis16550: add adis16550 support

[PATCH] timekeeping: Remove unused ktime_get_fast_timestamps
 2025-01-12 16:01 UTC 

[RFC] tools/memory-model: Rule out OOTA
 2025-01-12 15:55 UTC  (12+ messages)

[RFC PATCH v4 00/10] AMD broadcast TLB invalidation
 2025-01-12 15:53 UTC  (3+ messages)
` [PATCH v4 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH v4 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes


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