summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2024-05-23Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-17regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-05-15arch/topology: Fix variable naming to avoid shadowingVincent Guittot
2024-05-14Merge tag 'regmap-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2024-05-14Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-13Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'Rafael J. Wysocki
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman
2024-05-05device property: Fix a typo in the description of device_get_child_node_count()Christophe JAILLET
2024-05-04driver core: Add device_show_string() helper for sysfs attributesLukas Wunner
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot
2024-04-23Merge tag 'iio-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2024-04-24Merge tag 'drm-xe-next-2024-04-23' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain
2024-04-15regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter
2024-04-12Merge drm/drm-next into drm-xe-nextThomas Hellström
2024-04-11Merge back earlier system-wide PM changes for 6.10.Rafael J. Wysocki
2024-04-11devcoredump: Add dev_coredump_put()José Roberto de Souza
2024-04-11module: don't ignore sysfs_create_link() failuresArnd Bergmann
2024-04-10regmap: spi: Add missing MODULE_DESCRIPTION()Andy Shevchenko
2024-04-10regmap: Drop capitalisation in MODULE_DESCRIPTION()Andy Shevchenko
2024-04-09regmap: kunit: Add some test cases and a few smallMark Brown
2024-04-08regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald
2024-04-08regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald
2024-04-08regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald
2024-04-08regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald
2024-04-08regmap: kunit: Add more cache-sync testsRichard Fitzgerald
2024-04-08regmap: kunit: Add more cache-drop testsRichard Fitzgerald
2024-04-08regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald
2024-04-08regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald
2024-04-08PM: sleep: Take advantage of %ps to simplify debug outputLen Brown
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald
2024-04-05Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-04-03PM: wakeup: make device_wakeup_disable() return voidDhruva Gole
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald
2024-03-27driver core: Remove unused platform_notify, platform_notify_removeBjorn Helgaas
2024-03-26driver core: Introduce device_link_wait_removal()Herve Codina
2024-03-25device property: Move fwnode_handle_put() into property.hJonathan Cameron
2024-03-25regmap: maple: Remove second semicolonColin Ian King