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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2016-07-10
base: make module_create_drivers_dir race-free
Jiri Slaby
1
-3
/
+5
2016-06-06
PM / sleep: Handle failures in device_suspend_late() consistently
Rafael J. Wysocki
1
-2
/
+3
2016-06-03
PM / Runtime: Fix error path in pm_runtime_force_resume()
Ulf Hansson
1
-2
/
+7
2016-05-17
regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
Jack Pham
1
-1
/
+1
2015-10-22
cpu/cacheinfo: Fix teardown path
Borislav Petkov
1
-2
/
+8
2015-10-22
regmap: debugfs: Don't bother actually printing when calculating max length
Mark Brown
1
-2
/
+1
2015-10-22
regmap: debugfs: Ensure we don't underflow when printing access masks
Mark Brown
1
-1
/
+1
2015-10-22
device property: fix potential NULL pointer dereference
Andy Shevchenko
1
-2
/
+3
2015-09-29
mm: check if section present during memory block registering
Yinghai Lu
1
-0
/
+10
2015-09-21
drivercore: Fix unregistration path of platform devices
Grant Likely
1
-6
/
+2
2015-09-21
devres: fix devres_get()
Masahiro Yamada
1
-2
/
+2
2015-09-21
PM / clk: don't return int on __pm_clk_enable()
Colin Ian King
1
-3
/
+1
2015-09-13
regmap: regcache-rbtree: Clean new present bits on present bitmap resize
Guenter Roeck
1
-5
/
+14
2015-08-03
Fix firmware loader uevent buffer NULL pointer dereference
Linus Torvalds
1
-3
/
+13
2015-08-03
PM / clk: Fix clock error check in __pm_clk_add()
Geert Uytterhoeven
1
-1
/
+1
2015-07-21
regmap: Fix possible shift overflow in regmap_field_init()
Maxime Coquelin
1
-2
/
+1
2015-07-21
regmap: Fix regmap_bulk_read in BE mode
Arun Chandran
1
-1
/
+1
2015-06-01
drivers/base: cacheinfo: handle absence of caches
Sudeep Holla
1
-1
/
+1
2015-05-26
drivers: of/base: move of_init to driver_init
Sudeep Holla
1
-0
/
+2
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-16
/
+16
2015-04-15
power: wakeup: remove use of seq_printf return value
Joe Perches
1
-9
/
+7
2015-04-15
VFS: assorted weird filesystems: d_inode() annotations
David Howells
1
-16
/
+16
2015-04-14
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-83
/
+278
2015-04-14
mm, hotplug: fix concurrent memory hot-add deadlock
David Rientjes
1
-7
/
+12
2015-04-14
memory hotplug: use macro to switch between section and pfn
Sheng Yong
1
-1
/
+1
2015-04-13
Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
15
-89
/
+129
2015-04-13
Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
4
-2
/
+262
2015-04-13
Merge branches 'pm-sleep' and 'pm-domains'
Rafael J. Wysocki
4
-28
/
+82
2015-04-13
Merge branch 'device-properties'
Rafael J. Wysocki
3
-55
/
+196
2015-04-10
Merge back earlier suspend/hibernate material for v4.1.
Rafael J. Wysocki
2
-7
/
+19
2015-04-03
device property: Introduce firmware node type for platform data
Rafael J. Wysocki
1
-5
/
+93
2015-04-03
device property: Make it possible to use secondary firmware nodes
Rafael J. Wysocki
1
-0
/
+51
2015-03-25
driver core: Implement device property accessors through fwnode ones
Rafael J. Wysocki
1
-28
/
+17
2015-03-25
Merge branch 'acpi-driver-core' into device-properties
Rafael J. Wysocki
1
-1
/
+1
2015-03-25
driver core: property: Update fwnode_property_read_string_array()
Rafael J. Wysocki
1
-2
/
+4
2015-03-25
drivers: platform: parse IRQ flags from resources
Linus Walleij
1
-0
/
+9
2015-03-25
driver core: Make probe deferral more quiet
Mark Brown
1
-1
/
+1
2015-03-25
drivers/core/of: Add symlink to device-tree from devices with an OF node
Benjamin Herrenschmidt
1
-2
/
+14
2015-03-25
drivers: base: fw: fix ret value when loading fw
Zahari Doychev
1
-0
/
+2
2015-03-25
firmware: Avoid manual device_create_file() calls
Takashi Iwai
1
-19
/
+21
2015-03-25
drivers/base: cacheinfo: validate device node for all the caches
Sudeep Holla
1
-2
/
+11
2015-03-25
drivers/base: use tabs where possible in code indentation
Lavinia Tache
1
-5
/
+5
2015-03-25
driver core: add missing blank line after declaration
Lavinia Tache
1
-0
/
+1
2015-03-25
drivers: base: node: Delete space after pointer declaration
Ana Nedelcu
1
-1
/
+1
2015-03-25
drivers: base: memory: Use tabs instead of spaces
Ioana Ciornei
1
-2
/
+2
2015-03-25
firmware_class: Fix whitespace and indentation
Andrei Oprea
1
-3
/
+4
2015-03-25
drivers: base: dma-mapping: Erase blank space after pointer
Marius Cristian Eseanu
1
-1
/
+1
2015-03-25
drivers: base: class: Add a blank line after declarations
Cosmin Tomulescu
1
-0
/
+2
2015-03-25
attribute_container: fix missing blank lines after declarations
Cosmin Dragomir
1
-0
/
+2
2015-03-25
drivers: base: memory: Fix switch indent
Ioana Ciornei
1
-27
/
+27
[next]