1. 29b503f sparc64: Use generic BQ4802 RTC driver. by David S. Miller · 16 years ago
  2. da86783 sparc64: Use generic CMOS driver. by David S. Miller · 16 years ago
  3. 1518e7e sparc64: Convert Mostek rtc to use generic RTC layer driver. by David S. Miller · 16 years ago
  4. a0b31b5 sparc64: Check for RTC class device in update_persistent_clock(). by David S. Miller · 16 years ago
  5. 90de9de sparc64: Select RTC_CLASS by David S. Miller · 16 years ago
  6. 9dc6923 sparc: Kill now spurious includes of sbus.h by David S. Miller · 16 years ago
  7. 47a2d72 sparc: Kill sbus_bus_type. by David S. Miller · 16 years ago
  8. 046e26a sparc: Remove generic SBUS probing layer. by David S. Miller · 16 years ago
  9. 5059625 sparc: Add OF archdata propagation helper. by David S. Miller · 16 years ago
  10. f8e4d32 sparc: Kill sbus_arch_preinit(). by David S. Miller · 16 years ago
  11. 98261dd sparc: Remove dinky old-style SBUS probing facilities. by David S. Miller · 16 years ago
  12. 1043648 sparc: Remove SBUS layer resource and irq handling. by David S. Miller · 16 years ago
  13. 33c4655 sparc: Kill SBUS layer IRQ hooks. by David S. Miller · 16 years ago
  14. 63237ee sparc: Move SBUS DMA attribute interfaces out of asm/sbus.h by David S. Miller · 16 years ago
  15. 738f2b7 sparc: Convert all SBUS drivers to dma_*() interfaces. by David S. Miller · 16 years ago
  16. 7a715f4 sparc: Make SBUS DMA interfaces take struct device. by David S. Miller · 16 years ago
  17. 334ae61 sparc: Kill SBUS DVMA layer. by David S. Miller · 16 years ago
  18. 902663f sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbpp by David S. Miller · 16 years ago
  19. e3c71a3 sparc: Fix resource flags for PCI children in OF device tree. by David S. Miller · 16 years ago
  20. 51e0f004 sparc64: Fix irq_of_parse_and_map() and irq_dispose_mapping(). by David S. Miller · 16 years ago
  21. 783c98b sparc64: Use the cond_syscall()s in kernel/sys_ni.c instead of home-grown copy. by David S. Miller · 16 years ago
  22. 85269eb sparc64: Add JBUS UltraSPARC-IIIi support to memory controller driver. by David S. Miller · 16 years ago
  23. 41660e9 sparc64: Allow chmc to be built as a module. by David S. Miller · 16 years ago
  24. 881d021 sparc64: Add generic interface for registering a dimm printing handler. by David S. Miller · 16 years ago
  25. 83ef64b sparc64: Use consistent chmc_ prefix in variables, types, and functions. by David S. Miller · 16 years ago
  26. b28422e sparc64: Convert UltraSPARC-III memory controller driver to OF driver probing. by David S. Miller · 16 years ago
  27. 8394b3a sparc64: Kill duplicated sys_pause() implementation. by David S. Miller · 16 years ago
  28. fe06cca sparc64: Split syscall_trace() into two functions. by David S. Miller · 16 years ago
  29. 15df0f3 sparc: Add GPIO layer support. by David S. Miller · 16 years ago
  30. 4426621 sparc: Implement irq_of_parse_and_map() and irq_dispose_mapping(). by David S. Miller · 16 years ago
  31. 2481d76 sparc: Add mutex for set property calls. by David S. Miller · 16 years ago
  32. 072bd41 sparc64: Add JBUS NUMA detection. by David S. Miller · 16 years ago
  33. a39f2f4 sparc64: Make NUMA depend upon SMP. by David S. Miller · 16 years ago
  34. f2b6079 sparc64: Fix cmdline_memory_size handling bugs. by David S. Miller · 16 years ago
  35. c918dcc sparc64: Fix overshoot in nid_range(). by David S. Miller · 16 years ago
  36. 6f63e78 sparc64: Handle stack trace attempts before irqstacks are setup. by David S. Miller · 16 years ago
  37. 4f70f7a sparc64: Implement IRQ stacks. by David S. Miller · 16 years ago
  38. c749808 sparc64: Fix recursion in stack overflow detection handling. by David S. Miller · 16 years ago
  39. b6b7922 sparc64: Don't MAGIC_SYSRQ ifdef smp_fetch_global_regs and support code. by David S. Miller · 16 years ago
  40. 433c5f7 sparc64: Fix end-of-stack checking in save_stack_trace(). by David S. Miller · 16 years ago
  41. 764f257 sparc: don't use asm/of_device.h by Stephen Rothwell · 16 years ago
  42. ea771bd sparc64: Use kernel/uid16.c helpers instead of own copy. by David S. Miller · 16 years ago
  43. ae58388 sparc64: Remove all cpumask_t local variables in xcall dispatch. by David S. Miller · 16 years ago
  44. ed4d9c6 sparc64: Kill error_mask from hypervisor_xcall_deliver(). by David S. Miller · 16 years ago
  45. 90f7ae8 sparc64: Build cpu list and mondo block at top-level xcall_deliver(). by David S. Miller · 16 years ago
  46. c02a511 sparc64: Disable local interrupts around xcall_deliver_impl() invocation. by David S. Miller · 16 years ago
  47. deb1699 sparc64: Make all xcall_deliver's go through common helper function. by David S. Miller · 16 years ago
  48. 43f5892 sparc64: Always allocate the send mondo blocks, even on non-sun4v. by David S. Miller · 16 years ago
  49. 91a4231 sparc64: Make smp_cross_call_masked() take a cpumask_t pointer. by David S. Miller · 16 years ago
  50. 24445a4 sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client. by David S. Miller · 16 years ago
  51. 1992663 sparc64: Call xcall_deliver() directly in some cases. by David S. Miller · 16 years ago
  52. cd5bc89 sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver. by David S. Miller · 16 years ago
  53. 622824d sparc64: Use xcall_deliver() consistently. by David S. Miller · 16 years ago
  54. 5e0797e sparc64: Use function pointer for cross-call sending. by David S. Miller · 16 years ago
  55. abd9e69 arch/sparc64/kernel/signal.c: removed duplicated #include by Huang Weiyi · 16 years ago
  56. a3cf5e6 sparc64: Need to disable preemption around smp_tsb_sync(). by David S. Miller · 16 years ago
  57. 0a4949c4 sparc64: Do not clobber %g7 in setcontext() trap. by David S. Miller · 16 years ago
  58. dbf3e95 sparc64: Kill __show_regs(). by David S. Miller · 16 years ago
  59. 9c636e3 sparc64: Kill smp_report_regs(). by David S. Miller · 16 years ago
  60. a014821 sparc64: Kill VERBOSE_SHOWREGS code. by David S. Miller · 16 years ago
  61. 09ee167 sparc64: Hook up trigger_all_cpu_backtrace(). by David S. Miller · 16 years ago
  62. 5afe273 sparc64: Make global reg dumping even more useful. by David S. Miller · 16 years ago
  63. 71fc324 sparc64: Kill isa_bus_type. by David S. Miller · 16 years ago
  64. 17b6f58 sparc64: Fix global reg snapshotting on self-cpu. by David S. Miller · 16 years ago
  65. 7682258 sparc64: tracehook: CONFIG_HAVE_ARCH_TRACEHOOK by Roland McGrath · 16 years ago
  66. 9569846 sparc64: tracehook_signal_handler by Roland McGrath · 16 years ago
  67. e35a892 sparc64: tracehook: TIF_NOTIFY_RESUME by Roland McGrath · 16 years ago
  68. 73ccefa sparc64: tracehook syscall by Roland McGrath · 16 years ago
  69. a439fe5 sparc, sparc64: use arch/sparc/include by Sam Ravnborg · 16 years ago
  70. 471a542 sparc64: use generic show_mem() by Johannes Weiner · 16 years ago
  71. 7b35fa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  72. f1373da sparc: Wire up new system calls. by David S. Miller · 16 years ago
  73. ef53d9c kprobes: improve kretprobe scalability with hashed locking by Srinivasa D S · 16 years ago
  74. ecc8b65 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  75. 4378dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  76. ed8cae8 flag parameters: pipe by Ulrich Drepper · 16 years ago
  77. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 16 years ago
  78. ceb8687 hugetlb: introduce pud_huge by Andi Kleen · 16 years ago
  79. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  80. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  81. 7ae93f5 sparc64: Fix cpufreq notifier registry. by David S. Miller · 16 years ago
  82. b7c2a75 sparc64: Fix lockdep issues in LDC protocol layer. by David S. Miller · 16 years ago
  83. 6eaaaac Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  84. 184b6c7 remove CONFIG_KMOD from sparc64 by Johannes Berg · 16 years ago
  85. 2222c31 sparc64: fix up bus_id changes in sparc core code by Greg Kroah-Hartman · 16 years ago
  86. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  87. aab0de2 driver core: remove KOBJ_NAME_LEN define by Kay Sievers · 16 years ago
  88. 9b610fd Merge branch 'linus' into timers/nohz by Ingo Molnar · 16 years ago
  89. b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 16 years ago
  90. e7eb32e sparc64: Update defconfig. by David S. Miller · 16 years ago
  91. 432e876 sparc64: Add missing hypervisor service group numbers. by David S. Miller · 16 years ago
  92. f7fe933 sparc64: Remove 4MB and 512K base page size options. by David S. Miller · 16 years ago
  93. d172ad1 sparc64: Convert to generic helpers for IPI function calls. by David S. Miller · 16 years ago
  94. 4fe3ebe sparc: Use new '%pS' infrastructure to print symbols. by David S. Miller · 16 years ago
  95. 932d061 sparc64: Config category "Processor type and features" absent by Randy Dunlap · 16 years ago
  96. f92ffa1 sparc: Merge asm-sparc{,64}/mman.h by Sam Ravnborg · 16 years ago
  97. 9ae95bc sparc: add -m64 when building vmlinux.lds by Sam Ravnborg · 16 years ago
  98. 908f516 sparc64/kernel/: make code static by Adrian Bunk · 16 years ago
  99. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  100. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago