index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-05
virtio_net: fix alignment for virtio_net_hdr_v1_hash
Michael S. Tsirkin
2
-2
/
+4
2025-11-05
net: stmmac: add support for configuring the phy_intf_sel inputs
Russell King (Oracle)
1
-0
/
+1
2025-11-04
block: make bio auto-integrity deadlock safe
Christoph Hellwig
2
-0
/
+11
2025-11-04
accel/amdxdna: Add IOCTL parameter for telemetry data
Lizhi Hou
1
-0
/
+17
2025-11-04
accel/amdxdna: Add IOCTL parameter for resource data
Lizhi Hou
1
-0
/
+17
2025-11-04
xsk: use a smaller new lock for shared pool case
Jason Xing
1
-4
/
+9
2025-11-04
ASoC: tas2781: Add tas5822 support
Baojun Xu
1
-0
/
+1
2025-11-04
regulator: pf9453: optimize PMIC PF9453 driver
Mark Brown
14
-32
/
+45
2025-11-04
drm/edid: add DRM_EDID_IDENT_INIT() to initialize struct drm_edid_ident
Jani Nikula
1
-0
/
+6
2025-11-04
cred: add prepare credential guard
Christian Brauner
1
-0
/
+5
2025-11-04
cred: add scoped_with_creds() guards
Christian Brauner
1
-2
/
+4
2025-11-04
cred: add scoped_with_kernel_creds()
Christian Brauner
1
-0
/
+8
2025-11-04
cred: make init_cred static
Christian Brauner
1
-1
/
+0
2025-11-04
cred: add kernel_cred() helper
Christian Brauner
1
-0
/
+7
2025-11-04
cleanup: fix scoped_class()
Christian Brauner
1
-7
/
+8
2025-11-04
net: add net cookie for net device trace events
Tonghao Zhang
1
-10
/
+27
2025-11-04
cleanup: Always inline everything
Peter Zijlstra
1
-15
/
+15
2025-11-04
rseq: Switch to TIF_RSEQ if supported
Thomas Gleixner
5
-11
/
+53
2025-11-04
rseq: Split up rseq_exit_to_user_mode()
Thomas Gleixner
2
-5
/
+37
2025-11-04
entry: Split up exit_to_user_mode_prepare()
Thomas Gleixner
2
-6
/
+45
2025-11-04
rseq: Switch to fast path processing on exit to user
Thomas Gleixner
3
-12
/
+15
2025-11-04
rseq: Implement fast path for exit to user
Thomas Gleixner
2
-3
/
+133
2025-11-04
rseq: Optimize event setting
Thomas Gleixner
2
-9
/
+83
2025-11-04
rseq: Rework the TIF_NOTIFY handler
Thomas Gleixner
1
-0
/
+29
2025-11-04
rseq: Separate the signal delivery path
Thomas Gleixner
1
-5
/
+16
2025-11-04
rseq: Provide and use rseq_set_ids()
Thomas Gleixner
3
-15
/
+100
2025-11-04
rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
Thomas Gleixner
2
-1
/
+10
2025-11-04
rseq: Make exit debugging static branch based
Thomas Gleixner
1
-1
/
+1
2025-11-04
rseq: Provide and use rseq_update_user_cs()
Thomas Gleixner
2
-1
/
+216
2025-11-04
rseq: Provide static branch for runtime debugging
Thomas Gleixner
1
-0
/
+3
2025-11-04
rseq: Expose lightweight statistics in debugfs
Thomas Gleixner
2
-16
/
+49
2025-11-04
rseq: Provide tracepoint wrappers for inline code
Thomas Gleixner
1
-0
/
+28
2025-11-04
rseq: Record interrupt from user space
Thomas Gleixner
4
-6
/
+33
2025-11-04
rseq: Cache CPU ID and MM CID values
Thomas Gleixner
3
-4
/
+28
2025-11-04
sched: Move MM CID related functions to sched.h
Thomas Gleixner
2
-25
/
+26
2025-11-04
entry: Inline irqentry_enter/exit_from/to_user_mode()
Thomas Gleixner
1
-2
/
+11
2025-11-04
entry: Remove syscall_enter_from_user_mode_prepare()
Thomas Gleixner
1
-21
/
+5
2025-11-04
entry: Clean up header
Thomas Gleixner
2
-4
/
+6
2025-11-04
rseq: Introduce struct rseq_data
Thomas Gleixner
3
-37
/
+76
2025-11-04
rseq, virt: Retrigger RSEQ after vcpu_run()
Thomas Gleixner
1
-0
/
+17
2025-11-04
rseq: Simplify the event notification
Thomas Gleixner
3
-72
/
+25
2025-11-04
rseq: Remove the ksig argument from rseq_handle_notify_resume()
Thomas Gleixner
2
-8
/
+9
2025-11-04
rseq: Condense the inline stubs
Thomas Gleixner
1
-35
/
+12
2025-11-04
rseq: Avoid pointless evaluation in __rseq_notify_resume()
Thomas Gleixner
2
-3
/
+14
2025-11-04
uaccess: Provide put/get_user_inline()
Thomas Gleixner
1
-0
/
+50
2025-11-04
uaccess: Provide scoped user access regions
Thomas Gleixner
1
-0
/
+192
2025-11-04
PCI/TSM: Report active IDE streams
Dan Williams
2
-0
/
+5
2025-11-04
PCI/IDE: Report available IDE streams
Dan Williams
1
-0
/
+1
2025-11-04
PCI/IDE: Add IDE establishment helpers
Dan Williams
2
-0
/
+84
2025-11-04
PCI: Add PCIe Device 3 Extended Capability enumeration
Dan Williams
2
-0
/
+8
[prev]
[next]