index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-17
Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-13
/
+26
2024-02-12
regmap: kunit: Ensure that changed bytes are actually different
Mark Brown
1
-16
/
+38
2024-02-07
regmap: kunit: fix raw noinc write test wrapping
Ben Wolsieffer
1
-1
/
+2
2024-02-02
driver core: fw_devlink: Improve logs for cycle detection
Saravana Kannan
1
-2
/
+9
2024-02-02
driver core: fw_devlink: Improve detection of overlapping cycles
Saravana Kannan
1
-2
/
+7
2024-02-02
driver core: Fix device_link_flag_is_sync_state_only()
Saravana Kannan
1
-2
/
+4
2024-01-30
topology: Set capacity_freq_ref in all cases
Vincent Guittot
1
-7
/
+6
2024-01-18
Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-1
/
+1
2024-01-18
Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-6
/
+6
2024-01-18
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
16
-48
/
+94
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+36
2024-01-17
Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-54
/
+65
2024-01-16
Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-qos' into pm
Rafael J. Wysocki
2
-54
/
+65
2024-01-12
Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-0
/
+28
2024-01-12
Merge tag 'pmdomain-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
3
-3848
/
+0
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-0
/
+1
2024-01-10
PM: sleep: Restore asynchronous device resume optimization
Rafael J. Wysocki
1
-53
/
+64
2024-01-09
Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-80
/
+68
2024-01-09
Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
5
-13
/
+85
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2024-01-09
PM: QoS: Use kcalloc() instead of kzalloc()
Erick Archer
1
-1
/
+1
2024-01-08
Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-17
/
+39
2024-01-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-4
/
+4
2024-01-04
class: fix use-after-free in class_register()
Jing Xia
1
-0
/
+1
2024-01-04
PM: clk: make pm_clk_add_notifier() take a const pointer
Greg Kroah-Hartman
1
-1
/
+1
2024-01-03
PM: sleep: Fix possible deadlocks in core system-wide PM code
Rafael J. Wysocki
1
-80
/
+68
2023-12-23
arm64/amu: Use capacity_ref_freq() to set AMU ratio
Vincent Guittot
1
-1
/
+11
2023-12-23
cpufreq/cppc: Set the frequency used for computing the capacity
Vincent Guittot
1
-1
/
+14
2023-12-23
sched/topology: Add a new arch_scale_freq_ref() method
Vincent Guittot
1
-15
/
+14
2023-12-22
base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'
Dave Jiang
1
-6
/
+6
2023-12-21
driver core: mark remaining local bus_type variables as const
Greg Kroah-Hartman
6
-6
/
+6
2023-12-21
driver core: container: make container_subsys const
Greg Kroah-Hartman
1
-1
/
+1
2023-12-21
driver core: bus: constantify subsys_register() calls
Greg Kroah-Hartman
1
-3
/
+3
2023-12-21
driver core: bus: make bus_sort_breadthfirst() take a const pointer
Greg Kroah-Hartman
1
-1
/
+1
2023-12-20
PM: fix missing rculist.h dependency
Kent Overstreet
1
-0
/
+1
2023-12-20
regmap: fix kcalloc() arguments order
Dmitry Antipov
2
-4
/
+4
2023-12-20
Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
1
-1
/
+36
2023-12-18
PM: domains: Move genpd and its governor to the pmdomain subsystem
Ulf Hansson
3
-3818
/
+0
2023-12-18
PM: domains: Drop redundant header for genpd
Ulf Hansson
1
-2
/
+0
2023-12-17
rtc: Extend timeout for waiting for UIP to clear to 1s
Mario Limonciello
1
-1
/
+1
2023-12-17
rtc: Add support for configuring the UIP timeout for RTC reads
Mario Limonciello
1
-1
/
+1
2023-12-15
driver core: Better advertise dev_err_probe()
Uwe Kleine-König
1
-4
/
+5
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-6
/
+21
2023-12-13
PM: domains: Drop the unused pm_genpd_opp_to_performance_state()
Ulf Hansson
1
-32
/
+0
2023-12-13
PM: domains: fix domain_governor kernel-doc warnings
Randy Dunlap
1
-2
/
+6
2023-12-09
Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
2023-12-08
Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-6
/
+18
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
[next]