index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
of: Refactor node and property manipulation function locking
Rob Herring
2
-64
/
+49
2023-08-21
of: dynamic: Move dead property list check into property add/update functions
Rob Herring
2
-32
/
+24
2023-08-21
of: dynamic: Fix race in getting old property when updating property
Rob Herring
1
-5
/
+2
2023-08-21
of: dynamic: Refactor changeset action printing to common helpers
Rob Herring
1
-42
/
+11
2023-08-21
Merge branch 'dt/linus' into dt/next
Rob Herring
5
-29
/
+17
2023-08-21
of/platform: increase refcount of fwnode
Peng Fan
1
-2
/
+2
2023-08-21
of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock
Rob Herring
1
-22
/
+9
2023-08-21
of: unittest: Fix EXPECT for parse_phandle_with_args_map() test
Rob Herring
1
-2
/
+2
2023-08-18
mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer
Rik van Riel
1
-1
/
+2
2023-08-10
of: unittest: Remove redundant of_match_ptr()
Ruan Jinjie
1
-3
/
+3
2023-08-04
of: Move of_device_{add,register,unregister} to platform.c
Rob Herring
2
-32
/
+32
2023-08-04
of: Move of_platform_register_reconfig_notifier() into DT core
Rob Herring
3
-0
/
+9
2023-08-01
of: property: fw_devlink: Add a devlink for panel followers
Douglas Anderson
1
-0
/
+2
2023-07-27
of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()
Ruan Jinjie
1
-4
/
+6
2023-07-24
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
3
-36
/
+63
2023-07-21
of: module: Export of_device_uevent()
Miquel Raynal
1
-0
/
+1
2023-07-11
of: Preserve "of-display" device name for compatibility
Rob Herring
1
-1
/
+1
2023-07-10
of: make OF_EARLY_FLATTREE depend on HAS_IOMEM
Baoquan He
1
-1
/
+1
2023-06-29
Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-8
/
+63
2023-06-29
Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-28
/
+0
2023-06-23
of: unittest: drop assertions for GPIO hog messages
Bartosz Golaszewski
1
-28
/
+0
2023-06-20
of: reserved_mem: Use stable allocation order
Stephan Gerhold
1
-0
/
+5
2023-06-20
of: reserved_mem: Try to keep range allocations contiguous
Stephan Gerhold
1
-2
/
+53
2023-06-15
of/platform: Propagate firmware node by calling device_set_node()
Andy Shevchenko
1
-4
/
+3
2023-06-12
of: unittest: Switch i2c driver back to use .probe()
Uwe Kleine-König
1
-2
/
+2
2023-06-09
of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()
Kunihiko Hayashi
1
-0
/
+1
2023-06-07
gpiolib: demote the hogging log messages to debug
Bartosz Golaszewski
1
-8
/
+8
2023-05-05
Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2023-04-29
Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2
-5
/
+1
2023-04-28
Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+6
2023-04-27
of: fdt: Scan /memreserve/ last
Lucas Tanure
1
-2
/
+3
2023-04-27
Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-75
/
+94
2023-04-27
Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-192
/
+443
2023-04-27
Merge tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-152
/
+140
2023-04-18
riscv: Use PUD/P4D/PGD pages for the linear mapping
Alexandre Ghiti
1
-5
/
+6
2023-04-13
of/address: Add of_property_read_reg() helper
Rob Herring
2
-0
/
+45
2023-04-13
of/address: Add of_range_count() helper
Rob Herring
1
-1
/
+6
2023-04-13
of/address: Add support for 3 address cell bus
Rob Herring
3
-2
/
+87
2023-04-13
of/address: Add of_range_to_resource() helper
Rob Herring
2
-4
/
+43
2023-04-13
of: unittest: Add bus address range parsing tests
Rob Herring
1
-0
/
+53
2023-04-13
of: Move CPU node related functions to their own file
Rob Herring
3
-188
/
+211
2023-04-13
Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-0
/
+6
2023-04-11
treewide: Fix probing of devices in DT overlays
Geert Uytterhoeven
2
-0
/
+6
2023-04-10
of: Make devtree_lock declaration private
Rob Herring
1
-0
/
+1
2023-04-07
of: address: always use dma_default_coherent for default coherency
Jiaxun Yang
2
-5
/
+1
2023-04-05
of: device: Kill of_device_request_module()
Miquel Raynal
1
-9
/
+0
2023-04-05
of: Move the request module helper logic to module.c
Miquel Raynal
2
-23
/
+32
2023-04-05
of: Move of_modalias() to module.c
Miquel Raynal
3
-38
/
+45
2023-04-05
of: Rename of_modalias_node()
Miquel Raynal
1
-7
/
+11
2023-04-05
of: Update of_device_get_modalias()
Miquel Raynal
1
-12
/
+17
[prev]
[next]