1. 287503f microblaze: Put together addik instructions by Michal Simek · 14 years ago
  2. 9814cc1 microblaze: Use delay slot in syscall macros by Michal Simek · 14 years ago
  3. da23355 microblaze: Save kernel mode in delay slot by Michal Simek · 14 years ago
  4. e7741075 microblaze: Do not mix register saving and mode setting by Michal Simek · 14 years ago
  5. e5d2af2 microblaze: Move SAVE_STATE upward by Michal Simek · 14 years ago
  6. 66f7de86 microblaze: entry.S: Macro optimization by Michal Simek · 14 years ago
  7. c318d48 microblaze: Optimize hw exception rutine by Michal Simek · 14 years ago
  8. b318067 microblaze: Implement clear_ums macro and fix SAVE_STATE macro by Michal Simek · 14 years ago
  9. 77f6d22 microblaze: Remove additional setup for kernel_mode by Michal Simek · 14 years ago
  10. 06a5460 microblaze: Optimize SAVE_STATE macro by Michal Simek · 14 years ago
  11. 40eb0dc microblaze: Remove additional loading by Michal Simek · 14 years ago
  12. 653e447 microblaze: Completely remove working with R11 register by Michal Simek · 14 years ago
  13. 0388107 microblaze: Do not setup BIP in _debug_exception by Michal Simek · 14 years ago
  14. 06b2864 microblaze: Simplify _debug_exception function by Michal Simek · 14 years ago
  15. 8b110d1 microblaze: Optimize SAVE_STATE macro by Michal Simek · 14 years ago
  16. b9ea77e microblaze: trivial: Use la insted of addik by Michal Simek · 14 years ago
  17. be30435 microblaze: remove enable_irq from SAVE_STATE macro by Michal Simek · 14 years ago
  18. 63708f6 microblaze: Move stack backup to SAVE_STATE macro by Michal Simek · 14 years ago
  19. 96014cc microblaze: Move BIP setup to the end of ret_from_trap/ret_from_exc by Michal Simek · 14 years ago
  20. 5c0d72b microblaze: Remove PER_CPU(KM) variable by Michal Simek · 14 years ago
  21. 3fbd93e microblaze: Optimize clear_vms_ums macro by Michal Simek · 14 years ago
  22. 36f6095 microblaze: Save and restore r3/r4 in SAVE/RESTORE_REGS macros by Michal Simek · 14 years ago
  23. a4a94db microblaze: Fix VM_ON and VM_OFF macros by Michal Simek · 14 years ago
  24. ca28b51 microblaze: Do not use _start in vmlinux by Michal Simek · 14 years ago
  25. 61b403a microblaze: Cleanup boot/Makefile by Michal Simek · 14 years ago
  26. aee04d7 microblaze: Fix number of pvr regs by Michal Simek · 14 years ago
  27. c8f7743 microblaze: Decrease time shifting values by Michal Simek · 14 years ago
  28. 615748a microblaze: Enable early printk only for uartlite by Michal Simek · 14 years ago
  29. 75842abf microblaze: remove unused HAVE_ARCH_PCI_SET_DMA_MASK by FUJITA Tomonori · 14 years ago
  30. d0f140e microblaze: Do not trace cpu_relax function by Michal Simek · 14 years ago
  31. 6f34b08 microblaze: Improve ftrace time measuring by Michal Simek · 15 years ago
  32. ce3266c microblaze: Add stack unwinder by Steven J. Magnani · 15 years ago
  33. ba9c4f8 microblaze: Allow PAGE_SIZE configuration by Steven J. Magnani · 14 years ago
  34. 0d9ec76 microblaze: Trace hardirqs by Michal Simek · 14 years ago
  35. 570e3e2 microblaze: Fix sys_clone syscall by Michal Simek · 14 years ago
  36. 6847ba9 microblaze: Fix copy_to_user_page macro by Michal Simek · 14 years ago
  37. e058166 microblaze: Sync noMMU and MMU setup_memory by Michal Simek · 14 years ago
  38. ef78705 microblaze: Remove unused label by Michal Simek · 14 years ago
  39. 79e8783 microblaze: Implement flush_dcache_page macro by Michal Simek · 14 years ago
  40. 76bfcc8 memblock/microblaze: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  41. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 14 years ago
  42. af58ed8 microblaze: Fix comment for TLB by Michal Simek · 14 years ago
  43. 8d7ec6e microblaze: Fix __copy_to/from_user_inatomic macros by Michal Simek · 14 years ago
  44. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  45. 559e2b7 of: Provide default of_node_to_nid() implementation. by Grant Likely · 14 years ago
  46. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  47. c0dd394 of: remove of_default_bus_ids by Jonas Bonn · 14 years ago
  48. c608558 of: make of_find_device_by_node generic by Jonas Bonn · 14 years ago
  49. de48e36 microblaze: remove references to of_device and to_of_device by Grant Likely · 14 years ago
  50. 2959604 of: remove asm/of_device.h by Grant Likely · 14 years ago
  51. 129ac79 of: remove asm/of_platform.h by Grant Likely · 14 years ago
  52. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago
  53. eca3930 of: Merge of_platform_bus_type with platform_bus_type by Grant Likely · 14 years ago
  54. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 14 years ago
  55. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  56. c5f5849 of: Remove unused of_find_device_by_phandle() by Grant Likely · 14 years ago
  57. f1d4c3a of/flattree: Use common ALIGN() macro instead of arch specific _ALIGN by Grant Likely · 14 years ago
  58. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  59. ef2a452 proc: unify PROC_DEVICETREE config by Andres Salomon · 14 years ago
  60. 5ab5fc7 of: Put all CONFIG_OF dependencies into a Kconfig menu block by Grant Likely · 14 years ago
  61. dd5e737 of: remove architecture CONFIG_OF definitions by Stephen Rothwell · 14 years ago
  62. ae5bf63 microblaze: turn CONFIG_OF into a select by Stephen Rothwell · 14 years ago
  63. 594fa26 of/gpio: stop using device_node data pointer to find gpio_chip by Grant Likely · 14 years ago
  64. a19e3da of/gpio: Kill of_gpio_chip and add members directly to gpio_chip by Anton Vorontsov · 14 years ago
  65. 94c0931 of: Merge of_device_alloc() and of_device_make_bus_id() by Grant Likely · 14 years ago
  66. 5fd200f of/device: Merge of_platform_bus_probe() by Grant Likely · 14 years ago
  67. 34a1c1e of: Modify of_device_get_modalias to be passed struct device by Grant Likely · 14 years ago
  68. dd27dcd of/device: merge of_device_uevent by Grant Likely · 14 years ago
  69. dbbdee9 of/address: Merge all of the bus translation code by Grant Likely · 14 years ago
  70. 1f5bef3 of/address: merge of_address_to_resource() by Grant Likely · 14 years ago
  71. 6b884a8 of/address: merge of_iomap() by Grant Likely · 14 years ago
  72. 7dc2e11 of/irq: merge irq mapping code by Grant Likely · 14 years ago
  73. b6295c8 of/microblaze: strip out of_irq_workarounds code by Grant Likely · 14 years ago
  74. e387344 of/irq: Move irq_of_parse_and_map() to common code by Grant Likely · 14 years ago
  75. b505ff5 of: kill struct of_device by Grant Likely · 14 years ago
  76. 646b1db Merge commit 'v2.6.35-rc3' into perf/core by Ingo Molnar · 14 years ago
  77. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  78. 732bee7 fix typos concerning "hierarchy" by Uwe Kleine-König · 14 years ago
  79. 5933dd2 net: NET_SKB_PAD should depend on L1_CACHE_BYTES by Eric Dumazet · 14 years ago
  80. eda0547 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  81. 837c4ef PCI: clear bridge resource range if BIOS assigned bad one by Yinghai Lu · 14 years ago
  82. fcdcddb microblaze: Fix sg_dma_len() regression by FUJITA Tomonori · 14 years ago
  83. ffe57d0 microblaze: Define ARCH_SLAB_MINALIGN to fix slab crash by Michal Simek · 14 years ago
  84. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  85. 1ef0437 asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h by FUJITA Tomonori · 14 years ago
  86. 204f3a0 asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h by FUJITA Tomonori · 14 years ago
  87. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  88. 173b3a7 arch/microblaze: Move dma_mask from of_device into pdev_archdata by Grant Likely · 15 years ago
  89. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  90. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  91. 2ec8c6b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  92. 58f9b0b of: eliminate of_device->node and dev_archdata->{of,prom}_node by Grant Likely · 15 years ago
  93. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  94. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  95. a5e48b8 microblaze: Fix module loading on system with WB cache by Michal Simek · 14 years ago
  96. ee4bcdf microblaze: export assembly functions used by modules by Michal Simek · 14 years ago
  97. 1ce2470 microblaze: Remove powerpc code from Microblaze port by Michal Simek · 14 years ago
  98. ddfbc93 microblaze: Remove compilation warnings in cache macro by Michal Simek · 14 years ago
  99. e1733d2 microblaze: export assembly functions used by modules by Steven J. Magnani · 15 years ago
  100. 538722c microblaze: fix get_user/put_user side-effects by Steven J. Magnani · 14 years ago