1. 1aa0365 sparc32: add init memory poisoning by Robert Reif · 16 years ago
  2. 9723f38 sparc32: Fix sun4c build warnings. by David S. Miller · 16 years ago
  3. 5110bd2 sparc: remove CONFIG_SUN4 by Adrian Bunk · 16 years ago
  4. 9dc6923 sparc: Kill now spurious includes of sbus.h by David S. Miller · 16 years ago
  5. 0ad626a sparc32: Kill iounit_map_dma_*(). by David S. Miller · 16 years ago
  6. 046e26a sparc: Remove generic SBUS probing layer. by David S. Miller · 16 years ago
  7. 4b1c5df sparc32: Make mmu_map_dma_area and mmu_unmap_dma_area take a device pointer. by David S. Miller · 16 years ago
  8. b1387c3 sparc32: Kill mmu_translate_dvma and implementations. by David S. Miller · 16 years ago
  9. 260489f sparc32: Make mmu_{get,release}_*() take a struct device pointer. by David S. Miller · 16 years ago
  10. e003934 sparc32: Make IOMMU and IO-UNIT init work with device nodes. by David S. Miller · 16 years ago
  11. 9109fb7 mm: drop unneeded pgdat argument from free_area_init_node() by Johannes Weiner · 16 years ago
  12. f538f3d sparc32: fix init.c allnoconfig build error by Robert Reif · 16 years ago
  13. 50215d6 sparc/mm/: possible cleanups by Adrian Bunk · 16 years ago
  14. 88278ca sparc: remove CVS keywords by Adrian Bunk · 16 years ago
  15. 9f2b2a5 sparc32: More memory probing consolidation. by David S. Miller · 16 years ago
  16. ccc3402 sparc32: Kill totally unused memory information tables. by David S. Miller · 16 years ago
  17. b3dd5b8 [SPARC]: Use shorter form of "get_zeroed_page". by Robert P. J. Day · 16 years ago
  18. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 16 years ago
  19. 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 16 years ago
  20. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 16 years ago
  21. 6ee4e28 [SPARC32]: Fix build-warning in io-unit.c by David S. Miller · 17 years ago
  22. 64d329e [SPARC32]: __inline__ --> inline by David S. Miller · 17 years ago
  23. 58b053e Update arch/ to use sg helpers by Jens Axboe · 17 years ago
  24. 92d15c2 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  25. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  26. 0912a5d SPARC: sg chaining support by Jens Axboe · 17 years ago
  27. efb89630 [SPARC32]: Revert f642b263800e6e57c377d630be6d2a999683b579. by David S. Miller · 17 years ago
  28. 70b0e7a [SPARC32]: Remove superfluous 'kernel_end' alignment on sun4c. by Mark Fortescue · 17 years ago
  29. f642b26 [SPARC32]: Fix bogus ramdisk image location check. by Mark Fortescue · 17 years ago
  30. 3ac4c94 [SPARC32]: Remove iommu from struct sbus_bus and use archdata like sparc64. by Robert Reif · 17 years ago
  31. da4e9fe [SPARC]: Fix exec failures on sun4c. by Mark Fortescue · 17 years ago
  32. 378e515 [SPARC32]: Make PAGE_SHARED a read-mostly variable. by Al Viro · 17 years ago
  33. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  34. 45e98cd page table handling cleanup by Jan Beulich · 17 years ago
  35. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  36. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  37. f0f0d0c [PATCH] sparc: nr_free_pages() is unsigned long by Al Viro · 17 years ago
  38. d4accd6 [SPARC]: Check kzalloc() return value in SUN4D irq/iommu init. by David S. Miller · 18 years ago
  39. c80892d [SPARC]: Replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  40. a866374 [PATCH] mm: pagefault_{disable,enable}() by Peter Zijlstra · 18 years ago
  41. e3096de [SPARC32]: Mark srmmu_nocache_init as __init. by Martin Habets · 18 years ago
  42. 46a82b2 [PATCH] Standardize pxx_page macros by Dave McCracken · 18 years ago
  43. 2f72ba4 [SPARC]: Initialize iounit spinlock in iounit_init(). by Raymond Burns · 18 years ago
  44. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  45. 942a6bd [SPARC]: Port sparc64 in-kernel device tree code to sparc32. by David S. Miller · 18 years ago
  46. 3185d4d [SPARC]: Fix iommu_flush_iotlb end address by Bob Breuer · 18 years ago
  47. a54123e [SPARC]: Try to start getting SMP back into shape. by Bob Breuer · 18 years ago
  48. d04ef3a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  49. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 18 years ago
  50. 14778d9 [SPARC]: Respect vm_page_prot in io_remap_page_range(). by David S. Miller · 18 years ago
  51. 1ae6138 [SPARC]: change if() BUG(); to BUG_ON in iommu.c by Eric Sesterhenn · 18 years ago
  52. a329729 [PATCH] sun4c_memerr_reg __iomem annotations by Al Viro · 19 years ago
  53. 5cd9194 [PATCH] sparc: convert IO remapping to VM_PFNMAP by David S. Miller · 19 years ago
  54. 0b14c17 [PATCH] unpaged: VM_UNPAGED by Hugh Dickins · 19 years ago
  55. 940fdc6 [SPARC]: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  56. b462705 [PATCH] mm: arches skip ptlock by Hugh Dickins · 19 years ago
  57. b581003 [PATCH] core remove PageReserved by Nick Piggin · 19 years ago
  58. 3115624 [SPARC]: "extern inline" doesn't make much sense. by Adrian Bunk · 19 years ago
  59. 4700349 kbuild: arm26,sparc use generic asm-offset support by Sam Ravnborg · 19 years ago
  60. a7a6cac [SPARC]: Kill io_remap_page_range() by David S. Miller · 19 years ago
  61. ca7c8d2 [SPARC]: remove use of asm/segment.h by Kumar Gala · 19 years ago
  62. cbe37d0 [PATCH] mm: remove PG_highmem by Badari Pulavarty · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago