1. 9d56dd3 sh: Mass ctrl_in/outX to __raw_read/writeX conversion. by Paul Mundt · 15 years ago
  2. a077e91 sh: Conserve fixmap slots when IOREMAP_FIXED=n. by Paul Mundt · 15 years ago
  3. 2dc2f8e sh: Kill off the special uncached section and fixmap. by Paul Mundt · 15 years ago
  4. 3125ee7 sh: Track the uncached mapping size. by Paul Mundt · 15 years ago
  5. 2023b84 sh: Rework P2 to only include kernel text. by Paul Mundt · 15 years ago
  6. 77c2019 sh: initial PMB mapping iteration by helper macro. by Paul Mundt · 15 years ago
  7. 35f99c0 sh: pretty print virtual memory map on boot. by Paul Mundt · 15 years ago
  8. d9116d0 sh: mach-sdk7786: Probe system FPGA area mapping. by Paul Mundt · 15 years ago
  9. 920efaa sh: Correct iounmap fixmap teardown. by Paul Mundt · 15 years ago
  10. b51989b sh: mach-sdk7786: reset controller reboot support. by Paul Mundt · 15 years ago
  11. fbb82b0 sh: machine_ops based reboot support. by Paul Mundt · 15 years ago
  12. 2efa53b sh: Make 29/32-bit mode check helper generally available. by Paul Mundt · 15 years ago
  13. 5f24071 sh: mach-sdk7786: Split out FPGA IRQ controller setup. by Paul Mundt · 15 years ago
  14. efd590d sh: mach-sdk7786: FPGA updates. by Paul Mundt · 15 years ago
  15. bdc2730 sh: Handle SH-4 FPU variants with broken CVR values. by Paul Mundt · 15 years ago
  16. 70911b8 sh: Shut up noisy IOREMAP_FIXED=n build. by Paul Mundt · 15 years ago
  17. 31c3af5 sh: support SIU sourcing from external clock on sh7722 by Guennadi Liakhovetski · 15 years ago
  18. 14965f1 sh: Fix up sdk7780 and urquell builds. by Paul Mundt · 15 years ago
  19. dea3cf1 sh: urquell: Handle EXTAL configuration here, too. by Paul Mundt · 15 years ago
  20. c809821 sh: mach-sdk7786: Detect/configure/propagate EXTAL. by Paul Mundt · 15 years ago
  21. 43a1839 sh: SH7786 clock framework rewrite. by Paul Mundt · 15 years ago
  22. a4ae2b2 sh64: Fixup build breakage from breakpoint handler rename. by Paul Mundt · 15 years ago
  23. d6db888 sh64: Use the shared FPU state restorer. by Paul Mundt · 15 years ago
  24. 88ea1a4 sh64: Fix up PC casting in unaligned fixup notifier with 32bit ABI. by Paul Mundt · 15 years ago
  25. 3ef2932 sh64: Fix up the build for the thread_xstate changes. by Paul Mundt · 15 years ago
  26. cb6d044 sh: Kill off now bogus fixmap/page wiring documentation. by Paul Mundt · 15 years ago
  27. bb29c67 sh: Split out MMUCR.URB based entry wiring in to shared helper. by Paul Mundt · 15 years ago
  28. 046581f sh: Provide a dummy _PAGE_WIRED flag for non-X2TLB parts. by Paul Mundt · 15 years ago
  29. 6d63e73 sh: Limit ioremap_prot() to 32bit pgprot parts. by Paul Mundt · 15 years ago
  30. f3360934 sh: Convert p3_ioremap() users to ioremap_prot(). by Paul Mundt · 15 years ago
  31. acf2c96 sh: Kill off duplicate address alignment in ioremap_fixed(). by Paul Mundt · 15 years ago
  32. d57d640 sh: Prevent 64-bit pgprot clobbering across ioremap implementations. by Paul Mundt · 15 years ago
  33. af14153 sh: Flag __ioremap_caller() __init_refok. by Paul Mundt · 15 years ago
  34. 12b6b01 sh: Handle unmapping of fixed slots transparently in iounmap(). by Paul Mundt · 15 years ago
  35. 4f744af sh: Make iounmap_fixed() return success/failure for iounmap() path. by Paul Mundt · 15 years ago
  36. 0b59e38 sh: Merge _32/_64 ioremap implementations. by Paul Mundt · 15 years ago
  37. edf711b sh: Fixup the IOREMAP_FIXED=n build. by Paul Mundt · 15 years ago
  38. d9b9487 sh: Handle early ioremaps through fixed mappings. by Paul Mundt · 15 years ago
  39. 0c54de1 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  40. 8faba61 Merge branch 'sh/ioremap-fixed' by Paul Mundt · 15 years ago
  41. 4291b73 sh: Need IRQs enabled for init_fpu(). by Paul Mundt · 15 years ago
  42. 3d46767 sh: Setup early PMB mappings. by Matt Fleming · 15 years ago
  43. 7dc9c48 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  44. 330a518 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  45. c6a93d3 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  46. 355e8e8 m68knommu: fix invalid flags on coldfire pit clocksource by john stultz · 15 years ago
  47. 78bf04f sh: Tidy up non-translatable checks in iounmap path. by Paul Mundt · 15 years ago
  48. 597fe76 sh: Use ioremap_fixed() to implement SH-5 ioremap() by Matt Fleming · 15 years ago
  49. 6f82b6e sh: Use ioremap_fixmed to map the SM501 DRAM config register by Matt Fleming · 15 years ago
  50. 4d35b93 sh: Add fixed ioremap support by Matt Fleming · 15 years ago
  51. 07cad4d sh: Generalise the pte handling code for the fixmap path by Matt Fleming · 15 years ago
  52. 24ef7fc sh: Acquire some more page flags for SH-5. by Matt Fleming · 15 years ago
  53. 8eda551 sh: New extended page flag to wire/unwire TLB entries by Matt Fleming · 15 years ago
  54. 9ddabb6 Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 15 years ago
  55. 3b3ef30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  56. 9fc8191 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6 by Linus Torvalds · 15 years ago
  57. 1d2c867 x86, uv: Ensure hub revision set for all ACPI modes. by Russ Anderson · 15 years ago
  58. 7a1110e x86, uv: Add function retrieving node controller revision number by Jack Steiner · 15 years ago
  59. 7dcaa8e sh: Generalize SH7786 PCIe support. by Paul Mundt · 15 years ago
  60. 3ce2f76 ARM: MINI2440: Fixup __initdata usage by Ben Dooks · 15 years ago
  61. 0a3727f ARM: MINI2440: Fix crash on boot due to improper __initdata qualifier by Uri Yosef · 15 years ago
  62. 6f832e8 sh: mach-sdk7786: mode pins support. by Paul Mundt · 15 years ago
  63. f0cb773 sh: Fix up the secondary CPU entry point for 32bit mode. by Paul Mundt · 15 years ago
  64. a6198a2 sh: Guard against early IPIs in flush_cache_all(). by Paul Mundt · 15 years ago
  65. a09d283 sh: heartbeat: Update boards for access size hinting. by Paul Mundt · 15 years ago
  66. 2267c78 sh: mach-sdk7786: heartbeat support. by Paul Mundt · 15 years ago
  67. 10ab92d sh: heartbeat: Support access size specification via resource flags. by Paul Mundt · 15 years ago
  68. d3cf448 ARM: SMDK6410: Specify no GPIO for B_PWR_5V regulator by Mark Brown · 15 years ago
  69. ea44078 sh: mach-ecovec24: Add motion sensor driver support. by NISHIMOTO Hiroki · 15 years ago
  70. 46c4e5d sh: Fix CONFIG_PMB=n build. by Matt Fleming · 15 years ago
  71. 44c36ae alpha: cpumask_of_node() should handle -1 as a node by Anton Blanchard · 15 years ago
  72. 61c39bb Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  73. 4ecf09f Unrot uml mconsole a bit by Al Viro · 15 years ago
  74. 02bf6cc sh: Preliminary SDK7786 board support. by Paul Mundt · 15 years ago
  75. 9b96918 ARM: S3C: NAND: Check the existence of nr_map before copying by Ramax Lo · 15 years ago
  76. 6846ee5 zlib: Fix build of powerpc boot wrapper by Benjamin Herrenschmidt · 15 years ago
  77. 94e587f [S390] unwire sys_recvmmsg again by Heiko Carstens · 15 years ago
  78. d381589 [S390] mmap: add missing compat_ptr conversion to both mmap compat syscalls by Heiko Carstens · 15 years ago
  79. a9df8e3 [S390] bug: implement arch specific __WARN macro by Heiko Carstens · 15 years ago
  80. fb380aa [S390] Move __cpu_logical_map to smp.c by Heiko Carstens · 15 years ago
  81. c6a5f8c [S390] smp: remove volatile type quilifier from __cpu_logical_map by Heiko Carstens · 15 years ago
  82. 02beacc [S390] smp: setup smp_processor_id early by Heiko Carstens · 15 years ago
  83. a58c26b [S390] use helpers for rlimits by Jiri Slaby · 15 years ago
  84. bebf023 [S390] remove superfluous TIF_USEDFPU bit by Martin Schwidefsky · 15 years ago
  85. 6f50248 [S390] duplicate SIGTRAP on signal delivery. by Martin Schwidefsky · 15 years ago
  86. f8d5faf [S390] clear TIF_SINGLE_STEP for new process. by Martin Schwidefsky · 15 years ago
  87. c3311c1 [S390] fix loading of PER control registers for utrace. by Martin Schwidefsky · 15 years ago
  88. 0710520 Makefile: do not override LC_CTYPE by Michal Marek · 15 years ago
  89. e68266b x86: xen: 64-bit kernel RPL should be 0 by Ian Campbell · 15 years ago
  90. 864a092 x86: kernel_thread() -- initialize SS to a known state by Cyrill Gorcunov · 15 years ago
  91. e44d6c4 sh: Rename split-level pgtable headers. by Paul Mundt · 15 years ago
  92. 42590a7 x86/agp: Fix agp_amd64_init and agp_amd64_cleanup by FUJITA Tomonori · 15 years ago
  93. 782bb5a sh: default to extended TLB support. by Paul Mundt · 15 years ago
  94. fcfbb2b x86: SGI UV: Fix mapping of MMIO registers by Mike Travis · 15 years ago
  95. 206582c sh: Make all PxSEGADDR() calls fatal for non-legacy configs. by Paul Mundt · 15 years ago
  96. df39a2e x86: mce.h: Fix warning in header checks by Alan Cox · 15 years ago
  97. 88f73d2 sh: Fix up L2 cache comment typo. by Paul Mundt · 15 years ago
  98. a0ab366 sh: fixed PMB mode refactoring. by Paul Mundt · 15 years ago
  99. c2c5d45 perf: Stop stack frame walking off kernel addresses boundaries by Frederic Weisbecker · 15 years ago
  100. 7f33306 sh: PVR detection for 2nd cut SH7786. by Matt Fleming · 15 years ago