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-03-25
cpufreq: acpi-cpufreq: use DMI max speed when CPPC is unavailable
Henry Tseng
-8
/
+27
2026-03-18
cpufreq: optimize policy_is_shared()
Yury Norov
-1
/
+1
2026-03-06
cpufreq: governor: Use sysfs_emit() in sysfs show functions
Thorsten Blum
-2
/
+3
2026-03-06
cpufreq: intel_pstate: Allow repeated intel_pstate disable
Fabio M. De Francesco
-1
/
+1
2026-03-05
cpufreq: Add debug print for current frequency in __cpufreq_driver_target()
Pengjie Zhang
-2
/
+2
2026-03-01
Linux 7.0-rc2
v7.0-rc2
Linus Torvalds
-1
/
+1
2026-03-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-128
/
+87
2026-03-01
Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-1
/
+19
2026-03-01
Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-42
/
+50
2026-03-01
Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-14
/
+45
2026-03-01
Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-52
/
+172
2026-03-01
Merge tag 'perf-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-22
/
+89
2026-03-01
Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+2
2026-03-01
Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-21
/
+46
2026-03-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-50
/
+97
2026-02-28
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-236
/
+1180
2026-02-28
Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-70
/
+150
2026-02-28
Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-445
/
+489
2026-02-28
firewire: ohci: initialize page array to use alloc_pages_bulk() correctly
Takashi Sakamoto
-1
/
+1
2026-02-28
Merge tag 'spi-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-30
/
+4
2026-02-28
Merge tag 'regulator-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-9
/
+10
2026-02-28
Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
-67
/
+66
2026-02-28
Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-69
/
+80
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
-17
/
+5
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
-42
/
+2
2026-02-27
Merge branch 'fix-invariant-violation-for-single-value-tnums'
Alexei Starovoitov
-1
/
+227
2026-02-27
selftests/bpf: Avoid simplification of crafted bounds test
Paul Chaignon
-1
/
+1
2026-02-27
selftests/bpf: Test refinement of single-value tnum
Paul Chaignon
-0
/
+137
2026-02-27
bpf: Improve bounds when tnum has a single possible value
Paul Chaignon
-0
/
+30
2026-02-27
bpf: Introduce tnum_step to step through tnum's members
Harishankar Vishwanathan
-0
/
+59
2026-02-27
Merge branch 'bpf-cpumap-devmap-fix-per-cpu-bulk-queue-races-on-preempt_rt'
Alexei Starovoitov
-6
/
+36
2026-02-27
bpf: Fix race in devmap on PREEMPT_RT
Jiayuan Chen
-4
/
+21
2026-02-27
bpf: Fix race in cpumap on PREEMPT_RT
Jiayuan Chen
-2
/
+15
2026-02-27
Merge branch 'close-race-in-freeing-special-fields-and-map-value'
Alexei Starovoitov
-57
/
+603
2026-02-27
selftests/bpf: Add tests for special fields races
Kumar Kartikeya Dwivedi
-0
/
+415
2026-02-27
bpf: Retire rcu_trace_implies_rcu_gp() from local storage
Kumar Kartikeya Dwivedi
-18
/
+19
2026-02-27
bpf: Delay freeing fields in local storage
Kumar Kartikeya Dwivedi
-19
/
+21
2026-02-27
bpf: Lose const-ness of map in map_check_btf()
Kumar Kartikeya Dwivedi
-16
/
+15
2026-02-27
bpf: Register dtor for freeing special fields
Kumar Kartikeya Dwivedi
-11
/
+140
2026-02-27
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-60
/
+179
2026-02-27
Merge tag 'pci-v7.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-11
/
+18
2026-02-27
Merge tag 'cxl-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-54
/
+117
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
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
Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-30
/
+39
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
Merge tag 'sound-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
-83
/
+196
2026-02-27
Merge tag 'drm-fixes-2026-02-27' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-159
/
+298
[next]