1. a83f982 [SPARC]: Fix OF register translations under sub-PCI busses. by David S. Miller · 18 years ago
  2. 6cc8b6f [SPARC64]: of_device_register() error checking fix by Andrew Morton · 18 years ago
  3. 894673e [PATCH] tty: Remove include of screen_info.h from tty.h by Jon Smirl · 18 years ago
  4. 6741320 [PATCH] irq-flags: SPARC: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  5. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  6. 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 18 years ago
  7. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  8. 8f96cd1 [SPARC]: sparc32 side of of_device layer IRQ resolution. by David S. Miller · 18 years ago
  9. ee5caf0 [SPARC]: Convert clock drivers to of_driver framework. by David S. Miller · 18 years ago
  10. 3ca9fab [SPARC]: Add of_io{remap,unmap}(). by David S. Miller · 18 years ago
  11. 95714e1 [SPARC]: Encode I/O space into resource flags on sparc32. by David S. Miller · 18 years ago
  12. cf44bbc [SPARC]: Beginnings of generic of_device framework. by David S. Miller · 18 years ago
  13. 3ae9a348 [SPARC]: Add of_n_{addr,size}_cells(). by David S. Miller · 18 years ago
  14. 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  15. 9458377 [PATCH] sparc: register_cpu() build fix by Andrew Morton · 18 years ago
  16. e31dd6e [PATCH] 64bit resource: change pci core and arch code to use resource_size_t by Greg Kroah-Hartman · 18 years ago
  17. d75fc8b [PATCH] 64bit resource: change resource core to use resource_size_t by Greg Kroah-Hartman · 18 years ago
  18. 685143ac [PATCH] 64bit resource: fix up printks for resources in arch and core code by Greg Kroah-Hartman · 18 years ago
  19. 749805d [SPARC]: Add iomap interfaces. by David S. Miller · 18 years ago
  20. 87b385d [SPARC]: Add unique device_node IDs and a ".node" property. by David S. Miller · 18 years ago
  21. fb7cd9d [SPARC]: Add of_set_property() interface. by David S. Miller · 18 years ago
  22. 6985391 [SPARC]: Export x_bus_type to modules. by David S. Miller · 18 years ago
  23. 576c352 [SBUS]: Rewrite and plug into of_device framework. by David S. Miller · 18 years ago
  24. fd53143 [SPARC]: Port of_device layer and make ebus use it. by David S. Miller · 18 years ago
  25. 942a6bd [SPARC]: Port sparc64 in-kernel device tree code to sparc32. by David S. Miller · 18 years ago
  26. 8fae097 [SBUS]: Start cleaning up generic sbus support layer. by David S. Miller · 18 years ago
  27. 5d2170a [PATCH] sparc build breakage by Al Viro · 18 years ago
  28. c6387a4 [SPARC]: Kill __irq_itoa(). by David S. Miller · 18 years ago
  29. 3185d4d [SPARC]: Fix iommu_flush_iotlb end address by Bob Breuer · 18 years ago
  30. 92d452f [SPARC]: Mark smp init functions as cpuinit by Bob Breuer · 18 years ago
  31. 7202fb4 [SPARC]: Setup cpu_possible_map by Bob Breuer · 18 years ago
  32. a8cbdce [SPARC]: Add topology_init() by Bob Breuer · 18 years ago
  33. 650fb83 [SPARC]: Migration cost tune up in sparc smp. by Krzysztof Helt · 18 years ago
  34. 353b28b [SPARC]: Add robust futex syscall entries. by David S. Miller · 18 years ago
  35. 06a1be1 [SPARC]: Handle UNWIND_INFO properly. by David S. Miller · 18 years ago
  36. 4cfbd7e [SPARC]: show device name in /proc/dvma_map by Martin Habets · 18 years ago
  37. bb3426ad [SPARC]: Remove duplicate symbol exports by Martin Habets · 18 years ago
  38. 8c45112 [SPARC]: Hook up vmsplice into syscall tables. by David S. Miller · 18 years ago
  39. 5fdef39 [SPARC]: Hook up sys_tee() into syscall tables. by David S. Miller · 18 years ago
  40. 2514395 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  41. 894b577 [PATCH] No arch-specific strpbrk implementations by Kyle McMartin · 18 years ago
  42. fff8efe [PATCH] for_each_possible_cpu: sparc by KAMEZAWA Hiroyuki · 18 years ago
  43. b46da05 kbuild: use relative path to -I by Sam Ravnborg · 18 years ago
  44. 289eee6 [SPARC]: Wire up sys_sync_file_range() into syscall tables. by David S. Miller · 18 years ago
  45. 1339713 [SPARC]: Wire up sys_splice() into the syscall tables. by David S. Miller · 18 years ago
  46. d59288b [PATCH] bitops: sparc: use generic bitops by Akinobu Mita · 18 years ago
  47. a54123e [SPARC]: Try to start getting SMP back into shape. by Bob Breuer · 18 years ago
  48. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 18 years ago
  49. d04ef3a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  50. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 18 years ago
  51. 14778d9 [SPARC]: Respect vm_page_prot in io_remap_page_range(). by David S. Miller · 18 years ago
  52. 30d4d1f [SPARC]: BUG_ON() Conversion in arch/sparc/kernel/ioport.c by Eric Sesterhenn · 18 years ago
  53. 40ad7a6 [SPARC]: sys_newfstatat --> sys_fstatat64 by David S. Miller · 18 years ago
  54. 746f956 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  55. 1b9a428 [SPARC]: Wire up sys_unshare(). by David S. Miller · 18 years ago
  56. 304cd3e [PATCH] restore power-off on sparc32 by Al Viro · 18 years ago
  57. 22f01da [SPARC]: Fix compile failures in math-emu. by David S. Miller · 18 years ago
  58. 4415863 [SPARC]: Increase NR_SYSCALLS to 299 by David S. Miller · 18 years ago
  59. 2d7d5f0 [SPARC]: Add support for *at(), ppoll, and pselect syscalls. by David S. Miller · 18 years ago
  60. 1ae6138 [SPARC]: change if() BUG(); to BUG_ON in iommu.c by Eric Sesterhenn · 18 years ago
  61. 36483c6 [PATCH] sparc: task_stack_page() by Al Viro · 18 years ago
  62. d562ef6 [PATCH] sparc: task_thread_info() by Al Viro · 18 years ago
  63. a941564 [PATCH] capable/capability.h (arch/) by Randy Dunlap · 18 years ago
  64. df2e71f [PATCH] dump_thread() cleanup by akpm@osdl.org · 18 years ago
  65. e585e47 [PATCH] tiny: Make *[ug]id16 support optional by Matt Mackall · 18 years ago
  66. 6b9c7ed [PATCH] use ptrace_get_task_struct in various places by Christoph Hellwig · 18 years ago
  67. d5784b5 [SPARC]: Use STABS_DEBUG and DWARF_DEBUG macros in vmlinux.lds.S by David S. Miller · 19 years ago
  68. 597d1f0 [SPARC]: Kill CHILD_MAX. by David S. Miller · 19 years ago
  69. 0b57ee9 [SPARC]: introduce a SPARC Kconfig symbol by Adrian Bunk · 19 years ago
  70. 80ce8ba [PATCH] arch/sparc/kernel/led.c __user annotations by Al Viro · 19 years ago
  71. a329729 [PATCH] sun4c_memerr_reg __iomem annotations by Al Viro · 19 years ago
  72. e4fe342f [PATCH] sparc: NULL noise removal (ebus.c) by Al Viro · 19 years ago
  73. c316ef0 [PATCH] sparc/kernel/time: __iomem annotations by Al Viro · 19 years ago
  74. f8ad23a [PATCH] fix iomem annotations in sparc32 pcic code by Al Viro · 19 years ago
  75. 1df2ab4 [SPARC]: block/ needed in final image link by Paul Jackson · 19 years ago
  76. 1d66a79 [SPARC]: atomic_clear_mask build fix by Paul Jackson · 19 years ago
  77. 5cd9194 [PATCH] sparc: convert IO remapping to VM_PFNMAP by David S. Miller · 19 years ago
  78. f3d48f0 [PATCH] unpaged: fix sound Bad page states by Hugh Dickins · 19 years ago
  79. 0b14c17 [PATCH] unpaged: VM_UNPAGED by Hugh Dickins · 19 years ago
  80. 8426e1f [PATCH] atomic: inc_not_zero by Nick Piggin · 19 years ago
  81. 4a6dae6 [PATCH] atomic: cmpxchg by Nick Piggin · 19 years ago
  82. f037360 [PATCH] m68k: thread_info header cleanup by Al Viro · 19 years ago
  83. 940fdc6 [SPARC]: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  84. 64c7c8f [PATCH] sched: resched and cpu_idle rework by Nick Piggin · 19 years ago
  85. 5bfb5d6 [PATCH] sched: disable preempt in idle tasks by Nick Piggin · 19 years ago
  86. 16cf0d8 [SPARC]: Kill remaining kbio.h references. by Christoph Hellwig · 19 years ago
  87. ee1858d [SPARC]: Add sun4m LED driver. by Lars Kotthoff · 19 years ago
  88. ecea8d1 [PATCH] jiffies_64 cleanup by Thomas Gleixner · 19 years ago
  89. d61780c [PATCH] remove some more check_region stuff by Jeff Garzik · 19 years ago
  90. b462705 [PATCH] mm: arches skip ptlock by Hugh Dickins · 19 years ago
  91. b581003 [PATCH] core remove PageReserved by Nick Piggin · 19 years ago
  92. 08eb8f1 [SPARC32]: Revert IOMAP change eb98129eec7fa605f0407dfd92d40ee8ddf5cd9a by David S. Miller · 19 years ago
  93. eb98129 [SPARC32]: Enable generic IOMAP. by Tom 'spot' Callaway · 19 years ago
  94. 782c3fd [SPARC]: Remove some duplicated sparc32 config items by Martin Habets · 19 years ago
  95. 3115624 [SPARC]: "extern inline" doesn't make much sense. by Adrian Bunk · 19 years ago
  96. 801ab3c [SPARC]: Declare paging_init() in asm/pgtable.h by David S. Miller · 19 years ago
  97. 7caaeab [SPARC]: Fix dot-symbol exporting for good. by Al Viro · 19 years ago
  98. fb1c8f9 [PATCH] spinlock consolidation by Ingo Molnar · 19 years ago
  99. 486a153 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  100. a9f6a0d [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions by Ingo Molnar · 19 years ago