messages from 2025-06-14 08:47:52 to 2025-06-14 15:01:23 UTC [more...]
[PATCH v2 00/12] Don't generate netlink .rst files inside $(srctree)
2025-06-14 15:01 UTC (9+ messages)
` [PATCH v2 05/12] tools: ynl_gen_rst.py: Split library from command line tool
[PATCH] i2c: omap: Fix an error handling path in omap_i2c_probe()
2025-06-14 14:59 UTC
[PATCH v4 00/14] Don't generate netlink .rst files inside $(srctree)
2025-06-14 14:58 UTC (21+ messages)
` [PATCH v4 01/14] tools: ynl_gen_rst.py: create a top-level reference
` [PATCH v4 02/14] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v4 03/14] docs: netlink: don't ignore generated rst files
` [PATCH v4 04/14] tools: ynl_gen_rst.py: make the index parser more generic
` [PATCH v4 05/14] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v4 06/14] scripts: lib: netlink_yml_parser.py: use classes
` [PATCH v4 07/14] tools: ynl_gen_rst.py: move index.rst generator to the script
` [PATCH v4 08/14] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v4 09/14] docs: use parser_yaml extension to handle "
` [PATCH v4 10/14] docs: conf.py: don't handle yaml files outside "
` [PATCH v4 11/14] docs: uapi: netlink: update netlink specs link
` [PATCH v4 12/14] MAINTAINERS: add maintainers for netlink_yml_parser.py
` [PATCH v4 13/14] docs: Makefile: disable check rules on make cleandocs
` [PATCH v4 14/14] docs: conf.py: properly handle include and exclude patterns
[PATCH v10] media: vsp1: Add VSPX support
2025-06-14 14:56 UTC (11+ messages)
[PATCH] KVM: arm64: nv: Fix s_cpu_if->vgic_lr[] indexing in vgic_v3_put_nested()
2025-06-14 14:57 UTC
[PATCH v8] media: vsp1: Add VSPX support
2025-06-14 14:55 UTC (4+ messages)
[PATCH] driver core: faux: fix Undefined Behavior in faux_device_destroy()
2025-06-14 14:53 UTC (4+ messages)
[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
2025-06-14 14:50 UTC (4+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions
[PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
2025-06-14 14:46 UTC (2+ messages)
[RESEND PATCH v4 0/4] dma-mapping: benchmark: Add support for dma_map_sg
2025-06-14 14:34 UTC (5+ messages)
` [RESEND PATCH v4 1/4] dma-mapping: benchmark: Add padding to ensure uABI remained consistent
` [RESEND PATCH v4 2/4] dma-mapping: benchmark: modify the framework to adapt to more map modes
` [RESEND PATCH v4 3/4] dma-mapping: benchmark: add support for dma_map_sg
` [RESEND PATCH v4 4/4] selftests/dma: Add dma_map_sg support for dma_map_benchmark
[PATCH 0/3] ASoC: amd: fixes for runtime private data memory leaks
2025-06-14 14:31 UTC (2+ messages)
[PATCH 0/3] arm64: dts: add descriptions for solidrun i.mx8mp based boards
2025-06-14 14:20 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: arm: fsl: Add bindings for SolidRun i.MX8MP SoM and boards
` [PATCH 2/3] arm64: dts: add description for solidrun imx8mp som and cubox-m
` [PATCH 3/3] arm64: dts: add description for solidrun imx8mp hummingboard variants
[PATCH 00/28] iio: zero init stack with { } instead of memset()
2025-06-14 14:18 UTC (12+ messages)
` [PATCH 16/28] iio: imu: inv_icm42600: use = "
` [PATCH 25/28] iio: pressure: mprls0025pa: "
[PATCH v9 00/11] iio: accel: adxl345: add interrupt based sensor events
2025-06-14 14:17 UTC (21+ messages)
` [PATCH v9 01/11] iio: accel: adxl345: apply scale factor to tap threshold
` [PATCH v9 02/11] iio: accel: adxl345: make data struct variable irq function local
` [PATCH v9 03/11] iio: accel: adxl345: simplify measure enable
` [PATCH v9 05/11] iio: accel: adxl345: simplify reading the FIFO
` [PATCH v9 06/11] iio: accel: adxl345: replace magic numbers by unit expressions
` [PATCH v9 08/11] iio: accel: adxl345: add inactivity feature
` [PATCH v9 09/11] iio: accel: adxl345: add coupling detection for activity/inactivity
` [PATCH v9 10/11] iio: accel: adxl345: extend inactivity time for less than 1s
` [PATCH v9 11/11] docs: iio: add documentation for adxl345 driver
[PATCH 0/3] media: rcar-vin: Generate FRAME_SYNC events
2025-06-14 14:15 UTC (4+ messages)
` [PATCH 1/3] media: rcar-vin: Fold interrupt helpers into only callers
` [PATCH 2/3] media: rcar-vin: Check for correct capture interrupt event
` [PATCH 3/3] media: rcar-vin: Generate FRAME_SYNC events
[PATCH v2] net: usb: Convert tasklet API to new bottom half workqueue mechanism
2025-06-14 14:15 UTC (2+ messages)
[PATCH v3 next 00/10] Implement mul_u64_u64_div_u64_roundup()
2025-06-14 14:06 UTC (15+ messages)
` [PATCH v3 next 01/10] lib: mul_u64_u64_div_u64() rename parameter 'c' to 'd'
` [PATCH v3 next 02/10] lib: mul_u64_u64_div_u64() Use WARN_ONCE() for divide errors
` [PATCH v3 next 03/10] lib: mul_u64_u64_div_u64() simplify check for a 64bit product
` [PATCH v3 next 04/10] lib: Add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()
` [PATCH v3 next 05/10] lib: Add tests for mul_u64_u64_div_u64_roundup()
` [PATCH v3 next 06/10] lib: test_mul_u64_u64_div_u64: Test both generic and arch versions
` [PATCH v3 next 07/10] lib: mul_u64_u64_div_u64() optimise multiply on 32bit x86
` [PATCH v3 next 08/10] lib: mul_u64_u64_div_u64() Separate multiply to a helper for clarity
` [PATCH v3 next 09/10] lib: mul_u64_u64_div_u64() Optimise the divide code
` [PATCH v3 next 10/10] lib: test_mul_u64_u64_div_u64: Test the 32bit code on 64bit
[PATCH v4 3/7] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
2025-06-14 14:03 UTC (2+ messages)
[PATCH 2/2] scsi: mpi3mr: Add initialization for ATTO 24Gb SAS HBAs
2025-06-14 14:03 UTC (3+ messages)
[git pull] IOMMU Fix for Linux v6.16-rc1
2025-06-14 14:03 UTC
[PATCH v4 0/3] LoongArch: Add Loongson-2K BMC support
2025-06-14 13:59 UTC (6+ messages)
[tip:irq/urgent] BUILD SUCCESS 8a2277a3c9e4cc5398f80821afe7ecbe9bdf2819
2025-06-14 13:54 UTC
[RFC 00/19] Kernel API Specification Framework
2025-06-14 13:48 UTC (20+ messages)
` [RFC 01/19] kernel/api: introduce kernel API specification framework
` [RFC 02/19] eventpoll: add API specification for epoll_create1
` [RFC 03/19] eventpoll: add API specification for epoll_create
` [RFC 04/19] eventpoll: add API specification for epoll_ctl
` [RFC 05/19] eventpoll: add API specification for epoll_wait
` [RFC 06/19] eventpoll: add API specification for epoll_pwait
` [RFC 07/19] eventpoll: add API specification for epoll_pwait2
` [RFC 08/19] exec: add API specification for execve
` [RFC 09/19] exec: add API specification for execveat
` [RFC 10/19] mm/mlock: add API specification for mlock
` [RFC 11/19] mm/mlock: add API specification for mlock2
` [RFC 12/19] mm/mlock: add API specification for mlockall
` [RFC 13/19] mm/mlock: add API specification for munlock
` [RFC 14/19] mm/mlock: add API specification for munlockall
` [RFC 15/19] kernel/api: add debugfs interface for kernel API specifications
` [RFC 16/19] kernel/api: add IOCTL specification infrastructure
` [RFC 17/19] fwctl: add detailed IOCTL API specifications
` [RFC 18/19] binder: "
` [RFC 19/19] tools/kapi: Add kernel API specification extraction tool
[PATCH RFC v4 0/2] leds-lp50xx: Support reg to set multi_index
2025-06-14 13:38 UTC (5+ messages)
` [PATCH RFC v4 1/2] leds: leds-lp50xx: Handle reg to get correct multi_index
[PATCH v6] rust: kernel: add support for bits/genmask macros
2025-06-14 13:38 UTC (2+ messages)
[PATCH v5 0/3] Workqueue: add WQ_PERCPU, system_dfl_wq and system_percpu_wq
2025-06-14 13:35 UTC (4+ messages)
` [PATCH v5 1/3] Workqueue: add system_percpu_wq and system_dfl_wq
` [PATCH v5 2/3] Workqueue: add new WQ_PERCPU flag
` [PATCH v5 3/3] [Doc] Workqueue: add WQ_PERCPU
[PATCH v4 00/11] iio: accel: adxl313: add power-save on activity/inactivity
2025-06-14 13:33 UTC (5+ messages)
` [PATCH v4 10/11] iio: accel: adxl313: add AC coupled activity/inactivity events
[PATCH v4 0/5] iio: adc: ti-adc128s052: Add support for adc102s051
2025-06-14 13:27 UTC (7+ messages)
` [PATCH v4 1/5] dt-bindings: iio: adc: ti,adc128s052: Add adc08c and adc10c family
` [PATCH v4 2/5] iio: adc: ti-adc128s052: Use shift and realbits
` [PATCH v4 3/5] iio: adc: ti-adc128s052: cleanup changes
` [PATCH v4 4/5] iio: adc: ti-adc128s052: Add lower resolution devices support
` [PATCH v4 5/5] MAINTAINERS: maintainer for TI's ADCs' driver ti-adc128s052
[PATCH v3 0/2] add support for MCP998X
2025-06-14 13:27 UTC (4+ messages)
` [PATCH v3 2/2] iio: temperature: "
[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
2025-06-14 13:24 UTC (6+ messages)
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/
[PATCH] iio: accel: bmc150: Do not configure IRQ registers if no IRQ connected
2025-06-14 13:03 UTC (4+ messages)
[PATCH v1 0/3] firmware: coreboot: Support for System Management Interrupt (SMI) handling in coreboot payload (MM payload concept)
2025-06-14 12:59 UTC (7+ messages)
` [PATCH v1 1/3] firmware: coreboot: support for parsing SMM related informations from coreboot tables
` [PATCH v1 2/3] firmware: coreboot: loader for Linux-owned SMI handler
[PATCH v4 0/2] Add support for WoM (Wake-on-Motion) feature
2025-06-14 12:53 UTC (13+ messages)
` [PATCH v4 1/2] iio: imu: inv_icm42600: add WoM support
[PATCH v2 0/3] iio: chemical: Add Sharp GP2Y1010AU0F dust sensor support
2025-06-14 12:33 UTC (3+ messages)
` [PATCH v2 3/3] iio: chemical: Add driver for Sharp GP2Y1010AU0F
[PATCH] Fonts: Adding all Terminus fronts from 12 to 32 in bold, and normal versions
2025-06-14 12:31 UTC (2+ messages)
[PATCH v4 1/7] KVM: x86/mmu: Track TDP MMU NX huge pages separately
2025-06-14 12:28 UTC (2+ messages)
[PATCH v3 0/5] iio: amplifiers: ada4250: various cleanups
2025-06-14 12:07 UTC (3+ messages)
[PATCH] kernel/entry: Remove some redundancy checks on syscall works
2025-06-14 12:04 UTC (2+ messages)
` [PATCH] include/linux: Fix outdated comment on entry-common.h
BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
2025-06-14 12:01 UTC (7+ messages)
[PATCH v5 0/3] iio: accel: sca3000: simplify by using newer infrastructure
2025-06-14 12:01 UTC (8+ messages)
` [PATCH v5 1/3] iio: accel: sca3000: replace error_ret labels by simple returns
` [PATCH v5 3/3] iio: accel: sca3000: use guard(mutex)() for handling mutex lock
[PATCH] include/linux: Fix outdated comment on entry-common.h
2025-06-14 11:42 UTC (2+ messages)
[PATCH 0/2] dmaengine: idxd: Add basic DSA 3.0 capability and SGL support
2025-06-14 10:01 UTC (7+ messages)
` [PATCH 1/2] dmaengine: idxd: Expose DSA3.0 capabilities through sysfs
` [PATCH 2/2] dmaengine: idxd: Add Max SGL Size Support for DSA3.0
[PATCH v3 0/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
2025-06-14 11:40 UTC (2+ messages)
[PATCH] iio: adc: ad7949: use spi_is_bpw_supported()
2025-06-14 11:40 UTC (6+ messages)
[PATCH] ALSA: hda/realtek: Add quirk for Asus GA605K
2025-06-14 11:38 UTC (2+ messages)
[PATCH v11 00/11] iio: adc: ad7768-1: Add features, improvements, and fixes
2025-06-14 11:38 UTC (3+ messages)
[PATCH 0/3] firewire: ohci: use regular workqueue to handle 1394 OHCI AT/AR context events
2025-06-14 11:34 UTC (4+ messages)
` [PATCH 1/3] firewire: core: allocate workqueue for AR/AT request/response contexts
` [PATCH 2/3] firewire: ohci: use workqueue to handle events of AR "
` [PATCH 3/3] firewire: ohci: use workqueue to handle events of AT "
[PATCH v6 0/4] mm: introduce THP deferred setting
2025-06-14 11:25 UTC (3+ messages)
` [PATCH v6 1/4] mm: defer THP insertion to khugepaged
[PATCH] ASoC: amd: yc: update quirk data for HP Victus
2025-06-14 11:24 UTC (2+ messages)
[PATCH] clk: imx: Fix an out-of-bounds access in dispmix_csr_clk_dev_data
2025-06-14 11:22 UTC
[PATCH v2] PCI/pwrctrl: Move pci_pwrctrl_create_device() definition to drivers/pci/pwrctrl/
2025-06-14 11:20 UTC
[PATCH v2 00/17] pinctrl: Constify pointers to 'pinctrl_desc' and more
2025-06-14 11:17 UTC (3+ messages)
` [PATCH v2 06/17] pinctrl: nuvoton: Constify static 'pinctrl_desc'
[PATCH] PCI/pwrctrl: Move pci_pwrctrl_create_device() definition to drivers/pci/pwrctrl/
2025-06-14 11:16 UTC (3+ messages)
[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
2025-06-14 11:12 UTC (2+ messages)
` (subset) "
[PATCH v3 0/9] ASoC: mediatek: use reserved memory or enable buffer pre-allocation
2025-06-14 11:12 UTC (2+ messages)
[PATCH 0/3] ASoC: cs35l56: Change firmware filenames for SoundWire
2025-06-14 11:12 UTC (2+ messages)
[PATCH v2 00/13] ASoC: mediatek: use reserved memory or enable buffer pre-allocation
2025-06-14 11:12 UTC (2+ messages)
` (subset) "
[PATCH] iio: Use dev_fwnode()
2025-06-14 11:08 UTC (4+ messages)
` [PATCH v2] iio: adc: stm32-adc: "
[PATCH 00/10] iio: convert to use maple tree register cache
2025-06-14 11:06 UTC (2+ messages)
[PATCH v5 00/11] iio: adc: Add support for AD4170 series of ADCs
2025-06-14 11:04 UTC (10+ messages)
` [PATCH v5 02/11] iio: adc: Add basic support for AD4170
[PATCH 0/6] spacemit: introduce P1 PMIC and regulator support
2025-06-14 11:03 UTC (3+ messages)
` [PATCH 3/6] regulator: spacemit: support SpacemiT P1 regulators
[PATCH v1] net: usb: Convert tasklet API to new bottom half workqueue mechanism
2025-06-14 10:58 UTC (3+ messages)
[PATCH net-next v9 00/14] Add Microchip ZL3073x support (part 1)
2025-06-14 10:55 UTC (6+ messages)
` [PATCH net-next v9 06/14] dpll: zl3073x: Fetch invariants during probe
[PATCH v3 0/8] Add support for AD4052 device family
2025-06-14 10:40 UTC (20+ messages)
` [PATCH v3 2/8] dt-bindings: iio: adc: Add adi,ad4052
` [PATCH v3 4/8] iio: adc: Add support for ad4052
` [PATCH v3 6/8] iio: adc: Add offload "
` [PATCH v3 8/8] iio: adc: Add events support to ad4052
[PATCH -v3 00/13] x86/kconfig: Synchronize the x86 defconfigs with distribution configs
2025-06-14 10:39 UTC (6+ messages)
` [PATCH 07/13] x86/kconfig/64: Enable more virtualization guest options in the defconfig: enable Xen, Xen_PVH, Jailhouse, ACRN, Intel TDX and Hyper-V
` [PATCH 09/13] x86/kconfig/64: Enable popular MM options in the defconfig
[PATCH 0/2] drm/gpuvm: Locking helpers
2025-06-14 10:38 UTC (5+ messages)
` [PATCH 1/2] drm/gpuvm: Fix doc comments
` [PATCH 2/2] drm/gpuvm: Add locking helpers
[PATCH] drm/amd/display: Add kernel-doc for mpc_funcs.mcm and rmcm
2025-06-14 10:37 UTC
[PATCH 1/4] lib/test_vmalloc.c: Replace RWSEM to SRCU for setup
2025-06-14 10:27 UTC (7+ messages)
` [PATCH 2/4] lib/test_vmalloc.c: Allow built-in execution
[tip:irq/core] BUILD SUCCESS 66067c3c8a1ee097e9c30e8bbd643b12ba54a6b0
2025-06-14 10:15 UTC
[RFC][PATCH 0/5] sched: Try and address some recent-ish regressions
2025-06-14 10:15 UTC (7+ messages)
[tip:smp/core] BUILD SUCCESS 09735f0624b494c0959f3327af009283567af320
2025-06-14 10:11 UTC
[tip:core/entry] BUILD SUCCESS b6a5a16b8b59476156dc6d6f73bffaf3a1707adb
2025-06-14 9:51 UTC
[syzbot] [iomap?] [erofs?] WARNING in iomap_iter (5)
2025-06-14 9:46 UTC (2+ messages)
[GIT PULL] Rust fixes for 6.16
2025-06-14 9:36 UTC
[PATCH v2 1/2] docs: net: sysctl documentation cleanup
2025-06-14 9:33 UTC
[PATCH RFC v2 0/5] blk-mq-sched: support request batch dispatching for sq elevator
2025-06-14 9:25 UTC (6+ messages)
` [PATCH RFC v2 1/5] elevator: introduce global lock for sq_shared elevator
` [PATCH RFC v2 2/5] mq-deadline: switch to use elevator lock
` [PATCH RFC v2 3/5] block, bfq: "
` [PATCH RFC v2 4/5] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH RFC v2 5/5] blk-mq-sched: support request batch dispatching for sq elevator
[PATCH 1/2] docs: net: sysctl documentation cleanup
2025-06-14 9:25 UTC (2+ messages)
` [PATCH v2 "
[PATCH v3 00/57] Scope-based Resource Management
2025-06-14 9:20 UTC (2+ messages)
` [RFC] Expanding "
[PATCH] mailmap: add entry for Danilo Krummrich
2025-06-14 9:20 UTC
Latency spikes on V6.15.1 Preempt RT and maybe related to intel IGB
2025-06-14 8:52 UTC (3+ messages)
` Latency spikes on V6.15.1 Preempt RT and maybe related to intel? IGB
[PATCH 0/5] Misc rework on hugetlb_fault
2025-06-14 9:07 UTC (7+ messages)
` [PATCH 2/5] mm,hugetlb: Document the reason to lock the folio in the faulting path
[PATCH] kunit: Adjust kunit_test timeout based on test_{suite,case} speed
2025-06-14 8:47 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).