1. f4142cb sparc64: Force the execute bit in OpenFirmware's translation entries. by David S. Miller · 13 years ago
  2. 11032c1 sparc: Make '-p' boot option meaningful again. by David S. Miller · 13 years ago
  3. ddd53bf sparc, exec: remove redundant addr_limit assignment by Mathias Krause · 13 years ago
  4. 08cefa9 sparc64: Future proof Niagara cpu detection. by David S. Miller · 13 years ago
  5. 1a8e0da sparc64: Only Panther cheetah+ chips have POPC. by David S. Miller · 13 years ago
  6. 38f7f8f sparc32,sun4d: Change IPI IRQ level to prevent collision between IPI and timer interrupt by Kjetil Oftedal · 13 years ago
  7. 2ee04a1 sparc: Remove another reference to nfsservctl by Stephen Rothwell · 13 years ago
  8. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  9. 5598473 sparc: Allow handling signals when stack is corrupted. by David S. Miller · 13 years ago
  10. 4a0342c sparc: fix array bounds error setting up PCIC NMI trap by Ian Campbell · 13 years ago
  11. 178a296 sparc64: Set HAVE_C_RECORDMCOUNT by David S. Miller · 13 years ago
  12. 3f6aa0b sparc32: unbreak arch_write_unlock() by Mikael Pettersson · 13 years ago
  13. a0fba3e sparc64: remove unnecessary macros from spinlock_64.h by Mikael Pettersson · 13 years ago
  14. c92761f sparc: Don't do hypervisor calls on non-sun4v in DS driver. by David S. Miller · 13 years ago
  15. 0785a8e sparc: Fix build with DEBUG_PAGEALLOC enabled. by David S. Miller · 13 years ago
  16. 8cd290a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  17. 961f65f sparc: Size mondo queues more sanely. by David S. Miller · 13 years ago
  18. 9076d0e sparc: Access kernel TSB using physical addressing when possible. by David S. Miller · 13 years ago
  19. a61b582 sparc: Fix __atomic_add_unless() return value. by Josip Rodin · 13 years ago
  20. fabb5bd sparc: use kbuild-generic support for true asm-generic header files by Sam Ravnborg · 13 years ago
  21. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  22. df013ff Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG by Huang Ying · 13 years ago
  23. 56d205c sparc: Use popc when possible for ffs/__ffs/ffz. by David S. Miller · 13 years ago
  24. ea5e744 sparc: Set reboot-cmd using reboot data hypervisor call if available. by David S. Miller · 13 years ago
  25. e2eb9f8 sparc: Add some missing hypervisor API groups. by David S. Miller · 13 years ago
  26. d600cbe sparc: Use hweight64() in popc emulation. by David S. Miller · 13 years ago
  27. ef7c4d4 sparc: Use popc if possible for hweight routines. by David S. Miller · 13 years ago
  28. e95ade0 sparc: Minor tweaks to Niagara page copy/clear. by David S. Miller · 13 years ago
  29. 968e75f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  30. a0e997c sparc: iounmap() and *_free_coherent() - Use lookup_resource() by Geert Uytterhoeven · 13 years ago
  31. 88efd0b sparc: _sparc_find_resource() should check for exact matches by Geert Uytterhoeven · 13 years ago
  32. 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
  33. ac85fe8 sparc: Sanitize cpu feature detection and reporting. by David S. Miller · 13 years ago
  34. 4ba991d sparc: Detect and handle UltraSPARC-T3 cpu types. by David S. Miller · 13 years ago
  35. 314ff52 sparc: Don't do expensive hypervisor PCR write unless necessary. by David S. Miller · 13 years ago
  36. 15e3608 sparc: Add T3 sun4v cpu type and hypervisor group defines. by David S. Miller · 13 years ago
  37. facfdde sparc: Don't leave sparc_pmu_type NULL on sun4v. by David S. Miller · 13 years ago
  38. 678624e40 sparc: rename atomic_add_unless by Stephen Rothwell · 13 years ago
  39. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  40. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  41. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  42. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  43. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  44. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  45. df077ac sparc64: implement get_user_pages_fast() by David S. Miller · 13 years ago
  46. 683d2fa sparc64: add support for _PAGE_SPECIAL by David S. Miller · 13 years ago
  47. 4a0100f sparc64: use RCU page table freeing by David S. Miller · 13 years ago
  48. 4dedbf8 sparc64: kill page table quicklists by David S. Miller · 13 years ago
  49. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  50. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  51. 4d4abdc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  52. acb41c0 Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  53. d534194 PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. by Ralf Baechle · 13 years ago
  54. 33d8881 sparc,kgdbts: fix compile regression with kgdb test suite by Jason Wessel · 13 years ago
  55. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  56. 1ef4859 sparc: sun4m SMP: fix wrong shift instruction in IPI handler by Will Simoneau · 13 years ago
  57. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  58. 6d999da sparc32,leon: Added __init declaration to leon_flush_needed() by Matthias Rosenfelder · 13 years ago
  59. 18d85bc sparc/irqs: Do not trace arch_local_{*,irq_*} functions by Steven Rostedt · 13 years ago
  60. 89d6c0b perf, arch: Add generic NODE cache events by Peter Zijlstra · 13 years ago
  61. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  62. c6830c2 Fix node_start/end_pfn() definition for mm/page_cgroup.c by KAMEZAWA Hiroyuki · 13 years ago
  63. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  64. 10f0d07 sparc32, leon: bugfix in LEON SMP interrupt init by Daniel Hellstrom · 13 years ago
  65. a7d82a0 sparc32, sun4m: bugfix in SMP IPI traphandler by Daniel Hellstrom · 13 years ago
  66. 64099d9 pci/of: Consolidate pci_device_to_OF_node() by Benjamin Herrenschmidt · 13 years ago
  67. 98d9f30c8 pci/of: Match PCI devices to OF nodes dynamically by Benjamin Herrenschmidt · 13 years ago
  68. 6cb79b3 sparc: Remove unnecessary semicolons by Joe Perches · 13 years ago
  69. 9eeb089 Add support for allocating irqs for bootbus devices by oftedal · 13 years ago
  70. ea16058 Do not skip interrupt sources in sun4d interrupt handler and acknowledge interrupts correctly by oftedal · 13 years ago
  71. 5fba170 Restructure sun4d_build_device_irq so that timer interrupts can be allocated by oftedal · 13 years ago
  72. 8c47f8d sparc: PCIC_PCI needs SPARC32 dependency by David S. Miller · 13 years ago
  73. 2c7d164 sparc: Do not select GENERIC_HARDIRQS_NO_DEPRECATED by Geert Uytterhoeven · 13 years ago
  74. 5d07b78 sparc32,leon: add GRPCI2 PCI Host driver by Daniel Hellstrom · 13 years ago
  75. 26893c1 sparc32,leon: added LEON-common low-level PCI routines by Daniel Hellstrom · 13 years ago
  76. cfe3af5 sparc32: added CONFIG_PCIC_PCI Kconfig setting by Daniel Hellstrom · 13 years ago
  77. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  78. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  79. 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 13 years ago
  80. 5ca43f6 lib: consolidate DEBUG_STACK_USAGE option by Stephen Boyd · 13 years ago
  81. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  82. 90f08e3 sparc: mmu_gather rework by Peter Zijlstra · 13 years ago
  83. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 13 years ago
  84. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  85. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 13 years ago
  86. e98bae7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 13 years ago
  87. f400bdb sparc32: fix build, fix missing cpu_relax declaration by Sam Ravnborg · 13 years ago
  88. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  89. 90d3ac1 Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8' by David S. Miller · 13 years ago
  90. 9fafbd8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 13 years ago
  91. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  92. df48d871 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  93. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 13 years ago
  94. d81f087 sparc32,leon: Remove unnecessary page_address calls in LEON DMA API. by Kristoffer Glembo · 13 years ago
  95. fb1fece sparc: convert old cpumask API into new one by KOSAKI Motohiro · 13 years ago
  96. 55dd23e sparc32, sun4d: Implemented SMP IPIs support for SUN4D machines by Daniel Hellstrom · 13 years ago
  97. ecbc42b sparc32, sun4m: Implemented SMP IPIs support for SUN4M machines by Daniel Hellstrom · 13 years ago
  98. 1ca0c80 sparc32,leon: Implemented SMP IPIs for LEON CPU by Daniel Hellstrom · 13 years ago
  99. d6d0481 sparc32: implement SMP IPIs using the generic functions by Daniel Hellstrom · 13 years ago
  100. 2645e72 sparc32,leon: SMP power down implementation by Daniel Hellstrom · 13 years ago