All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-15 03:30:12 to 2026-07-15 05:09:44 UTC [more...]

[PATCH v1 0/6] pwm: tegra: Cleanups and .get_state()
 2026-07-15  5:09 UTC  (12+ messages)
` [PATCH v1 1/6] pwm: tegra: Check for match_data being NULL
` [PATCH v1 2/6] pwm: tegra: Make use of dev_err_probe()
` [PATCH v1 3/6] pwm: tegra: Use devm function for pm_runtime_enable()
` [PATCH v1 6/6] pwm: tegra: Implement .get_state()
` [PATCH v1 4/6] pwm: tegra: Simplify using devm_reset_control_get_exclusive_deasserted()

[PATCH 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
 2026-07-15  5:08 UTC  (33+ messages)
` [PATCH 01/17] mm/sparse: drop power-of-2 size requirement for struct mem_section
` [PATCH 02/17] mm/sparse-vmemmap: track compound page order in "
` [PATCH 03/17] mm/sparse-vmemmap: introduce folio-oriented vmemmap optimization macros
` [PATCH 04/17] mm/mm_init: skip initializing shared vmemmap tail pages
` [PATCH 06/17] mm/sparse-vmemmap: support section-based vmemmap accounting
` [PATCH 07/17] mm/sparse-vmemmap: support section-based vmemmap optimization
` [PATCH 08/17] mm/sparse: mark memory sections present earlier
` [PATCH 09/17] mm/hugetlb: switch HugeTLB to section-based vmemmap optimization
` [PATCH 10/17] mm/mm_init: factor out pfn_to_zone()
` [PATCH 11/17] mm/sparse-vmemmap: remove SPARSEMEM_VMEMMAP_PREINIT support
` [PATCH 12/17] mm/sparse: inline usemap allocation into sparse_init_nid()
` [PATCH 13/17] mm/sparse: remove section_map_size()
` [PATCH 14/17] mm/hugetlb: remove HUGE_BOOTMEM_HVO
` [PATCH 15/17] mm/hugetlb: remove HUGE_BOOTMEM_CMA
` [PATCH 16/17] mm/hugetlb: localize struct huge_bootmem_page
` [PATCH 17/17] mm/hugetlb: localize HUGE_BOOTMEM_ZONES_VALID

[PATCH 0/7] odb: introduce object filters to `odb_for_each_object()`
 2026-07-15  5:09 UTC  (5+ messages)
` [PATCH 6/7] "

[morimoto:sound-cleanup-2026-07-01-3] [ASoC] a5740d78e4: dmesg.kernel_BUG_at_lib/list_debug.c
 2026-07-15  5:08 UTC 

[PATCH v2 0/4] drm/xe: Prioritize BO eviction based on VM exec queue priority
 2026-07-15  5:02 UTC  (7+ messages)
` [PATCH v2 1/4] drm/xe: Track exec queue priority band counts for user VMs
` [PATCH v2 2/4] drm/xe: Re-prioritize VM's private BOs when adding an exec queue
` [PATCH v2 3/4] drm/xe: Fix up BO TTM priority for late VM binds
` [PATCH v2 4/4] drm/xe: Lower BO TTM priority to lowest when fully unmapped from VM

[PATCH v2] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-15  5:00 UTC  (3+ messages)

[PATCH] drm/amdgpu: Add bounds checking for debugfs PCIE register access
 2026-07-15  4:59 UTC 

[PATCH] drm/xe/pt: Reset prepare state in xe_pt_update_ops_init()
 2026-07-15  4:59 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/pt: Reset prepare state in xe_pt_update_ops_init() (rev2)

[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING 2fc4daf5c4774d70254201aaa5a9d50cae52af5e
 2026-07-15  4:59 UTC 

[linus:master] [mm/page_alloc] 6698721815: vm-scalability.throughput 53.9% improvement
 2026-07-15  4:58 UTC 

[PATCH v1] repository: move fetch_if_missing into struct repository
 2026-07-15  4:58 UTC  (3+ messages)

[RFC PATCH 01/22] dt-bindings: memory: cdns,k3-ddr: Add Cadence K3 DDR controller binding
 2026-07-15  4:57 UTC  (4+ messages)
` [RFC PATCH 03/22] dt-bindings: memory: ti,j721s2-msmc: Add TI K3 MSMC binding

[PATCH] ntsync: Check for owner in setup_wait()
 2026-07-15  4:56 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO
 2026-07-15  4:55 UTC 

[PATCH 0/3] container_of: refactors
 2026-07-15  4:54 UTC  (2+ messages)

[PATCH v2] PCI: Move pci_dev->is_busmaster into priv_flags
 2026-07-15  4:54 UTC  (2+ messages)

[linus:master] [mm, slab] ba74253126: will-it-scale.per_process_ops 5.4% improvement
 2026-07-15  4:53 UTC 

qcom: Update DSP firmware for sa8775p platform
 2026-07-15  4:53 UTC 

[PATCH v2 00/17] Support the ASPEED HACE crypto command
 2026-07-15  4:51 UTC  (19+ messages)
` [PATCH v2 01/17] hw/misc/aspeed_hace: Support the crypto command in direct access mode
` [PATCH v2 02/17] tests/qtest/aspeed-hace: Test the crypto command on the AST2500
` [PATCH v2 03/17] hw/misc/aspeed_hace: Support scatter-gather mode for the crypto command
` [PATCH v2 04/17] hw/misc/aspeed_hace: Support the CTR "
` [PATCH v2 05/17] tests/qtest/aspeed-hace: Test the crypto command on the AST2600
` [PATCH v2 06/17] tests/qtest/aspeed-hace: Test the crypto command on the AST1030
` [PATCH v2 07/17] crypto/cipher: Add GCM to QCryptoCipherMode
` [PATCH v2 08/17] crypto/cipher: Add setaad/gettag for AEAD modes
` [PATCH v2 09/17] crypto/cipher-gcrypt: Implement AES-GCM
` [PATCH v2 10/17] crypto/cipher-nettle: "
` [PATCH v2 11/17] crypto/cipher-gnutls: "
` [PATCH v2 12/17] tests/unit/test-crypto-cipher: Test AES-GCM mode
` [PATCH v2 13/17] hw/misc/aspeed_hace: Support 64-bit DMA for the crypto command
` [PATCH v2 14/17] hw/misc/aspeed_hace: Support the AES-GCM mode "
` [PATCH v2 15/17] hw/misc/aspeed_hace: Enable the crypto command on the AST2700
` [PATCH v2 16/17] tests/qtest/aspeed-hace: Test "
` [PATCH v2 17/17] tests/functional/aarch64/test_aspeed_ast2700: Drop the AST2700 crypto self-test workaround

[PATCH v2] dt-bindings: iio: adc: rockchip-saradc: Add RV1106 compatible
 2026-07-15  4:52 UTC  (3+ messages)

[PATCH v2 0/3] tools/accounting: refactor delay fields and share format_timespec()
 2026-07-15  4:51 UTC  (4+ messages)
` [PATCH 1/3] delaytop: refactor repetitive delay fields into array with enum
` [PATCH 2/3] tools/accounting: factor out shared format_timespec() implementation
` [PATCH 3/3] tools/accounting: simplify 32-bit time_t overflow check in format_timespec()

[PATCH 0/7] mailbox: Improve the mbox core then introduce the goog-mba driver
 2026-07-15  4:51 UTC  (3+ messages)
` [PATCH 6/7] dt-bindings: mailbox: goog-mba: Add goog-mba mailbox bindings

[PATCH v2] riscv: smp: set CPU 0 possible in setup_smp()
 2026-07-15  4:51 UTC  (4+ messages)

[PATCH] drm/xe/xe3p_lpg: Program TR_PTA_MODE
 2026-07-15  4:51 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[linux-next:master] [sched/eevdf] 85570f10a4: hackbench.throughput 77.2% improvement
 2026-07-15  4:49 UTC 

[RFC PATCH 06/22] memory: ti-ddrss: Add MR4 temperature-driven refresh rate driver
 2026-07-15  4:47 UTC  (3+ messages)

[PATCH] wifi: ath10k: Drop redundant NULL check on devm_clk_get()
 2026-07-15  4:47 UTC  (3+ messages)

[PATCH v3 0/4] drm/xe: Prioritize BO eviction based on VM exec queue priority
 2026-07-15  4:46 UTC  (6+ messages)
` [PATCH v3 1/4] drm/xe: Track exec queue priority band counts for user VMs
` [PATCH v3 2/4] drm/xe: Re-prioritize VM's private BOs when adding an exec queue
` [PATCH v3 3/4] drm/xe: Fix up BO TTM priority for late VM binds
` [PATCH v3 4/4] drm/xe: Lower BO TTM priority to lowest when fully unmapped from VM
` ✓ CI.KUnit: success for drm/xe: Prioritize BO eviction based on VM exec queue priority (rev2)

[PATCH v1.1 0/6] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-15  4:46 UTC  (3+ messages)

[PATCH] wifi: mt76: pass LED define via ccflags-y in driver submodules
 2026-07-15  4:44 UTC 

+ mm-damon-sysfs-read-ops_id-only-once-in-damon_sysfs_apply_inputs.patch added to mm-new branch
 2026-07-15  4:45 UTC 

+ mm-damon-sysfs-read-addr_unit-only-once-in-damon_sysfs_apply_inputs.patch added to mm-new branch
 2026-07-15  4:45 UTC 

+ mm-damon-paddr-drop-last-same-folio-access-check-reuse-optimization.patch added to mm-new branch
 2026-07-15  4:45 UTC 

+ mm-damon-vaddr-drop-last-same-folio-access-check-optimization.patch added to mm-new branch
 2026-07-15  4:45 UTC 

+ mm-damon-tests-core-kunit-catch-test-failure-in-test_merge_regions_of.patch added to mm-new branch
 2026-07-15  4:45 UTC 

+ mm-damon-core-avoid-infinite-kdamond_merge_regions-internal-loop.patch added to mm-new branch
 2026-07-15  4:45 UTC 

[PATCH v2 0/2] tests/intel/xe_survivability: update ignored dmesg regex
 2026-07-15  4:43 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/intel/xe_survivability: update ignored dmesg regex (rev2)

[MAINTAINERS SUMMIT] Scaling our security process
 2026-07-15  4:43 UTC  (2+ messages)

[PATCH] NFS: fix delegation_hash_table leak when nfs4_server_common_setup() fails
 2026-07-15  4:41 UTC  (2+ messages)

[PATCH v2 0/7] mm/khugepaged: several cleanups
 2026-07-15  4:41 UTC  (2+ messages)

[PATCH] remote-curl: simplify passing of push specs
 2026-07-15  4:41 UTC 

[PATCH v3 0/4] Add Agilex5 SoCDK TSN Config2 board support
 2026-07-15  4:40 UTC  (3+ messages)
` [PATCH v3 1/4] dt-bindings: arm: altera: Add Agilex5 SoCDK TSN Config2 board

[PATCH v3] fiemap: add a nosync option
 2026-07-15  4:39 UTC  (2+ messages)

[PATCH 0/3] update email entries for Maxwell Doose
 2026-07-15  4:38 UTC  (5+ messages)
` [PATCH 2/3] MAINTAINERS: update email "
` [PATCH 3/3] dt-bindings: iio: chemical: sensirion,scd30: update email entry

[PATCHv2 0/5] direct-io file extended attributes
 2026-07-15  4:37 UTC  (6+ messages)
` [PATCHv2 3/5] xfs: report direct io attributes through file_getattr
      ` [f2fs-dev] "

[PATCH v2] Bluetooth: btusb: Build the driver from multiple source files
 2026-07-15  4:36 UTC 

[PATCH 0/3] memory: fsl_ifc: Switch to modern devm and platform IRQ APIs
 2026-07-15  4:34 UTC  (7+ messages)
` [PATCH 3/3] memory: fsl_ifc: Use devm_request_irq and simplify remove

[PATCH net v2] net/smc: order the CDC receive path against buffer publication
 2026-07-15  4:34 UTC  (2+ messages)

bio bounce buffering fixes
 2026-07-15  4:34 UTC  (6+ messages)
` [PATCH 3/3] block,iov_iter: move bio_iov_iter_align_down into iov_iter_extract_bvecs

[PATCH v4 1/1] drm/xe/eustall: Add WA 14027054324 support for graphics IP 35.11
 2026-07-15  4:34 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for series starting with [v4,1/1] "

[PATCH v2] drm/amdgpu: remove gfx sysfs files on device unbind
 2026-07-15  4:33 UTC  (4+ messages)
` [PATCH v2] drm/amdgpu: fix sysfs duplicate errors and incomplete unwind in ip_init

[PATCH] mm: shmem: make unused huge shrinker memcg aware
 2026-07-15  4:32 UTC  (2+ messages)

[PATCH] iommu/amd: fix grammar and typos in comments
 2026-07-15  4:32 UTC  (2+ messages)

[PATCH] HID: add driver for Gigabyte Aero vendor-specific brightness keys
 2026-07-15  4:27 UTC  (3+ messages)
` [PATCH v2] "

[BUG] iommu: KASAN slab-use-after-free in iommufd_auto_response_faults
 2026-07-15  4:24 UTC  (2+ messages)
` [PATCH] iommu/iommufd: Fix IOPF group ownership UAF

[PATCH] drm/xe/guc: Keep scheduler timeline name alive
 2026-07-15  4:26 UTC  (3+ messages)

[PATCH 0/5] drm/xe/guc: Recommend GuC v70.65.0 for LNL, BMG, PTL
 2026-07-15  4:25 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH 0/2] serial: qcom_geni: Quiesce UART transfers during panic and shutdown
 2026-07-15  4:25 UTC  (3+ messages)
` [PATCH 1/2] serial: qcom_geni: Add shutdown callback to quiesce hardware on reboot
` [PATCH 2/2] serial: qcom_geni: Add panic notifier to stop UART on panic

[PATCH v19 00/18] vfio/pci: Add PCIe TPH support
 2026-07-15  4:23 UTC  (5+ messages)
` [PATCH v19 17/18] vfio/pci: Reset hardware TPH state on device enable/disable

b4: NixOS module
 2026-07-15  4:23 UTC 

[PATCH bpf v5 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-15  4:23 UTC  (4+ messages)
` [PATCH bpf v5 2/2] selftests/bpf: Cover negative buffer pointer offsets

[linux-next:master] BUILD REGRESSION cc2b5f627e8ccbae1188ef2d8be3e451d7f933a5
 2026-07-15  4:21 UTC 

[PATCH v6 0/8] mm: optimize zone-device memmap initialization
 2026-07-15  4:21 UTC  (9+ messages)
` [PATCH v6 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v6 4/8] mm: add a template-based fast path for zone-device page init

[PATCH i-g-t v2] tests/xe_debugfs: add GT debugfs validation and GSC info read tests
 2026-07-15  4:21 UTC 

[PATCH i-g-t v2 0/2] Enable multi-format testing for chamelium color tests
 2026-07-15  4:32 UTC  (3+ messages)
` [PATCH i-g-t v2 1/2] tests/chamelium/kms_chamelium_color: Prepare FB creation for explicit YUV color range handling
` [PATCH i-g-t v2 2/2] tests/chamelium/kms_chamelium_color: Add multi-format coverage for pipe color tests

[PATCH v4] ALSA: hda/realtek: Add inverted LED quirk for HP ZBook 8 G2a
 2026-07-15  4:18 UTC 

[PATCH v2] show-branch: convert object.flags to commit-slab with uint64_t
 2026-07-15  4:18 UTC  (4+ messages)
` [PATCH v3] show-branch: convert per-branch flags to commit-slab
    ` [PATCH v4] "

[PATCH i-g-t 0/2] benchmarks/gem_wsim: explicit VM create/assign + LR mode
 2026-07-15  4:17 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] selftests/cgroup: Fix intermittent test_cgfreezer_ptrace test failures
 2026-07-15  4:17 UTC  (4+ messages)

[PATCH 0/3] arm64: dts: ti: k3-am62p-verdin: Add device tree overlays
 2026-07-15  4:17 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: ti: k3-am62p-verdin: Reserve UART_4 for Cortex-R5F

[PATCH v2 net-next] octeontx2-af: add new mbox to support sync cycle on rx path
 2026-07-15  4:12 UTC 

[PATCH i-g-t v4 0/2] Add CPU idle state control for accurate vblank timing
 2026-07-15  4:09 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for "
` ✗ Xe.CI.BAT: "

[PATCH] md/raid5: fix lockless max_nr_stripes reads
 2026-07-15  4:09 UTC  (2+ messages)

[PATCH V4] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
 2026-07-15  4:06 UTC  (2+ messages)

[PATCH v6 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-15  4:05 UTC  (12+ messages)
` [PATCH v6 2/6] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE

[withdrawn] selftests-mm-add-hugetlb_region_cache_race-regression-test.patch removed from -mm tree
 2026-07-15  4:04 UTC 

[PATCH mm-unstable v1 2/3] mm/migrate.c: Prevent folio splitting from interacting with KSM
 2026-07-15  4:05 UTC  (3+ messages)

[PATCH v1] arm64: dts: ti: k3-am62-verdin: Add RPi Touch Display 2 7-inch
 2026-07-15  4:02 UTC  (2+ messages)

[PATCH net v5] tipc: serialize udp bearer replicast list updates
 2026-07-15  4:00 UTC  (2+ messages)

[PATCH v12 0/3] HID: nintendo: Add preliminary Switch 2 controller
 2026-07-15  4:00 UTC  (6+ messages)
` [PATCH v12 1/3] HID: nintendo: Add preliminary Switch 2 controller driver
` [PATCH v12 2/3] HID: nintendo: Add rumble support for Switch 2 controllers
` [PATCH v12 3/3] HID: nintendo: Add unified report format support

+ fat-allow-0xe9-near-jump-in-fat_read_static_bpb.patch added to mm-nonmm-unstable branch
 2026-07-15  3:59 UTC 

[linuxtv-media-pending:next] BUILD SUCCESS 6c3a86e563b5c79e4429d8aa4cde39b2485bf969
 2026-07-15  3:58 UTC 

[PATCH v2 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
 2026-07-15  3:58 UTC  (12+ messages)
` [PATCH v2 1/5] ceph: convert oldest_tid to atomic64_t
` [PATCH v2 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid
` [PATCH v2 3/5] ceph: add wait_list_lock for wait-list serialization
` [PATCH v2 4/5] ceph: move mdsc->mutex into __do_request()
` [PATCH v2 5/5] ceph: narrow mdsc->mutex scope in replay_unsafe_requests

[PATCH] HID: magicmouse: fix battery reporting for Bluetooth Magic Trackpad USB-C
 2026-07-15  3:56 UTC  (2+ messages)

[PATCH v4 0/3] environment: migrate 'trust_executable_bit' into 'repo_config_values'
 2026-07-15  3:55 UTC  (6+ messages)
` [PATCH v5 0/4] environment: migrate 'trust_executable_bit' and 'has_symlinks' "
  ` [PATCH v5 1/4] read-cache: remove redundant extern declarations
  ` [PATCH v5 2/4] read-cache: move 'ce_mode_from_stat()' to 'read-cache.c'
  ` [PATCH v5 3/4] environment: move trust_executable_bit into repo_config_values
  ` [PATCH v5 4/4] environment: move has_symlinks "

Linking Patchwork with Sashiko?
 2026-07-15  3:54 UTC  (11+ messages)

[PATCH v2] selftests/cgroup: Fix intermittent test_cgfreezer_ptrace test failures
 2026-07-15  3:54 UTC 

[PATCH v3] irqchip/gic-v3-its: enable dynamic MSI-X allocation
 2026-07-15  3:54 UTC 

[PATCH net] e1000e: Fix out-of-bounds MMIO access by validating BAR0 size
 2026-07-15  3:58 UTC 

[PATCH mptcp-next v11 00/11] selftests: consolidate TCP_INQ testing into sockopt
 2026-07-15  3:52 UTC  (2+ messages)

[PATCH] sched/psi: use for_each_set_bit() in psi_group_change() task-count walk
 2026-07-15  3:49 UTC  (2+ messages)

Intermittent kernel WARN in mm.h get_page() when forcefully removing a xen_netfront interface from xenstore
 2026-07-15  3:49 UTC 

[PATCH] LoongArch: KVM: Reload one-shot TVAL on migration destination
 2026-07-15  3:49 UTC  (2+ messages)

[PATCH 0/2] git-subtree: Bail out if we find output from Rust rewrite
 2026-07-15  3:47 UTC  (9+ messages)
` [PATCH 2/2] git-subtree: Bail out if we find output from Rust rewrite (test)
    ` [PATCH 1/2] git-subtree: Bail out if we find output from Rust rewrite
        ` [PATCH 1/2] git-subtree: Bail out if we find output from Rust rewrite [and 1 more messages]

[PATCH i-g-t 1/2] Revert "lib/kms: Set display->has_plane_color_pipeline automatically"
 2026-07-15  3:44 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for series starting with [i-g-t,1/2] "

[PATCH v4 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
 2026-07-15  3:44 UTC  (4+ messages)
` [PATCH v4 2/2] hwmon: add Altera SoC FPGA hardware monitoring driver

[PATCH v2 0/5] media: i2c: Add missing media_entity_cleanup()
 2026-07-15  3:38 UTC  (6+ messages)
` [PATCH v2 1/5] media: i2c: cx25840-core: "
` [PATCH v2 2/5] media: i2c: max9286: "
` [PATCH v2 3/5] media: i2c: msp3400-driver: "
` [PATCH v2 4/5] media: i2c: mt9v011: "
` [PATCH v2 5/5] media: i2c: saa7115: "

[PATCH v5] hfs: port HFS+ b-tree bitmap corruption check
 2026-07-15  3:38 UTC 

[PATCH v6 0/2] PM: dpm_watchdog: Improve DPM watchdog configurability
 2026-07-15  3:38 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: qcom,snps-dwc3: Add property indicating presence of eUSB2 phy
 2026-07-15  3:37 UTC  (11+ messages)

[PATCH] sctp: diag: fix uninitialized stack leak via INET_DIAG_LOCALS/PEERS
 2026-07-15  3:35 UTC 

[PATCH] erofs: modernize device IDR to XArray
 2026-07-15  3:35 UTC 

[PATCH] board: ti: am62x: Fix build without TI_I2C_BOARD_DETECT
 2026-07-15  3:32 UTC 

[PATCH v1.1 2/6] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()
 2026-07-15  3:31 UTC  (2+ messages)

[PATCH net-next 0/7] net: mana: harden the HWC and add dynamic queue depth
 2026-07-15  3:29 UTC  (2+ messages)
` [PATCH net-next 7/7] net: mana: add dynamic HWC queue depth with reinit path


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.