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-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
1
-4
/
+5
2023-03-28
driver core: bus: constify class_unregister/destroy()
Greg Kroah-Hartman
1
-2
/
+2
2023-03-27
driver core: move sysfs_dev_char_kobj out of class.h
Greg Kroah-Hartman
1
-1
/
+0
2023-03-27
device property: Remove unused struct net_device forward declaration
Andy Shevchenko
1
-1
/
+0
2023-03-25
driver core: bus: move documentation for lock_key to proper location.
Greg Kroah-Hartman
1
-1
/
+0
2023-03-24
kobject.h remove extern from function prototypes
Greg Kroah-Hartman
1
-33
/
+26
2023-03-24
driver core: driver.h: remove extern from function prototypes
Greg Kroah-Hartman
1
-15
/
+11
2023-03-24
driver core: bus.h: remove extern from function prototypes
Greg Kroah-Hartman
1
-8
/
+6
2023-03-24
driver core: device.h: remove extern from function prototypes
Greg Kroah-Hartman
1
-2
/
+1
2023-03-24
driver core: class.h: remove extern from function prototypes
Greg Kroah-Hartman
1
-26
/
+20
2023-03-24
driver core: class: use lock_class_key already present in struct subsys_private
Greg Kroah-Hartman
1
-34
/
+2
2023-03-24
device property: Constify a few fwnode APIs
Andy Shevchenko
1
-3
/
+3
2023-03-24
device property: constify fwnode_get_phy_mode() argument
Russell King
1
-1
/
+1
2023-03-23
USB: mark all struct bus_type as const
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
driver core: device.h: make struct bus_type a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
iommu: make the pointer to struct bus_type constant
Greg Kroah-Hartman
1
-5
/
+5
2023-03-23
driver core: make the bus_type in struct device_driver constant
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
driver core: bus: constify driver_find()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
driver core: bus: constify bus_rescan_devices()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
driver core: bus: constantify bus_register()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
1
-2
/
+2
2023-03-23
driver core: bus: move dev_root out of struct bus_type
Greg Kroah-Hartman
1
-2
/
+0
2023-03-17
driver core: device: make device_create*() take a const struct class *
Greg Kroah-Hartman
1
-2
/
+2
2023-03-17
driver core: device: mark struct class in struct device as constant
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: device: make device_destroy() take a const class *
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: class: make class_create/remove_file*() options const
Greg Kroah-Hartman
1
-5
/
+5
2023-03-17
driver core: class: make class_find_device*() options const
Greg Kroah-Hartman
1
-13
/
+12
2023-03-17
driver core: class: make class_for_each_device() options const
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: class: make class_dev_iter_init() options const
Greg Kroah-Hartman
1
-2
/
+2
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-2
/
+1
2023-03-17
driver core: class: remove struct module owner out of struct class
Greg Kroah-Hartman
1
-11
/
+7
2023-03-17
driver core: class: specify the module owner in __class_register()
Greg Kroah-Hartman
1
-4
/
+5
2023-03-17
devres: Pass unique name of the resource to devm_add_action_or_reset()
Andy Shevchenko
1
-3
/
+5
2023-03-10
devres: Pass unique name of the resource to devm_add_action()
Andy Shevchenko
1
-1
/
+4
2023-03-06
driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
Greg Kroah-Hartman
1
-6
/
+0
2023-03-06
cpumask: re-introduce constant-sized cpumask optimizations
Linus Torvalds
1
-55
/
+70
2023-03-05
Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2023-03-05
Remove Intel compiler support
Masahiro Yamada
3
-49
/
+1
2023-03-05
Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+1
2023-03-03
Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2
-8
/
+3
2023-03-03
Merge tag 'rtc-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-0
/
+4
2023-03-02
Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+7
2023-03-02
genirq/msi, platform-msi: Ensure that MSI descriptors are unreferenced
Thomas Gleixner
1
-0
/
+2
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
1
-102
/
+29
2023-03-01
Merge tag 'sh-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+4
2023-03-01
Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2023-02-28
Merge tag 'pwm/for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2023-02-28
mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
Naoya Horiguchi
1
-1
/
+1
2023-02-28
capability: add cap_isidentical
Mateusz Guzik
1
-0
/
+10
[next]