| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-09-13 | 3 | -12/+15 |
|\ |
|
| * | driver core: Fix device_pm_lock() locking for device links | Saravana Kannan | 2020-09-04 | 1 | -4/+0 |
| * | driver code: print symbolic error code | Michał Mirosław | 2020-09-04 | 1 | -2/+2 |
| * | firmware_loader: fix memory leak for paged buffer | Prateek Sood | 2020-08-28 | 2 | -6/+13 |
* | | Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-08-28 | 1 | -4/+8 |
|\ \ |
|
| * | | device property: Fix the secondary firmware node handling in set_primary_fwno... | Heikki Krogerus | 2020-08-21 | 1 | -4/+8 |
| |/ |
|
* | | Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2020-08-28 | 1 | -6/+10 |
|\ \ |
|
| * | | PM: sleep: core: Fix the handling of pending runtime resume requests | Rafael J. Wysocki | 2020-08-25 | 1 | -6/+10 |
| |/ |
|
* / | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'pm-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2020-08-07 | 1 | -12/+14 |
|\ |
|
| * | PM: runtime: Improve kerneldoc of pm_runtime_get_if_active() | Rafael J. Wysocki | 2020-08-04 | 1 | -12/+14 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-08-07 | 1 | -5/+5 |
|\ \ |
|
| * | | mm: memcontrol: account kernel stack per node | Shakeel Butt | 2020-08-07 | 1 | -2/+2 |
| * | | mm: memcg: convert vmstat slab counters to bytes | Roman Gushchin | 2020-08-07 | 1 | -2/+2 |
| * | | mm: memcg: prepare for byte-sized vmstat items | Roman Gushchin | 2020-08-07 | 1 | -1/+1 |
* | | | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-08-07 | 1 | -24/+35 |
|\ \ \
| |/ /
|/| | |
|
| * | | init: add an init_chroot helper | Christoph Hellwig | 2020-07-31 | 1 | -1/+1 |
| * | | init: add an init_chdir helper | Christoph Hellwig | 2020-07-31 | 1 | -1/+1 |
| * | | init: add an init_mount helper | Christoph Hellwig | 2020-07-31 | 1 | -2/+3 |
| * | | devtmpfs: refactor devtmpfsd() | Christoph Hellwig | 2020-07-31 | 1 | -21/+31 |
* | | | Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-08-05 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | driver core: Add device_is_dependent() to linux/device.h | Saravana Kannan | 2020-06-18 | 1 | -1/+1 |
* | | | | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-08-05 | 11 | -67/+422 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | driver core: add deferring probe reason to devices_deferred property | Andrzej Hajda | 2020-07-30 | 3 | -3/+31 |
| * | | | driver core: add device probe log helper | Andrzej Hajda | 2020-07-30 | 1 | -0/+42 |
| * | | | driver core: Avoid binding drivers to dead devices | Lukas Wunner | 2020-07-30 | 1 | -1/+3 |
| * | | | Merge 5.8-rc7 into driver-core-next | Greg Kroah-Hartman | 2020-07-27 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | firmware_loader: EFI firmware loader must handle pre-allocated buffer | Kees Cook | 2020-07-25 | 1 | -1/+4 |
| * | | | | driver core: Change delimiter in devlink device's name to "--" | Saravana Kannan | 2020-07-24 | 1 | -1/+1 |
| * | | | | driver core: Fix probe_count imbalance in really_probe() | Tetsuo Handa | 2020-07-23 | 1 | -3/+4 |
| * | | | | driver core: Fix sleeping in invalid context during device link deletion | Saravana Kannan | 2020-07-23 | 1 | -18/+27 |
| * | | | | Merge 5.8-rc6 into driver-core-next | Greg Kroah-Hartman | 2020-07-20 | 6 | -43/+63 |
| |\ \ \ \ |
|
| * | | | | | driver core: Add waiting_for_supplier sysfs file for devices | Saravana Kannan | 2020-07-10 | 1 | -0/+26 |
| * | | | | | driver core: Add state_synced sysfs file for devices that support it | Saravana Kannan | 2020-07-10 | 1 | -0/+22 |
| * | | | | | driver core: Expose device link details in sysfs | Saravana Kannan | 2020-07-10 | 1 | -8/+203 |
| * | | | | | driver core: Drop mention of obsolete bus rwsem from kernel-doc | Lukas Wunner | 2020-07-10 | 1 | -4/+3 |
| * | | | | | drivers/base/memory: rename base_memory_block_id to memory_block_id | Wei Yang | 2020-07-10 | 1 | -4/+4 |
| * | | | | | drivers/base/memory: init_memory_block() first parameter is not necessary | Wei Yang | 2020-07-10 | 1 | -6/+3 |
| * | | | | | software node: Use software_node_unregister() when unregistering group of nodes | Andy Shevchenko | 2020-07-10 | 1 | -6/+2 |
| * | | | | | topology: mark a function as __init to save some memory | Christophe JAILLET | 2020-07-10 | 1 | -1/+1 |
| * | | | | | drivers: base: Convert to printk alias functions | Matthias Brugger | 2020-07-10 | 1 | -2/+2 |
| * | | | | | driver core: platform: expose numa_node to users in sysfs | Barry Song | 2020-07-10 | 1 | -1/+25 |
| * | | | | | driver core: platform: need consistent spacing around '-' | Barry Song | 2020-07-07 | 1 | -1/+1 |
| * | | | | | firmware: improve description of firmware_request_nowarn | Wolfram Sang | 2020-07-03 | 1 | -6/+6 |
| * | | | | | devres: handle zero size in devm_kmalloc() | Bartosz Golaszewski | 2020-07-02 | 1 | -3/+6 |
| * | | | | | devres: move the size check from alloc_dr() into a separate function | Bartosz Golaszewski | 2020-07-02 | 1 | -3/+11 |
| * | | | | | devres: remove stray space from devm_kmalloc() definition | Bartosz Golaszewski | 2020-07-02 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2020-08-04 | 3 | -104/+111 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---. | | | | | Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools' | Rafael J. Wysocki | 2020-08-03 | 3 | -104/+111 |
| |\ \ \| | | |
| | |_|_|_|/ /
| |/| | | | | |
|
| | | * | | | | PM: domains: Fix up terminology with parent/child | Kees Cook | 2020-07-09 | 2 | -103/+103 |
| | | |/ / / |
|