index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-02-27
Merge tag 'mmc-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
-6
/
+44
2026-02-27
Merge tag 'block-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-46
/
+64
2026-02-27
Merge tag 'io_uring-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-3
/
+3
2026-02-27
efi: Allow to expose the workqueue via sysfs
Sebastian Andrzej Siewior
-1
/
+1
2026-02-27
workqueue: Allow to expose ordered workqueues via sysfs
Sebastian Andrzej Siewior
-8
/
+20
2026-02-27
Merge tag 'xfs-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-80
/
+209
2026-02-27
HID: mcp2221: use mcp_i2c_smbus_read for block reads
Romain Sioen
-9
/
+9
2026-02-27
HID: mcp2221: cancel last I2C command on read error
Romain Sioen
-0
/
+2
2026-02-27
Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-30
/
+39
2026-02-27
PCI/PTM: Do not enable PTM automatically for Root and Switch Upstream Ports
Mika Westerberg
-30
/
+40
2026-02-27
Merge tag 'gpio-fixes-for-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-5
/
+9
2026-02-27
workqueue: Update documentation as per system_percpu_wq naming
Mallesh Koujalagi
-8
/
+8
2026-02-27
Merge tag 'sound-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
-83
/
+196
2026-02-27
pmdomain: bcm: bcm2835-power: Fix broken reset status read
MaĆra Canal
-3
/
+3
2026-02-27
drm/xe/vf: Redo LRC creation while in VF fixups
Tomasz Lis
-13
/
+59
2026-02-27
drm/xe/vf: Wait for all fixups before using default LRCs
Tomasz Lis
-8
/
+10
2026-02-27
drm/xe: Wrappers for setting and getting LRC references
Tomasz Lis
-19
/
+60
2026-02-27
drm/xe/queue: Call fini on exec queue creation fail
Tomasz Lis
-13
/
+13
2026-02-27
drm/xe: restrict multi-lrc to VCS/VECS engines
Xin Wang
-0
/
+29
2026-02-27
Merge tag 'drm-fixes-2026-02-27' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-159
/
+298
2026-02-27
drm/xe/tuning: Apply windower hardware filtering setting on Xe3 and Xe3p
Matt Roper
-0
/
+6
2026-02-27
PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value
Bjorn Helgaas
-1
/
+1
2026-02-27
smb: client: Use snprintf in cifs_set_cifscreds
Thorsten Blum
-7
/
+7
2026-02-27
perf/amd/ibs: Add new MSRs and CPUID bits definitions
Ravi Bangoria
-20
/
+38
2026-02-27
perf/amd/ibs: Define macro for ldlat mask and shift
Ravi Bangoria
-4
/
+8
2026-02-27
perf/amd/ibs: Avoid race between event add and NMI
Ravi Bangoria
-0
/
+8
2026-02-27
perf/amd/ibs: Avoid calling perf_allow_kernel() from the IBS NMI handler
Ravi Bangoria
-1
/
+5
2026-02-27
perf/amd/ibs: Preserve PhyAddrVal bit when clearing PhyAddr MSR
Ravi Bangoria
-2
/
+0
2026-02-27
perf/amd/ibs: Limit ldlat->l3missonly dependency to Zen5
Ravi Bangoria
-1
/
+4
2026-02-27
perf/amd/ibs: Account interrupt for discarded samples
Ravi Bangoria
-2
/
+6
2026-02-27
perf/core: Simplify __detach_global_ctx_data()
Namhyung Kim
-11
/
+4
2026-02-27
perf/core: Try to allocate task_ctx_data quickly
Namhyung Kim
-0
/
+6
2026-02-27
perf/core: Pass GFP flags to attach_task_ctx_data()
Namhyung Kim
-8
/
+8
2026-02-27
ww-mutex: Fix the ww_acquire_ctx function annotations
Bart Van Assche
-2
/
+2
2026-02-27
signal: Fix the lock_task_sighand() annotation
Bart Van Assche
-1
/
+1
2026-02-27
locking: Fix rwlock and spinlock lock context annotations
Bart Van Assche
-5
/
+8
2026-02-27
sched: Default enable HRTICK when deferred rearming is enabled
Peter Zijlstra
-0
/
+5
2026-02-27
hrtimer: Try to modify timers in place
Thomas Gleixner
-1
/
+36
2026-02-27
hrtimer: Use linked timerqueue
Thomas Gleixner
-35
/
+33
2026-02-27
timerqueue: Provide linked timerqueue
Thomas Gleixner
-11
/
+74
2026-02-27
rbtree: Provide rbtree with links
Thomas Gleixner
-9
/
+105
2026-02-27
hrtimer: Optimize for_each_active_base()
Thomas Gleixner
-16
/
+4
2026-02-27
hrtimer: Simplify run_hrtimer_queues()
Thomas Gleixner
-9
/
+10
2026-02-27
hrtimer: Rework next event evaluation
Thomas Gleixner
-51
/
+69
2026-02-27
hrtimer: Keep track of first expiring timer per clock base
Thomas Gleixner
-3
/
+36
2026-02-27
hrtimer: Avoid re-evaluation when nothing changed
Thomas Gleixner
-40
/
+58
2026-02-27
hrtimer: Push reprogramming timers into the interrupt return path
Peter Zijlstra
-12
/
+107
2026-02-27
sched/core: Prepare for deferred hrtimer rearming
Peter Zijlstra
-0
/
+6
2026-02-27
softirq: Prepare for deferred hrtimer rearming
Peter Zijlstra
-1
/
+14
2026-02-27
entry: Prepare for deferred hrtimer rearming
Peter Zijlstra
-10
/
+35
[prev]
[next]