index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-24
of/reconfig: Always use the same structure for notifiers
Grant Likely
1
-20
/
+21
2014-11-24
of/reconfig: Add debug output for OF_RECONFIG notifiers
Grant Likely
1
-16
/
+32
2014-11-24
of/reconfig: Add of_reconfig_get_state_change() of notifier helper.
Pantelis Antoniou
1
-0
/
+96
2014-11-24
of/resolver: Switch to new local fixups format.
Pantelis Antoniou
2
-50
/
+139
2014-11-24
of: Refactor __of_node_alloc() into __of_node_dup()
Grant Likely
3
-16
/
+40
2014-11-24
of: Use vargs in __of_node_alloc
Grant Likely
3
-12
/
+12
2014-11-24
Merge tag 'v3.18-rc6' into devicetree/next
Grant Likely
4
-8
/
+26
2014-11-20
of/selftest: Fix testing when /aliases is missing
Grant Likely
1
-1
/
+7
2014-11-20
of: Properly set the OF_POPULATED_BUS flag on root node
Grant Likely
1
-1
/
+5
2014-11-19
of/selftest: Fix off-by-one error in removal path
Grant Likely
1
-2
/
+1
2014-11-19
of/fdt: export fdt blob as /sys/firmware/fdt
Ard Biesheuvel
2
-16
/
+28
2014-11-18
of/base: Fix PowerPC address parsing hack
Benjamin Herrenschmidt
1
-3
/
+16
2014-11-18
of: Fix crash if an earlycon driver is not found
Kevin Cernekee
1
-1
/
+1
2014-11-18
of: Spelling s/stucture/structure/
Geert Uytterhoeven
1
-1
/
+1
2014-11-18
of: Change of_device_is_available() to return bool
Kevin Cernekee
1
-11
/
+11
2014-11-18
of: Fix of_device_is_compatible() comment
Kevin Cernekee
1
-1
/
+1
2014-11-18
of/address: Don't throw errors on absent ranges properties
Benjamin Herrenschmidt
1
-1
/
+1
2014-11-12
PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"
Yijing Wang
1
-4
/
+4
2014-11-10
of/irq: Export of_irq_get()
Laurent Pinchart
1
-0
/
+1
2014-11-04
Driver core: Unified device properties interface for platform firmware
Rafael J. Wysocki
1
-0
/
+33
2014-11-04
of/platform: Move platform devices under /sys/devices/platform
Grant Likely
1
-2
/
+2
2014-11-04
of: Remove spaces before tabs
Geert Uytterhoeven
1
-7
/
+7
2014-11-04
of: Grammar s/an/a/
Geert Uytterhoeven
1
-1
/
+1
2014-11-04
of: Improve grammar for of_alias_scan() documentation
Geert Uytterhoeven
1
-5
/
+5
2014-11-04
of: Correct of_phandle_args node reference in comments
Geert Uytterhoeven
1
-2
/
+2
2014-11-04
of: check for size < 0 after rounding in early_init_dt_add_memory_arch
Ard Biesheuvel
1
-0
/
+5
2014-11-04
of/fdt: Don't clear initial_boot_params if fdt_check_header() fails
Bjorn Helgaas
1
-6
/
+3
2014-11-04
of: Request and map make argument name constant
Matthias Brugger
1
-1
/
+1
2014-11-04
of/unittest: Rename selftest.c to unittest.c
Grant Likely
8
-4
/
+4
2014-11-04
of/unittest: Remove test devices after adding them
Grant Likely
1
-11
/
+28
2014-11-04
of: Eliminate of_allnodes list
Grant Likely
5
-107
/
+87
2014-11-04
of: Fix overflow bug in string property parsing functions
Grant Likely
3
-72
/
+84
2014-10-29
drivers: of: add return value to of_reserved_mem_device_init()
Marek Szyprowski
1
-5
/
+9
2014-10-11
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-9
/
+490
2014-10-09
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+296
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+7
2014-10-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+3
2014-10-07
net: phy: adjust fixed_phy_register() return value
Petri Gynther
1
-2
/
+5
2014-10-07
of/selftest: Move hash table off stack to fix large frame size
Grant Likely
1
-5
/
+4
2014-10-04
of/selftest: Use the resolver to fixup phandles
Grant Likely
3
-1
/
+44
2014-10-04
of: Introduce Device Tree resolve support.
Pantelis Antoniou
3
-0
/
+340
2014-10-04
of/selftest: Add a test for duplicate phandles
Grant Likely
1
-0
/
+47
2014-10-04
of: Don't try to search when phandle == 0
Grant Likely
1
-0
/
+3
2014-10-04
of/selftest: Test structure of device tree
Grant Likely
1
-2
/
+54
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+26
2014-10-01
of: Fix NULL dereference in selftest removal code
Grant Likely
1
-6
/
+3
2014-09-30
of/pci: Add support for parsing PCI host bridge resources from DT
Liviu Dudau
1
-0
/
+117
2014-09-30
of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()
Liviu Dudau
1
-0
/
+25
2014-09-30
of/pci: Fix the conversion of IO ranges into IO resources
Liviu Dudau
1
-4
/
+40
2014-09-30
of/pci: Move of_pci_range_to_resource() to of/address.c
Liviu Dudau
1
-0
/
+9
[prev]
[next]