index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-17
devres: don't require ARCH_DMA_MINALIGN for devres actions
Danilo Krummrich
1
-45
/
+105
2026-03-17
devres: add devres_node_init()
Danilo Krummrich
1
-6
/
+9
2026-03-17
devres: add devres_node_add()
Danilo Krummrich
1
-8
/
+9
2026-03-17
devres: fix missing node debug info in devm_krealloc()
Danilo Krummrich
1
-0
/
+2
2026-03-17
driver core: platform: use generic driver_override infrastructure
Danilo Krummrich
1
-32
/
+5
2026-03-17
driver core: generalize driver_override in struct device
Danilo Krummrich
3
-1
/
+104
2026-03-16
PM: runtime: Fix a race condition related to device removal
Bart Van Assche
1
-0
/
+1
2026-03-16
regmap: Synchronize cache for the page selector
Andy Shevchenko
1
-4
/
+26
2026-03-16
regmap: Synchronize cache for the page selector
Andy Shevchenko
1
-4
/
+26
2026-03-13
driver core: auxiliary bus: Introduce dev_is_auxiliary()
Rafael J. Wysocki
1
-0
/
+10
2026-03-13
driver: core: constify groups array argument in device_add_groups and device_...
Heiner Kallweit
1
-2
/
+3
2026-03-12
base: soc: rename and export soc_device_get_machine()
Bartosz Golaszewski
1
-8
/
+5
2026-03-12
base: soc: order includes alphabetically
Bartosz Golaszewski
1
-5
/
+5
2026-03-12
device core: Fix kernel-doc warnings in base.h
Dan Williams
1
-38
/
+41
2026-03-09
Merge tag 'v7.0-rc3' into driver-core-next
Danilo Krummrich
2
-11
/
+2
2026-03-05
regmap: Simplify devres handling
Krzysztof Kozlowski
1
-13
/
+10
2026-03-05
regcache: Move HW readback after cache initialisation
Andy Shevchenko
1
-12
/
+15
2026-03-05
regcache: Allocate and free reg_defaults on the same level
Andy Shevchenko
1
-19
/
+15
2026-03-05
regcache: Move count check and cache_bypass assignment to the caller
Andy Shevchenko
1
-4
/
+4
2026-03-03
regcache: Factor out regcache_hw_exit() helper
Andy Shevchenko
1
-6
/
+9
2026-03-03
Revert "driver core: enforce device_lock for driver_match_device()"
Danilo Krummrich
2
-11
/
+2
2026-03-02
regmap: Merge up v7.0-rc2
Mark Brown
1
-14
/
+13
2026-03-02
regcache: Amend printf() specifiers when printing registers
Andy Shevchenko
1
-2
/
+2
2026-03-02
regcache: Define iterator inside for-loop and align their types
Andy Shevchenko
2
-8
/
+7
2026-03-02
driver core: platform: fix various formatting issues
Dmitry Torokhov
1
-28
/
+21
2026-03-02
driver core: platform: allow attaching software nodes when creating devices
Dmitry Torokhov
1
-1
/
+8
2026-02-22
regcache: Split regcache_count_cacheable_registers() helper
Andy Shevchenko
1
-11
/
+19
2026-02-22
regcache: Remove duplicate check in regcache_hw_init()
Andy Shevchenko
1
-3
/
+0
2026-02-23
device property: Allow secondary lookup in fwnode_get_next_child_node()
Andy Shevchenko
1
-14
/
+13
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
35
-72
/
+72
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
42
-91
/
+87
2026-02-18
Merge tag 'pm-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-4
/
+7
2026-02-16
Merge tag 'pinctrl-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2
-0
/
+11
2026-02-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+8
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-22
/
+31
2026-02-11
PM: sleep: wakeirq: Update outdated documentation comments
Wang Jiayue
1
-4
/
+7
2026-02-11
Merge tag 'regmap-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
6
-3
/
+119
2026-02-09
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+8
2026-02-09
Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-02-06
Revert "revocable: Revocable resource management"
Johan Hovold
1
-225
/
+0
2026-02-06
Revert "revocable: Add Kunit test cases"
Johan Hovold
3
-295
/
+0
2026-02-05
driver core: remove device_change_owner() export
Greg Kroah-Hartman
1
-1
/
+0
2026-02-04
Merge branch 'pm-sleep'
Rafael J. Wysocki
3
-9
/
+11
2026-02-04
driver core: disable revocable code from build
Greg Kroah-Hartman
2
-2
/
+2
2026-02-03
PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against races
Gui-Dong Han
1
-3
/
+6
2026-02-03
driver core: cpu: Convert /sys/devices/system/cpu/isolated to use HK_TYPE_DOM...
Frederic Weisbecker
1
-1
/
+1
2026-02-03
revocable: Add KUnit test for concurrent access
Tzung-Bi Shih
1
-0
/
+104
2026-02-03
revocable: fix SRCU index corruption by requiring caller-provided storage
Tzung-Bi Shih
2
-67
/
+43
[prev]
[next]