1. 12b6b01 sh: Handle unmapping of fixed slots transparently in iounmap(). by Paul Mundt · 15 years ago
  2. 4f744af sh: Make iounmap_fixed() return success/failure for iounmap() path. by Paul Mundt · 15 years ago
  3. 0b59e38 sh: Merge _32/_64 ioremap implementations. by Paul Mundt · 15 years ago
  4. edf711b sh: Fixup the IOREMAP_FIXED=n build. by Paul Mundt · 15 years ago
  5. d9b9487 sh: Handle early ioremaps through fixed mappings. by Paul Mundt · 15 years ago
  6. 0c54de1 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  7. 8faba61 Merge branch 'sh/ioremap-fixed' by Paul Mundt · 15 years ago
  8. 4291b73 sh: Need IRQs enabled for init_fpu(). by Paul Mundt · 15 years ago
  9. 3d46767 sh: Setup early PMB mappings. by Matt Fleming · 15 years ago
  10. 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
  11. 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
  12. 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
  13. 355e8e8 m68knommu: fix invalid flags on coldfire pit clocksource by john stultz · 15 years ago
  14. 78bf04f sh: Tidy up non-translatable checks in iounmap path. by Paul Mundt · 15 years ago
  15. 597fe76 sh: Use ioremap_fixed() to implement SH-5 ioremap() by Matt Fleming · 15 years ago
  16. 6f82b6e sh: Use ioremap_fixmed to map the SM501 DRAM config register by Matt Fleming · 15 years ago
  17. 4d35b93 sh: Add fixed ioremap support by Matt Fleming · 15 years ago
  18. 07cad4d sh: Generalise the pte handling code for the fixmap path by Matt Fleming · 15 years ago
  19. 24ef7fc sh: Acquire some more page flags for SH-5. by Matt Fleming · 15 years ago
  20. 8eda551 sh: New extended page flag to wire/unwire TLB entries by Matt Fleming · 15 years ago
  21. 9ddabb6 Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 15 years ago
  22. 3b3ef30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  23. 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
  24. 1d2c867 x86, uv: Ensure hub revision set for all ACPI modes. by Russ Anderson · 15 years ago
  25. 7a1110e x86, uv: Add function retrieving node controller revision number by Jack Steiner · 15 years ago
  26. 7dcaa8e sh: Generalize SH7786 PCIe support. by Paul Mundt · 15 years ago
  27. 3ce2f76 ARM: MINI2440: Fixup __initdata usage by Ben Dooks · 15 years ago
  28. 0a3727f ARM: MINI2440: Fix crash on boot due to improper __initdata qualifier by Uri Yosef · 15 years ago
  29. 6f832e8 sh: mach-sdk7786: mode pins support. by Paul Mundt · 15 years ago
  30. f0cb773 sh: Fix up the secondary CPU entry point for 32bit mode. by Paul Mundt · 15 years ago
  31. a6198a2 sh: Guard against early IPIs in flush_cache_all(). by Paul Mundt · 15 years ago
  32. a09d283 sh: heartbeat: Update boards for access size hinting. by Paul Mundt · 15 years ago
  33. 2267c78 sh: mach-sdk7786: heartbeat support. by Paul Mundt · 15 years ago
  34. 10ab92d sh: heartbeat: Support access size specification via resource flags. by Paul Mundt · 15 years ago
  35. d3cf448 ARM: SMDK6410: Specify no GPIO for B_PWR_5V regulator by Mark Brown · 15 years ago
  36. ea44078 sh: mach-ecovec24: Add motion sensor driver support. by NISHIMOTO Hiroki · 15 years ago
  37. 46c4e5d sh: Fix CONFIG_PMB=n build. by Matt Fleming · 15 years ago
  38. 44c36ae alpha: cpumask_of_node() should handle -1 as a node by Anton Blanchard · 15 years ago
  39. 61c39bb Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  40. 4ecf09f Unrot uml mconsole a bit by Al Viro · 15 years ago
  41. 02bf6cc sh: Preliminary SDK7786 board support. by Paul Mundt · 15 years ago
  42. 9b96918 ARM: S3C: NAND: Check the existence of nr_map before copying by Ramax Lo · 15 years ago
  43. 6846ee5 zlib: Fix build of powerpc boot wrapper by Benjamin Herrenschmidt · 15 years ago
  44. 94e587f [S390] unwire sys_recvmmsg again by Heiko Carstens · 15 years ago
  45. d381589 [S390] mmap: add missing compat_ptr conversion to both mmap compat syscalls by Heiko Carstens · 15 years ago
  46. a9df8e3 [S390] bug: implement arch specific __WARN macro by Heiko Carstens · 15 years ago
  47. fb380aa [S390] Move __cpu_logical_map to smp.c by Heiko Carstens · 15 years ago
  48. c6a5f8c [S390] smp: remove volatile type quilifier from __cpu_logical_map by Heiko Carstens · 15 years ago
  49. 02beacc [S390] smp: setup smp_processor_id early by Heiko Carstens · 15 years ago
  50. a58c26b [S390] use helpers for rlimits by Jiri Slaby · 15 years ago
  51. bebf023 [S390] remove superfluous TIF_USEDFPU bit by Martin Schwidefsky · 15 years ago
  52. 6f50248 [S390] duplicate SIGTRAP on signal delivery. by Martin Schwidefsky · 15 years ago
  53. f8d5faf7 [S390] clear TIF_SINGLE_STEP for new process. by Martin Schwidefsky · 15 years ago
  54. c3311c1 [S390] fix loading of PER control registers for utrace. by Martin Schwidefsky · 15 years ago
  55. 0710520 Makefile: do not override LC_CTYPE by Michal Marek · 15 years ago
  56. e68266b x86: xen: 64-bit kernel RPL should be 0 by Ian Campbell · 15 years ago
  57. 864a092 x86: kernel_thread() -- initialize SS to a known state by Cyrill Gorcunov · 15 years ago
  58. e44d6c4 sh: Rename split-level pgtable headers. by Paul Mundt · 15 years ago
  59. 42590a7 x86/agp: Fix agp_amd64_init and agp_amd64_cleanup by FUJITA Tomonori · 15 years ago
  60. 782bb5a sh: default to extended TLB support. by Paul Mundt · 15 years ago
  61. fcfbb2b x86: SGI UV: Fix mapping of MMIO registers by Mike Travis · 15 years ago
  62. 206582c sh: Make all PxSEGADDR() calls fatal for non-legacy configs. by Paul Mundt · 15 years ago
  63. df39a2e x86: mce.h: Fix warning in header checks by Alan Cox · 15 years ago
  64. 88f73d2 sh: Fix up L2 cache comment typo. by Paul Mundt · 15 years ago
  65. a0ab366 sh: fixed PMB mode refactoring. by Paul Mundt · 15 years ago
  66. c2c5d45 perf: Stop stack frame walking off kernel addresses boundaries by Frederic Weisbecker · 15 years ago
  67. 7f33306 sh: PVR detection for 2nd cut SH7786. by Matt Fleming · 15 years ago
  68. eca50f1 sh: Add a vmlinux.bin target. by Paul Mundt · 15 years ago
  69. 1f0e14b Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  70. f25bb39 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  71. 682137f m68knommu: fix definitions of __pa() and __va() by Greg Ungerer · 15 years ago
  72. c7b16ef sh: Add support for LZO-compressed kernels. by Paul Mundt · 15 years ago
  73. 644755e Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates' by Paul Mundt · 15 years ago
  74. 6430a59 sh: Don't perform an icbi on a P2 address by Matt Fleming · 15 years ago
  75. 0ea820c sh: Move over to dynamically allocated FPU context. by Paul Mundt · 15 years ago
  76. aff7b4f ARM: Ensure ARMv6/7 mm files are built using appropriate assembler options by Russell King · 15 years ago
  77. 7511bce ARM: Fix wrong dmb by Russell King · 15 years ago
  78. 9a3065c MIPS: Ignore vmlinux.* by Yoichi Yuasa · 15 years ago
  79. 17f964e MIPS: Move vmlinux.ecoff to arch/mips/boot by Yoichi Yuasa · 15 years ago
  80. d797396 MIPS: cpumask_of_node() should handle -1 as a node by Anton Blanchard · 15 years ago
  81. 0e8a1d8 MIPS: Octeon: Use non-overflowing arithmetic in sched_clock by David Daney · 15 years ago
  82. 9b54dc5 MIPS: Malta, PowerTV: Remove unnecessary "Linux started" by Yoichi Yuasa · 15 years ago
  83. 0622870 MIPS: BCM63xx: Remove duplicate CONFIG_CMDLINE. by Yoichi Yuasa · 15 years ago
  84. 70b5c81 MIPS: AR7: Remove unused prom_getchar() by Yoichi Yuasa · 15 years ago
  85. 1dc2386 MIPS: PowerTV: Remove extra r4k_clockevent_init() call by David VomLehn · 15 years ago
  86. 0833c76 MIPS: Cobalt use strlcat() for the command line arguments by Yoichi Yuasa · 15 years ago
  87. c6a3c85 MIPS: Octeon: Add sched_clock() to csrc-octeon.c by David Daney · 15 years ago
  88. 98bea6f MIPS: TXx9: Cleanup builtin-cmdline processing by Atsushi Nemoto · 15 years ago
  89. 7e326d6 MIPS: PowerTV: simplify prom_init_cmdline() and merge into prom_init() by Yoichi Yuasa · 15 years ago
  90. 0eb99a9 MIPS: PowerTV: Remove unused platform_die() by Yoichi Yuasa · 15 years ago
  91. 2620c35 MIPS: PowerTV: Remove mips_machine_halt() by Yoichi Yuasa · 15 years ago
  92. 09b7c9f MIPS: PowerTV: Remove unused ptv_memsize by Yoichi Yuasa · 15 years ago
  93. 99d2b17 MIPS: PowerTV: Remove unused prom_getcmdline() by Yoichi Yuasa · 15 years ago
  94. 5769940 MIPS: AR7: Remove kgdb_enabled by Yoichi Yuasa · 15 years ago
  95. 42ecda1 MIPS: Alchemy: Correct code taking the size of a pointer by Julia Lawall · 15 years ago
  96. 05c6946 MIPS: BCM63xx: Fix whitespace damaged board_bcm963xx.c by Florian Fainelli · 15 years ago
  97. 66a0f0f MIPS: VR41xx: Use strlcat() for the command line arguments by Yoichi Yuasa · 15 years ago
  98. d4d9a55 MIPS: Cleanup and Fixup of compressed kernel support by Wu Zhangjin · 15 years ago
  99. abbdc3d MIPS: Cleanup forgotten label_module_alloc in tlbex.c by David Daney · 15 years ago
  100. a370579 sh: Use SLAB_PANIC for thread_info slab cache. by Paul Mundt · 15 years ago