index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Lines
2023-04-13
cacheinfo: Allow early level detection when DT/ACPI info is missing/broken
Radu Rendec
-2
/
+2
2023-04-13
cacheinfo: Add arch specific early level initializer
Radu Rendec
-22
/
+53
2023-04-07
regmap: allow upshifting register addresses before performing operations
Maxime Chevallier
-3
/
+9
2023-04-07
PM: core: Remove unnecessary (void *) conversions
Li zeming
-6
/
+6
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
-4
/
+4
2023-04-05
Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers
Mark Brown
-3
/
+5
2023-04-05
regmap: Pass irq_drv_data as a parameter for set_type_config()
William Breathitt Gray
-3
/
+5
2023-04-05
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
-1
/
+2
2023-04-05
regmap: Use mas_walk() instead of mas_find()
Mark Brown
-2
/
+2
2023-04-04
regmap: Fix double unlock in the maple cache
Mark Brown
-2
/
+3
2023-04-03
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
-8
/
+6
2023-04-03
driver core: class: mark the struct class in struct class_interface constant
Greg Kroah-Hartman
-1
/
+1
2023-04-03
driver core: class: make class_register() take a const *
Greg Kroah-Hartman
-4
/
+4
2023-04-03
driver core: class: mark class_release() as taking a const *
Greg Kroah-Hartman
-1
/
+1
2023-04-03
driver core: remove incorrect comment for device_create*
Greg Kroah-Hartman
-6
/
+0
2023-04-03
regmap: Add maple tree based register cache
Mark Brown
-1
/
+284
2023-04-03
regmap: Factor out single value register syncing
Mark Brown
-14
/
+27
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
-5
/
+11
2023-04-01
driver core: class: fix slab-use-after-free Read in class_register()
Greg Kroah-Hartman
-0
/
+1
2023-03-31
driver core: make sysfs_dev_char_kobj static
Greg Kroah-Hartman
-4
/
+3
2023-03-31
driver core: make sysfs_dev_block_kobj static
Greg Kroah-Hartman
-1
/
+3
2023-03-31
driver core: class: remove dev_kobj from struct class
Greg Kroah-Hartman
-4
/
+0
2023-03-31
driver core: clean up the logic to determine which /sys/dev/ directory to use
Greg Kroah-Hartman
-27
/
+14
2023-03-31
driver core: class: remove subsystem private pointer from struct class
Greg Kroah-Hartman
-4
/
+0
2023-03-31
driver core: create class_is_registered()
Greg Kroah-Hartman
-0
/
+25
2023-03-31
driver core: core: move to use class_to_subsys()
Greg Kroah-Hartman
-44
/
+81
2023-03-30
regmap: Add some basic kunit tests
Mark Brown
-0
/
+744
2023-03-30
regmap: Add RAM backed register map
Mark Brown
-0
/
+108
2023-03-29
regmap: Removed compressed cache support
Mark Brown
-378
/
+0
2023-03-29
firmware_loader: Add debug message with checksum for FW file
Amadeusz Sławiński
-1
/
+59
2023-03-29
base: soc: populate machine name in soc_device_register if empty
Heiner Kallweit
-0
/
+15
2023-03-29
cacheinfo: Fix LLC is not exported through sysfs
Yicong Yang
-5
/
+11
2023-03-29
driver core: class.c: convert to only use class_to_subsys
Greg Kroah-Hartman
-52
/
+61
2023-03-29
driver core: class: implement class_get/put without the private pointer.
Greg Kroah-Hartman
-18
/
+63
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
-6
/
+6
2023-03-28
driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT
Saravana Kannan
-0
/
+17
2023-03-28
driver core: bus: constify class_unregister/destroy()
Greg Kroah-Hartman
-4
/
+4
2023-03-28
driver core: Add a comment to set_primary_fwnode() on nullifying
Andy Shevchenko
-2
/
+6
2023-03-27
driver core: move sysfs_dev_char_kobj out of class.h
Greg Kroah-Hartman
-0
/
+3
2023-03-27
driver core: class: fix documentation for class_create()
Greg Kroah-Hartman
-1
/
+0
2023-03-27
regmap: Support paging for buses with reg_read()/reg_write()
Mark Brown
-0
/
+18
2023-03-27
regmap: Clarify error for unknown cache types
Mark Brown
-1
/
+1
2023-03-27
regmap: Handle sparse caches in the default sync
Mark Brown
-0
/
+2
2023-03-25
driver core: bus: move documentation for lock_key to proper location.
Greg Kroah-Hartman
-0
/
+1
2023-03-24
Introduce a helper to translate register addresses
Mark Brown
-14
/
+13
2023-03-24
regmap: add a helper to translate the register address
Maxime Chevallier
-14
/
+13
2023-03-24
driver core: physical_location.h remove extern from function prototypes
Greg Kroah-Hartman
-1
/
+1
2023-03-24
driver core: base.h: remove extern from function prototypes
Greg Kroah-Hartman
-46
/
+42
2023-03-24
driver core: class: use lock_class_key already present in struct subsys_private
Greg Kroah-Hartman
-6
/
+9
2023-03-24
device property: Constify a few fwnode APIs
Andy Shevchenko
-3
/
+3
[prev]
[next]