summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima-9/+4
2026-03-14drm/bridge: add support for lontium lt8713sx bridge driverVishnu Saini-0/+609
2026-03-14dt-bindings: bridge: lt8713sx: Add bindingsVishnu Saini-0/+113
2026-03-13drm/pagemap: Enable THP support for GPU memory migrationFrancois Dugast-10/+62
2026-03-13drm/pagemap: Correct cpages calculation for migrate_vma_setupMatthew Brost-1/+37
2026-03-13drm/pagemap: Add helper to access zone_device_dataFrancois Dugast-11/+38
2026-03-13drm/pagemap: Unlock and put folios when possibleFrancois Dugast-9/+17
2026-03-13drm/xe: Open-code GGTT MMIO access protectionMatthew Brost-6/+9
2026-03-13drm/xe/uc: Drop xe_guc_sanitize in favor of managed cleanupZhanjun Dong-15/+7
2026-03-13drm/xe/guc: Ensure CT state transitions via STOP before DISABLEDZhanjun Dong-0/+1
2026-03-13drm/xe: Use XE_WEDGED_MODE_UPON_ANY_HANG_NO_RESET enum instead of magic numberZhanjun Dong-3/+4
2026-03-13drm/xe: Trigger queue cleanup if not in wedged mode 2Matthew Brost-13/+22
2026-03-13drm/xe: Forcefully tear down exec queues in GuC submit finiMatthew Brost-12/+63
2026-03-13drm/xe: Always kill exec queues in xe_guc_submit_pause_abortMatthew Brost-2/+1
2026-03-14Merge tag 'renesas-pinctrl-fixes-for-v7.0-tag1' of git://git.kernel.org/pub/s...Linus Walleij-8/+9
2026-03-13dma-mapping: Support batch mode for dma_direct_{map,unmap}_sgBarry Song-13/+26
2026-03-13dma-mapping: Separate DMA sync issuing and completion waitingBarry Song-22/+78
2026-03-13arm64: Provide dcache_inval_poc_nosync helperBarry Song-11/+32
2026-03-13arm64: Provide dcache_clean_poc_nosync helperBarry Song-0/+16
2026-03-13arm64: Provide dcache_by_myline_op_nosync helperBarry Song-7/+21
2026-03-13Merge tag 'drm-fixes-2026-03-14' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-399/+935
2026-03-13KVM: nSVM: Simplify error handling of nested_svm_copy_vmcb12_to_cache()Yosry Ahmed-11/+12
2026-03-13Merge tag 'wq-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-27/+128
2026-03-13Merge tag 'cgroup-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-28/+37
2026-03-13EDAC/sb: Use kzalloc_flex()Rosen Penev-11/+3
2026-03-13EDAC/i7core: Use kzalloc_flex()Rosen Penev-11/+4
2026-03-13soc: qcom: pd-mapper: Convert to of_machine_get_match()Geert Uytterhoeven-7/+1
2026-03-13cpufreq: ti-cpufreq: Convert to of_machine_get_match()Geert Uytterhoeven-11/+1
2026-03-13cpufreq: qcom-nvmem: Convert to of_machine_get_match()Geert Uytterhoeven-14/+2
2026-03-13cpufreq: airoha: Convert to of_machine_get_match()Geert Uytterhoeven-6/+1
2026-03-13of: Convert to of_machine_get_match()Geert Uytterhoeven-8/+1
2026-03-13of: Add of_machine_get_match() helperGeert Uytterhoeven-9/+13
2026-03-13Merge tag 'sched_ext-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-32/+138
2026-03-13perf record: Remove unused cpu-set-sched.hIan Rogers-51/+0
2026-03-13perf bpf_map: Remove unused codeIan Rogers-95/+0
2026-03-13perf tool: Constify the command and option arraysIan Rogers-6/+6
2026-03-13perf dump-insn: Remove dump-insn.cIan Rogers-24/+0
2026-03-13perf symbol: Reduce scope of elf__needs_adjust_symbolsIan Rogers-5/+4
2026-03-13Merge tag 'perf-tools-fixes-for-v7.0-1-2026-03-13' of git://git.kernel.org/pu...Linus Torvalds-550/+584
2026-03-13Merge tag 's390-7.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-13/+16
2026-03-13perf branch: Avoid incrementing NULLIan Rogers-0/+3
2026-03-13MAINTAINERS: Update maintainers for Hyper-V DRM driverSaurabh Sengar-1/+3
2026-03-13mshv: Fix use-after-free in mshv_map_user_memory error pathStanislav Kinsburskii-1/+1
2026-03-13Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds-24/+52
2026-03-13drm/v3d: Remove dedicated fence_lockMaíra Canal-4/+1
2026-03-13drm/v3d: Attach per-fd reset counters to v3d_statsTvrtko Ursulin-35/+10
2026-03-13drm/v3d: Hold v3d_stats references in each jobTvrtko Ursulin-37/+34
2026-03-13drm/v3d: Refcount v3d_statsTvrtko Ursulin-27/+84
2026-03-13drm/v3d: Use raw seqcount helpers instead of fighting with lockdepTvrtko Ursulin-46/+17
2026-03-13drm/v3d: Handle error from drm_sched_entity_init()Maíra Canal-4/+12