linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 14:50:18 to 2024-01-25 16:48:29 UTC [more...]

[PATCH 6.6 000/580] 6.6.14-rc2 review
 2024-01-25 16:48 UTC  (2+ messages)

[RFC PATCH 0/9] NT synchronization primitive driver
 2024-01-25 16:47 UTC  (5+ messages)
` [RFC PATCH 1/9] ntsync: Introduce the ntsync driver and character device

[PATCH v19 00/30] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2024-01-25 16:47 UTC  (5+ messages)
` [PATCH v19 17/30] drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()
` [PATCH v19 18/30] drm/panfrost: Explicitly get and put drm-shmem pages

[syzbot] [jfs?] INFO: task hung in path_mount (2)
 2024-01-25 16:47 UTC  (5+ messages)

[PATCH 6.1 000/414] 6.1.75-rc2 review
 2024-01-25 16:46 UTC  (2+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-25 16:42 UTC  (36+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
` [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 14/35] of: fdt: Return the region size in of_flat_dt_translate_address()
` [PATCH RFC v3 15/35] of: fdt: Add of_flat_read_u32()
` [PATCH RFC v3 16/35] KVM: arm64: Don't deny VM_PFNMAP VMAs when kvm_has_mte()
` [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory
` [PATCH RFC v3 20/35] arm64: mte: Add tag storage memory to CMA
` [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
` [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks
` [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage
` [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 29/35] arm64: mte: copypage: "
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs
` [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE
` [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag
` [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management
` [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-01-25 16:44 UTC  (4+ messages)

[tip: x86/misc] Documentation/maintainer-tip: Add Closes tag
 2024-01-25 16:43 UTC 

[PATCH 0/3] arm64: qcom: sm8650: enable Audio on MTP and QRD
 2024-01-25 16:42 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: sm8650-qrd: add Audio nodes
` [PATCH 2/3] arm64: dts: qcom: sm8650-mtp: add Audio sound card node
` [PATCH 3/3] arm64: defconfig: enable audio drivers for SM8650 QRD board

[PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
 2024-01-25 16:38 UTC  (10+ messages)
        `  "

[PATCH 0/2] arm64: dts: qcom: Add dma-coherent property on
 2024-01-25 16:38 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: sm8550: Add dma-coherent property

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-25 16:38 UTC  (25+ messages)
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
` [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros
` [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH v2 11/28] spi: s3c64xx: move common code outside if else
` [PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations
` [PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v2 20/28] spi: s3c64xx: add support for inferring fifosize from the compatible
` [PATCH v2 21/28] spi: s3c64xx: infer "
` [PATCH v2 22/28] spi: s3c64xx: drop dependency on of_alias where possible
` [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree
` [PATCH v2 24/28] spi: s3c64xx: mark fifo_lvl_mask as deprecated
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH v2 26/28] spi: s3c64xx: add iowrite{8,16}_32_rep accessors
` [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi
` [PATCH v2 28/28] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2024-01-25 16:36 UTC  (7+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH 0/3] phy: qcom: edp: Add support for DT phy mode configuration
 2024-01-25 16:36 UTC  (5+ messages)

[PATCH 0/4] imx335: Support additional link-freq and TPG
 2024-01-25 16:19 UTC  (7+ messages)
` [PATCH 1/4] media: i2c: imx335: Drop setting of 0x3a00 register
` [PATCH 2/4] media: i2c: imx335: Refactor power sequence to set controls
` [PATCH 3/4] media: i2c: imx335: Support multiple link frequency
` [PATCH 4/4] media: i2c: imx335: Add support for test pattern generator

[PATCH] x86/nmi: Rate limit unknown NMI messages
 2024-01-25 16:35 UTC  (2+ messages)
` [tip: x86/misc] "

[PATCH] pidfd: cleanup the usage of __pidfd_prepare's flags
 2024-01-25 16:34 UTC  (2+ messages)

[PATCH 1/6] arm64: dts: qcom: sm8150: describe all PCI MSI interrupts
 2024-01-25 16:33 UTC  (2+ messages)

[PATCH v2] ARM: multi_v7_defconfig: Add more TI Keystone support
 2024-01-25 16:31 UTC 

[PATCH] ARM: dts: qcom: apq8026-lg-lenok: Add vibrator support
 2024-01-25 16:31 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm6350: Add tsens thermal zones
 2024-01-25 16:30 UTC  (2+ messages)

Roadmap for netfslib and local caching (cachefiles)
 2024-01-25 16:29 UTC  (5+ messages)

[PATCH v2 0/3] drm/etnaviv: Disable SH_EU clock gating on the i.MX8MP NPU
 2024-01-25 16:27 UTC  (6+ messages)
` [PATCH v2 1/3] drm/etnaviv: Update hardware headers from rnndb
` [PATCH v2 2/3] drm/etnaviv: Turn etnaviv_is_model_rev() into a function

[PATCH v10 00/16] iommu: Prepare to deliver page faults to user space
 2024-01-25 16:27 UTC  (5+ messages)
` [PATCH v10 15/16] iommu: Make iopf_group_response() return void
` [PATCH v10 16/16] iommu: Make iommu_report_device_fault() reutrn void

[PATCH v17 0/8] Add DELETE_BUF ioctl
 2024-01-25 16:27 UTC  (5+ messages)
` [PATCH v17 8/8] media: verisilicon: Support deleting buffers on capture queue

[PATCH 1/1] platform/x86/intel/ifs: Remove unnecessary ret init
 2024-01-25 16:26 UTC  (4+ messages)

[PATCH] f2fs-tools: allocate logs after conventional area for HM zoned devices
 2024-01-25 16:25 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2 0/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
 2024-01-25 16:25 UTC  (2+ messages)

[PATCH v2] iov_iter: streamline iovec/bvec alignment iteration
 2024-01-25 16:24 UTC  (2+ messages)

[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_dev_up
 2024-01-25 16:23 UTC  (2+ messages)

[PATCH wq/for-6.9] tools/workqueue/wq_dump.py: Clean up code and drop duplicate information
 2024-01-25 16:21 UTC 

linux-next: build failure after merge of the vfs-brauner tree
 2024-01-25 16:21 UTC  (5+ messages)

[PATCH v2] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers
 2024-01-25 16:19 UTC  (2+ messages)

[PATCH net] net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
 2024-01-25 16:18 UTC  (3+ messages)

[PATCHSET v2 wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
 2024-01-25 16:18 UTC  (6+ messages)
` [PATCH 9/9] workqueue: Implement system-wide nr_active enforcement "

[PATCH V3] hwmon: scmi-hwmon: implement change_mode for thermal zones
 2024-01-25 16:16 UTC  (6+ messages)

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-01-25 16:15 UTC  (6+ messages)
` [PATCH 2/3] rust: add typed accessors for userspace pointers

[PATCH 1/4] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping
 2024-01-25 16:14 UTC  (7+ messages)
` [PATCH 2/4] arm64: dts: qcom: sm8550-mtp: "

[PATCH, RFC] block: set noio context in submit_bio_noacct_nocheck
 2024-01-25 16:13 UTC  (6+ messages)

[PATCH v3 0/2] media: i2c: Add support for GC08A3 sensor
 2024-01-25 16:01 UTC  (5+ messages)
` [PATCH v3 2/2] media: i2c: Add GC08A3 image sensor driver

[PATCH v5 0/3] Input: Add TouchNetix axiom touchscreen driver
 2024-01-25 16:07 UTC  (4+ messages)
` [PATCH v5 3/3] Input: Add TouchNetix axiom i2c "

[PATCH v5 RESEND 1/5] lib/pci_iomap.c: fix cleanup bugs in pci_iounmap()
 2024-01-25 16:06 UTC  (2+ messages)

[RESEND PATCH v6 0/5] Add support for video hardware codec of STMicroelectronics STM32 SoC series
 2024-01-25 16:03 UTC  (3+ messages)

[PATCH bpf-next v2] selftests/bpf: Include runner extras for install target
 2024-01-25 16:05 UTC 

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2024-01-25 16:03 UTC  (8+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize
 2024-01-25 15:56 UTC  (10+ messages)
` [PATCH 1/7] ARM: dts: samsung: s5pv210: "
` [PATCH 2/7] ARM: dts: samsung: exynos3250: "
` [PATCH 3/7] ARM: dts: samsung: exynos4: "
` [PATCH 4/7] ARM: dts: samsung: exynos5250: "
` [PATCH 5/7] ARM: dts: samsung: exynos5450: "
` [PATCH 6/7] ARM: dts: samsung: exynos5433: "
` [PATCH 7/7] ARM: dts: samsung: exynosautov9: "

[PATCH net] octeontx2-af: Initialize bitmap arrays
 2024-01-25 15:56 UTC  (4+ messages)
  ` [EXT] "

linux-next: build warning after merge of the usb tree
 2024-01-25 15:53 UTC  (5+ messages)

[PATCH 0/2] powerpc: iommu: Fix the vfio-pci bind and unbind issues
 2024-01-25 15:52 UTC  (5+ messages)
` [PATCH 1/2] powerpc: iommu: Bring back table group release_ownership() call
` [PATCH 2/2] iommu: Fix the domain type checks when default_domain is set

[PATCH] firmware_loader: introduce __free() cleanup hanler
 2024-01-25 15:48 UTC  (2+ messages)

[PATCH v3 0/5] selftests/mm: Improve run_vmtests.sh
 2024-01-25 15:46 UTC  (6+ messages)
` [PATCH v3 1/5] selftests/mm: hugetlb_reparenting_test: do not unmount
` [PATCH v3 2/5] selftests/mm: run_vmtests: remove sudo and conform to tap
` [PATCH v3 3/5] selftests/mm: save and restore nr_hugepages value
` [PATCH v3 4/5] selftests/mm: protection_keys: save/restore nr_hugepages settings
` [PATCH v3 5/5] selftests/mm: run_vmtests.sh: add missing tests

[PATCH 1/3] udmabuf: Keep track current device mappings
 2024-01-25 15:45 UTC  (6+ messages)
` [PATCH 2/3] udmabuf: Sync buffer mappings for attached devices

[PATCH 0/7] arm64: sun50i-h616: Add DMA and SPDIF controllers
 2024-01-25 15:45 UTC  (6+ messages)
` [PATCH 4/7] dt-bindings: dma: allwinner,sun50i-a64-dma: Add compatible for H616

[PATCH] arm64: dts: qcom: sc8280xp-x13s: correct analogue microphone route
 2024-01-25 15:45 UTC 

[PATCH net-next 02/22] net: fill in MODULE_DESCRIPTION()s for ieee802154
 2024-01-25 15:36 UTC  (5+ messages)

[PATCH v4 1/1] PCI: endpoint: pci-epf-vntb: Fix transfer failure for fixed size BARs
 2024-01-25 15:33 UTC  (2+ messages)

[PATCH v5 0/4] Kinetic ExpressWire library and KTD2801 backlight driver
 2024-01-25 15:30 UTC  (5+ messages)
` [PATCH v5 1/4] leds: introduce ExpressWire library
` [PATCH v5 2/4] leds: ktd2692: convert to use "
` [PATCH v5 3/4] dt-bindings: backlight: add Kinetic KTD2801 binding
` [PATCH v5 4/4] backlight: Add Kinetic KTD2801 backlight support

[PATCH v2 0/2] ASoC: codecs: tx-macro: correct TX SMIC MUXn widgets on SM8350+
 2024-01-25 15:31 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: codecs: tx-macro: split widgets per different LPASS versions
` [PATCH v2 2/2] ASoC: codecs: tx-macro: correct TX SMIC MUXn widgets on SM8350+

[PATCH v9 00/16] PCI: imx6: Clean up and add imx95 pci support
 2024-01-25 15:31 UTC  (2+ messages)

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-01-25 15:30 UTC  (7+ messages)
` [PATCH linux-next v3 06/14] x86, crash: wrap crash dumping code into crash related ifdefs

[PATCH v2 RESEND] i2c: cadence: Add system suspend and resume PM support
 2024-01-25 15:30 UTC  (7+ messages)

[PATCH net] net/smc: fix incorrect SMC-D link group matching logic
 2024-01-25 15:29 UTC  (3+ messages)

[PATCH 0/8] timers and Documentation: Cleanup
 2024-01-25 15:27 UTC  (6+ messages)
` [PATCH 6/8] Documentation: Create a new folder for all timer internals

arch/arc/kernel/devtree.c:64:23: warning: variable 'dt_root' set but not used
 2024-01-25 15:21 UTC 

[PATCH net] bnxt_en: Make PTP timestamp HWRM more silent
 2024-01-25 15:21 UTC  (4+ messages)

[PATCH v3 0/2] Surface fan monitoring driver
 2024-01-25 15:19 UTC  (3+ messages)
` [PATCH v3 2/2] hwmon: add fan speed monitoring driver for Surface devices

[PATCH v2] Enable haltpoll for arm64
 2024-01-25 15:16 UTC  (3+ messages)

[PATCH] audit: Use KMEM_CACHE instead of kmem_cache_create
 2024-01-25 15:13 UTC  (2+ messages)

[PATCH v7 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
 2024-01-25 15:11 UTC  (2+ messages)

[PATCH v3 0/2] riscv: enable lockless lockref implementation
 2024-01-25 14:59 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: select ARCH_USE_CMPXCHG_LOCKREF
` [PATCH v3 2/2] riscv: cmpxchg: implement arch_cmpxchg64_{relaxed|acquire|release}

[PATCH v3 00/17] Add support for Mobileye EyeQ5 system controller
 2024-01-25 15:11 UTC  (8+ messages)
` [PATCH v3 04/17] dt-bindings: soc: mobileye: add EyeQ5 OLB "

[PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-01-25 15:11 UTC  (4+ messages)
` [PATCH v6 32/36] fprobe: Rewrite fprobe on function-graph tracer

[PATCH v1 00/12] PM: sleep: Fix up suspend stats handling and clean up core code
 2024-01-25 15:11 UTC  (4+ messages)
` [PATCH v1 05/12] PM: sleep: stats: Use step_failures[0] as a counter of successful cycles

[PATCH v3] riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
 2024-01-25 14:58 UTC 

[PATCH v2] riscv: mm: implement pgprot_nx
 2024-01-25 14:58 UTC 

[PATCH v3] riscv: select ARCH_HAS_FAST_MULTIPLIER
 2024-01-25 14:57 UTC 

[PATCH v3 0/4] Update STM DSI PHY driver
 2024-01-25 15:08 UTC  (3+ messages)
` [PATCH v3 4/4] arm: dts: st: fix DSI peripheral clock on stm32mp15 boards

[PATCH 0/3] *** Detect interrupt storm in softlockup ***
 2024-01-25 15:08 UTC  (5+ messages)
` [PATCH 1/3] watchdog/softlockup: low-overhead detection of interrupt storm

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-01-25 15:03 UTC  (2+ messages)

[PATCH] optee: support wq_sleep_timeout
 2024-01-25 15:02 UTC  (2+ messages)

[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-25 14:57 UTC  (2+ messages)

[PATCH net-next] net: dsa: mt7530: support OF-based registration of switch MDIO bus
 2024-01-25 15:00 UTC  (2+ messages)

[PATCH] kernel: auditfilter: Remove unnecessary ‘0’ values from ret
 2024-01-25 14:59 UTC  (2+ messages)

[PATCH v5 RESEND 2/5] lib: move pci_iomap.c to drivers/pci/
 2024-01-25 14:54 UTC  (2+ messages)

[PATCH v12 0/6] Introducing trace buffer mapping by user-space
 2024-01-25 14:53 UTC  (4+ messages)
` [PATCH v12 3/6] tracing: Add snapshot refcount

[PATCH v8 0/3] Introduce STM32MP257 clock driver
 2024-01-25 14:51 UTC  (2+ 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 NNTP newsgroup(s).