index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-26
driver core: bus: Fix a potential double free
Christophe JAILLET
1
-1
/
+1
2017-10-12
PM / Domains: Fix unsafe iteration over modified list of device links
Krzysztof Kozlowski
1
-2
/
+2
2017-03-16
drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent comments
Florian Fainelli
1
-2
/
+2
2017-03-16
regmap: cache: Remove unused 'blksize' variable
Kirtika Ruchandani
1
-6
/
+2
2016-08-22
isa: Call isa_bus_init before dependent ISA bus drivers register
William Breathitt Gray
1
-1
/
+1
2016-08-22
base: make module_create_drivers_dir race-free
Jiri Slaby
1
-3
/
+5
2016-08-22
regmap: cache: Fix typo in cache_bypass parameter description
Andrew F. Davis
1
-1
/
+1
2015-11-17
regmap: debugfs: Don't bother actually printing when calculating max length
Mark Brown
1
-2
/
+1
2015-11-17
regmap: debugfs: Ensure we don't underflow when printing access masks
Mark Brown
1
-1
/
+1
2015-10-13
drivercore: Fix unregistration path of platform devices
Grant Likely
1
-6
/
+2
2015-10-13
devres: fix devres_get()
Masahiro Yamada
1
-2
/
+2
2015-02-20
driver core: Introduce device_create_groups
Guenter Roeck
1
-28
/
+83
2015-02-20
driver core: Fix unbalanced device reference in drivers_probe
Alex Williamson
1
-3
/
+5
2014-12-14
firmware_class: make sure fw requests contain a name
Kees Cook
1
-0
/
+3
2014-11-05
regmap: Fix handling of volatile registers for format_write() chips
Mark Brown
1
-1
/
+1
2014-11-05
regmap: if format_write is used, declare all registers as "unreadable"
Wolfram Sang
1
-2
/
+5
2013-09-10
drivers/base/memory.c: fix show_mem_removable() to handle missing sections
Russ Anderson
1
-0
/
+2
2013-09-10
Revert "PM / Domains: Fix handling of wakeup devices during system resume"
Ben Hutchings
1
-2
/
+1
2013-03-06
Driver core: treat unregistered bus_types as having no devices
Bjorn Helgaas
1
-2
/
+2
2013-01-03
regmap: debugfs: Avoid overflows for very small reads
Mark Brown
1
-1
/
+1
2012-09-12
PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()
Rafael J. Wysocki
1
-1
/
+1
2012-09-12
PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set
Rafael J. Wysocki
1
-1
/
+2
2012-07-04
PM / Sleep: Prevent waiting forever on asynchronous suspend after abort
Mandeep Singh Baines
1
-2
/
+4
2012-04-02
PM / Domains: Fix handling of wakeup devices during system resume
Rafael J. Wysocki
1
-1
/
+2
2012-02-29
regmap: Fix cache defaults initialization from raw cache defaults
Lars-Peter Clausen
1
-2
/
+2
2012-01-12
firmware: Fix an oops on reading fw_priv->fw in sysfs loading file
Neil Horman
1
-7
/
+7
2011-12-07
PM / Driver core: leave runtime PM enabled during system shutdown
Alan Stern
1
-2
/
+4
2011-11-21
Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+8
2011-11-18
drivers/base/node.c: fix compilation error with older versions of gcc
Claudio Scordino
1
-6
/
+8
2011-11-17
PM Sleep: Do not extend wakeup paths to devices with ignore_children set
Rafael J. Wysocki
1
-1
/
+2
2011-11-15
PM / driver core: disable device's runtime PM during shutdown
Peter Chen
1
-0
/
+3
2011-11-10
PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()
Guennadi Liakhovetski
1
-12
/
+6
2011-11-10
PM / Clocks: Only disable enabled clocks in pm_clk_suspend()
Magnus Damm
1
-1
/
+2
2011-11-08
PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Thomas Meyer
1
-1
/
+1
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-1
/
+14
2011-11-04
PM / Runtime: Automatically retry failed autosuspends
Alan Stern
1
-2
/
+16
2011-11-04
PM / Runtime: Fix runtime accounting calculation error
venu byravarasu
1
-4
/
+1
2011-10-31
drivers/base: change module.h -> export.h in power/common.c
Paul Gortmaker
1
-1
/
+1
2011-10-31
drivers/base: base.h implicitly depends on <linux/notifier.h>
Paul Gortmaker
1
-0
/
+1
2011-10-31
drivers/base: dma-coherent.c is a module and needs module.h
Paul Gortmaker
1
-0
/
+1
2011-10-31
drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
Paul Gortmaker
10
-0
/
+10
2011-10-31
drivers/base: transport_class explicitly requires EXPORT_SYMBOL
Paul Gortmaker
1
-0
/
+1
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-270
/
+931
2011-10-25
Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap
Linus Torvalds
11
-47
/
+1691
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+15
2011-10-25
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-41
/
+83
2011-10-22
PM / Clocks: Remove redundant NULL checks before kfree()
Jonghwan Choi
1
-3
/
+1
2011-10-22
Merge branch 'pm-domains' into pm-for-linus
Rafael J. Wysocki
2
-3
/
+9
2011-10-22
PM / Sleep: Mark devices involved in wakeup signaling during suspend
Rafael J. Wysocki
2
-3
/
+9
2011-10-19
class: Implement support for class attrs in tagged sysfs directories.
Eric W. Biederman
1
-2
/
+15
[next]