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.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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-09
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
2
-0
/
+6
2023-03-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-1
/
+10
2023-03-08
lsm: fix a badly named parameter in security_get_getsecurity()
Paul Moore
1
-1
/
+1
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-03-08
netfilter: move br_nf_check_hbh_len to utils
Xin Long
1
-0
/
+2
2023-03-08
net: reclaim skb->scm_io_uring bit
Eric Dumazet
1
-2
/
+0
2023-03-08
net: remove enum skb_free_reason
Eric Dumazet
1
-11
/
+7
2023-03-08
net: phy: improve phy_read_poll_timeout
Heiner Kallweit
1
-3
/
+2
2023-03-07
interconnect: fix provider registration API
Johan Hovold
1
-0
/
+12
2023-03-07
cpumask: be more careful with 'cpumask_setall()'
Linus Torvalds
1
-5
/
+5
2023-03-07
instrumented.h: Fix all kernel-doc format warnings
Randy Dunlap
1
-37
/
+26
2023-03-07
bpf: offload map memory usage
Yafang Shao
1
-0
/
+6
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
1
-0
/
+1
2023-03-07
bpf: add new map ops ->map_mem_usage
Yafang Shao
1
-0
/
+2
2023-03-07
bus: mhi: host: Remove mhi_poll() API
Manivannan Sadhasivam
1
-7
/
+0
2023-03-07
bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF again
Nathan Chancellor
1
-1
/
+1
2023-03-07
mtd: rawnand: Fix spelling mistake waifunc() -> waitfunc()
Md Sadre Alam
1
-1
/
+1
2023-03-07
new helper: put_and_unmap_page()
Al Viro
1
-0
/
+6
2023-03-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-37
/
+119
2023-03-07
fs: dlm: remove deprecated code parts
Alexander Aring
1
-3
/
+0
2023-03-06
clk: Mark a fwnode as initialized when using CLK_OF_DECLARE() macro
Saravana Kannan
1
-1
/
+7
2023-03-06
cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bits
Andy Shevchenko
1
-1
/
+1
2023-03-06
lsm: move the remaining LSM hook comments to security/security.c
Paul Moore
1
-168
/
+0
2023-03-06
lsm: move the io_uring hook comments to security/security.c
Paul Moore
1
-17
/
+0
2023-03-06
lsm: move the perf hook comments to security/security.c
Paul Moore
1
-17
/
+0
2023-03-06
lsm: move the bpf hook comments to security/security.c
Paul Moore
1
-36
/
+0
2023-03-06
lsm: move the audit hook comments to security/security.c
Paul Moore
1
-32
/
+0
2023-03-06
lsm: move the binder hook comments to security/security.c
Paul Moore
1
-22
/
+0
2023-03-06
lsm: move the sysv hook comments to security/security.c
Paul Moore
1
-141
/
+0
2023-03-06
lsm: move the key hook comments to security/security.c
Paul Moore
1
-32
/
+0
2023-03-06
lsm: move the xfrm hook comments to security/security.c
Paul Moore
1
-73
/
+0
2023-03-06
lsm: move the Infiniband hook comments to security/security.c
Paul Moore
1
-22
/
+0
2023-03-06
lsm: move the SCTP hook comments to security/security.c
Paul Moore
1
-33
/
+0
2023-03-06
lsm: move the socket hook comments to security/security.c
Paul Moore
1
-191
/
+0
2023-03-06
lsm: move the AF_UNIX hook comments to security/security.c
Paul Moore
1
-26
/
+0
2023-03-06
lsm: move the netlink hook comments to security/security.c
Paul Moore
1
-13
/
+0
2023-03-06
lsm: move the task hook comments to security/security.c
Paul Moore
1
-210
/
+0
2023-03-06
lsm: move the file hook comments to security/security.c
Paul Moore
1
-104
/
+0
2023-03-06
lsm: move the kernfs hook comments to security/security.c
Paul Moore
1
-9
/
+0
2023-03-06
lsm: move the inode hook comments to security/security.c
Paul Moore
1
-303
/
+0
2023-03-06
lsm: move the filesystem hook comments to security/security.c
Paul Moore
1
-106
/
+0
2023-03-06
lsm: move the fs_context hook comments to security/security.c
Paul Moore
1
-17
/
+0
2023-03-06
lsm: move the program execution hook comments to security/security.c
Paul Moore
1
-52
/
+0
2023-03-06
regmap: Add support for devices with no interrupt readback
Mark Brown
1
-0
/
+2
2023-03-06
soc: mediatek: mutex: support MT8195 VPPSYS
Roy-CW.Yeh
1
-0
/
+35
2023-03-06
soc: mediatek: mmsys: add config api for RSZ switching and DCM
Roy-CW.Yeh
1
-0
/
+6
2023-03-06
gpiolib: Clean up headers
Andy Shevchenko
3
-17
/
+37
2023-03-06
gpiolib: Group forward declarations in consumer.h
Andy Shevchenko
1
-2
/
+1
2023-03-06
gpiolib: Deduplicate forward declarations in consumer.h
Andy Shevchenko
1
-6
/
+1
2023-03-06
gpiolib: Drop unused forward declaration from driver.h
Andy Shevchenko
1
-1
/
+0
[prev]
[next]