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
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
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
2025-01-03
driver core: Remove match_any()
Zijun Hu
1
-6
/
+1
2025-01-03
driver core: Simplify API device_find_child_by_name() implementation
Zijun Hu
1
-12
/
+1
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-3
/
+3
2024-12-24
drivers: base: test: Add ...find_device_by...(... NULL) tests
Brian Norris
1
-1
/
+40
2024-12-24
drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS
Brian Norris
1
-0
/
+1
2024-12-24
drivers: base: Don't match devices with NULL of_node/fwnode/etc
Brian Norris
1
-4
/
+4
2024-12-19
ACPI: bus: change the prototype for acpi_get_physical_device_location
Ricardo Ribalda
1
-3
/
+1
2024-12-11
regmap: regmap_multi_reg_read(): make register list const
Richard Fitzgerald
1
-2
/
+2
2024-12-09
regmap: Merge up v6.12-rc2
Mark Brown
6
-13
/
+31
2024-12-08
Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+8
2024-12-06
Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2024-12-06
Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+14
2024-12-06
cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU
Ricardo Neri
1
-6
/
+8
2024-12-05
PM: sleep: sysfs: don't include 'pm_wakeup.h' directly
Wolfram Sang
1
-1
/
+0
2024-12-05
PM: sleep: Update stale comment in device_resume()
Rafael J. Wysocki
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
3
-5
/
+5
2024-12-02
regmap: Cleanup and microoptimization
Mark Brown
2
-6
/
+5
2024-12-02
regmap: cache: rbtree: use krealloc_array() to replace krealloc()
Andy Shevchenko
1
-6
/
+4
2024-12-02
regmap: cache: mapple: use kmalloc_array() to replace kmalloc()
Andy Shevchenko
1
-4
/
+3
2024-12-02
regmap: place foo / 8 and foo % 8 closer to each other
Andy Shevchenko
1
-2
/
+2
2024-12-02
regmap: Use BITS_TO_BYTES()
Andy Shevchenko
1
-4
/
+3
2024-12-02
regmap: cache: Use BITS_TO_BYTES()
Andy Shevchenko
1
-1
/
+1
2024-12-02
regmap: detach regmap from dev on regmap_exit
Cosmin Tanislav
1
-0
/
+12
2024-12-02
regmap: Use correct format specifier for logging range errors
Mark Brown
1
-2
/
+2
2024-12-01
arch_numa: Restore nid checks before registering a memblock with a node
Marc Zyngier
1
-0
/
+4
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-118
/
+77
2024-11-20
Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2024-11-20
Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u...
Linus Torvalds
1
-1
/
+20
[prev]
[next]