index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Lines
2025-01-07
topology: Keep the cpumask unchanged when printing cpumap
Li Huafei
-4
/
+20
2024-12-08
Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-6
/
+8
2024-12-06
Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+4
2024-12-06
Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+14
2024-12-06
cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU
Ricardo Neri
-6
/
+8
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-5
/
+5
2024-12-02
regmap: detach regmap from dev on regmap_exit
Cosmin Tanislav
-0
/
+12
2024-12-02
regmap: Use correct format specifier for logging range errors
Mark Brown
-2
/
+2
2024-12-01
arch_numa: Restore nid checks before registering a memblock with a node
Marc Zyngier
-0
/
+4
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-118
/
+77
2024-11-20
Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+1
2024-11-20
Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u...
Linus Torvalds
-1
/
+20
2024-11-20
Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
-28
/
+101
2024-11-20
Merge tag 'regmap-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
-5
/
+54
2024-11-15
driver core: Constify bin_attribute definitions
Thomas Weißschuh
-22
/
+22
2024-11-13
firmware_loader: Fix possible resource leak in fw_log_firmware_info()
Gaosheng Cui
-3
/
+2
2024-11-12
Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
-0
/
+1
2024-11-12
drivers: core: fw_devlink: Fix excess parameter description in docstring
Amit Vadhavana
-1
/
+1
2024-11-12
driver core: class: Correct WARN() message in APIs class_(for_each|find)_devi...
Zijun Hu
-2
/
+2
2024-11-10
cacheinfo: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
-3
/
+3
2024-11-06
ACPI: processor: Move arch_init_invariance_cppc() call later
Mario Limonciello
-1
/
+5
2024-11-05
drivers: core: fw_devlink: Make the error message a bit more useful
Saravana Kannan
-2
/
+2
2024-11-05
driver core: fw_devlink: Stop trying to optimize cycle detection logic
Saravana Kannan
-31
/
+24
2024-11-05
driver core: Constify attribute arguments of binary attributes
Thomas Weißschuh
-4
/
+4
2024-11-05
Merge 6.12-rc6 into driver-core-next
Greg Kroah-Hartman
-12
/
+40
2024-11-04
driver core: constify devlink class
Bartosz Golaszewski
-1
/
+1
2024-11-04
driver core: Put device attribute @wakeup_last_time_ms and its show() together
Zijun Hu
-8
/
+9
2024-11-04
cacheinfo: Don't opencode per_cpu_cacheinfo()
Nikolay Borisov
-7
/
+2
2024-11-04
driver core: auxiliary bus: Spelling s/pecific/specific/
Geert Uytterhoeven
-1
/
+1
2024-11-03
Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-12
/
+5
2024-11-01
regmap: irq: Set lockdep class for hierarchical IRQ domains
Andy Shevchenko
-0
/
+4
2024-10-31
regmap: maple: Provide lockdep (sub)class for maple tree's internal lock
Cristian Ciocaltea
-0
/
+5
2024-10-29
regmap: kunit: Fix repeated test param
Cheng-Cheng Lo
-1
/
+1
2024-10-29
regmap: Merge up fixes from v6.12-rc3
Mark Brown
-11
/
+16
2024-10-29
Revert "driver core: Fix uevent_show() vs driver detach race"
Greg Kroah-Hartman
-12
/
+5
2024-10-25
cxl/port: Fix use-after-free, permit out-of-order decoder shutdown
Dan Williams
-0
/
+35
2024-10-25
PM: QoS: Export dev_pm_qos_read_value
Markus Schneider-Pargmann
-0
/
+1
2024-10-14
devres: Fix page faults when tracing devres from unloaded modules
Keita Morisaki
-3
/
+3
2024-10-14
drivers/base: Remove unused auxiliary_find_device
Dr. David Alan Gilbert
-29
/
+0
2024-10-14
firmware_loader: Reorganize kerneldoc parameter names
Julia Lawall
-1
/
+1
2024-10-11
Merge tag 'pmdomain-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-10
/
+15
2024-10-10
PM: domains: Support required OPPs in dev_pm_domain_attach_list()
Ulf Hansson
-1
/
+20
2024-10-10
PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()
Ulf Hansson
-10
/
+15
2024-10-08
driver core: Add device probe log helper dev_warn_probe()
Dragan Simic
-28
/
+101
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-09-30
regmap: Specifically test writing 0 as a value to sparse caches
Mark Brown
-0
/
+43
2024-09-30
regmap-irq: Consistently use memset32() in regmap_irq_thread()
Andy Shevchenko
-4
/
+1
2024-09-27
Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-150
/
+155
2024-09-26
Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-28
/
+13
2024-09-25
Revert "driver core: don't always lock parent in shutdown"
Greg Kroah-Hartman
-2
/
+2
[next]