summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-28lib/bitrev: Introduce GENERIC_BITREVERSEYury Norov
2026-05-28arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSEYury Norov
2026-05-28bitmap: fix find helper documentationYury Norov
2026-05-28bitmap: drop bitmap_print_to_pagebuf()Yury Norov
2026-05-28cpumask: switch cpumap_print_to_pagebuf() to using scnprintf()Yury Norov
2026-05-28nvme: add support multipath passthrough iostatsKeith Busch
2026-05-28block: export passthrough stats enabledKeith Busch
2026-05-28drm/xe: gate observation streams with perf_allow_cpu()John Hubbard
2026-05-28perf/core: out-of-line and export perf_allow_cpu/tracepoint()John Hubbard
2026-05-28drm/tegra: Fix iommu_map_sgtable() return value checkMikko Perttunen
2026-05-28gpu: host1x: Fix iommu_map_sgtable() return value checkMikko Perttunen
2026-05-28gpu: host1x: Fix missing 'host1x_context_device_bus_type'Ben Dooks
2026-05-28drm/tegra: dc: Fix device node reference leak in tegra_dc_has_output()Felix Gu
2026-05-28drm/tegra: Enable cmu for Tegra186 and Tegra194Aaron Kling
2026-05-28gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error pathGuangshuo Li
2026-05-28gpu: host1x: mipi: Fix device_node reference leak in tegra_mipi_request()Felix Gu
2026-05-28drm/tegra: Make tegra_fb_alloc() an internal interfaceThomas Zimmermann
2026-05-28drm/tegra: fbdev: Use a DRM client bufferThomas Zimmermann
2026-05-28drm/tegra: fbdev: Calculate buffer geometry with format helpersThomas Zimmermann
2026-05-28drm/tegra: fbdev: Remove offset into framebuffer memoryThomas Zimmermann
2026-05-28drm/tegra: fbdev: Do not assign to struct drm_fb_helper.infoThomas Zimmermann
2026-05-28drm/tegra: tegra_drm.h: fix all uapi kernel-doc warningsRandy Dunlap
2026-05-28drm/tegra: dp: fix kernel-doc warnings in dp.hRandy Dunlap
2026-05-28host1x: bus: Fix missing ops null check in error teardownshayderrr
2026-05-28drm/tegra: sor: Remove usage of drm_simple_encoder_init()Jacob McLemore
2026-05-28drm/tegra: hdmi: Open-code drm_simple_encoder_init()Souradipto Das
2026-05-28gpu: host1x: Skip redundant HW state updateTanmay Patil
2026-05-28gpu: host1x: Skip redundant syncpoint loads in host1x_syncpt_wait()Tanmay Patil
2026-05-28gpu: host1x: Allow entries in BO caches to be freedMikko Perttunen
2026-05-28drm/tegra: gr2d/gr3d: Contain PM in the gr*d_probe/gr*d_removeIon Agorria
2026-05-28drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X client is...Svyatoslav Ryhel
2026-05-28gpu: host1x: trace: fix string fields in host1x tracesArtur Kowalski
2026-05-28drm/tegra: sor: use str_plural in tegra_sor_dp_link_configureThorsten Blum
2026-05-28drm/tegra: dp: use str_plural in drm_dp_link_train_{full,fast}Thorsten Blum
2026-05-28ASoC: cs-amp-lib: Simplify overcomplicated error returnRichard Fitzgerald
2026-05-28regulator: remove used pcap regulator driverArnd Bergmann
2026-05-28drm/panthor: Reduce padding in gems debugfs for refcountNicolas Frattaroli
2026-05-28dma-buf: fix UAF in dma_buf_fd() tracepointDavid Carlier
2026-05-28regmap: reject volatile update_bits() in cache-only modebui duc phuc
2026-05-28drm/panthor: Implement evicted status for GEM objectsNicolas Frattaroli
2026-05-28io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work itemRunyu Xiao
2026-05-28io_uring/kbuf: align legacy buffer add limit with MAX_BIDS_PER_BGIDliyouhong
2026-05-28block: add a bio_endio_status helperChristoph Hellwig
2026-05-28bvec: make the bvec_iter helpers inline functionsChristoph Hellwig
2026-05-28nvme-tcp: cleanup nvme_tcp_init_iterChristoph Hellwig
2026-05-28loop: cleanup lo_rw_aioChristoph Hellwig
2026-05-28block: mark biovec_init_pool staticChristoph Hellwig
2026-05-28mtd: spi-nor: spansion: add die erase support in s28hx-tTakahiro Kuwano
2026-05-28mtd: spi-nor: spansion: use die erase for multi-die devices onlyTakahiro Kuwano
2026-05-28Disable -Wattribute-alias for clang-23 and newerNathan Chancellor