index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
2020-05-29
regmap: provide helpers for simple bit operations
Bartosz Golaszewski
2020-05-27
driver core: Update device link status correctly for SYNC_STATE_ONLY links
Saravana Kannan
2020-05-27
firmware_loader: change enum fw_opt to u32
Scott Branden
2020-05-27
software node: implement software_node_unregister()
Greg Kroah-Hartman
2020-05-25
PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()
Andy Shevchenko
2020-05-25
Merge 5.7-rc7 into driver-core-next
Greg Kroah-Hartman
2020-05-21
driver core: Remove unnecessary is_fwnode_dev variable in device_add()
Saravana Kannan
2020-05-21
drivers property: When no children in primary, try secondary
Andy Shevchenko
2020-05-21
driver core: platform: Fix spelling errors in platform.c
Tang Bin
2020-05-21
driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device links
Saravana Kannan
2020-05-19
driver core: Fix SYNC_STATE_ONLY device link implementation
Saravana Kannan
2020-05-19
driver core: Remove check in driver_deferred_probe_force_trigger()
Saravana Kannan
2020-05-18
platform-msi: Fix typos in comment
Shaokun Zhang
2020-05-15
scs: Add page accounting for shadow call stack allocations
Sami Tolvanen
2020-05-15
driver core: fw_devlink: Add support for batching fwnode parsing
Saravana Kannan
2020-05-15
driver core: Look for waiting consumers only for a fwnode's primary device
Saravana Kannan
2020-05-15
driver core: Move code to the right part of the file
Saravana Kannan
2020-05-12
driver core: platform: Clarify that IRQ 0 is invalid
Bjorn Helgaas
2020-05-11
Merge v5.7-rc5 into driver-core-next
Greg Kroah-Hartman
2020-05-09
driver core: remove device_create_vargs
Christoph Hellwig
2020-05-05
Revert "Revert "driver core: Set fw_devlink to "permissive" behavior by defau...
Saravana Kannan
2020-05-05
drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...
Kuppuswamy Sathyanarayanan
2020-05-02
Merge back system-wide PM material for v5.8.
Rafael J. Wysocki
2020-04-28
firmware_loader: move fw_fallback_config to a private kernel symbol namespace
Luis Chamberlain
2020-04-28
driver core: Add missing '\n' in log messages
Christophe JAILLET
2020-04-28
driver/base/soc: Use kobj_to_dev() API
zhouchuangao
2020-04-28
driver core: Ensure wait_for_device_probe() waits until the deferred_probe_ti...
John Stultz
2020-04-28
driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout ...
John Stultz
2020-04-28
driver core: Revert default driver_deferred_probe_timeout value to 0
John Stultz
2020-04-28
component: Silence bind error on -EPROBE_DEFER
James Hilliard
2020-04-28
driver core: Fix handling of fw_devlink=permissive
Saravana Kannan
2020-04-28
driver core: platform: Initialize dma_parms for platform devices
Ulf Hansson
2020-04-27
Merge 5.7-rc3 into driver-core-next
Greg Kroah-Hartman
2020-04-26
Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-04-26
firmware_loader: revert removal of the fw_fallback_config export
Luis Chamberlain
2020-04-24
Merge back system-wide PM updates for v5.8.
Rafael J. Wysocki
2020-04-24
PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
Rafael J. Wysocki
2020-04-24
PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
Rafael J. Wysocki
2020-04-24
PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
Rafael J. Wysocki
2020-04-24
PM: sleep: core: Rename dev_pm_may_skip_resume()
Rafael J. Wysocki
2020-04-24
PM: sleep: core: Rework the power.may_skip_resume handling
Rafael J. Wysocki
2020-04-24
PM: sleep: core: Do not skip callbacks in the resume phase
Rafael J. Wysocki
2020-04-24
regmap-i2c: add 16-bit width registers support
AceLan Kao
2020-04-23
driver core: platform: remove redundant assignment to variable ret
Colin Ian King
2020-04-22
PM: sleep: core: Switch back to async_schedule_dev()
Kai-Heng Feng
2020-04-20
docs: drivers: fix some warnings at base/platform.c when building docs
Mauro Carvalho Chehab
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2020-04-20
software node: Allow register and unregister software node groups
Andy Shevchenko
2020-04-20
device property: export set_secondary_fwnode() to modules
Andy Shevchenko
2020-04-20
x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigation
Mark Gross
[prev]
[next]