summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-27Merge tag 'mmc-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds-6/+44
2026-02-27Merge tag 'block-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-46/+64
2026-02-27Merge tag 'io_uring-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2026-02-27efi: Allow to expose the workqueue via sysfsSebastian Andrzej Siewior-1/+1
2026-02-27workqueue: Allow to expose ordered workqueues via sysfsSebastian Andrzej Siewior-8/+20
2026-02-27Merge tag 'xfs-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-80/+209
2026-02-27HID: mcp2221: use mcp_i2c_smbus_read for block readsRomain Sioen-9/+9
2026-02-27HID: mcp2221: cancel last I2C command on read errorRomain Sioen-0/+2
2026-02-27Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-30/+39
2026-02-27PCI/PTM: Do not enable PTM automatically for Root and Switch Upstream PortsMika Westerberg-30/+40
2026-02-27Merge tag 'gpio-fixes-for-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+9
2026-02-27workqueue: Update documentation as per system_percpu_wq namingMallesh Koujalagi-8/+8
2026-02-27Merge tag 'sound-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-83/+196
2026-02-27pmdomain: bcm: bcm2835-power: Fix broken reset status readMaĆ­ra Canal-3/+3
2026-02-27drm/xe/vf: Redo LRC creation while in VF fixupsTomasz Lis-13/+59
2026-02-27drm/xe/vf: Wait for all fixups before using default LRCsTomasz Lis-8/+10
2026-02-27drm/xe: Wrappers for setting and getting LRC referencesTomasz Lis-19/+60
2026-02-27drm/xe/queue: Call fini on exec queue creation failTomasz Lis-13/+13
2026-02-27drm/xe: restrict multi-lrc to VCS/VECS enginesXin Wang-0/+29
2026-02-27Merge tag 'drm-fixes-2026-02-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-159/+298
2026-02-27drm/xe/tuning: Apply windower hardware filtering setting on Xe3 and Xe3pMatt Roper-0/+6
2026-02-27PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 valueBjorn Helgaas-1/+1
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum-7/+7
2026-02-27perf/amd/ibs: Add new MSRs and CPUID bits definitionsRavi Bangoria-20/+38
2026-02-27perf/amd/ibs: Define macro for ldlat mask and shiftRavi Bangoria-4/+8
2026-02-27perf/amd/ibs: Avoid race between event add and NMIRavi Bangoria-0/+8
2026-02-27perf/amd/ibs: Avoid calling perf_allow_kernel() from the IBS NMI handlerRavi Bangoria-1/+5
2026-02-27perf/amd/ibs: Preserve PhyAddrVal bit when clearing PhyAddr MSRRavi Bangoria-2/+0
2026-02-27perf/amd/ibs: Limit ldlat->l3missonly dependency to Zen5Ravi Bangoria-1/+4
2026-02-27perf/amd/ibs: Account interrupt for discarded samplesRavi Bangoria-2/+6
2026-02-27perf/core: Simplify __detach_global_ctx_data()Namhyung Kim-11/+4
2026-02-27perf/core: Try to allocate task_ctx_data quicklyNamhyung Kim-0/+6
2026-02-27perf/core: Pass GFP flags to attach_task_ctx_data()Namhyung Kim-8/+8
2026-02-27ww-mutex: Fix the ww_acquire_ctx function annotationsBart Van Assche-2/+2
2026-02-27signal: Fix the lock_task_sighand() annotationBart Van Assche-1/+1
2026-02-27locking: Fix rwlock and spinlock lock context annotationsBart Van Assche-5/+8
2026-02-27sched: Default enable HRTICK when deferred rearming is enabledPeter Zijlstra-0/+5
2026-02-27hrtimer: Try to modify timers in placeThomas Gleixner-1/+36
2026-02-27hrtimer: Use linked timerqueueThomas Gleixner-35/+33
2026-02-27timerqueue: Provide linked timerqueueThomas Gleixner-11/+74
2026-02-27rbtree: Provide rbtree with linksThomas Gleixner-9/+105
2026-02-27hrtimer: Optimize for_each_active_base()Thomas Gleixner-16/+4
2026-02-27hrtimer: Simplify run_hrtimer_queues()Thomas Gleixner-9/+10
2026-02-27hrtimer: Rework next event evaluationThomas Gleixner-51/+69
2026-02-27hrtimer: Keep track of first expiring timer per clock baseThomas Gleixner-3/+36
2026-02-27hrtimer: Avoid re-evaluation when nothing changedThomas Gleixner-40/+58
2026-02-27hrtimer: Push reprogramming timers into the interrupt return pathPeter Zijlstra-12/+107
2026-02-27sched/core: Prepare for deferred hrtimer rearmingPeter Zijlstra-0/+6
2026-02-27softirq: Prepare for deferred hrtimer rearmingPeter Zijlstra-1/+14
2026-02-27entry: Prepare for deferred hrtimer rearmingPeter Zijlstra-10/+35