aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-22PM: sleep: core: Switch back to async_schedule_dev()Kai-Heng Feng1-1/+1
2020-04-07mm/memory_hotplug: allow to specify a default online_typeDavid Hildenbrand1-6/+5
2020-04-07mm/memory_hotplug: convert memhp_auto_online to store an online_typeDavid Hildenbrand1-6/+4
2020-04-07drivers/base/memory: store mapping between MMOP_* and string in an arrayDavid Hildenbrand1-15/+23
2020-04-07drivers/base/memory: map MMOP_OFFLINE to 0David Hildenbrand1-7/+4
2020-04-07drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINEDavid Hildenbrand1-4/+5
2020-04-07drivers/base/memory.c: drop pages_correctly_probed()David Hildenbrand1-42/+0
2020-04-07drivers/base/memory.c: drop section_countDavid Hildenbrand1-14/+3
2020-04-06Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+1
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-1/+1
2020-04-01PM: sleep: core: Drop racy and redundant checks from device_prepare()Rafael J. Wysocki1-6/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-1/+177
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+12
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-03-30Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-20/+47
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds11-93/+195
2020-03-30Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-4/+23
2020-03-30Merge tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2020-03-30Merge branches 'pm-core', 'pm-sleep', 'pm-acpi' and 'pm-domains'Rafael J. Wysocki4-20/+47
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+3
2020-03-29drivers/base/memory.c: indicate all memory blocks as removableDavid Hildenbrand1-20/+3
2020-03-27Revert "driver core: Set fw_devlink to "permissive" behavior by default"Greg Kroah-Hartman1-1/+1
2020-03-25cpu/hotplug: Hide cpu_up/down()Qais Yousef1-2/+2
2020-03-25PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not thereNeeraj Upadhyay1-1/+3
2020-03-24driver core: Set fw_devlink to "permissive" behavior by defaultSaravana Kannan1-1/+1
2020-03-24driver core: Replace open-coded list_last_entry()Andy Shevchenko1-1/+1
2020-03-24driver core: Read atomic counter once in driver_probe_done()Andy Shevchenko1-3/+4
2020-03-24driver core: platform: Reimplement devm_platform_ioremap_resourceDejin Zheng1-4/+1
2020-03-24drivers: provide devm_platform_get_and_ioremap_resource()Dejin Zheng1-0/+22
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman1-19/+6
2020-03-21driver core: Add device links from fwnode only for the primary deviceSaravana Kannan1-2/+6
2020-03-20firmware: Add new platform fallback mechanism and firmware_request_platform()Hans de Goede5-0/+78
2020-03-19Revert "drivers: base: power: wakeup.c: Use built-in RCU list checking"Greg Kroah-Hartman1-10/+5
2020-03-18drivers: base: power: wakeup.c: Use built-in RCU list checkingMadhuparna Bhowmik1-5/+10
2020-03-18component: allow missing unbind callbackMarco Felsch1-1/+2
2020-03-18firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun1-1/+1
2020-03-18arch_topology: Fix putting invalid cpu clkJeffy Chen1-3/+3
2020-03-16device property: Export fwnode_get_name()Heikki Krogerus1-0/+1
2020-03-14PM / Domains: Allow no domain-idle-states DT property in genpd when parsingUlf Hansson1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-33/+33
2020-03-11driver code: clarify and fix platform device DMA mask allocationChristoph Hellwig1-19/+6
2020-03-11cpu-topology: Fix the potential data corruptionZeng Tao1-2/+2
2020-03-11arch_topology: Adjust initial CPU capacities with current freqJeffy Chen1-12/+28
2020-03-11drivers/base/cpu: Simplify s*nprintf() usagesTakashi Iwai1-9/+4
2020-03-11drivers/base/cpu: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman2-14/+27
2020-03-09Merge 5.6-rc5 into driver-core-nextGreg Kroah-Hartman2-14/+27
2020-03-08Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+20
2020-03-06arm64: use activity monitors for frequency invarianceIonela Voinescu1-0/+12
2020-03-05driver core: fw_devlink_flags can be statickbuild test robot1-1/+1