aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2020-09-17driver core: Avoid binding drivers to dead devicesLukas Wunner
2020-08-21PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing
2020-08-21regmap: debugfs: check count when read regmap filePeng Fan
2020-08-18regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2020-08-13regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson
2020-08-03driver core: Add missing '\n' in log messagesChristophe JAILLET
2020-08-03regmap: fix alignment issueJens Thoms Toerring
2020-07-16regmap: Fix memory leak from regmap_register_patchCharles Keepax
2020-07-13drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...Kuppuswamy Sathyanarayanan
2020-06-09x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-06-08component: Silence bind error on -EPROBE_DEFERJames Hilliard
2020-06-04PM: sleep: core: Switch back to async_schedule_dev()Kai-Heng Feng
2020-06-01PM / Domains: Allow no domain-idle-states DT property in genpd when parsingUlf Hansson
2020-06-01firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun
2020-06-01driver core: platform: Clarify that IRQ 0 is invalidBjorn Helgaas
2020-06-01driver core: platform: Declare ret variable only onceAndy Shevchenko
2020-06-01driver core: simplify definitions of platform_get_irq*Uwe Kleine-König
2020-06-01driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede
2020-06-01driver core: platform: Add an error message to platform_get_irq*()Stephen Boyd
2020-06-01driver core: platform: Export platform_get_irq_optional()Thierry Reding
2020-06-01driver core: platform: Introduce platform_get_irq_optional()Thierry Reding
2020-05-21drivers/base/memory.c: indicate all memory blocks as removableDavid Hildenbrand
2020-05-15driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King
2020-05-15driver core: Print device when resources present in really_probe()Geert Uytterhoeven
2020-05-15driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz
2020-05-04regmap: fix writes to non incrementing registersBen Whitten
2020-05-04PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki
2020-04-16driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck
2020-04-16component: do not dereference opaque pointer in debugfsLubomir Rintel
2020-04-12software node: Get reference to parent swnode in get_parent opSakari Ailus
2020-04-12Fix built-in early-load Intel microcode alignmentJari Ruusu
2020-02-24firmware_loader: Fix labels with comma for builtin firmwareLinus Walleij
2019-11-25cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki
2019-11-25drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_pag...David Hildenbrand
2019-11-14x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-14x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-10-07soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart
2019-10-05base: soc: Export soc_device_register/unregister APIsVinod Koul
2019-09-19driver core: Fix use-after-free and double free on glue directoryMuchun Song
2019-08-16driver core: platform: return -ENXIO for missing GpioIntBrian Norris
2019-07-31drivers/base: Introduce kill_device()Dan Williams
2019-07-26regmap: fix bulk writes on paged registersSrinivas Kandagatla
2019-07-26regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta
2019-07-21firmware: improve LSM/IMA security behaviourSven Van Asbroeck
2019-07-21drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse
2019-06-13drivers/base/devres: introduce devm_release_action()Dan Williams
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-14mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand
2019-05-14drivers/base/memory.c: clean up relics in function parametersBaoquan He