summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2022-11-22kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman-2/+2
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman-3/+3
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman-5/+5
2022-11-22regmap: add regmap_might_sleep()Michael Walle-0/+13
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman-2/+6
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner-1/+1
2022-11-17genirq/msi: Remove filter from msi_free_descs_free_range()Thomas Gleixner-1/+1
2022-11-10platform: use fwnode_irq_get_byname instead of of_irq_get_byname to get irqSoha Jin-2/+2
2022-11-10driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres-1/+5
2022-11-10driver core: Use kstrtobool() instead of strtobool()Christophe JAILLET-3/+4
2022-11-10cacheinfo: Decrement refcount in cache_setup_of_node()Pierre Gondois-6/+11
2022-11-10driver core: mark driver_allows_async_probing staticChristoph Hellwig-2/+1
2022-11-10driver core: remove devm_device_remove_group()Greg Kroah-Hartman-22/+0
2022-11-10driver core: remove devm_device_remove_groups()Greg Kroah-Hartman-17/+0
2022-11-09PM: domains: Store the next hrtimer wakeup in genpdMaulik Shah-0/+29
2022-11-09regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnodeYassine Oudjana-4/+11
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman-2/+2
2022-11-09devres: Use kmalloc_size_roundup() to match ksize() usageKees Cook-0/+3
2022-11-09class: fix possible memory leak in __class_register()Yang Yingliang-0/+5
2022-11-08mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi-0/+38
2022-11-03PM: domains: Power off[on] domain in hibernate .freeze[thaw]_noirq hookShawn Guo-31/+4
2022-11-03PM: domains: Consolidate genpd_restore_noirq() and genpd_resume_noirq()Shawn Guo-22/+19
2022-11-03PM: domains: Pass generic PM noirq hooks to genpd_finish_suspend()Shawn Guo-12/+13
2022-11-03PM: domains: Drop genpd status manipulation for hibernate restoreShawn Guo-13/+0
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook-1/+1
2022-10-28Merge tag 'acpi-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-2/+2
2022-10-26PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla-0/+4
2022-10-25device property: Fix documentation for *_match_string() APIsAndy Shevchenko-2/+2
2022-10-22device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko-2/+2
2022-10-22device property: Constify device child node APIsAndy Shevchenko-3/+3
2022-10-22device property: Constify fwnode connection match APIsAndy Shevchenko-4/+4
2022-10-22device property: Allow const parameter to dev_fwnode()Andy Shevchenko-2/+9
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-141/+6
2022-10-10Merge tag 'pm-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+3
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+19
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+2
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-11/+90
2022-10-04Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-103/+428
2022-10-04PM: domains: log failures to register always-on domainsJohan Hovold-1/+3
2022-10-04Merge tag 'irqchip-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-0/+1
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song-2/+6
2022-10-03mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song-136/+3
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-2/+7
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2022-10-03Merge branches 'pm-cpuidle', 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki-2/+7
2022-10-03Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'Rafael J. Wysocki-1/+1
2022-09-28platform-msi: Export symbol platform_msi_create_irq_domain()Frank Li-0/+1
2022-09-24PM: runtime: Return -EINPROGRESS from rpm_resume() in the RPM_NOWAIT caseRafael J. Wysocki-2/+5
2022-09-24device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko-2/+2