1. 571503e Merge branch 'setns' by Linus Torvalds · 15 years ago
  2. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 15 years ago
  3. 03eb141 Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 into devel-stable by Russell King · 15 years ago
  4. a18f22a Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource by Thomas Gleixner · 15 years ago
  5. 85f60ae dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosen by Grant Likely · 15 years ago
  6. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 15 years ago
  7. 9e1491d microblaze: Fix ftrace by Michal Simek · 15 years ago
  8. 57bd35d microblaze: Wire up new syscalls by Michal Simek · 15 years ago
  9. 56d4480 microblaze: Fix level/edge irq sensibility by Michal Simek · 15 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  11. 9d61c18 microblaze: Use generic show_interrupts() by Thomas Gleixner · 15 years ago
  12. 4adc192 microblaze: Convert to new irq function names by Thomas Gleixner · 15 years ago
  13. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 15 years ago
  14. 9cce34b microblaze: change to new flag variable by matt mooney · 15 years ago
  15. 51e8703 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 15 years ago
  16. 0b9b020 microblaze: Do not copy reset vectors/manual reset vector setup by Michal Simek · 16 years ago
  17. 7574349 microblaze: Fix _reset function by Michal Simek · 15 years ago
  18. 626afa3 microblaze: Fix microblaze init vectors by Michal Simek · 15 years ago
  19. d50c303 microblaze: Add missing export symbols for lib functions by Michal Simek · 15 years ago
  20. 6f205a4 microblaze: Convert irq_chip to new functions by Thomas Gleixner · 15 years ago
  21. 6c3564d microblaze: Remove stale irq_chip.end by Thomas Gleixner · 15 years ago
  22. 2cfedb9 microblaze: Fix sparse warnings - signal.c by Michal Simek · 15 years ago
  23. 4302e52 microblaze: Fix missing microblaze specific syscalls declaration by Michal Simek · 15 years ago
  24. 954e8b9 microblaze: Fix sparse warnings - cache.c by Michal Simek · 15 years ago
  25. 419ef34 microblaze: Fix sparse warning - unwind.c by Michal Simek · 15 years ago
  26. c1df53b microblaze: Fix sparse warnings - ptrace by Michal Simek · 15 years ago
  27. f699980 microblaze: Fix sparse warning - sw_exceptions by Michal Simek · 15 years ago
  28. 29e3dbb microblaze: Fix sparse warning - timer.c by Michal Simek · 15 years ago
  29. fe34c47 microblaze: Fix sparse warning - prom.c by Michal Simek · 15 years ago
  30. 5323c48 microblaze: Add support for DMA_BIDIRECTIONAL by Michal Simek · 15 years ago
  31. 0a2e1d2 microblaze: trivial: Add one empty line by Michal Simek · 17 years ago
  32. a9dbe5e microblaze: Add PVR for Microblaze v8.10.a by Michal Simek · 15 years ago
  33. b9dc9e7 microblaze: Label MB 7.20.d as broken with WB cache by Michal Simek · 16 years ago
  34. cd34157 microblaze: Do not use "la" pseudo instruction - use addik instead by Michal Simek · 15 years ago
  35. 6e83557 microblaze: Remove r0_ram pointer and PTO alignment by Michal Simek · 15 years ago
  36. d8748e7 microblaze: Do not use r0_ram space for syscall debugging by Michal Simek · 15 years ago
  37. 495162d microblaze: Optimize BE/LE bootup detecting by Michal Simek · 15 years ago
  38. c06b3a0 microblaze: Do not use r0_ram space for hw exception debugging by Michal Simek · 15 years ago
  39. 7acdbb3 Merge branch 'linus' into x86/platform by Thomas Gleixner · 15 years ago
  40. b8f39f7 microblaze: convert to clocksource_register_hz/khz by John Stultz · 16 years ago
  41. 0eb6aaf microblaze: Fix msr instruction detection by Michal Simek · 15 years ago
  42. 1649700 microblaze: Fix asm compilation warning by Michal Simek · 15 years ago
  43. 04bea68 of/pci: move of_irq_map_pci() into generic code by Sebastian Andrzej Siewior · 15 years ago
  44. 9c749e1 microblaze: Fix unaligned issue on MMU system with BS=0 DIV=1 by Michal Simek · 15 years ago
  45. 026a207 microblaze: Fix DTB passing from bootloader by Michal Simek · 15 years ago
  46. 672c544 dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() by Grant Likely · 15 years ago
  47. 0969d11 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 15 years ago
  48. 17b9314 microblaze: Clear i/dcache for sw breakpoints by Michal Simek · 16 years ago
  49. 27cbe8d microblaze: Remove useless early_init_dt_check_for_initrd by Michal Simek · 15 years ago
  50. e3288f3 microblaze: Fix unaligned exception for little endian platform by Michal Simek · 15 years ago
  51. a3c2695 microblaze: Add PVR for Microblaze v8.00.b by Michal Simek · 15 years ago
  52. 9da6345 Revert "microblaze: Simplify syscall rutine" by Michal Simek · 16 years ago
  53. 8cb473d microblaze: Fix initramfs by Michal Simek · 16 years ago
  54. 4b6ba8a of/net: Move of_get_mac_address() to a common source file. by David Daney · 16 years ago
  55. cfd866f ptrace: cleanup arch_ptrace() on microblaze by Namhyung Kim · 16 years ago
  56. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 16 years ago
  57. e0e170b Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 16 years ago
  58. 32c9768 of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch by Grant Likely · 16 years ago
  59. ccea0e6 microblaze: Support timer on AXI lite by Michal Simek · 16 years ago
  60. 02b0804 microblaze: Add support for little-endian Microblaze by Michal Simek · 16 years ago
  61. e4f2909 microblaze: KGDB little endian support by Michal Simek · 16 years ago
  62. 8e2ad01 microblaze: Add PVR for endians plus detection by Michal Simek · 16 years ago
  63. 67f4aaa microblaze: Support early console on uart16550 by Michal Simek · 16 years ago
  64. 51f5fa5 microblaze: Do not compile early console support for uartlite if is disabled by Michal Simek · 16 years ago
  65. 9a7e8d8 microblaze: Setup early console dynamically by Michal Simek · 16 years ago
  66. 2af9ebe microblaze: Rename all uartlite early printk functions by Michal Simek · 16 years ago
  67. e65f1e2 microblaze: Remove additional compatible properties by Michal Simek · 16 years ago
  68. a7d8355 microblaze: Remove hardcoded asm instraction for PVR loading by Michal Simek · 16 years ago
  69. 92ee8bd4 microblaze: Use static const char * const where possible by Joe Perches · 16 years ago
  70. bd3b492 microblaze: Export missing symbols for modules by Michal Simek · 16 years ago
  71. 4e07dba microblaze: Add libgcc function directly to kernel by Michal Simek · 16 years ago
  72. 4d24d7f microblaze: wire up prlimit64 and fanotify* syscalls by Michal Simek · 16 years ago
  73. f66efec microblaze: Add new microblaze versions by Michal Simek · 16 years ago
  74. b3ea838 microblaze: remove OUTPUT_FORMAT from linker script by Michal Simek · 16 years ago
  75. 600eb61 microblaze: Fix r16 and r17 reg saving by Michal Simek · 16 years ago
  76. 6971760 microblaze: Report if only one timer is used by Michal Simek · 16 years ago
  77. 7d43209 microblaze: Clear return value in pt_regs by Michal Simek · 16 years ago
  78. 791d0a1 microblaze: Fix sys_rt_sigreturn_wrapper by Michal Simek · 16 years ago
  79. 0425609 microblaze: Remove old user debugging gdb stub by Michal Simek · 16 years ago
  80. f859f0a microblaze: kgdb: Remove unused variable and fix return value by Michal Simek · 16 years ago
  81. c4554c3 microblaze: Remove pr_<level> uses of KERN_<level> by Joe Perches · 16 years ago
  82. 86ea51d Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 16 years ago
  83. d762746 Make do_execve() take a const filename pointer by David Howells · 16 years ago
  84. a8dcb87 microblaze: Fix of/address: Merge all of the bus translation code by Michal Simek · 16 years ago
  85. c788732 Mark arguments to certain syscalls as being const by David Howells · 16 years ago
  86. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 16 years ago
  87. 2d5973c microblaze: Add KGDB support by Michal Simek · 16 years ago
  88. 751f160 microblaze: Support brki rX, 0x18 for user application debugging by Michal Simek · 16 years ago
  89. 958063e microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructions by Michal Simek · 16 years ago
  90. 0e41c90 microblaze: Simplify syscall rutine by Michal Simek · 16 years ago
  91. 0a6b08f microblaze: Move PT_MODE saving to delay slot by Michal Simek · 16 years ago
  92. 80c5ff6 microblaze: Fix _interrupt function by Michal Simek · 16 years ago
  93. 25f6e59 microblaze: Fix _user_exception function by Michal Simek · 16 years ago
  94. 287503f microblaze: Put together addik instructions by Michal Simek · 16 years ago
  95. 9814cc1 microblaze: Use delay slot in syscall macros by Michal Simek · 16 years ago
  96. da23355 microblaze: Save kernel mode in delay slot by Michal Simek · 16 years ago
  97. e774107 microblaze: Do not mix register saving and mode setting by Michal Simek · 16 years ago
  98. e5d2af2 microblaze: Move SAVE_STATE upward by Michal Simek · 16 years ago
  99. 66f7de86 microblaze: entry.S: Macro optimization by Michal Simek · 16 years ago
  100. c318d48 microblaze: Optimize hw exception rutine by Michal Simek · 16 years ago