1. 5f16eb0 Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 months ago
  2. d90be6e Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 months ago
  3. 8dde191 Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 months ago
  4. ff2632d Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 months ago
  5. db5d28c Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernel by Linus Torvalds · 9 months ago
  6. e5bc44e arch/topology: Fix variable naming to avoid shadowing by Vincent Guittot · 10 months ago
  7. fffe418 Merge tag 'regmap-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 months ago
  8. 0c181b1 Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 months ago
  9. 6e5a0c3 Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 months ago
  10. 440f9d47 Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap' by Rafael J. Wysocki · 9 months ago
  11. ed63ba1 Merge 6.9-rc7 into char-misc-testing by Greg Kroah-Hartman · 10 months ago
  12. 880a746 device property: Fix a typo in the description of device_get_child_node_count() by Christophe JAILLET · 10 months ago
  13. 3cc50d0 driver core: Add device_show_string() helper for sysfs attributes by Lukas Wunner · 10 months ago
  14. d4dbc99 sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressure() by Vincent Guittot · 11 months ago
  15. 7732ce0 Merge tag 'iio-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next by Greg Kroah-Hartman · 10 months ago
  16. 8322106 Merge tag 'drm-xe-next-2024-04-23' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next by Dave Airlie · 10 months ago
  17. e5019b1 Merge 6.9-rc5 into driver-core-next by Greg Kroah-Hartman · 10 months ago
  18. 7936502 crash: add a new kexec flag for hotplug support by Sourabh Jain · 11 months ago
  19. 991b5e2a regmap: kunit: Fix an NULL vs IS_ERR() check by Dan Carpenter · 10 months ago
  20. 79790b6 Merge drm/drm-next into drm-xe-next by Thomas Hellström · 10 months ago
  21. 68313be Merge back earlier system-wide PM changes for 6.10. by Rafael J. Wysocki · 10 months ago
  22. a28380f devcoredump: Add dev_coredump_put() by José Roberto de Souza · 10 months ago
  23. 85d2b0a module: don't ignore sysfs_create_link() failures by Arnd Bergmann · 11 months ago
  24. 135cec6 regmap: spi: Add missing MODULE_DESCRIPTION() by Andy Shevchenko · 10 months ago
  25. c1ffff8 regmap: Drop capitalisation in MODULE_DESCRIPTION() by Andy Shevchenko · 10 months ago
  26. 8a8317f regmap: kunit: Add some test cases and a few small by Mark Brown · 10 months ago
  27. f63eb9a regmap: kunit: Add test cases for regmap_read_bypassed() by Richard Fitzgerald · 11 months ago
  28. 468d277e regmap: kunit: Add cache-drop test with multiple cache blocks by Richard Fitzgerald · 11 months ago
  29. d6f2fd7 regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed alloc by Richard Fitzgerald · 11 months ago
  30. ce75e06 regmap: kunit: Use a KUnit action to call regmap_exit() by Richard Fitzgerald · 11 months ago
  31. 7903d15 regmap: kunit: Add more cache-sync tests by Richard Fitzgerald · 11 months ago
  32. 7dd52d3 regmap: kunit: Add more cache-drop tests by Richard Fitzgerald · 11 months ago
  33. ac4394b regmap: kunit: Run non-sparse cache tests at non-zero register addresses by Richard Fitzgerald · 11 months ago
  34. 7109157 regmap: kunit: Run sparse cache tests at non-zero register addresses by Richard Fitzgerald · 11 months ago
  35. 48bccea regmap: kunit: Introduce struct for test case parameters by Richard Fitzgerald · 11 months ago
  36. 7b7982f regmap: kunit: Create a struct device for the regmap by Richard Fitzgerald · 11 months ago
  37. 866f702 regmap: kunit: Fix warnings of implicit casts to __le16 and __be16 by Richard Fitzgerald · 11 months ago
  38. 5b9eda2 PM: sleep: Take advantage of %ps to simplify debug output by Len Brown · 11 months ago
  39. 70ee853 regmap: Add regmap_read_bypassed() by Richard Fitzgerald · 11 months ago
  40. a6bec44 Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 months ago
  41. afde996 PM: wakeup: make device_wakeup_disable() return void by Dhruva Gole · 11 months ago
  42. eaa0348 regmap: maple: Fix uninitialized symbol 'ret' warnings by Richard Fitzgerald · 11 months ago
  43. 00bb549 regmap: maple: Fix cache corruption in regcache_maple_drop() by Richard Fitzgerald · 11 months ago
  44. 0bb322b driver core: Remove unused platform_notify, platform_notify_remove by Bjorn Helgaas · 11 months ago
  45. 0462c56 driver core: Introduce device_link_wait_removal() by Herve Codina · 11 months ago
  46. 77fc515 device property: Move fwnode_handle_put() into property.h by Jonathan Cameron · 1 year ago
  47. aad6b35 regmap: maple: Remove second semicolon by Colin Ian King · 11 months ago
  48. 241590e Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 months ago
  49. 02c163e Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl by Linus Torvalds · 11 months ago
  50. 902861e Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 11 months ago
  51. 07abb19a Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 months ago
  52. a070a08 Merge tag 'pmdomain-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm by Linus Torvalds · 11 months ago
  53. b30f2db Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 months ago
  54. debdce2 cxl/region: Deal with numa nodes not enumerated by SRAT by Dave Jiang · 12 months ago
  55. 11270e5 base/node / ACPI: Enumerate node access class for 'struct access_coordinate' by Dave Jiang · 12 months ago
  56. 0e33cf9 Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 months ago
  57. 4527e83 Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 months ago
  58. 8076fcd x86/rfds: Mitigate Register File Data Sampling (RFDS) by Pawan Gupta · 11 months ago
  59. 1ddeeb2 Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux by Linus Torvalds · 11 months ago
  60. 7874b58 Merge branch 'pm-runtime' by Rafael J. Wysocki · 11 months ago
  61. 86b84bd Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 months ago
  62. 6aeb885 device: core: Log warning for devices pending deferred probe on timeout by Nícolas F. R. A. Prado · 12 months ago
  63. 448af2d driver: core: Use dev_* instead of pr_* so device metadata is added by Nícolas F. R. A. Prado · 12 months ago
  64. 32de4b4 driver: core: Log probe failure as error and with device metadata by Nícolas F. R. A. Prado · 12 months ago
  65. b7e1241 driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link by Saravana Kannan · 12 months ago
  66. 75cde56 driver core: Adds flags param to fwnode_link_add() by Saravana Kannan · 12 months ago
  67. 4dc3d61 device property: Don't use "proxy" headers by Andy Shevchenko · 12 months ago
  68. 1c4002a driver core: Move fw_devlink stuff to where it belongs by Andy Shevchenko · 12 months ago
  69. 1fe6e4f firmware_loader: Suppress warning on FW_OPT_NO_WARN flag by Mukesh Ojha · 12 months ago
  70. 822d66c platform-msi: Remove usage of the deprecated ida_simple_xx() API by Christophe JAILLET · 1 year, 1 month ago
  71. f8c7511 block: make block_class constant by Ricardo B. Marliere · 12 months ago
  72. e7a7681 PM: sleep: wakeirq: fix wake irq warning in system suspend by Qingliang Li · 12 months ago
  73. bb92804 regmap: kunit: Add a test for ranges in combination with windows by Mark Brown · 12 months ago
  74. 02aff84 crash: split crash dumping code out from kexec_core.c by Baoquan He · 1 year, 1 month ago
  75. 015abee PM: runtime: add tracepoint for runtime_status changes by Vilas Bhat · 12 months ago
  76. 5cec4eb mm and cache_info: remove unnecessary CPU cache info update by Huang Ying · 1 year, 1 month ago
  77. c5f1e2d mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers by Sumanth Korikkar · 1 year, 1 month ago
  78. 0774906 Merge 6.8-rc5 into driver-core-next by Greg Kroah-Hartman · 1 year ago
  79. ced5905 Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year ago
  80. 1a4671ff7 platform-msi: Remove unused interfaces by Thomas Gleixner · 1 year ago
  81. c88f911 platform-msi: Prepare for real per device domains by Thomas Gleixner · 1 year, 1 month ago
  82. 161e16a PM: domains: Add helper functions to attach/detach multiple PM domains by Ulf Hansson · 1 year, 1 month ago
  83. c0ef3df PM: runtime: Simplify pm_runtime_get_if_active() usage by Sakari Ailus · 1 year, 1 month ago
  84. 2f0dbb2 regmap: kunit: Ensure that changed bytes are actually different by Mark Brown · 1 year ago
  85. 7011b51 regmap: kunit: fix raw noinc write test wrapping by Ben Wolsieffer · 1 year ago
  86. 0ec74ad regmap: rework ->max_register handling by Jan Dakinevich · 1 year, 1 month ago
  87. 8620578 PM: sleep: Call dpm_async_fn() directly in each suspend phase by Rafael J. Wysocki · 1 year, 1 month ago
  88. 96db0f9 PM: sleep: Move devices to new lists earlier in each suspend phase by Rafael J. Wysocki · 1 year, 1 month ago
  89. a4b64b8 PM: sleep: Move some assignments from under a lock by Rafael J. Wysocki · 1 year, 1 month ago
  90. ac6f87a PM: sleep: stats: Log errors right after running suspend callbacks by Rafael J. Wysocki · 1 year, 1 month ago
  91. 4add3e7 PM: sleep: stats: Call dpm_save_failed_step() at most once per phase by Rafael J. Wysocki · 1 year, 1 month ago
  92. 9ff544f PM: sleep: stats: Define suspend_stats next to the code using it by Rafael J. Wysocki · 1 year, 1 month ago
  93. b730bab PM: sleep: stats: Use an array of step failure counters by Rafael J. Wysocki · 1 year, 1 month ago
  94. 6e7ad1a driver core: fw_devlink: Improve logs for cycle detection by Saravana Kannan · 1 year, 1 month ago
  95. 6442d79 driver core: fw_devlink: Improve detection of overlapping cycles by Saravana Kannan · 1 year, 1 month ago
  96. 7fddac1 driver core: Fix device_link_flag_is_sync_state_only() by Saravana Kannan · 1 year, 1 month ago
  97. 98323e9 topology: Set capacity_freq_ref in all cases by Vincent Guittot · 1 year, 1 month ago
  98. f297a38 driver core: component: fix spellos by Randy Dunlap · 1 year, 1 month ago
  99. 3a480d4 driver core: cpu: make cpu_subsys const by Greg Kroah-Hartman · 1 year, 2 months ago
  100. 9cb1c98 PM: sleep: Relocate two device PM core functions by Rafael J. Wysocki · 1 year, 1 month ago