1. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  2. b63a07d arch: simplify several early memory allocations by Mike Rapoport · 6 years ago
  3. 88ca055 sparc: Use device_type helpers to access the node type by Rob Herring · 6 years ago
  4. 29c990d sparc: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  5. bb31f9e sparc: prom: use property "name" directly to construct node names by Rob Herring · 6 years ago
  6. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  7. a06ecbf Revert "sparc: Convert to using %pOFn instead of device_node.name" by David S. Miller · 6 years ago
  8. 0b9871a sparc: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  9. a718d13 sparc64: fix typo in property by Pavel Tatashin · 8 years ago
  10. cfbddd0 sparc64: fix sparse warning in prom_64.c by Sam Ravnborg · 11 years ago
  11. 0708268 sparc64, sched: Remove unused sparc64_multi_core by Bjorn Helgaas · 11 years ago
  12. d1cb9d1 of: Make cpu node handling more portable. by David Miller · 11 years ago
  13. 5da444a sparc: fix format string argument for prom_printf() by Akinobu Mita · 12 years ago
  14. cdd0b0a sparc: remove several unnecessary module.h include instances by Paul Gortmaker · 13 years ago
  15. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 14 years ago
  16. 035ebef of/sparc: move is_root_node() to of.h by Andres Salomon · 15 years ago
  17. 95f72d1 lmb: rename to memblock by Yinghai Lu · 15 years ago
  18. b696fdc sparc64: Defer cpu_data() setup until end of per-cpu data initialization. by David S. Miller · 16 years ago
  19. 9bab541 sparc64: Refactor OBP cpu scanning code using an iterator. by David S. Miller · 16 years ago
  20. 8922907 cpumask: Use accessors code.: sparc64 by Rusty Russell · 16 years ago
  21. ad07aed sparc: Move of_console_{device,path,options} info prom_common.c by David S. Miller · 16 years ago
  22. 23dc758 sparc: Move prom_build_devicetree() into prom_common.c by David S. Miller · 16 years ago
  23. 6524036 sparc: Move core of OF device tree building code into prom_common.c by David S. Miller · 16 years ago
  24. 7d9439d sparc: Move create_node() and friends into prom_common.c by David S. Miller · 16 years ago
  25. 59966e3 sparc: Commonize get_one_property() implementations. by David S. Miller · 16 years ago
  26. b9e5567 sparc: Move property building code into prom_common.c by David S. Miller · 16 years ago
  27. e5ff0fe sparc: Move 'unique_id' into prom_common.c and rename to 'prom_unique_id' by David S. Miller · 16 years ago
  28. 5fce09c sparc: Move irq_trans_init() and support code into seperate file. by David S. Miller · 16 years ago
  29. efeac2f sparc: Mark prom_early_alloc non-static. by David S. Miller · 16 years ago
  30. dfa7606 sparc: Create common area for OF device layer code. by David S. Miller · 16 years ago
  31. 657f201 sparc: Create common header file for prom_{32,64}.c by David S. Miller · 16 years ago
  32. a88b5ba sparc,sparc64: unify kernel/ by Sam Ravnborg · 16 years ago[Renamed from arch/sparc64/kernel/prom.c]
  33. 2e57572 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 16 years ago
  34. c91e2ec sparc64: Fix sparse warnings in prom.c by David S. Miller · 16 years ago
  35. ebfb2c6 sparc64: Fix interrupt register calculations on Psycho and Sabre. by David S. Miller · 16 years ago
  36. 2481d76 sparc: Add mutex for set property calls. by David S. Miller · 16 years ago
  37. 764f257 sparc: don't use asm/of_device.h by Stephen Rothwell · 16 years ago
  38. ad07200 [SPARC64]: Use lmb_alloc() for PROM device tree. by David S. Miller · 17 years ago
  39. 3c62a2d [SPARC64]: Always register a PROM based early console. by David S. Miller · 17 years ago
  40. b2b2775 [SPARC64]: Fix 'niu' complex IRQ probing. by David S. Miller · 17 years ago
  41. 8a177c4 [SPARC64]: Warn user if cpu is ignored. by David S. Miller · 17 years ago
  42. 46bcea7 [SPARC]: Centralize find_in_proplist() instead of duplicating N times. by David S. Miller · 17 years ago
  43. c73fcc8 [SPARC]: Fix serial console device detection. by David S. Miller · 18 years ago
  44. 1ef4d42 Consolidate of_find_node_by routines by Stephen Rothwell · 18 years ago
  45. d1cd355 Consolidate of_get_next_child by Stephen Rothwell · 18 years ago
  46. e679c5f Consolidate of_get_parent by Stephen Rothwell · 18 years ago
  47. 581b605 Consolidate of_find_property by Stephen Rothwell · 18 years ago
  48. 0081cbc Consolidate of_device_is_compatible by Stephen Rothwell · 18 years ago
  49. 97e873e Start split out of common open firmware code by Stephen Rothwell · 18 years ago
  50. 4f0234f [SPARC64]: Initial LDOM cpu hotplug support. by David S. Miller · 18 years ago
  51. ec4d18f [SPARC64]: Fix SBUS IRQ regression caused by PCI-E driver. by David S. Miller · 18 years ago
  52. a2f9f6b [SPARC64]: Fix {mc,smt}_capable(). by David S. Miller · 18 years ago
  53. 5cd342d [SPARC64]: Make core and sibling groups equal on UltraSPARC-IV. by David S. Miller · 18 years ago
  54. f78eae2 [SPARC64]: Proper multi-core scheduling support. by David S. Miller · 18 years ago
  55. 5cbc307 [SPARC64]: Use machine description and OBP properly for cpu probing. by David S. Miller · 18 years ago
  56. e5dd42e [SPARC64]: Spelling fixes. by Simon Arlott · 18 years ago
  57. aa5242e [SPARC64]: Fix recursion in PROM tree building. by David S. Miller · 18 years ago
  58. c35a376 [SPARC64]: Fix section mismatch warnings in arch/sparc64/kernel/prom.c by David S. Miller · 18 years ago
  59. 861fe90 [SPARC64]: SUN4U PCI-E controller support. by David S. Miller · 18 years ago
  60. 3dfe10e [SPARC64]: constify some paramaters of OF routines by Stephen Rothwell · 18 years ago
  61. a8b8814 [SPARC]: Use strcasecmp for OFW property name comparisons. by David S. Miller · 18 years ago
  62. 64b9470 [SPARC/64]: constify of_get_property return by Stephen Rothwell · 18 years ago
  63. 6a23acf [SPARC64]: constify of_get_property return: arch/sparc64 by Stephen Rothwell · 18 years ago
  64. 9001f28 [SPARC64]: Fix Tomatillo/Schizo IRQ handling. by David S. Miller · 18 years ago
  65. 4130a4b [SPARC64]: Fix central/FHC bus handling on Ex000 systems. by David S. Miller · 18 years ago
  66. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  67. 46ba6d7 [SPARC64]: Fix more of_device layer IRQ bugs, and correct PROMREG_MAX. by David S. Miller · 19 years ago
  68. 9bbd952 [SPARC64]: Refine Sabre wsync logic. by David S. Miller · 19 years ago
  69. a23c3a8 [SPARC64]: Fix 2 bugs in sabre_irq_build() by David S. Miller · 19 years ago
  70. 7233589 [SPARC64]: Fix sparc64 build errors when CONFIG_PCI=n. by Randy Dunlap · 19 years ago
  71. 6e990b5 [SPARC64]: Kill sun4v virtual device layer. by David S. Miller · 19 years ago
  72. 2b1e597 [SPARC64]: of_device layer IRQ resolution by David S. Miller · 19 years ago
  73. 3ae9a348 [SPARC]: Add of_n_{addr,size}_cells(). by David S. Miller · 19 years ago
  74. 87b385d [SPARC]: Add unique device_node IDs and a ".node" property. by David S. Miller · 19 years ago
  75. fb7cd9d [SPARC]: Add of_set_property() interface. by David S. Miller · 19 years ago
  76. 8cd24ed [SPARC64]: Expand of_*() interfaces some more. by David S. Miller · 19 years ago
  77. 690c8fd [SPARC64]: Use in-kernel PROM tree for EBUS and ISA. by David S. Miller · 19 years ago
  78. de8d28b [SPARC64]: Convert sparc64 PCI layer to in-kernel device tree. by David S. Miller · 19 years ago
  79. 6d30772 [SPARC64]: Add of_getintprop_default(). by David S. Miller · 19 years ago
  80. aaf7cec [SPARC64]: Add of_find_node_by_{name,type}(). by David S. Miller · 19 years ago
  81. 372b07b [SPARC64]: Import OBP device tree into kernel data structures. by David S. Miller · 19 years ago