1. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  2. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. 32c9768 of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch by Grant Likely · 14 years ago
  4. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  5. da5ab11 memblock, microblaze: Fix memblock API change fallout by Michal Simek · 14 years ago
  6. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  7. 86ea51d Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  8. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  9. f1ca09b of: Fix missing includes by Grant Likely · 14 years ago
  10. 088ab30 microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_node by Michal Simek · 14 years ago
  11. a8dcb87 microblaze: Fix of/address: Merge all of the bus translation code by Michal Simek · 14 years ago
  12. 8b1bb90 defconfig reduction by Sam Ravnborg · 14 years ago
  13. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  14. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  15. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  16. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  17. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  18. 7e005f79 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  19. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  20. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  21. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  22. bbc4fd1 Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  23. e63075a memblock: Introduce default allocation limit and use it to replace explicit ones by Benjamin Herrenschmidt · 14 years ago
  24. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  25. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  26. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  27. 2d5973c microblaze: Add KGDB support by Michal Simek · 14 years ago
  28. 751f160 microblaze: Support brki rX, 0x18 for user application debugging by Michal Simek · 14 years ago
  29. 958063e microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructions by Michal Simek · 14 years ago
  30. 0e41c90 microblaze: Simplify syscall rutine by Michal Simek · 14 years ago
  31. 0a6b08f microblaze: Move PT_MODE saving to delay slot by Michal Simek · 14 years ago
  32. 80c5ff6 microblaze: Fix _interrupt function by Michal Simek · 14 years ago
  33. 25f6e59 microblaze: Fix _user_exception function by Michal Simek · 14 years ago
  34. 287503f microblaze: Put together addik instructions by Michal Simek · 14 years ago
  35. 9814cc1 microblaze: Use delay slot in syscall macros by Michal Simek · 14 years ago
  36. da23355 microblaze: Save kernel mode in delay slot by Michal Simek · 14 years ago
  37. e7741075 microblaze: Do not mix register saving and mode setting by Michal Simek · 14 years ago
  38. e5d2af2 microblaze: Move SAVE_STATE upward by Michal Simek · 14 years ago
  39. 66f7de86 microblaze: entry.S: Macro optimization by Michal Simek · 14 years ago
  40. c318d48 microblaze: Optimize hw exception rutine by Michal Simek · 14 years ago
  41. b318067 microblaze: Implement clear_ums macro and fix SAVE_STATE macro by Michal Simek · 14 years ago
  42. 77f6d22 microblaze: Remove additional setup for kernel_mode by Michal Simek · 14 years ago
  43. 06a5460 microblaze: Optimize SAVE_STATE macro by Michal Simek · 14 years ago
  44. 40eb0dc4 microblaze: Remove additional loading by Michal Simek · 14 years ago
  45. 653e447 microblaze: Completely remove working with R11 register by Michal Simek · 14 years ago
  46. 0388107 microblaze: Do not setup BIP in _debug_exception by Michal Simek · 14 years ago
  47. 06b2864 microblaze: Simplify _debug_exception function by Michal Simek · 14 years ago
  48. 8b110d1 microblaze: Optimize SAVE_STATE macro by Michal Simek · 14 years ago
  49. b9ea77e microblaze: trivial: Use la insted of addik by Michal Simek · 14 years ago
  50. be30435 microblaze: remove enable_irq from SAVE_STATE macro by Michal Simek · 14 years ago
  51. 63708f6 microblaze: Move stack backup to SAVE_STATE macro by Michal Simek · 14 years ago
  52. 96014cc microblaze: Move BIP setup to the end of ret_from_trap/ret_from_exc by Michal Simek · 14 years ago
  53. 5c0d72b microblaze: Remove PER_CPU(KM) variable by Michal Simek · 14 years ago
  54. 3fbd93e microblaze: Optimize clear_vms_ums macro by Michal Simek · 14 years ago
  55. 36f6095 microblaze: Save and restore r3/r4 in SAVE/RESTORE_REGS macros by Michal Simek · 14 years ago
  56. a4a94db microblaze: Fix VM_ON and VM_OFF macros by Michal Simek · 14 years ago
  57. ca28b51 microblaze: Do not use _start in vmlinux by Michal Simek · 14 years ago
  58. 61b403a microblaze: Cleanup boot/Makefile by Michal Simek · 14 years ago
  59. aee04d7 microblaze: Fix number of pvr regs by Michal Simek · 14 years ago
  60. c8f7743 microblaze: Decrease time shifting values by Michal Simek · 14 years ago
  61. 615748a microblaze: Enable early printk only for uartlite by Michal Simek · 14 years ago
  62. 75842abf microblaze: remove unused HAVE_ARCH_PCI_SET_DMA_MASK by FUJITA Tomonori · 14 years ago
  63. d0f140e microblaze: Do not trace cpu_relax function by Michal Simek · 14 years ago
  64. 6f34b08 microblaze: Improve ftrace time measuring by Michal Simek · 14 years ago
  65. ce3266c microblaze: Add stack unwinder by Steven J. Magnani · 14 years ago
  66. ba9c4f8 microblaze: Allow PAGE_SIZE configuration by Steven J. Magnani · 14 years ago
  67. 0d9ec76 microblaze: Trace hardirqs by Michal Simek · 14 years ago
  68. 570e3e2 microblaze: Fix sys_clone syscall by Michal Simek · 14 years ago
  69. 6847ba9 microblaze: Fix copy_to_user_page macro by Michal Simek · 14 years ago
  70. e058166 microblaze: Sync noMMU and MMU setup_memory by Michal Simek · 14 years ago
  71. ef78705 microblaze: Remove unused label by Michal Simek · 14 years ago
  72. 79e8783 microblaze: Implement flush_dcache_page macro by Michal Simek · 14 years ago
  73. 76bfcc8 memblock/microblaze: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  74. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 14 years ago
  75. af58ed8 microblaze: Fix comment for TLB by Michal Simek · 14 years ago
  76. 8d7ec6e microblaze: Fix __copy_to/from_user_inatomic macros by Michal Simek · 14 years ago
  77. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  78. 559e2b7 of: Provide default of_node_to_nid() implementation. by Grant Likely · 14 years ago
  79. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  80. c0dd394 of: remove of_default_bus_ids by Jonas Bonn · 14 years ago
  81. c608558 of: make of_find_device_by_node generic by Jonas Bonn · 14 years ago
  82. de48e36 microblaze: remove references to of_device and to_of_device by Grant Likely · 14 years ago
  83. 2959604 of: remove asm/of_device.h by Grant Likely · 14 years ago
  84. 129ac79 of: remove asm/of_platform.h by Grant Likely · 14 years ago
  85. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago
  86. eca3930 of: Merge of_platform_bus_type with platform_bus_type by Grant Likely · 14 years ago
  87. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 14 years ago
  88. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  89. c5f5849 of: Remove unused of_find_device_by_phandle() by Grant Likely · 14 years ago
  90. f1d4c3a of/flattree: Use common ALIGN() macro instead of arch specific _ALIGN by Grant Likely · 14 years ago
  91. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  92. ef2a452 proc: unify PROC_DEVICETREE config by Andres Salomon · 14 years ago
  93. 5ab5fc7 of: Put all CONFIG_OF dependencies into a Kconfig menu block by Grant Likely · 14 years ago
  94. dd5e737 of: remove architecture CONFIG_OF definitions by Stephen Rothwell · 14 years ago
  95. ae5bf63 microblaze: turn CONFIG_OF into a select by Stephen Rothwell · 14 years ago
  96. 594fa26 of/gpio: stop using device_node data pointer to find gpio_chip by Grant Likely · 14 years ago
  97. a19e3da of/gpio: Kill of_gpio_chip and add members directly to gpio_chip by Anton Vorontsov · 14 years ago
  98. 94c0931 of: Merge of_device_alloc() and of_device_make_bus_id() by Grant Likely · 14 years ago
  99. 5fd200f of/device: Merge of_platform_bus_probe() by Grant Likely · 14 years ago
  100. 34a1c1e of: Modify of_device_get_modalias to be passed struct device by Grant Likely · 14 years ago