index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: platform: fix u32 greater or equal to zero comparison
Colin Ian King
2020-02-28
1
-1
/
+1
*
driver core: Print device when resources present in really_probe()
Geert Uytterhoeven
2020-02-28
1
-1
/
+4
*
driver core: platform: Prevent resouce overflow from causing infinite loops
Simon Schwartz
2020-02-28
1
-4
/
+6
*
drivers/base/platform.c: kmemleak ignore a known leak
Qian Cai
2019-12-05
1
-0
/
+3
*
mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lock
zhong jiang
2019-11-28
1
-1
/
+1
*
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
2019-11-28
1
-2
/
+7
*
component: fix loop condition to call unbind() if bind() fails
Banajit Goswami
2019-11-25
1
-3
/
+3
*
x86/bugs: Add ITLB_MULTIHIT bug infrastructure
Vineela Tummalapalli
2019-11-16
1
-0
/
+8
*
x86/speculation/taa: Add sysfs reporting for TSX Async Abort
Pawan Gupta
2019-11-16
1
-0
/
+9
*
cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown
Rafael J. Wysocki
2019-10-29
1
-0
/
+3
*
base: soc: Export soc_device_register/unregister APIs
Vinod Koul
2019-10-05
1
-0
/
+2
*
driver core: Fix use-after-free and double free on glue directory
Muchun Song
2019-09-21
1
-1
/
+52
*
regmap: fix bulk writes on paged registers
Srinivas Kandagatla
2019-08-04
1
-0
/
+2
*
PM / core: Propagate dev->power.wakeup_path when no callbacks
Ulf Hansson
2019-05-31
1
-0
/
+4
*
x86/speculation/mds: Add sysfs reporting for MDS
Thomas Gleixner
2019-05-14
1
-0
/
+8
*
PM / wakeup: Rework wakeup source timer cancellation
Viresh Kumar
2019-03-23
1
-1
/
+7
*
drivers: core: Remove glue dirs from sysfs earlier
Benjamin Herrenschmidt
2019-02-06
1
-0
/
+2
*
sysfs: Disable lockdep for driver bind/unbind files
Daniel Vetter
2019-01-26
1
-2
/
+5
*
platform-msi: Free descriptors in platform_msi_domain_free()
Miquel Raynal
2019-01-09
1
-2
/
+4
*
PM / core: Clear the direct_complete flag on errors
Rafael J. Wysocki
2018-10-13
1
-1
/
+4
*
drivers/base: stop new probing during shutdown
Pingfan Liu
2018-09-26
1
-0
/
+3
*
PM / clk: signedness bug in of_pm_clk_add_clks()
Dan Carpenter
2018-09-05
1
-1
/
+1
*
x86/speculation/l1tf: Add sysfs reporting for l1tf
Andi Kleen
2018-08-15
1
-0
/
+8
*
driver core: Partially revert "driver core: correct device's shutdown order"
Rafael J. Wysocki
2018-07-28
1
-8
/
+0
*
PM / OPP: Update voltage in case freq == old_freq
Waldemar Rymarkiewicz
2018-07-11
1
-1
/
+1
*
driver core: Don't ignore class_dir_create_and_add() failure.
Tetsuo Handa
2018-06-26
1
-2
/
+12
*
regmap: Correct comparison in regmap_cached
Charles Keepax
2018-05-30
1
-1
/
+1
*
x86/bugs: Expose /sys/../spec_store_bypass
Konrad Rzeszutek Wilk
2018-05-22
1
-0
/
+8
*
regmap: Fix reversed bounds check in regmap_raw_write()
Dan Carpenter
2018-04-24
1
-1
/
+1
*
drivers: base: cacheinfo: fix boot error message when acpi is enabled
Sudeep Holla
2018-01-31
1
-4
/
+8
*
drivers: base: cacheinfo: fix x86 with CONFIG_OF enabled
Sudeep Holla
2018-01-31
1
-0
/
+3
*
sysfs/cpu: Add vulnerability folder
Thomas Gleixner
2018-01-17
2
-0
/
+51
*
PM / OPP: Move error message to debug level
Fabio Estevam
2017-12-25
1
-1
/
+1
*
isa: Prevent NULL dereference in isa_bus driver callbacks
William Breathitt Gray
2017-12-14
1
-5
/
+5
*
PM / OPP: Add missing of_node_put(np)
Tobias Jordan
2017-11-30
1
-0
/
+1
*
PM / OPP: Error out on failing to add static OPPs for v1 bindings
Viresh Kumar
2017-11-15
1
-4
/
+8
*
PM / wakeirq: report a wakeup_event on dedicated wekup irq
Grygorii Strashko
2017-11-08
1
-0
/
+7
*
device property: Track owner device of device property
Jarkko Nikula
2017-10-18
1
-6
/
+9
*
driver core: platform: Don't read past the end of "driver_override" buffer
Nicolai Stange
2017-10-12
1
-1
/
+2
*
PM: core: Fix device_pm_check_callbacks()
Rafael J. Wysocki
2017-10-05
1
-3
/
+6
*
driver core: bus: Fix a potential double free
Christophe JAILLET
2017-09-09
1
-1
/
+1
*
device property: Make dev_fwnode() public
Sakari Ailus
2017-08-11
1
-1
/
+2
*
PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if p...
Sudeep Holla
2017-07-27
1
-4
/
+4
*
PM / Domains: Fix unsafe iteration over modified list of domains
Krzysztof Kozlowski
2017-07-27
1
-2
/
+2
*
PM / Domains: Fix unsafe iteration over modified list of domain providers
Krzysztof Kozlowski
2017-07-27
1
-2
/
+2
*
PM / Domains: Fix unsafe iteration over modified list of device links
Krzysztof Kozlowski
2017-07-27
1
-2
/
+2
*
PM / QoS: return -EINVAL for bogus strings
Dan Carpenter
2017-07-21
1
-0
/
+2
*
PM / wakeirq: Convert to SRCU
Thomas Gleixner
2017-07-21
1
-14
/
+18
*
Add "shutdown" to "struct class".
Josh Zimmerman
2017-07-15
1
-1
/
+5
*
driver core: platform: fix race condition with driver_override
Adrian Salido
2017-07-12
1
-2
/
+9
[next]