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-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
2025-11-04
PCI/TSM: Establish Secure Sessions and Link Encryption
Dan Williams
5
-1
/
+169
2025-11-04
PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()
Dan Williams
2
-0
/
+14
2025-11-04
PCI/IDE: Enumerate Selective Stream IDE capabilities
Dan Williams
2
-0
/
+88
2025-11-04
coco/tsm: Introduce a core device for TEE Security Managers
Dan Williams
1
-0
/
+11
2025-11-04
soc: qcom: ubwc: Add config for Kaanapali
Akhil P Oommen
1
-0
/
+1
2025-11-04
ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access
Oleksij Rempel
1
-0
/
+35
2025-11-04
net: phy: introduce internal API for PHY MSE diagnostics
Oleksij Rempel
1
-0
/
+206
2025-11-04
net: Extend NAPI threaded polling to allow kthread based busy polling
Samiullah Khawaja
2
-1
/
+4
2025-11-04
mpls: Protect net->mpls.platform_label with a per-netns mutex.
Kuniyuki Iwashima
1
-0
/
+1
2025-11-04
ipv6: Add in6_dev_rcu().
Kuniyuki Iwashima
1
-0
/
+5
2025-11-04
Merge branch '20251030-gcc_kaanapali-v2-v2-3-a774a587af6f@oss.qualcomm.com' i...
Bjorn Andersson
1
-0
/
+241
2025-11-04
dt-bindings: clock: qcom: Add Kaanapali Global clock controller
Taniya Das
1
-0
/
+241
2025-11-04
dt-bindings: arm: qcom,ids: Add SoC ID for QCS6490
Komal Bajaj
1
-0
/
+1
2025-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
25
-47
/
+109
2025-11-04
sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...
Tejun Heo
1
-2
/
+2
2025-11-04
sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kern...
Tejun Heo
14
-39
/
+124
2025-11-04
cgroup: Defer task cgroup unlink until after the task is done switching out
Tejun Heo
1
-0
/
+2
2025-11-04
cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()
Tejun Heo
1
-6
/
+6
2025-11-03
arch: hookup listns() system call
Christian Brauner
1
-1
/
+3
2025-11-03
nstree: add listns()
Christian Brauner
4
-2
/
+52
2025-11-03
nstree: add unified namespace list
Christian Brauner
1
-0
/
+2
2025-11-03
nstree: maintain list of owned namespaces
Christian Brauner
1
-0
/
+8
2025-11-03
nstree: assign fixed ids to the initial namespaces
Christian Brauner
3
-5
/
+37
2025-11-03
nstree: introduce a unified tree
Christian Brauner
1
-0
/
+3
2025-11-03
ns: use anonymous struct to group list member
Christian Brauner
1
-2
/
+4
2025-11-03
ns: add active reference count
Christian Brauner
3
-2
/
+145
2025-11-03
ns: rename to exit_nsproxy_namespaces()
Christian Brauner
1
-1
/
+1
2025-11-03
ns: add __ns_ref_read()
Christian Brauner
1
-1
/
+6
2025-11-03
ns: initialize ns_list_node for initial namespaces
Christian Brauner
1
-0
/
+1
2025-11-03
ns: add NS_COMMON_INIT()
Christian Brauner
1
-0
/
+10
2025-11-03
ns: add missing authorship
Christian Brauner
1
-0
/
+1
2025-11-03
io_uring/zcrx: remove sync refill uapi
Pavel Begunkov
1
-12
/
+0
[prev]
[next]