Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
| |\ \ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | ||||||
| | * | | | | | | PM: domains: Drop/restore performance state votes for devices at runtime PM | Ulf Hansson | 2021-06-11 | 1 | -2/+25 | |
| | * | | | | | | PM: domains: Return early if perf state is already set for the device | Ulf Hansson | 2021-06-11 | 1 | -0/+3 | |
| | * | | | | | | PM: domains: Split code in dev_pm_genpd_set_performance_state() | Ulf Hansson | 2021-06-11 | 1 | -12/+19 | |
| | * | | | | | | PM: domains: fix some kernel-doc issues | Yang Yingliang | 2021-06-08 | 2 | -1/+3 | |
| | |/ / / / / | ||||||
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ | Merge branches 'pm-core' and 'pm-sleep' | Rafael J. Wysocki | 2021-06-29 | 2 | -12/+10 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | |