summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-0768-274/+1854
|\
| * kobject: clean up the kobject add documentation a bit moreGreg Kroah-Hartman2019-05-031-2/+6
| * kobject: Fix kernel-doc comment first lineTobin C. Harding2019-05-021-21/+22
| * kobject: Remove docstring reference to ksetTobin C. Harding2019-05-021-3/+2
| * firmware_loader: Fix a typo ("syfs" -> "sysfs")Jonathan Neuschäfer2019-05-011-3/+3
| * kobject: fix dereference before null check on kobjColin Ian King2019-05-011-1/+2
| * Revert "driver core: platform: Fix the usage of platform device name(pdev->na...Greg Kroah-Hartman2019-04-291-4/+4
| * init/config: Do not select BUILD_BIN2C for IKCONFIGJoel Fernandes (Google)2019-04-291-1/+0
| * Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)2019-04-295-0/+184
| * kobject: Improve doc clarity kobject_init_and_add()Tobin C. Harding2019-04-281-3/+6
| * kobject: Improve docs for kobject_add/delTobin C. Harding2019-04-281-5/+12
| * driver core: platform: Fix the usage of platform device name(pdev->name)Venkata Narendra Kumar Gutta2019-04-251-4/+4
| * livepatch: Replace klp_ktype_patch's default_attrs with groupsKimberly Brown2019-04-251-1/+2
| * cpufreq: schedutil: Replace default_attrs field with groupsKimberly Brown2019-04-251-2/+3
| * padata: Replace padata_attr_type default_attrs field with groupsKimberly Brown2019-04-251-1/+2
| * irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown2019-04-251-1/+2
| * net-sysfs: Replace ktype default_attrs field with groupsKimberly Brown2019-04-251-2/+4
| * block: Replace all ktype default_attrs with groupsKimberly Brown2019-04-253-8/+6
| * samples/kobject: Replace foo_ktype's default_attrs field with groupsKimberly Brown2019-04-251-1/+2
| * kobject: Add support for default attribute groups to kobj_typeKimberly Brown2019-04-252-1/+16
| * driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry2019-04-251-3/+2
| * driver core: platform: Propagate error from insert_resource()Andy Shevchenko2019-04-251-4/+6
| * kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri2019-04-251-3/+2
| * fs: kernfs: Corrected spelling mistakeChristina Quast2019-04-251-1/+1
| * acpi/hmat: fix an uninitialized memory_targetQian Cai2019-04-251-1/+1
| * acpi/hmat: Update acpi_hmat_type enum with ACPI_HMAT_TYPE_PROXIMITYAlison Schofield2019-04-252-3/+3
| * acpi/hmat: fix memory leaks in hmat_init()Qian Cai2019-04-251-1/+1
| * drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()Bartosz Golaszewski2019-04-251-1/+1
| * mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lockzhong jiang2019-04-251-1/+1
| * driver core: Clarify which counterparts to use to device_add()Borislav Petkov2019-04-251-0/+5
| * debugfs: update documented return values of debugfs helpersRonald Tschalär2019-04-252-49/+44
| * drivers: base: power: add proper SPDX identifiers on files that did not have ...Greg Kroah-Hartman2019-04-0412-46/+14
| * drivers: base: firmware_loader: add proper SPDX identifiers on files that did...Greg Kroah-Hartman2019-04-042-0/+2
| * drivers: base: test: add proper SPDX identifier to MakefileGreg Kroah-Hartman2019-04-041-0/+1
| * arch_topology: Make cpu_capacity sysfs node as read-onlyLingutla Chandrasekhar2019-04-041-35/+1
| * doc/mm: New documentation for memory performanceKeith Busch2019-04-041-0/+169
| * acpi/hmat: Register memory side cache attributesKeith Busch2019-04-041-0/+32
| * acpi/hmat: Register performance attributesKeith Busch2019-04-042-2/+13
| * acpi/hmat: Register processor domain to its memoryKeith Busch2019-04-042-2/+393
| * node: Add memory-side caching attributesKeith Busch2019-04-043-0/+224
| * node: Add heterogenous memory access attributesKeith Busch2019-04-044-0/+121
| * node: Link memory nodes to their compute nodesKeith Busch2019-04-043-2/+171
| * acpi/hmat: Parse and report heterogeneous memoryKeith Busch2019-04-045-0/+246
| * acpi: Add HMAT to generic parsing tablesKeith Busch2019-04-042-0/+10
| * acpi: Create subtable parsing infrastructureKeith Busch2019-04-0415-63/+113
| * kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa2019-04-011-4/+7
| * driver: base: Disable CONFIG_UEVENT_HELPER by defaultGeert Uytterhoeven2019-04-011-1/+0
| * device.h: reorganize struct deviceGreg Kroah-Hartman2019-04-011-8/+8
* | Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-05-0746-666/+1170
|\ \
| * | mmc: sdhci-pci: Fix BYT OCP settingAdrian Hunter2019-05-062-0/+97