- 595a56a Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 7 months ago
- a5ad574 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
- 3f05437 power: use show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
- 8b4d37d Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- f558b83 Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 7 months ago
- 3925c3b Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 7 months ago
- ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 4fb6eab drivers/base/memory.c: cache memory blocks in xarray to accelerate lookup by Scott Cheloha · 4 years, 7 months ago
- f6606d0 Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- 355ba37 Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
- a5a82e0 Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 4 years, 7 months ago
- 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 8d92890 mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead by NeilBrown · 4 years, 7 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
- 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
- bebe94b drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS by Anders Roxell · 4 years, 8 months ago
- be6018a Merge branches 'pm-core' and 'pm-sleep' by Rafael J. Wysocki · 4 years, 7 months ago
- 76fe06c Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 4 years, 7 months ago
- 9a78754 PM: runtime: Replace pm_runtime_callbacks_present() by Rafael J. Wysocki · 4 years, 7 months ago
- 9b98f92 Merge remote-tracking branch 'regmap/for-5.8' into regmap-next by Mark Brown · 4 years, 7 months ago
- 4bcc6a0 Merge remote-tracking branch 'regmap/for-5.7' into regmap-linus by Mark Brown · 4 years, 7 months ago
- 93b9299 Merge series "regmap: provide simple bitops and use them in a driver" from Bartosz Golaszewski <brgl@bgdev.pl> by Mark Brown · 4 years, 7 months ago
- aa2ff9d regmap: provide helpers for simple bit operations by Bartosz Golaszewski · 4 years, 7 months ago
- 8c3e315 driver core: Update device link status correctly for SYNC_STATE_ONLY links by Saravana Kannan · 4 years, 7 months ago
- c2c0761 firmware_loader: change enum fw_opt to u32 by Scott Branden · 4 years, 7 months ago
- 46d2681 software node: implement software_node_unregister() by Greg Kroah-Hartman · 4 years, 7 months ago
- 3618bba PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend() by Andy Shevchenko · 4 years, 7 months ago
- f7d8f3f Merge 5.7-rc7 into driver-core-next by Greg Kroah-Hartman · 4 years, 7 months ago
- 2cd38fd driver core: Remove unnecessary is_fwnode_dev variable in device_add() by Saravana Kannan · 4 years, 8 months ago
- 114dbb4 drivers property: When no children in primary, try secondary by Andy Shevchenko · 4 years, 8 months ago
- c82c83c driver core: platform: Fix spelling errors in platform.c by Tang Bin · 4 years, 8 months ago
- 44e9604 driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device links by Saravana Kannan · 4 years, 8 months ago
- 21c27f0 driver core: Fix SYNC_STATE_ONLY device link implementation by Saravana Kannan · 4 years, 8 months ago
- fefcfc9 driver core: Remove check in driver_deferred_probe_force_trigger() by Saravana Kannan · 4 years, 8 months ago
- ae0bb9f platform-msi: Fix typos in comment by Shaokun Zhang · 4 years, 8 months ago
- 628d06a scs: Add page accounting for shadow call stack allocations by Sami Tolvanen · 4 years, 8 months ago
- 716a7a2 driver core: fw_devlink: Add support for batching fwnode parsing by Saravana Kannan · 4 years, 8 months ago
- 5f5377e driver core: Look for waiting consumers only for a fwnode's primary device by Saravana Kannan · 4 years, 8 months ago
- 42926ac driver core: Move code to the right part of the file by Saravana Kannan · 4 years, 8 months ago
- a85a6c8 driver core: platform: Clarify that IRQ 0 is invalid by Bjorn Helgaas · 4 years, 10 months ago
- c8be6af Merge v5.7-rc5 into driver-core-next by Greg Kroah-Hartman · 4 years, 8 months ago
- 4c74746 driver core: remove device_create_vargs by Christoph Hellwig · 4 years, 8 months ago
- c78c31b Revert "Revert "driver core: Set fw_devlink to "permissive" behavior by default"" by Saravana Kannan · 4 years, 8 months ago
- 388bcc6 drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a driver developer is foolish by Kuppuswamy Sathyanarayanan · 4 years, 9 months ago
- 3a4ccdb Merge back system-wide PM material for v5.8. by Rafael J. Wysocki · 4 years, 8 months ago
- 48ebea5 firmware_loader: move fw_fallback_config to a private kernel symbol namespace by Luis Chamberlain · 4 years, 8 months ago
- eb7fbc9 driver core: Add missing '\n' in log messages by Christophe JAILLET · 4 years, 9 months ago
- baf1d9c driver/base/soc: Use kobj_to_dev() API by zhouchuangao · 4 years, 8 months ago
- 35a6723 driver core: Ensure wait_for_device_probe() waits until the deferred_probe_timeout fires by John Stultz · 4 years, 8 months ago
- 4ccc03e driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout warnings by John Stultz · 4 years, 8 months ago
- ce68929 driver core: Revert default driver_deferred_probe_timeout value to 0 by John Stultz · 4 years, 8 months ago
- 7706b0a component: Silence bind error on -EPROBE_DEFER by James Hilliard · 4 years, 9 months ago
- 00b2475 driver core: Fix handling of fw_devlink=permissive by Saravana Kannan · 4 years, 9 months ago
- 9495b7e driver core: platform: Initialize dma_parms for platform devices by Ulf Hansson · 4 years, 8 months ago
- 96fa72f Merge 5.7-rc3 into driver-core-next by Greg Kroah-Hartman · 4 years, 8 months ago
- a8a0e2a Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 8 months ago
- 5a35770 firmware_loader: revert removal of the fw_fallback_config export by Luis Chamberlain · 4 years, 8 months ago
- edb7f9d Merge back system-wide PM updates for v5.8. by Rafael J. Wysocki · 4 years, 8 months ago
- 2a3f347 PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED by Rafael J. Wysocki · 4 years, 9 months ago
- e075155 PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP by Rafael J. Wysocki · 4 years, 9 months ago
- fa2bfea PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended() by Rafael J. Wysocki · 4 years, 9 months ago
- 76c70cb PM: sleep: core: Rename dev_pm_may_skip_resume() by Rafael J. Wysocki · 4 years, 9 months ago
- 0fe8a1b PM: sleep: core: Rework the power.may_skip_resume handling by Rafael J. Wysocki · 4 years, 9 months ago
- 6e176bf PM: sleep: core: Do not skip callbacks in the resume phase by Rafael J. Wysocki · 4 years, 9 months ago
- 82f25bd regmap-i2c: add 16-bit width registers support by AceLan Kao · 4 years, 8 months ago
- 45bb08d driver core: platform: remove redundant assignment to variable ret by Colin Ian King · 4 years, 9 months ago
- 09beebd PM: sleep: core: Switch back to async_schedule_dev() by Kai-Heng Feng · 4 years, 9 months ago
- f082524 docs: drivers: fix some warnings at base/platform.c when building docs by Mauro Carvalho Chehab · 4 years, 9 months ago
- 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 9 months ago
- 02094d5 software node: Allow register and unregister software node groups by Andy Shevchenko · 4 years, 9 months ago
- 96489ae device property: export set_secondary_fwnode() to modules by Andy Shevchenko · 4 years, 9 months ago
- 7e5b3c2 x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigation by Mark Gross · 4 years, 9 months ago
- 3020537 PM: sleep: core: Fold functions into their callers by Rafael J. Wysocki · 4 years, 9 months ago
- 107d47b PM: sleep: core: Simplify the SMART_SUSPEND flag handling by Rafael J. Wysocki · 4 years, 9 months ago
- ab7c1e1 firmware: Drop unused pages field from struct firmware by Takashi Iwai · 4 years, 9 months ago
- 7396047 firmware_loader: remove unused exports by Christoph Hellwig · 4 years, 9 months ago
- 3ada1b1 Merge series "Add support for Kontron sl28cpld" from Michael Walle <michael@walle.cc>: by Mark Brown · 4 years, 9 months ago
- 12479382 regmap-irq: make it possible to add irq_chip do a specific device node by Michael Walle · 4 years, 9 months ago
- 80215f1 regmap: Add bus reg_update_bits() support by Baolin Wang · 4 years, 9 months ago
- 5f47adf mm/memory_hotplug: allow to specify a default online_type by David Hildenbrand · 4 years, 9 months ago
- 862919e mm/memory_hotplug: convert memhp_auto_online to store an online_type by David Hildenbrand · 4 years, 9 months ago
- 4dc8207 drivers/base/memory: store mapping between MMOP_* and string in an array by David Hildenbrand · 4 years, 9 months ago
- efc978a drivers/base/memory: map MMOP_OFFLINE to 0 by David Hildenbrand · 4 years, 9 months ago
- 956f8b4 drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE by David Hildenbrand · 4 years, 9 months ago
- fada9ae drivers/base/memory.c: drop pages_correctly_probed() by David Hildenbrand · 4 years, 9 months ago
- 68c3a6a drivers/base/memory.c: drop section_count by David Hildenbrand · 4 years, 9 months ago
- ef05db1 Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 9 months ago
- e03d1f7 mm/sparse: rename pfn_present() to pfn_in_present_section() by Pingfan Liu · 4 years, 9 months ago
- b5252a6 PM: sleep: core: Drop racy and redundant checks from device_prepare() by Rafael J. Wysocki · 4 years, 9 months ago
- 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
- 3cd86a5 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 9 months ago
- 992a1a3 Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 49835c1 Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 9 months ago
- 5983809 Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 9 months ago
- db34c5f Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 9 months ago
- 063d194 Merge tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 9 months ago
- ada0629 Merge branches 'pm-core', 'pm-sleep', 'pm-acpi' and 'pm-domains' by Rafael J. Wysocki · 4 years, 9 months ago
- f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago