index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pktcdvd: simplify the class_pktcdvd logic
Greg Kroah-Hartman
2023-04-02
1
-28
/
+12
*
driver core: class: fix slab-use-after-free Read in class_register()
Greg Kroah-Hartman
2023-04-01
1
-0
/
+1
*
driver core: make sysfs_dev_char_kobj static
Greg Kroah-Hartman
2023-03-31
2
-4
/
+3
*
driver core: make sysfs_dev_block_kobj static
Greg Kroah-Hartman
2023-03-31
2
-3
/
+3
*
driver core: class: remove dev_kobj from struct class
Greg Kroah-Hartman
2023-03-31
3
-7
/
+0
*
driver core: clean up the logic to determine which /sys/dev/ directory to use
Greg Kroah-Hartman
2023-03-31
3
-27
/
+14
*
driver core: class: remove subsystem private pointer from struct class
Greg Kroah-Hartman
2023-03-31
2
-6
/
+0
*
driver core: create class_is_registered()
Greg Kroah-Hartman
2023-03-31
3
-2
/
+28
*
driver core: core: move to use class_to_subsys()
Greg Kroah-Hartman
2023-03-31
3
-44
/
+81
*
media: pvrusb2: clean up unneeded complexity in pvrusb2 class logic
Greg Kroah-Hartman
2023-03-31
3
-64
/
+29
*
mISDN: remove unneeded mISDN_class_release()
Greg Kroah-Hartman
2023-03-30
1
-6
/
+0
*
docs: driver-api: firmware_loader: fix missing argument in usage example
Conor Dooley
2023-03-29
1
-1
/
+2
*
kernfs: change kernfs_rename_lock into a read-write lock.
Imran Khan
2023-03-29
1
-9
/
+9
*
kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.
Imran Khan
2023-03-29
4
-6
/
+8
*
kernfs: Introduce separate rwsem to protect inode attributes.
Imran Khan
2023-03-29
3
-8
/
+16
*
firmware_loader: Add debug message with checksum for FW file
Amadeusz Sławiński
2023-03-29
2
-1
/
+59
*
soc: amlogic: meson-gx-socinfo: use new soc_device_register functionality to ...
Heiner Kallweit
2023-03-29
1
-5
/
+0
*
base: soc: populate machine name in soc_device_register if empty
Heiner Kallweit
2023-03-29
1
-0
/
+15
*
driver core: class.c: convert to only use class_to_subsys
Greg Kroah-Hartman
2023-03-29
1
-52
/
+61
*
driver core: class: implement class_get/put without the private pointer.
Greg Kroah-Hartman
2023-03-29
1
-18
/
+63
*
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-29
14
-48
/
+48
*
driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT
Saravana Kannan
2023-03-28
2
-0
/
+17
*
driver core: bus: constify class_unregister/destroy()
Greg Kroah-Hartman
2023-03-28
2
-6
/
+6
*
driver core: Add a comment to set_primary_fwnode() on nullifying
Andy Shevchenko
2023-03-28
1
-2
/
+6
*
powerpc/fsl: fix compiler warning in fsl_wakeup_sys_init()
Greg Kroah-Hartman
2023-03-28
1
-1
/
+1
*
driver core: move sysfs_dev_char_kobj out of class.h
Greg Kroah-Hartman
2023-03-27
2
-1
/
+3
*
device property: Remove unused struct net_device forward declaration
Andy Shevchenko
2023-03-27
1
-1
/
+0
*
device property: Add headers to the Driver Core entry in MAINTAINERS
Andy Shevchenko
2023-03-27
1
-0
/
+2
*
driver core: class: fix documentation for class_create()
Greg Kroah-Hartman
2023-03-27
1
-1
/
+0
*
driver core: bus: move documentation for lock_key to proper location.
Greg Kroah-Hartman
2023-03-25
2
-1
/
+1
*
kernel/ksysfs.c: use sysfs_emit for sysfs show handlers
Thomas Weißschuh
2023-03-24
1
-11
/
+11
*
kobject.h remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-33
/
+26
*
driver core: physical_location.h remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-1
/
+1
*
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
[next]