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-02-16
security: Introduce file_release hook
Roberto Sassu
2
-0
/
+5
2024-02-16
security: Introduce file_post_open hook
Roberto Sassu
2
-0
/
+7
2024-02-16
security: Introduce inode_post_removexattr hook
Roberto Sassu
2
-0
/
+7
2024-02-16
security: Introduce inode_post_setattr hook
Roberto Sassu
2
-0
/
+9
2024-02-16
security: Align inode_setattr hook definition with EVM
Roberto Sassu
1
-1
/
+2
2024-02-16
evm: Align evm_inode_post_setxattr() definition with LSM infrastructure
Roberto Sassu
1
-3
/
+5
2024-02-16
evm: Align evm_inode_setxattr() definition with LSM infrastructure
Roberto Sassu
1
-2
/
+2
2024-02-16
evm: Align evm_inode_post_setattr() definition with LSM infrastructure
Roberto Sassu
1
-2
/
+4
2024-02-16
ima: Align ima_post_read_file() definition with LSM infrastructure
Roberto Sassu
1
-2
/
+2
2024-02-16
ima: Align ima_inode_removexattr() definition with LSM infrastructure
Roberto Sassu
1
-2
/
+5
2024-02-16
ima: Align ima_inode_setxattr() definition with LSM infrastructure
Roberto Sassu
1
-4
/
+7
2024-02-16
ima: Align ima_file_mprotect() definition with LSM infrastructure
Roberto Sassu
1
-2
/
+3
2024-02-16
ima: Align ima_inode_post_setattr() definition with LSM infrastructure
Roberto Sassu
1
-2
/
+2
2024-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-18
/
+75
2024-02-16
io_uring/napi: enable even with a timeout of 0
Jens Axboe
1
-0
/
+1
2024-02-15
ACPI: utils: Make acpi_handle_path() not static
Sakari Ailus
1
-0
/
+1
2024-02-15
Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-8
/
+8
2024-02-15
update workarounds for gcc "asm goto" issue
Linus Torvalds
2
-4
/
+12
2024-02-15
seq_buf: Fix kernel documentation
Andy Shevchenko
1
-6
/
+6
2024-02-15
seq_buf: Don't use "proxy" headers
Andy Shevchenko
1
-1
/
+4
2024-02-15
genirq/msi: Provide MSI_FLAG_PARENT_PM_DEV
Thomas Gleixner
1
-0
/
+2
2024-02-15
genirq/msi: Provide allocation/free functions for "wired" MSI interrupts
Thomas Gleixner
1
-0
/
+17
2024-02-15
genirq/msi: Optionally use dev->fwnode for device domain
Thomas Gleixner
1
-0
/
+2
2024-02-15
genirq/msi: Provide DOMAIN_BUS_WIRED_TO_MSI
Thomas Gleixner
1
-0
/
+1
2024-02-15
genirq/msi: Provide optional translation op
Thomas Gleixner
1
-0
/
+5
2024-02-15
platform-msi: Remove unused interfaces
Thomas Gleixner
1
-3
/
+0
2024-02-15
platform-msi: Prepare for real per device domains
Thomas Gleixner
1
-0
/
+4
2024-02-15
genirq/irqdomain: Add DOMAIN_BUS_DEVICE_MSI
Thomas Gleixner
1
-0
/
+1
2024-02-15
genirq/msi: Extend msi_parent_ops
Thomas Gleixner
1
-0
/
+8
2024-02-15
Merge patch series "membarrier: riscv: Core serializing command"
Palmer Dabbelt
1
-1
/
+15
2024-02-15
locking: Introduce prepare_sync_core_cmd()
Andrea Parri
1
-1
/
+15
2024-02-15
net: ipv6/addrconf: introduce a regen_min_advance sysctl
Alex Henrie
1
-0
/
+1
2024-02-15
net: mdio_bus: make mdio_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-15
pwm: Provide pwmchip_alloc() function and a devm variant of it
Uwe Kleine-König
1
-0
/
+22
2024-02-15
pwm: Provide wrappers for storing and getting driver private data
Uwe Kleine-König
1
-0
/
+20
2024-02-15
pwm: Provide an inline function to get the parent device of a given chip
Uwe Kleine-König
1
-0
/
+5
2024-02-15
pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip
Uwe Kleine-König
1
-2
/
+0
2024-02-15
Merge tag 'mips-fixes_6.8_2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2024-02-14
RAS/AMD/ATL: Add MI300 row retirement support
Yazen Ghannam
1
-0
/
+2
2024-02-14
rcu-tasks: Repair RCU Tasks Trace quiescence check
Paul E. McKenney
1
-2
/
+2
2024-02-14
rcu/sync: remove un-used rcu_sync_enter_start function
Onkarnath
1
-1
/
+0
2024-02-14
Merge tag 'iio-fixes-for-6.8a' of http://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
3
-4
/
+7
2024-02-14
net: remove dev_base_lock
Eric Dumazet
1
-2
/
+0
2024-02-14
net: add netdev_set_operstate() helper
Eric Dumazet
2
-1
/
+3
2024-02-14
net: convert dev->reg_state to u8
Eric Dumazet
1
-9
/
+14
2024-02-14
iosys-map: fix typo
Randy Dunlap
1
-1
/
+1
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
5
-5
/
+5
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
576
-6768
/
+16053
2024-02-14
pmdomain: core: constify of_phandle_args in add device and subdomain
Krzysztof Kozlowski
1
-10
/
+10
2024-02-14
pmdomain: core: constify of_phandle_args in xlate
Krzysztof Kozlowski
1
-1
/
+1
[prev]
[next]