index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: base.h: remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-46
/
+42
*
driver core: driver.h: remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-15
/
+11
*
driver core: bus.h: remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-8
/
+6
*
driver core: device.h: remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-2
/
+1
*
driver core: class.h: remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-26
/
+20
*
driver core: class: use lock_class_key already present in struct subsys_private
Greg Kroah-Hartman
2023-03-24
2
-40
/
+11
*
device property: Constify a few fwnode APIs
Andy Shevchenko
2023-03-24
2
-6
/
+6
*
device property: constify fwnode_get_phy_mode() argument
Russell King
2023-03-24
2
-2
/
+2
*
USB: mark all struct bus_type as const
Greg Kroah-Hartman
2023-03-23
8
-9
/
+9
*
driver core: device.h: make struct bus_type a const *
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
*
iommu: make the pointer to struct bus_type constant
Greg Kroah-Hartman
2023-03-23
2
-12
/
+12
*
ARM/dma-mapping: const a pointer to bus_type in arm_iommu_create_mapping()
Greg Kroah-Hartman
2023-03-23
2
-2
/
+2
*
dmaengine: idxd: use const struct bus_type *
Greg Kroah-Hartman
2023-03-23
1
-2
/
+2
*
vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
*
drm/i915/huc: use const struct bus_type pointers
Greg Kroah-Hartman
2023-03-23
2
-4
/
+4
*
crypto: hisilicon/qm - make struct bus_type * const
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
*
driver core: make the bus_type in struct device_driver constant
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
*
driver core: bus: constify bus_get()
Greg Kroah-Hartman
2023-03-23
1
-3
/
+3
*
driver core: bus: constify driver_find()
Greg Kroah-Hartman
2023-03-23
2
-2
/
+2
*
driver core: bus: constify bus_rescan_devices()
Greg Kroah-Hartman
2023-03-23
2
-2
/
+2
*
driver core: bus: constantify bus_register()
Greg Kroah-Hartman
2023-03-23
3
-3
/
+3
*
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-23
22
-88
/
+78
*
driver core: bus: move dev_root out of struct bus_type
Greg Kroah-Hartman
2023-03-23
3
-8
/
+24
*
cpuidle: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-22
3
-5
/
+12
*
ACPI: LPIT: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-22
1
-5
/
+11
*
EDAC/sysfs: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-22
2
-12
/
+18
*
tpm: Fix a possible dereference of ERR_PTR in tpm_init()
Harshit Mogalapalli
2023-03-21
1
-1
/
+2
*
irqchip/mbigen: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-5
/
+8
*
cpufreq: amd-pstate: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-14
/
+10
*
s390/smp: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-3
/
+9
*
s390/topology: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+10
*
sh: intc: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+9
*
sh: dma-sysfs: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+7
*
powerpc/fsl: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-4
/
+15
*
powerpc/pseries: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
2
-13
/
+25
*
powerpc/powernv: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
2
-4
/
+15
*
powerpc/sysfs: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-2
/
+12
*
arm64: cpufeature: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+9
*
x86/umwait: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-2
/
+6
*
x86/microcode: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-4
/
+9
*
workqueue: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+7
*
cpu/hotplug: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-6
/
+17
*
platform/x86: intel-uncore-freq: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-3
/
+9
*
platform/x86: ibm_rtl: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-4
/
+14
*
cpufreq: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
2
-3
/
+11
*
sched/debug: Put sched/domains files under the verbose flag
Phil Auld
2023-03-17
1
-3
/
+49
*
driver core: device: make device_create*() take a const struct class *
Greg Kroah-Hartman
2023-03-17
2
-5
/
+5
*
driver core: device: mark struct class in struct device as constant
Greg Kroah-Hartman
2023-03-17
2
-6
/
+6
*
tpm: fix up the tpm_class shutdown_pre pointer when created
Greg Kroah-Hartman
2023-03-17
3
-2
/
+3
*
driver core: device: make device_destroy() take a const class *
Greg Kroah-Hartman
2023-03-17
2
-2
/
+2
[next]