messages from 2026-07-22 15:42:26 to 2026-07-22 16:15:38 UTC [more...]
[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
2026-07-22 16:15 UTC (13+ messages)
` [PATCH v2 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH v2 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH v2 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH v2 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH v2 12/13] mm/mprotect: convert mprotect "
` [PATCH v2 13/13] mm/mremap: convert mremap "
[PATCH v2 0/2] leds: s2m: Wire up of_match_table in platform drivers
2026-07-22 16:15 UTC
[PATCH] scripts/kernel-doc: Suggest possible names for excess descriptions
2026-07-22 16:15 UTC (3+ messages)
` [PATCH v3] "
[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-22 16:15 UTC (20+ messages)
` [PATCH RFC v2 06/20] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v2 07/20] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v2 08/20] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [PATCH RFC v2 09/20] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [PATCH RFC v2 13/20] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v2 15/20] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
[PATCH] hw/block/m25p80: Perform a size check before erase
2026-07-22 16:14 UTC (2+ messages)
[PATCH] um: Allow multiple symbol definitions for GCOV builds
2026-07-22 16:14 UTC (6+ messages)
[BUG] dm-integrity: dangling reboot notifier after resume vs remove race
2026-07-22 16:14 UTC (2+ messages)
[PATCH net-next v5 08/15] idpf: refactor idpf to use libie_pci APIs
2026-07-22 16:13 UTC (2+ messages)
[PATCH v9 00/17] AD9910 Direct Digital Synthesizer
2026-07-22 16:13 UTC (37+ messages)
` [PATCH v9 01/17] iio: ABI: add attributes for altcurrent channels
` [PATCH v9 02/17] iio: ABI: raw, scale and offset for frequency/phase channels
` [PATCH v9 03/17] iio: ABI: add parent entry for iio channels
` [PATCH v9 04/17] iio: add IIO_FREQUENCY channel type
` [PATCH v9 05/17] iio: core: support 64-bit register through debugfs
` [PATCH v9 06/17] iio: core: create local __iio_chan_prefix_emit() for reuse
` [PATCH v9 07/17] iio: test: add kunit tests for channel prefix naming generation
` [PATCH v9 08/17] iio: core: add hierarchical channel relationships
` [PATCH v9 09/17] dt-bindings: iio: frequency: add ad9910
` [PATCH v9 10/17] iio: frequency: ad9910: initial driver implementation
` [PATCH v9 11/17] iio: frequency: ad9910: add basic parallel port support
` [PATCH v9 12/17] iio: frequency: ad9910: add digital ramp generator support
` [PATCH v9 13/17] iio: frequency: ad9910: add RAM mode support
` [PATCH v9 14/17] iio: frequency: ad9910: add output shift keying support
` [PATCH v9 15/17] iio: frequency: ad9910: show channel priority in debugfs
` [PATCH v9 16/17] iio: ABI: add docs for ad9910 sysfs and debugfs entries
` [PATCH v9 17/17] docs: iio: add documentation for ad9910 driver
[PATCH v2 0/2] arm64: dts: qcom: qcs6490-rubikpi3: Add IMX219 camera overlays
2026-07-22 16:12 UTC (3+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: qcs6490-rubikpi3: Add 3.3 V output supply
` [PATCH v2 2/2] arm64: dts: qcom: qcs6490-rubikpi3: Add IMX219 camera overlays
[PATCH GSoC v19 00/13] cat-file: add remote-object-info to batch-command
2026-07-22 16:13 UTC (5+ messages)
` [PATCH GSoC v20 "
[PATCH v2 00/10] Support ELE API in i.MX OCOTP NVMEM driver
2026-07-22 16:12 UTC (6+ messages)
` [PATCH v2 10/10] arm64: dts: imx93-kontron: Enable ELE firmware driver
[PATCH] target/ppc/cpu_init: make cpu listing determnistic
2026-07-22 16:12 UTC (2+ messages)
[PATCH v2] usb: typec: ucsi: ucsi_glink: Prevent suspend during UCSI notification handling
2026-07-22 16:12 UTC
[PATCH 0/2] Remove pcrypt
2026-07-22 16:12 UTC (5+ messages)
` [PATCH 1/2] crypto: pcrypt - "
[PATCH v4] erofs: accept source file descriptor via fsconfig
2026-07-22 16:11 UTC (2+ messages)
[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
2026-07-22 16:10 UTC (5+ messages)
` [PATCH v7 03/12] PCI: liveupdate: Track incoming preserved PCI devices
[PATCH v2 0/7] target/microblaze/translate: fix reversed load/store translation
2026-07-22 16:08 UTC (8+ messages)
` [PATCH v2 1/7] target/microblaze: Set MO_BSWAP in do_load/do_store callers
` [PATCH v2 2/7] target/microblaze: Use TRANS() macro for typeB load/store opcodes
` [PATCH v2 3/7] target/microblaze: Use TRANS() macro for typeA "
` [PATCH v2 4/7] target/microblaze: Set MO_ENDIAN in do_load/do_store callers
` [PATCH v2 5/7] target/microblaze: Introduce local MemOp variable in LWX/SWX opcodes
` [PATCH v2 6/7] target/microblaze: Factor reverse_ldst_addr() helper out
` [PATCH v2 7/7] target/microblaze/translate: fix reversed load/store translation
linux-next: build failure after merge of the wireless-next tree
2026-07-22 16:10 UTC (2+ messages)
[PATCH v2] docs: pt_BR: process: Translate the security-bugs.rst
2026-07-22 16:10 UTC (2+ messages)
[intel-lts:6.18/linux 1/1] kismet: WARNING: unmet direct dependencies detected for I2C_K1 when selected by MFD_SPACEMIT_P1
2026-07-22 16:09 UTC
[PATCH v7 00/10] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
2026-07-22 16:09 UTC (4+ messages)
` [PATCH v7 10/10] arm64: dts: qcom: shikra: Add gpio-reserved-ranges to tlmm
[PATCH 0/4] dmatest: shared channel fixes and fatal errors option
2026-07-22 16:09 UTC (12+ messages)
` [PATCH 1/4] dmaengine: dmatest: Don't forcibly terminate channel in polled mode
` [PATCH 2/4] dmaengine: dmatest: Suppress bogus failures when stopping a run
` [PATCH 3/4] dmaengine: dmatest: Terminate channel before freeing threads
` [PATCH 4/4] dmaengine: dmatest: Optionally make test errors fatal
[PATCH] media: hantro: disable runtime PM before hardware teardown
2026-07-22 16:08 UTC (2+ messages)
[PATCH V19 0/9] Add Invensense ICM42607
2026-07-22 16:07 UTC (11+ messages)
` [PATCH V19 3/9] iio: imu: inv_icm42607: Add inv_icm42607 Core Driver
` [PATCH V19 5/9] iio: imu: inv_icm42607: Add PM support for icm42607
` [PATCH V19 6/9] iio: imu: inv_icm42607: Add Accelerometer "
` [PATCH V19 7/9] iio: imu: inv_icm42607: Add Gyroscope to icm42607
` [PATCH V19 8/9] iio: imu: inv_icm42607: Add Temp Support in icm42607
` [PATCH V19 9/9] arm64: dts: rockchip: Add icm42607p IMU for RG-DS
[PATCH v2] linux-user: Guard local FUTEX_CMD_MASK definition
2026-07-22 16:06 UTC (2+ messages)
[PATCH net-next v9 0/9] BIG TCP for UDP tunnels
2026-07-22 16:06 UTC (3+ messages)
[OE-core][PATCH] libxpm: add ptest support
2026-07-22 16:04 UTC (2+ messages)
[PATCH net v6 0/4] octeon_ep, octeon_ep_vf: fix RX skb frags overflow and page leak
2026-07-22 16:04 UTC (6+ messages)
` [PATCH net v6 1/4] octeon_ep: free the dropped RX buffer pages
` [PATCH net v6 2/4] octeon_ep: fix skb frags overflow in the RX path
` [PATCH net v6 3/4] octeon_ep_vf: Fix RX page leak on napi_build_skb() failure
` [PATCH net v6 4/4] octeon_ep_vf: fix skb frags overflow in the RX path
[PATCH RFC] fbdev: core: Add bounds checking to drawing functions
2026-07-22 16:04 UTC
[PATCH 0/3] Remove old AES-GCM library
2026-07-22 16:03 UTC (2+ messages)
[RFC PATCH 0/3] coredump, net: fix layer violation with direct connection
2026-07-22 16:02 UTC (8+ messages)
` [RFC PATCH 2/3] af_unix: factor out kernel_unix_connect_direct()
` unix_stream_connect and socket address resolution
[PATCH] staging: iio: frequency: ad9832/ad9834: use div64_ul instead of do_div
2026-07-22 16:03 UTC (4+ messages)
` [PATCH v2] staging: iio: frequency: ad9832/ad9834: add comment explaining do_div usage
[PATCH 1/2] tools/amd_hdmi_compliance: Add FRL Test Support
2026-07-22 16:03 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for series starting with [1/2] "
[PATCH 0/5] usb: typec: ps883x: fixes for older Thunderbolt 4 / USB4 docks
2026-07-22 16:03 UTC (6+ messages)
[PATCH] usb: core: deattach child device from typec connector on port unbind
2026-07-22 16:02 UTC (2+ messages)
[PATCH i-g-t 0/1] Remove EUdebug meson option
2026-07-22 16:01 UTC (2+ messages)
` ✓ i915.CI.BAT: success for "
[PATCH] tools/power: intel_pstate_tracer: avoid optional imports for help
2026-07-22 16:01 UTC (3+ messages)
[PATCH v7 2/3] counter: add GPIO-based counter driver
2026-07-22 16:00 UTC (2+ messages)
[PATCH v2 0/7] char: xillybus: Harden driver and improve code quality
2026-07-22 16:00 UTC (4+ messages)
[PATCH] drm/tests/gpu_buddy: fix interleaving in buffer clearance test
2026-07-22 16:00 UTC (2+ messages)
[PATCH v5 00/10] x86,fs/resctrl: Improve resctrl quality and consistency
2026-07-22 15:59 UTC (8+ messages)
` [PATCH v5 02/10] x86/resctrl: Protect against bad shift
linux-next: Tree for Jul 22
2026-07-22 15:59 UTC
[PATCH] audit: add MOVE_MOUNT auxiliary record to log mount relocation
2026-07-22 15:59 UTC (2+ messages)
linux-next: manual merge of the drm-xe tree with the origin tree
2026-07-22 15:58 UTC
[syzbot] [kvm-x86?] KASAN: use-after-free Read in kvm_setup_guest_pvclock
2026-07-22 15:58 UTC (2+ messages)
` Forwarded: "
Fixes tags need work in the drm-msm tree
2026-07-22 15:58 UTC
[PATCH 0/2] hwmon: (pmbus) Add Analog Devices MAX16545/MAX16550 and Volterra VT7505 driver
2026-07-22 15:03 UTC (2+ messages)
` [PATCH 2/2] hwmon: (pmbus/vt7505) Add driver for Analog Devices MAX16545/MAX16550 and Volterra VT7505
linux-next: manual merge of the wireless-next tree with the origin tree
2026-07-22 15:57 UTC
[PATCH v2] Docs/translations/it_IT: update current minimal requirements
2026-07-22 15:57 UTC (3+ messages)
` [PATCH v3] Docs/translations/it_IT: sync changes.rst requirements
[PATCH] mount: remove redundant panic() in mnt_init()
2026-07-22 15:57 UTC (2+ messages)
[PATCH] perf unwind-libdw: Fix unwinding of multi-threaded processes
2026-07-22 15:57 UTC (2+ messages)
[PATCH net-next v5 05/15] libie: add bookkeeping support for control queue messages
2026-07-22 15:55 UTC (2+ messages)
Fixes tags need work in the drm-msm tree
2026-07-22 15:57 UTC
[PATCH] drm/vkms: Fix UAF between connector configfs rmdir and .detect
2026-07-22 15:56 UTC (3+ messages)
` [PATCH v2] "
[ANNOUNCE/CFP] LPC 2026 Live Update Microconference
2026-07-22 15:56 UTC (2+ messages)
[PATCH] scsi: mpt3sas: validate variable event array spans
2026-07-22 15:55 UTC (14+ messages)
` How to fix problems with the sashiko review model
[PATCH net-next v5 04/15] libie: add control queue support
2026-07-22 15:54 UTC (2+ messages)
[PATCH dwarves v10 0/5] pahole: Encode true signatures in kernel BTF
2026-07-22 15:53 UTC (2+ messages)
[PATCH dwarves 0/2] clang true signature follow-on
2026-07-22 15:54 UTC (2+ messages)
pull-request: ath-next-20260721
2026-07-22 15:54 UTC (4+ messages)
[linux-next:master 6910/8209] drivers/i3c/master.c:1047 i3c_master_send_ccc_cmd_locked() error: we previously assumed 'cmd->dests' could be null (see line 1033)
2026-07-22 15:53 UTC
[PATCH net] MAINTAINERS: add nci tests to nfc
2026-07-22 15:53 UTC (2+ messages)
[PATCH v3 00/16] arm_mpam: Add MPAM-Fb firmware support
2026-07-22 15:53 UTC (9+ messages)
` [PATCH v3 01/16] arm_mpam: let low level MSC read accessors return an error
` [PATCH v3 13/16] arm_mpam: prepare mon_sel locking for MPAM-Fb
[PATCH] usb: typec: ucsi: acpi: Fix use-after-free of ucsi on remove
2026-07-22 15:51 UTC (4+ messages)
[PATCH 00/30] mtd: spi-nor: Clean Winbond W25QxxJV family
2026-07-22 15:51 UTC (7+ messages)
` [PATCH 03/30] mtd: spi-nor: winbond: Stop filling the .name entry
[PATCH v1] KVM: s390: Fall back to short-term pinning in MAP ioctl
2026-07-22 15:51 UTC (2+ messages)
[PATCH v4 0/2] perf trace: Correct cpumask formatting and add --bitmask-list
2026-07-22 15:50 UTC (3+ messages)
` [PATCH v4 1/2] perf trace: Correct default cpumask formatting to hexadecimal
` [PATCH v4 2/2] perf trace: Add --bitmask-list command-line option
What's cooking in zh_CN & zh_TW (Jul 2026, #03)
2026-07-22 15:49 UTC
[PATCH v2] iommu/io-pgtable-arm: Add support for contiguous hint bit
2026-07-22 15:49 UTC (3+ messages)
Performance regression in connectivity check during receive-pack (git 2.54)
2026-07-22 15:49 UTC (5+ messages)
[PATCH v3] iommu/io-pgtable-arm: Add support for contiguous hint bit
2026-07-22 15:47 UTC
[PATCH] virtio: rtc: time out alarm requests
2026-07-22 15:48 UTC (2+ messages)
[PATCH v5 00/11] drm/bridge: it6505: DP audio support + shared-DAI hw_params fix
2026-07-22 15:47 UTC (12+ messages)
` [PATCH v5 01/11] drm/bridge: it6505: quiesce event sources and work on remove()
` [PATCH v5 02/11] drm/bridge: it6505: balance and disable runtime PM on remove
` [PATCH v5 03/11] drm/bridge: it6505: unregister DP AUX adapter on bridge detach
` [PATCH v5 04/11] drm/bridge: it6505: complete poweroff even if disabling regulators fails
` [PATCH v5 05/11] drm/bridge: it6505: bail out of the IRQ handler when status reads fail
` [PATCH v5 06/11] drm/bridge: it6505: avoid division by zero in pixel clock calculation
` [PATCH v5 07/11] drm/bridge: it6505: avoid division by zero in audio FS debug print
` [PATCH v5 08/11] drm/bridge: it6505: guard against zero channel count in audio infoframe
` [PATCH v5 09/11] drm/bridge: it6505: hold endpoint OF node reference while parsing it
` [PATCH v5 10/11] drm/bridge: it6505: Add audio support
` [PATCH v5 11/11] drm/bridge: it6505: Don't reject audio hw_params without an encoder
[PATCH v1] drm/xe/i2c: Allow per domain unique id
2026-07-22 15:47 UTC (2+ messages)
[Intel-wired-lan] Fw: [Bug 221750] New: igc: Intel I225 silently drops UDP broadcast to port 68 (DHCP) when interface is a bridge member
2026-07-22 15:46 UTC
[PATCH] selinux(8): note on conflicting configurations
2026-07-22 15:46 UTC (2+ messages)
[PATCH v2 00/46] drm/mediatek: The Huge Restructuring and MT8196 support
2026-07-22 15:46 UTC (4+ messages)
` [PATCH v2 12/46] dt-bindings: soc: mediatek: mutex: Allow #trigger-source-cells
[PATCH v2] drivers/crypto: Mark QCE as BROKEN
2026-07-22 15:46 UTC (6+ messages)
[GIT PULL] Chinese-docs changes for v7.3
2026-07-22 15:46 UTC (2+ messages)
[PATCH] tools/thermal/thermometer: close fd on realloc failure
2026-07-22 15:44 UTC (3+ messages)
` [PATCH v2] "
[RFC PATCH] fs: allow opening overlayfs/erofs layers through O_ALT
2026-07-22 15:44 UTC (2+ messages)
[PATCH v1 1/2] Bluetooth: hci_core: Add reset_type parameter to hdev->reset() callback
2026-07-22 15:43 UTC (3+ messages)
` [PATCH v4] Bluetooth: btintel_pcie: Add vendor_rst PCI sysfs for PLDR
[PATCH 1/5] site: remove obsolete xorg_cv_malloc0_returns_null
2026-07-22 15:42 UTC (5+ messages)
` [PATCH 2/5] xorg-lib-common: remove --*-malloc0returnsnull from unknown configure option ignore list
` [PATCH 3/5] xorg-lib-common: disable documentation generation
` [PATCH 4/5] xorg-lib-common: add builder class variable
` [PATCH 5/5] xorg-libs: use meson where possible
[PATCH v2 1/3] drm/xe/display: Expose plane max width/height helpers to global scope
2026-07-22 15:42 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [v2,1/3] "
[PATCH] media: tegra-video: Use BIT macro in tegra20.c
2026-07-22 15:40 UTC
[PATCH] lib/crypto: x86/chacha: Add a 16-block AVX-512 variant
2026-07-22 15:32 UTC
[syzbot] [wireless?] INFO: rcu detected stall in sock_close (5)
2026-07-22 15:42 UTC (2+ messages)
` [syzbot] [bpf?] [sctp?] [tipc?] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.