- f19298b mm/vmstat: convert NUMA statistics to basic NUMA counters by Mel Gorman · 3 years, 7 months ago
- 5dca69e software node: Handle software node injection to an existing device properly by Heikki Krogerus · 3 years, 7 months ago
- 9281305 drivers/base/memory: fix trying offlining memory blocks with memory holes on aarch64 by David Hildenbrand · 3 years, 8 months ago
- 0c87131 drivers: base: Reduce device link removal code duplication by Rafael J. Wysocki · 3 years, 8 months ago
- 80dd33c drivers: base: Fix device link removal by Rafael J. Wysocki · 3 years, 8 months ago
- 28183db Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 8 months ago
- c745253 PM: runtime: Fix unpaired parent child_count for force_resume by Tony Lindgren · 3 years, 9 months ago
- 28ec344 usb: typec: tcpm: Don't block probing of consumers of "connector" nodes by Saravana Kannan · 3 years, 9 months ago
- e7cb072 init/initramfs.c: do unpacking asynchronously by Rasmus Villemoes · 3 years, 8 months ago
- a08a2ae mm,memory_hotplug: allocate memmap from the added memory range by Oscar Salvador · 3 years, 9 months ago
- 8736cc2 drivers/base/memory: introduce memory_block_{online,offline} by Oscar Salvador · 3 years, 9 months ago
- fed584c Merge tag 'regmap-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 3 years, 9 months ago
- 5469f16 Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 9 months ago
- 59e2c95 Merge branches 'pm-docs' and 'pm-tools' by Rafael J. Wysocki · 3 years, 9 months ago
- bf0cc83 Merge branches 'pm-core', 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap' by Rafael J. Wysocki · 3 years, 9 months ago
- dd9f2ae Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 3 years, 9 months ago
- e488023 PM: wakeup: remove redundant assignment to variable retval by Colin Ian King · 3 years, 9 months ago
- 4da6d76 PM: wakeup: use dev_set_name() directly by Andy Shevchenko · 3 years, 9 months ago
- bd2a895 PM / wakeup: use dev_set_name() directly by Andy Shevchenko · 3 years, 9 months ago
- b622b24 software node: Allow node addition to already existing device by Heikki Krogerus · 3 years, 9 months ago
- 586c402 kunit: software node: adhear to KUNIT formatting standard by Nico Pache · 3 years, 9 months ago
- a00fcbc Merge tag 'v5.12-rc7' into driver-core-next by Greg Kroah-Hartman · 3 years, 9 months ago
- 0210b8e Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 3 years, 9 months ago
- 4ce535e node: fix device cleanups in error handling code by Dan Carpenter · 3 years, 9 months ago
- ccac12a Merge remote-tracking branch 'regmap/for-5.13' into regmap-next by Mark Brown · 3 years, 9 months ago
- 78d8897 Merge remote-tracking branch 'regmap/for-5.12' into regmap-linus by Mark Brown · 3 years, 9 months ago
- 33b688e PM: clk: remove kernel-doc warning by Pierre-Louis Bossart · 3 years, 10 months ago
- beafe82 PM: wakeup: fix kernel-doc warnings and fix typos by Pierre-Louis Bossart · 3 years, 10 months ago
- 12c0632 PM: runtime: remove kernel-doc warnings by Pierre-Louis Bossart · 3 years, 10 months ago
- 14e13b1 regmap-irq: Fix dereference of a potentially null d->virt_buf by Colin Ian King · 3 years, 10 months ago
- c2f3f75 Revert "driver core: platform: Make platform_get_irq_optional() optional" by Greg Kroah-Hartman · 3 years, 9 months ago
- e588fea software node: Introduce SOFTWARE_NODE_REFERENCE() helper macro by Andy Shevchenko · 3 years, 10 months ago
- 4a32e38 software node: Imply kobj_to_swnode() to be no-op by Andy Shevchenko · 3 years, 10 months ago
- 73c9342 software node: Deduplicate code in fwnode_create_software_node() by Andy Shevchenko · 3 years, 10 months ago
- 06ad93c software node: Introduce software_node_alloc()/software_node_free() by Andy Shevchenko · 3 years, 10 months ago
- 3f6b653 software node: Free resources explicitly when swnode_register() fails by Andy Shevchenko · 3 years, 10 months ago
- 72a91f1 driver core: add helper for deferred probe reason setting by Ahmad Fatoum · 3 years, 10 months ago
- d46f3e3 driver core: Improve fw_devlink & deferred_probe_timeout interaction by Saravana Kannan · 3 years, 10 months ago
- eed6e41 driver core: Fix locking bug in deferred_probe_timeout_work_func() by Saravana Kannan · 3 years, 10 months ago
- b20e8293 Merge 5.12-rc6 into driver-core-next by Greg Kroah-Hartman · 3 years, 10 months ago
- f566482 Merge tag 'driver-core-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 10 months ago
- ed7027f driver core: platform: Make platform_get_irq_optional() optional by Andy Shevchenko · 3 years, 10 months ago
- 318c3e0 driver core: Replace printf() specifier and drop unneeded casting by Andy Shevchenko · 3 years, 10 months ago
- d7aa44f driver core: Cast to (void *) with __force for __percpu pointer by Andy Shevchenko · 3 years, 10 months ago
- c99f4eb driver core: platform: Make clear error code used for missed IRQ by Andy Shevchenko · 3 years, 10 months ago
- cc71079 devcoredump: fix kernel-doc warning by Pierre-Louis Bossart · 3 years, 10 months ago
- 3c65213 platform-msi: fix kernel-doc warnings by Pierre-Louis Bossart · 3 years, 10 months ago
- f4651a7 driver core: attribute_container: remove kernel-doc warnings by Pierre-Louis Bossart · 3 years, 10 months ago
- 37c52f7 driver core: remove kernel-doc warnings by Pierre-Louis Bossart · 3 years, 10 months ago
- 394409a regmap-irq: Add driver callback to configure virtual regs by Guru Das Srinagesh · 3 years, 10 months ago
- 4c50144 regmap-irq: Introduce virtual regs to handle more config regs by Guru Das Srinagesh · 3 years, 10 months ago
- 9dfacc5 PM: runtime: Fix race getting/putting suppliers at probe by Adrian Hunter · 3 years, 10 months ago
- c0c3344 PM: runtime: Fix ordering in pm_runtime_get_suppliers() by Adrian Hunter · 3 years, 10 months ago
- d225ef6 base: dd: fix error return code of driver_sysfs_add() by Jia-Ju Bai · 3 years, 10 months ago
- e611f8c driver core: Use unbound workqueue for deferred probes by Yogesh Lal · 3 years, 10 months ago
- f0acf63 driver core: clear deferred probe reason on probe retry by Ahmad Fatoum · 3 years, 10 months ago
- 53f95c5 devcoredump: avoid -Wempty-body warnings by Arnd Bergmann · 3 years, 10 months ago
- 7f2fac7 device property: Add test cases for fwnode_property_count_*() APIs by Andy Shevchenko · 4 years ago
- 0b8bf06 device property: Sync descriptions of swnode array and group APIs by Andy Shevchenko · 3 years, 10 months ago
- ea718c69 Revert "Revert "driver core: Set fw_devlink=on by default"" by Saravana Kannan · 3 years, 11 months ago
- b6f617d driver core: Update device link status properly for device_bind_driver() by Saravana Kannan · 3 years, 11 months ago
- f2db85b driver core: Avoid pointless deferred probe attempts by Saravana Kannan · 3 years, 11 months ago
- 01085e2 devtmpfs: actually reclaim some init memory by Rasmus Villemoes · 3 years, 10 months ago
- 38f087de devtmpfs: fix placement of complete() call by Rasmus Villemoes · 3 years, 10 months ago
- 6b72cf1 drivers/base/cpu: remove redundant assignment of variable retval by Colin Ian King · 4 years ago
- 2942df67 driver core: dd: remove deferred_devices variable by Greg Kroah-Hartman · 4 years ago
- c654cea driver core: component: remove dentry pointer in "struct master" by Greg Kroah-Hartman · 4 years ago
- bbf44ab driver core: auxiliary bus: Remove unneeded module bits by Dave Jiang · 4 years ago
- 5244f5e PM: runtime: Defer suspending suppliers by Rafael J. Wysocki · 3 years, 10 months ago
- 0cab893 Revert "PM: runtime: Update device status before letting suppliers suspend" by Rafael J. Wysocki · 3 years, 10 months ago
- c1df456 PM: domains: Don't runtime resume devices at genpd_prepare() by Ulf Hansson · 3 years, 11 months ago
- 1066cfb regmap-irq: Extend sub-irq to support non-fixed reg strides by Guru Das Srinagesh · 3 years, 10 months ago
- 2f53395 arch_topology: Export arch_freq_scale and helpers by Viresh Kumar · 3 years, 10 months ago
- 2a92c90 software node: Fix device_add_software_node() by Heikki Krogerus · 3 years, 11 months ago
- 8891123 software node: Fix node registration by Heikki Krogerus · 3 years, 11 months ago
- e41a962 regmap: set debugfs_name to NULL after it is freed by Meng Li · 3 years, 11 months ago
- 01e055c arch_topology: Allow multiple entities to provide sched_freq_tick() callback by Viresh Kumar · 3 years, 10 months ago
- eec7352 arch_topology: Rename freq_scale as arch_freq_scale by Viresh Kumar · 3 years, 10 months ago
- 44cc89f PM: runtime: Update device status before letting suppliers suspend by Rafael J. Wysocki · 3 years, 11 months ago
- 8b83369 Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 11 months ago
- e9a2e48 drivers/base/memory: don't store phys_device in memory blocks by David Hildenbrand · 3 years, 11 months ago
- 1adf8b4 mm/memory_hotplug: rename all existing 'memhp' into 'mhp' by Anshuman Khandual · 3 years, 11 months ago
- 4c48fab Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 11 months ago
- b603894 mm: memcg: add swapcache stat for memcg v2 by Shakeel Butt · 3 years, 11 months ago
- 380780e mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages by Muchun Song · 3 years, 11 months ago
- a1528e2 mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages by Muchun Song · 3 years, 11 months ago
- 57b2847 mm: memcontrol: convert NR_SHMEM_THPS account to pages by Muchun Song · 3 years, 11 months ago
- bf9ecea mm: memcontrol: convert NR_FILE_THPS account to pages by Muchun Song · 3 years, 11 months ago
- 69473e5 mm: memcontrol: convert NR_ANON_THPS account to pages by Muchun Song · 3 years, 11 months ago
- e229b42 Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 11 months ago
- 7ac1161 Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 11 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
- a99163e Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 11 months ago
- 05a6fb9 Merge tag 'regmap-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 3 years, 11 months ago
- 10e2ec8 Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 11 months ago
- de16175 Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 3 years, 11 months ago
- 2671fe5 Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 3 years, 11 months ago
- 02f9fc2 Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 11 months ago
- 3e4c982 Revert "driver core: Set fw_devlink=on by default" by Greg Kroah-Hartman · 4 years ago
- 4cd48bb arch_numa: fix common code printing of phys_addr_t by Randy Dunlap · 4 years ago