summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-28kobject: Improve doc clarity kobject_init_and_add()Tobin C. Harding1-3/+6
2019-04-28kobject: Improve docs for kobject_add/delTobin C. Harding1-5/+12
2019-04-25driver core: platform: Fix the usage of platform device name(pdev->name)Venkata Narendra Kumar Gutta1-4/+4
2019-04-25livepatch: Replace klp_ktype_patch's default_attrs with groupsKimberly Brown1-1/+2
2019-04-25cpufreq: schedutil: Replace default_attrs field with groupsKimberly Brown1-2/+3
2019-04-25padata: Replace padata_attr_type default_attrs field with groupsKimberly Brown1-1/+2
2019-04-25irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown1-1/+2
2019-04-25net-sysfs: Replace ktype default_attrs field with groupsKimberly Brown1-2/+4
2019-04-25block: Replace all ktype default_attrs with groupsKimberly Brown3-8/+6
2019-04-25samples/kobject: Replace foo_ktype's default_attrs field with groupsKimberly Brown1-1/+2
2019-04-25kobject: Add support for default attribute groups to kobj_typeKimberly Brown2-1/+16
2019-04-25driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry1-3/+2
2019-04-25driver core: platform: Propagate error from insert_resource()Andy Shevchenko1-4/+6
2019-04-25kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri1-3/+2
2019-04-25fs: kernfs: Corrected spelling mistakeChristina Quast1-1/+1
2019-04-25acpi/hmat: fix an uninitialized memory_targetQian Cai1-1/+1
2019-04-25acpi/hmat: Update acpi_hmat_type enum with ACPI_HMAT_TYPE_PROXIMITYAlison Schofield2-3/+3
2019-04-25acpi/hmat: fix memory leaks in hmat_init()Qian Cai1-1/+1
2019-04-25drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()Bartosz Golaszewski1-1/+1
2019-04-25mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lockzhong jiang1-1/+1
2019-04-25driver core: Clarify which counterparts to use to device_add()Borislav Petkov1-0/+5
2019-04-25debugfs: update documented return values of debugfs helpersRonald Tschalär2-49/+44
2019-04-04drivers: base: power: add proper SPDX identifiers on files that did not have ...Greg Kroah-Hartman12-46/+14
2019-04-04drivers: base: firmware_loader: add proper SPDX identifiers on files that did...Greg Kroah-Hartman2-0/+2
2019-04-04drivers: base: test: add proper SPDX identifier to MakefileGreg Kroah-Hartman1-0/+1
2019-04-04arch_topology: Make cpu_capacity sysfs node as read-onlyLingutla Chandrasekhar1-35/+1
2019-04-04doc/mm: New documentation for memory performanceKeith Busch1-0/+169
2019-04-04acpi/hmat: Register memory side cache attributesKeith Busch1-0/+32
2019-04-04acpi/hmat: Register performance attributesKeith Busch2-2/+13
2019-04-04acpi/hmat: Register processor domain to its memoryKeith Busch2-2/+393
2019-04-04node: Add memory-side caching attributesKeith Busch3-0/+224
2019-04-04node: Add heterogenous memory access attributesKeith Busch4-0/+121
2019-04-04node: Link memory nodes to their compute nodesKeith Busch3-2/+171
2019-04-04acpi/hmat: Parse and report heterogeneous memoryKeith Busch5-0/+246
2019-04-04acpi: Add HMAT to generic parsing tablesKeith Busch2-0/+10
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch15-63/+113
2019-04-01kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa1-4/+7
2019-04-01driver: base: Disable CONFIG_UEVENT_HELPER by defaultGeert Uytterhoeven1-1/+0
2019-04-01device.h: reorganize struct deviceGreg Kroah-Hartman1-8/+8
2019-03-31Linux 5.1-rc3v5.1-rc3Linus Torvalds1-1/+1
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds60-201/+409
2019-03-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-22/+19
2019-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds26-103/+288
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+19
2019-03-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+0
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-16/+12
2019-03-31Merge tag 'powerpc-5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-13/+32
2019-03-31Merge tag 'dmaengine-fix-5.1-rc3' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2-4/+2
2019-03-30Merge tag 'led-fixes-for-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+13
2019-03-30Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds7-17/+26