1. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  2. 8978bfd Disintegrate asm/system.h for Unicore32 [based on ver #3, changed by gxt] by Guan Xuetao · 13 years ago
  3. 8e3ade2 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  4. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 13 years ago
  5. bc4d799 unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h by Bjorn Helgaas · 13 years ago
  6. b9c40b07 unicore32/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flag by Bjorn Helgaas · 13 years ago
  7. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  8. 86abc23 unicore32: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  9. 7037bd8 unicore32: Use set_current_blocked() by Matt Fleming · 13 years ago
  10. 8c939402e unicore32: standardize /proc/iomem "Kernel code" name by Kees Cook · 13 years ago
  11. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  12. b73224f PCI: UniCore: convert pcibios_set_master() to a non-inlined function by Myron Stowe · 13 years ago
  13. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  14. 423d091 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  15. edbaa60 driver-core: remove sysdev.h usage. by Kay Sievers · 13 years ago
  16. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  17. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  18. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  19. 1c16d24 memblock: Fix include breakages caused by 24aa07882b by Tejun Heo · 13 years ago
  20. e13b91c unicore32: fix build error for find bitops by Guan Xuetao · 14 years ago
  21. f85f19d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  22. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  23. d534194 PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. by Ralf Baechle · 14 years ago
  24. 42733b3 unicore32: change PERCPU to PERCPU_SECTION by Guan Xuetao · 14 years ago
  25. 2809e80 unicore32: move rtc-puv3.c to drivers/rtc directory by Guan Xuetao · 14 years ago
  26. 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  27. 82a3242 sysfs: remove "last sysfs file:" line from the oops messages by Greg Kroah-Hartman · 14 years ago
  28. f98bf4a PM / UNICORE32: Use struct syscore_ops instead of sysdevs for PM by Rafael J. Wysocki · 14 years ago
  29. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  30. 6b79474 unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it floatable by Guan Xuetao · 14 years ago
  31. 28e58cc unicore32 core architecture: remove duplicated #include by Huang Weiyi · 14 years ago
  32. 858e4f4 unicore32 rtc driver fix: cleanup irq_set_freq and irq_set_state by Guan Xuetao · 14 years ago
  33. df93878 unicore32 ldscript fix: add cacheline parameter to PERCPU() macro by Guan Xuetao · 14 years ago
  34. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  35. 37daf32 unicore32: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  36. e1f5ce81 unicore32: Convert to new irq function names by Thomas Gleixner · 14 years ago
  37. 1cf46c4 unicore32: modify io_p2v and io_v2p macros, and adjust PKUNITY_mmio_BASEs by GuanXuetao · 14 years ago
  38. ce443ab unicore32 machine related: add frame buffer driver for pkunity-v3 soc by GuanXuetao · 14 years ago
  39. e5abf78 unicore32 io: redefine __REG(x) and re-use readl/writel funcs by GuanXuetao · 14 years ago
  40. 36a8b8c unicore32: modify function names and parameters for irq_chips by GuanXuetao · 14 years ago
  41. a913a82 unicore32 time.c: change calculate method for clock_event_device by GuanXuetao · 14 years ago
  42. 700598c unicore32 machine related files: pci bus handling by GuanXuetao · 14 years ago
  43. fa7499e unicore32 machine related files: core files by GuanXuetao · 14 years ago
  44. 28bab05 unicore32 additional architecture files: low-level lib: ocd debug by GuanXuetao · 14 years ago
  45. 6dea1ba unicore32 additional architecture files: ptrace handling by GuanXuetao · 14 years ago
  46. d9bc157 unicore32 additional architecture files: float point handling by GuanXuetao · 14 years ago
  47. 6490988 unicore32 additional architecture files: pm related files by GuanXuetao · 14 years ago
  48. f864d2f unicore32 core architecture: signals handling by GuanXuetao · 14 years ago
  49. 752bcb4 unicore32 core architecture: interrupts ang gpio handling by GuanXuetao · 14 years ago
  50. 02b2ee1 unicore32 core architecture: timer and time handling by GuanXuetao · 14 years ago
  51. 10c9c10 unicore32 core architecture: mm related: consistent device DMA handling by GuanXuetao · 14 years ago
  52. f73670e unicore32 core architecture: process/thread related codes by GuanXuetao · 14 years ago
  53. 141c943 unicore32 core architecture: low level entry and setup codes by GuanXuetao · 14 years ago
  54. 79725df unicore32 core architecture: processor and system headers by GuanXuetao · 14 years ago
  55. 87c1a3f unicore32 core architecture: generic elf and ksyms stuff by GuanXuetao · 14 years ago
  56. 790edb6 unicore32 core architecture: build infrastructure by GuanXuetao · 14 years ago