index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-12
Backmerge tag 'v6.14-rc6' into drm-next
Dave Airlie
1
-0
/
+1
2025-03-11
Merge tag 'drm-xe-next-2025-03-07' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
2
-1
/
+14
2025-02-28
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
28
-181
/
+675
2025-02-27
drivers: base: component: add function to query the bound status
Heiko Stuebner
1
-0
/
+14
2025-02-25
drivers: base: component: Add debug message for unbind
Lucas De Marchi
1
-0
/
+3
2025-02-25
drivers: base: devres: Fix find_group() documentation
Lucas De Marchi
1
-1
/
+4
2025-02-25
drivers: base: devres: Allow to release group on device release
Lucas De Marchi
1
-0
/
+7
2025-02-20
drivers: core: fix device leak in __fw_devlink_relax_cycles()
Luca Ceresoli
1
-0
/
+1
2025-02-16
Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-1
/
+235
2025-02-13
Merge tag 'regmap-fix-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2025-02-13
driver core: add a faux bus for use when a simple device/bus is needed
Greg Kroah-Hartman
4
-1
/
+235
2025-02-09
PM: sleep: core: Restrict power.set_active propagation
Rafael J. Wysocki
1
-12
/
+9
2025-02-05
regmap-irq: Add missing kfree()
Jiasheng Jiang
1
-0
/
+2
2025-01-31
Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+3
2025-01-30
Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-9
/
+20
2025-01-29
Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2025-01-29
PM: sleep: core: Synchronize runtime PM status of parents and children
Rafael J. Wysocki
1
-9
/
+20
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-122
/
+122
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-01-25
mm: add build-time option for hotplug memory default online type
Gregory Price
1
-2
/
+2
2025-01-24
Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+39
2025-01-22
Merge tag 'acpi-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-3
/
+1
2025-01-22
Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-7
/
+46
2025-01-22
Merge tag 'regmap-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
5
-40
/
+211
2025-01-20
Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em'
Rafael J. Wysocki
3
-7
/
+46
2025-01-20
Merge branches 'acpi-battery', 'acpi-fan' and 'acpi-misc'
Rafael J. Wysocki
1
-3
/
+1
2025-01-18
Merge patch series "riscv: Add support for xtheadvector"
Palmer Dabbelt
1
-0
/
+3
2025-01-18
riscv: Add ghostwrite vulnerability
Charlie Jenkins
1
-0
/
+3
2025-01-17
PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq()
Peng Fan
1
-0
/
+26
2025-01-15
devcoredump: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-5
/
+5
2025-01-15
devcoredump: Define 'struct bin_attribute' through macro
Thomas Weißschuh
1
-6
/
+2
2025-01-14
PM: sleep: Allow configuring the DPM watchdog to warn earlier than panic
Douglas Anderson
1
-5
/
+19
2025-01-13
device property: Split property reading bool and presence test ops
Rob Herring (Arm)
2
-0
/
+39
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
1
-4
/
+20
2025-01-10
devres: add devm_remove_action_nowarn()
Danilo Krummrich
1
-5
/
+18
2025-01-10
drivers: core: remove device_link argument from class_compat_[create|remove]_...
Heiner Kallweit
1
-28
/
+3
2025-01-10
driver core: Move two simple APIs for finding child device to header
Zijun Hu
1
-32
/
+0
2025-01-10
driver core: Introduce device_iter_t for device iterating APIs
Zijun Hu
4
-6
/
+6
2025-01-10
driver core: Correct API device_for_each_child_reverse_from() prototype
Zijun Hu
1
-2
/
+2
2025-01-10
driver core: Correct parameter check for API device_for_each_child_reverse_fr...
Zijun Hu
1
-1
/
+1
2025-01-10
driver core: Move true expression out of if condition in 3 device finding APIs
Zijun Hu
3
-6
/
+15
2025-01-10
driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
Zijun Hu
1
-1
/
+8
2025-01-10
firmware_loader: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-7
/
+7
2025-01-10
devcoredump: cleanup some comments
Randy Dunlap
1
-2
/
+4
2025-01-07
Expand SoundWire MBQ register map support
Mark Brown
1
-22
/
+197
2025-01-07
regmap: sdw-mbq: Add support for SDCA deferred controls
Charles Keepax
1
-14
/
+115
2025-01-07
regmap: sdw-mbq: Add support for further MBQ register sizes
Charles Keepax
1
-20
/
+94
2025-01-07
topology: Keep the cpumask unchanged when printing cpumap
Li Huafei
1
-4
/
+20
2025-01-03
driver core: Introduce an device matching API device_match_type()
Zijun Hu
1
-0
/
+6
[next]