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
r8152: Add 2500baseT EEE status/configuration support
Birger Koblitz
-8
/
+42
2026-02-27
selftests: netfilter: nft_queue.sh: avoid flakes on debug kernels
Florian Westphal
-6
/
+17
2026-02-27
vmxnet3: Suppress page allocation warning for massive Rx Data ring
Aaron Tomlin
-2
/
+2
2026-02-27
net: ethernet: mtk_eth_soc: avoid writing to ESW registers on MT7628
Joris Vaisvila
-4
/
+30
2026-02-27
tls: don't select STREAM_PARSER
Sabrina Dubroca
-1
/
+0
2026-02-27
Merge branch 'net-sched-sch_cake-fixes-for-cake_mq'
Jakub Kicinski
-28
/
+25
2026-02-27
net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv config
Jonas Köppeler
-27
/
+23
2026-02-27
net/sched: sch_cake: avoid sync overhead when unlimited
Jonas Köppeler
-1
/
+2
2026-02-27
net: use try_cmpxchg() in lock_sock_nested()
Eric Dumazet
-2
/
+20
2026-02-27
net/hsr: update outdated comments
Kexin Sun
-4
/
+4
2026-02-27
net: phy: micrel: Add support for lan9645x internal phy
Jens Emil Schulz Østergaard
-0
/
+153
2026-02-27
inet: annotate data-races around isk->inet_num
Eric Dumazet
-9
/
+10
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
net/sched: act_gate: snapshot parameters with RCU on replace
Paul Moses
-86
/
+212
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
of: property: fix typo in kernel-doc return description
Song Hongyi
-1
/
+1
2026-02-27
of: fix incorrect device creation for reserved memory nodes
Kenny Cheng
-3
/
+9
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 patch series "tighten nstree visibility checks"
Christian Brauner
-36
/
+41
2026-02-27
selftests: fix mntns iteration selftests
Christian Brauner
-10
/
+15
2026-02-27
nstree: tighten permission checks for listing
Christian Brauner
-25
/
+4
2026-02-27
nsfs: tighten permission checks for handle opening
Christian Brauner
-1
/
+1
2026-02-27
nsfs: tighten permission checks for ns iteration ioctls
Christian Brauner
-0
/
+21
2026-02-27
NFS: Fix NFS KConfig typos
Anna Schumaker
-1
/
+2
2026-02-27
xprtrdma: Decrement re_receiving on the early exit paths
Eric Badger
-3
/
+4
2026-02-27
ACPI: OSL: Poweroff when encountering a fatal ACPI error
Armin Wolf
-1
/
+26
2026-02-27
vfio/qat: extend Kconfig dependencies for 420xx and 6xxx devices
Vijay Sundar Selvamani
-1
/
+1
2026-02-27
cpufreq: CPPC: Add sysfs documentation for perf_limited
Sumit Gupta
-0
/
+18
2026-02-27
ACPI: CPPC: add APIs and sysfs interface for perf_limited
Sumit Gupta
-0
/
+76
2026-02-27
cpufreq: cppc: Update MIN_PERF/MAX_PERF in target callbacks
Sumit Gupta
-1
/
+40
2026-02-27
cpufreq: CPPC: Update cached perf_ctrls on sysfs write
Sumit Gupta
-2
/
+29
2026-02-27
ACPI: CPPC: Extend cppc_set_epp_perf() for FFH/SystemMemory
Sumit Gupta
-3
/
+21
2026-02-27
ACPI: CPPC: Warn on missing mandatory DESIRED_PERF register
Sumit Gupta
-0
/
+10
2026-02-27
ACPI: CPPC: Add cppc_get_perf() API to read performance controls
Sumit Gupta
-0
/
+91
2026-02-27
io_uring/zcrx: don't set rx_page_size when not requested
Jakub Kicinski
-1
/
+2
2026-02-27
tools/sched_ext: fix strtoul() misuse in scx_hotplug_seq()
David Carlier
-2
/
+5
2026-02-27
Merge tag 'cxl-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-54
/
+117
[prev]
[next]