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-05-31
isa: Remove unnecessary checks
Vladislav Efanov
-5
/
+2
2023-05-30
Merge tag 'regmap-fix-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-6
/
+22
2023-05-24
PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PM
Kai-Heng Feng
-5
/
+0
2023-05-24
PM: domains: fix integer overflow issues in genpd_parse_state()
Nikita Zhandarovich
-3
/
+3
2023-05-24
regmap: Load register defaults in blocks rather than register by register
Mark Brown
-6
/
+52
2023-05-24
regmap: maple: Drop the RCU read lock while syncing registers
Mark Brown
-1
/
+4
2023-05-24
regmap: sdw: check for invalid multi-register writes config
Srinivas Kandagatla
-0
/
+4
2023-05-23
regmap: Merge up v6.4-rc3
Mark Brown
-0
/
+2
2023-05-19
driver core: class: properly reference count class_dev_iter()
Greg Kroah-Hartman
-0
/
+2
2023-05-18
regmap: Account for register length when chunking
Jim Wylder
-2
/
+4
2023-05-12
regmap-irq: Cleanups and remove unused
Mark Brown
-175
/
+47
2023-05-12
regmap: mmio: Allow passing an empty config->reg_stride
Maxime Chevallier
-1
/
+1
2023-05-12
regmap-irq: Drop backward compatibility for inverted mask/unmask
Aidan MacDonald
-33
/
+11
2023-05-12
regmap-irq: Minor adjustments to .handle_mask_sync()
Aidan MacDonald
-34
/
+31
2023-05-12
regmap-irq: Remove support for not_fixed_stride
Aidan MacDonald
-40
/
+3
2023-05-12
regmap-irq: Remove type registers
Aidan MacDonald
-74
/
+8
2023-05-11
regmap-irq: Remove virtual registers
Aidan MacDonald
-48
/
+0
2023-05-08
regmap: REGMAP_KUNIT should not select REGMAP
Geert Uytterhoeven
-3
/
+10
2023-05-08
regmap-irq: Drop map from handle_mask_sync() parameters
William Breathitt Gray
-3
/
+2
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+4
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-397
/
+782
2023-04-27
Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2023-04-25
Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-6
/
+6
2023-04-25
Merge tag 'regmap-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
-436
/
+1257
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+2
2023-04-20
device property: make device_property functions take const device *
Guenter Roeck
-8
/
+8
2023-04-20
driver core: update comments in device_rename()
Wedson Almeida Filho
-10
/
+6
2023-04-20
driver core: Don't require dynamic_debug for initcall_debug probe timing
Stephen Boyd
-1
/
+6
2023-04-20
firmware_loader: rework crypto dependencies
Arnd Bergmann
-2
/
+3
2023-04-20
firmware_loader: Strip off \n from customized path
Florian Fainelli
-4
/
+13
2023-04-19
Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
-32
/
+103
2023-04-14
cacheinfo: Add use_arch[|_cache]_info field/function
Pierre Gondois
-2
/
+10
2023-04-14
arch_topology: Remove early cacheinfo error message if -ENOENT
Pierre Gondois
-3
/
+4
2023-04-14
cacheinfo: Check cache properties are present in DT
Pierre Gondois
-0
/
+32
2023-04-14
cacheinfo: Check sib_leaf in cache_leaves_are_shared()
Pierre Gondois
-3
/
+2
2023-04-13
cacheinfo: Adjust includes to remove of_device.h
Rob Herring
-1
/
+1
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
[prev]
[next]