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
2024-08-23
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
3
-1
/
+89
2024-08-23
filemap: allocate mapping_min_order folios in the page cache
Pankaj Raghav
1
-0
/
+20
2024-08-23
fs: Allow fine-grained control of folio sizes
Matthew Wilcox (Oracle)
1
-14
/
+76
2024-08-23
iommu: Handle iommu faults for a bad iopf setup
Pranjal Shrivastava
1
-2
/
+3
2024-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-25
/
+132
2024-08-23
string: Check for "nonstring" attribute on strscpy() arguments
Kees Cook
3
-4
/
+18
2024-08-23
Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+47
2024-08-22
nvme-tcp: check for invalidated or revoked key
Hannes Reinecke
1
-1
/
+5
2024-08-22
Input: keypad-nomadik-ske - remove the driver
Dmitry Torokhov
1
-50
/
+0
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
40
-214
/
+342
2024-08-22
lsm: replace indirect LSM hook calls with static calls
KP Singh
1
-9
/
+43
2024-08-22
lsm: count the LSMs enabled at compile time
KP Singh
2
-3
/
+138
2024-08-22
thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...
Rafael J. Wysocki
1
-8
/
+0
2024-08-22
thermal: core: Introduce .should_bind() thermal zone callback
Rafael J. Wysocki
1
-0
/
+10
2024-08-22
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
2
-12
/
+12
2024-08-22
dma-mapping: direct calls for dma-iommu
Leon Romanovsky
3
-13
/
+152
2024-08-22
dma-mapping: replace zone_dma_bits by zone_dma_limit
Catalin Marinas
1
-1
/
+1
2024-08-22
net: repack struct netdev_queue
Jakub Kicinski
1
-9
/
+14
2024-08-21
bpf: extract iterator argument type and name validation logic
Andrii Nakryiko
1
-0
/
+5
2024-08-21
workqueue: Fix another htmldocs build warning
Tejun Heo
1
-2
/
+3
2024-08-21
soc: qcom: pmic_glink: Fix race during initialization
Bjorn Andersson
1
-5
/
+6
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
1
-0
/
+4
2024-08-21
printk: Coordinate direct printing in panic
John Ogness
1
-0
/
+5
2024-08-21
printk: nbcon: Add unsafe flushing on panic
John Ogness
1
-0
/
+5
2024-08-21
serial: core: Acquire nbcon context in port->lock wrapper
John Ogness
1
-2
/
+80
2024-08-21
nbcon: Add API to acquire context for non-printing operations
John Ogness
2
-0
/
+16
2024-08-21
console: Improve console_srcu_read_flags() comments
John Ogness
1
-11
/
+17
2024-08-21
serial: core: Introduce wrapper to set @uart_port->cons
John Ogness
1
-0
/
+17
2024-08-21
serial: core: Provide low-level functions to lock port
John Ogness
1
-0
/
+18
2024-08-21
printk: nbcon: Add callbacks to synchronize with driver
John Ogness
1
-0
/
+43
2024-08-21
printk: nbcon: Add detailed doc for write_atomic()
John Ogness
1
-4
/
+29
2024-08-21
printk: nbcon: Remove return value for write_atomic()
John Ogness
1
-1
/
+1
2024-08-21
printk: Check printk_deferred_enter()/_exit() usage
Sebastian Andrzej Siewior
1
-4
/
+5
2024-08-21
dm: Remove unused declaration dm_get_rq_mapinfo()
Yue Haibing
1
-1
/
+0
2024-08-21
f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS
Zhiguo Niu
1
-1
/
+1
2024-08-20
workqueue: Don't call va_start / va_end twice
Matthew Brost
1
-14
/
+2
2024-08-20
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
5
-17
/
+45
2024-08-20
kernel: Add helper macros for loop unrolling
KP Singh
1
-0
/
+36
2024-08-20
fsverity: expose verified fsverity built-in signatures to LSMs
Fan Wu
1
-0
/
+1
2024-08-20
lsm: add security_inode_setintegrity() hook
Fan Wu
2
-0
/
+12
2024-08-20
dm-verity: expose root hash digest and signature data to LSMs
Deven Bowers
1
-1
/
+8
2024-08-20
block,lsm: add LSM blob and new LSM hooks for block devices
Deven Bowers
4
-0
/
+35
2024-08-20
lsm: add new securityfs delete function
Fan Wu
1
-0
/
+1
2024-08-20
initramfs,lsm: add a security hook to do_populate_rootfs()
Fan Wu
2
-0
/
+10
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-2
/
+2
2024-08-20
firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{REQ,RESP}2
Sudeep Holla
1
-0
/
+7
2024-08-20
firmware: arm_ffa: Update the FF-A command list with v1.2 additions
Sudeep Holla
1
-0
/
+5
2024-08-20
coresight: Make trace ID map spinlock local to the map
James Clark
1
-0
/
+1
2024-08-20
coresight: Emit sink ID in the HW_ID packets
James Clark
1
-4
/
+13
2024-08-20
coresight: Remove pending trace ID release mechanism
James Clark
1
-4
/
+2
[prev]
[next]