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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
firmware_loader: fix use-after-free in firmware_fallback_sysfs
Anirudh Rayabharam
2021-07-29
3
-5
/
+19
*
firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallback
Anirudh Rayabharam
2021-07-29
1
-2
/
+0
*
drivers core: Fix oops when driver probe fails
Filip Schauer
2021-07-27
1
-2
/
+2
*
driver core: Prevent warning when removing a device link from unregistered co...
Adrian Hunter
2021-07-21
1
-2
/
+4
*
driver core: auxiliary bus: Fix memory leak when driver_register() fail
Peter Ujfalusi
2021-07-21
1
-1
/
+7
*
Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2021-07-07
3
-31
/
+39
|
\
|
*
-
-
-
.
Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'
Rafael J. Wysocki
2021-07-07
2
-25
/
+18
|
|
\
\
\
|
|
|
|
*
PM: domains: Shrink locking area of the gpd_list_lock
Stephen Boyd
2021-07-05
1
-21
/
+17
|
|
|
|
/
|
|
|
/
|
|
|
|
*
PM: sleep: Use ktime_us_delta() in initcall_debug_report()
Mark-PK Tsai
2021-07-01
1
-4
/
+1
|
|
|
/
|
*
/
arch_topology: Avoid use-after-free for scale_freq_data
Viresh Kumar
2021-07-01
1
-6
/
+21
|
|
/
*
|
Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-07-05
1
-0
/
+28
|
\
\
|
*
\
Merge tag 'v5.13-rc6' into usb-next
Greg Kroah-Hartman
2021-06-14
1
-3
/
+3
|
|
\
\
|
*
\
\
Merge 5.13-rc4 into usb-next
Greg Kroah-Hartman
2021-05-31
1
-32
/
+36
|
|
\
\
\
|
*
|
|
|
driver core: Move the "removable" attribute from USB to core
Rajat Jain
2021-05-27
1
-0
/
+28
*
|
|
|
|
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-07-05
14
-153
/
+180
|
\
\
\
\
\
|
*
|
|
|
|
devres: Enable trace events
Andy Shevchenko
2021-06-15
4
-27
/
+89
|
*
|
|
|
|
devres: No need to call remove_nodes() when there none present
Andy Shevchenko
2021-06-15
1
-0
/
+4
|
*
|
|
|
|
devres: Use list_for_each_safe_from() in remove_nodes()
Andy Shevchenko
2021-06-15
1
-16
/
+8
|
*
|
|
|
|
devres: Make locking straight forward in release_nodes()
Andy Shevchenko
2021-06-15
1
-15
/
+15
|
*
|
|
|
|
Merge tag 'v5.13-rc6' into driver-core-next
Greg Kroah-Hartman
2021-06-14
1
-3
/
+3
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
drivers/base: Constify static attribute_group structs
Rikard Falkeborn
2021-06-04
4
-6
/
+6
|
*
|
|
|
|
firmware_loader: remove unneeded 'comma' macro
Masahiro Yamada
2021-06-04
1
-1
/
+0
|
*
|
|
|
|
devcoredump: remove contact information
Johannes Berg
2021-06-04
1
-4
/
+0
|
*
|
|
|
|
Merge 5.13-rc4 into driver-core-next
Greg Kroah-Hartman
2021-05-31
1
-32
/
+36
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
driver core: Drop helper devm_platform_ioremap_resource_wc()
Uwe Kleine-König
2021-05-27
1
-20
/
+0
|
*
|
|
|
|
component: Rename 'dev' to 'parent'
Stephen Boyd
2021-05-27
1
-47
/
+42
|
*
|
|
|
|
component: Drop 'dev' argument to component_match_realloc()
Stephen Boyd
2021-05-27
1
-4
/
+3
|
*
|
|
|
|
device property: Don't check for NULL twice in the loops
Andy Shevchenko
2021-05-27
1
-8
/
+8
|
*
|
|
|
|
drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RO
Ruiqi Gong
2021-05-21
1
-1
/
+1
|
*
|
|
|
|
Merge 5.13-rc2 into driver-core-next
Greg Kroah-Hartman
2021-05-17
2
-4
/
+9
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
driver core: attribute_container: fix W=1 warnings
Yang Yingliang
2021-05-14
1
-3
/
+3
|
*
|
|
|
|
driver core: replace open-coded device_lock_assert()
Julian Wiedmann
2021-05-14
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2021-07-03
3
-93
/
+108
|
\
\
\
\
\
\
|
*
|
|
|
|
|
driver core: Export device_driver_attach()
Jason Gunthorpe
2021-06-21
2
-1
/
+3
|
*
|
|
|
|
|
driver core: Don't return EPROBE_DEFER to userspace during sysfs bind
Christoph Hellwig
2021-06-21
1
-39
/
+45
|
*
|
|
|
|
|
driver core: Flow the return code from ->probe() through to sysfs bind
Christoph Hellwig
2021-06-21
2
-14
/
+21
|
*
|
|
|
|
|
driver core: Better distinguish probe errors in really_probe
Christoph Hellwig
2021-06-21
1
-30
/
+42
|
*
|
|
|
|
|
driver core: Pull required checks into driver_probe_device()
Jason Gunthorpe
2021-06-21
2
-23
/
+11
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...
Linus Torvalds
2021-07-02
1
-28
/
+28
|
\
\
\
\
\
\
|
*
|
|
|
|
|
device property: Remove some casts in property-entry-test
David Gow
2021-06-23
1
-28
/
+28
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-06-30
1
-0
/
+7
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
2
-35
/
+39
|
|
\
\
\
\
\
\
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
driver core: add a helper to setup both the of_node and fwnode of a device
Ioana Ciornei
2021-06-17
1
-0
/
+7
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-8
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mm/vmstat: convert NUMA statistics to basic NUMA counters
Mel Gorman
2021-06-29
1
-8
/
+10
*
|
|
|
|
|
|
Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-06-29
1
-17
/
+14
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
device property: Unify access to of_node
Andy Shevchenko
2021-06-07
1
-16
/
+13
|
*
|
|
|
|
|
device property: Retrieve fwnode from of_node via accessor
Andy Shevchenko
2021-05-10
1
-2
/
+2
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2021-06-29
4
-27
/
+60
|
\
\
\
\
\
\
|
|
\
\
\
\
\
|
|
\
\
\
\
\
|
*
-
.
\
\
\
\
\
Merge branches 'pm-domains' and 'pm-devfreq'
Rafael J. Wysocki
2021-06-29
2
-15
/
+50
|
|
\
\
\
\
\
\
\
|
|
|
|
|
_
|
_
|
/
/
|
|
|
|
/
|
|
|
|
[next]