1. ad8f955 m68k/Kconfig: Separate classic m68k and coldfire early by Geert Uytterhoeven · 13 years ago
  2. fbe3364 m68k: add ColdFire with MMU enabled support to the m68k mem init code by Greg Ungerer · 13 years ago
  3. 3f0060b m68k: do not use m68k startup or interrupt code for ColdFire CPUs by Greg Ungerer · 13 years ago
  4. 0a2796d m68k: add ColdFire FPU support for the V4e ColdFire CPUs by Greg Ungerer · 13 years ago
  5. e9fcffa m68k: adjustments to stack frame for ColdFire with MMU enabled by Greg Ungerer · 13 years ago
  6. ed865e3 m68k: use non-MMU linker script for ColdFire MMU builds by Greg Ungerer · 13 years ago
  7. 4a13c6d m68k: ColdFire with MMU enabled uses same clocking code as non-MMU by Greg Ungerer · 13 years ago
  8. 3731454 m68k: add code to setup a ColdFire 54xx platform when MMU enabled by Greg Ungerer · 13 years ago
  9. ef6aa00 m68k: use non-MMU entry.S code when compiling for ColdFire CPU by Greg Ungerer · 13 years ago
  10. 74d4799 m68k: create ColdFire MMU pgalloc code by Greg Ungerer · 13 years ago
  11. 0e6782c m68k: compile appropriate mm arch files for ColdFire MMU support by Greg Ungerer · 13 years ago
  12. 066bf87 m68k: ColdFire V4e MMU paging init code and miss handler by Greg Ungerer · 13 years ago
  13. d49316e m68k: use ColdFire MMU read/write bit flags when ioremapping by Greg Ungerer · 13 years ago
  14. 6061019 m68k: modify cache push and clear code for ColdFire with MMU enable by Greg Ungerer · 13 years ago
  15. 8b38f3c m68k: use tracehook_report_syscall_entry/exit for ColdFire MMU ptrace path by Greg Ungerer · 13 years ago
  16. 83b73d6 m68k: ColdFire V4e MMU context support code by Greg Ungerer · 13 years ago
  17. 33d4bcc m68k: MMU enabled ColdFire needs 8k ELF alignment by Greg Ungerer · 13 years ago
  18. 9e95f7c m68k: set ColdFire MMU page size by Greg Ungerer · 13 years ago
  19. bfe4375 m68k: define PAGE_OFFSET_RAW for ColdFire CPU with MMU enabled by Greg Ungerer · 13 years ago
  20. b852de4 m68k: add TLB flush support for the ColdFire V4e MMU hardware by Greg Ungerer · 13 years ago
  21. 0b0b808 m68k: modify ColdFire 54xx cache support for MMU enabled by Greg Ungerer · 13 years ago
  22. ae2eca7 m68k: add cache support for V4e ColdFire cores running with MMU enabled by Greg Ungerer · 13 years ago
  23. 78d705e m68k: add ColdFire paging exception handling code by Greg Ungerer · 13 years ago
  24. 813db7f m68k: add page table size definitions for ColdFire V4e MMU by Greg Ungerer · 13 years ago
  25. 91521c2 m68k: page table support definitions and code for ColdFire MMU by Greg Ungerer · 13 years ago
  26. bbc6f1b m68k: set register a2 to current if MMU enabled on ColdFire by Greg Ungerer · 13 years ago
  27. 88be351 m68k: add ColdFire 54xx CPU MMU memory init code by Greg Ungerer · 13 years ago
  28. 0079fe7 m68k: init the MMU hardware for the 54xx ColdFire by Greg Ungerer · 13 years ago
  29. feb1ee7 m68k: use addr_limit checking for m68k CPUs that do no support address spaces by Greg Ungerer · 13 years ago
  30. e08d703 m68k: modify user space access functions to support ColdFire CPUs by Greg Ungerer · 13 years ago
  31. 2c9b82a m68k: add TASK definitions for ColdFires running with MMU by Greg Ungerer · 13 years ago
  32. 78ccdff m68k: make interrupt definitions conditional on correct CPU types by Greg Ungerer · 13 years ago
  33. 8cee26f m68k: definitions for the ColdFire V4e MMU hardware by Greg Ungerer · 13 years ago
  34. 060632a m68k: show ColdFire CPU/FPU/MMU type by Greg Ungerer · 13 years ago
  35. 59dbb3b1 m68k: add machine and CPU definitions for ColdFire cores by Greg Ungerer · 13 years ago
  36. 2c85bd3 m68knommu: remove no longer used rom_length from Palm/Pilot start up code by Greg Ungerer · 13 years ago
  37. c0e0c89 m68knommu: fix broken boot logo inclusion by Greg Ungerer · 13 years ago
  38. 40c1b9c m68k: consolidate the vmlinux.lds linker scripts by Greg Ungerer · 13 years ago
  39. 45f9e2c m68knommu: remove unused anchor.h include file by Greg Ungerer · 13 years ago
  40. 1f2aab0 m68knommu: fix broken ColdFire slice timer read_clk() code by Greg Ungerer · 13 years ago
  41. ec84118 m68knommu: disable cache early in startup for ColdFire by Greg Ungerer · 13 years ago
  42. 84f3fb7 m68k: handle presence of 64bit mul/div instructions cleanly by Greg Ungerer · 13 years ago
  43. 7f73baf m68k: simpler m68k and ColdFire CPU's can use generic csum code by Greg Ungerer · 13 years ago
  44. 479badc m68k: make fp register stores consistent for m68k and ColdFire by Greg Ungerer · 13 years ago
  45. 46729d0 m68knommu: no need to set register marker on traps by Greg Ungerer · 13 years ago
  46. d1db912 m68k: support configure time command line for MMU m68k by Greg Ungerer · 13 years ago
  47. e87c09a m68k: print memory layout info in boot log by Greg Ungerer · 13 years ago
  48. 361a541 m68knommu: move definition of mach_gettod to where it is used by Greg Ungerer · 13 years ago
  49. 5717a02 m68k: selection of GENERIC_ATOMIC64 is not MMU specific by Greg Ungerer · 13 years ago
  50. d25ba98 m68k: remove thread_info struct from thread struct by Greg Ungerer · 13 years ago
  51. 8d362b0 m68k: remove duplicate asm offset for task thread.info by Greg Ungerer · 13 years ago
  52. 409ee24 m68k: merge the init_task code for mmu and non-mmu targets by Greg Ungerer · 13 years ago
  53. ed3da2c m68knommu: remove unused fasthandler declaration by Greg Ungerer · 13 years ago
  54. d85b409 m68k: Fall back to __gpio_to_irq() for non-arch GPIOs by Mark Brown · 13 years ago
  55. a2a3dfb clocksource: m86k: Convert to clocksource_register_hz/khz by john stultz · 13 years ago
  56. 7cc8583 sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq(). by David S. Miller · 13 years ago
  57. ecefc36 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  58. 7f3a54b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  59. a205b08 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  60. 26957f0 Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  61. 7278413 Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  62. 13f541c x86, dumpstack: Fix code bytes breakage due to missing KERN_CONT by Clemens Ladisch · 13 years ago
  63. a03ffcf net: bpf_jit: fix an off-one bug in x86_64 cond jump target by Markus Kötter · 13 years ago
  64. 913050b oprofile: Fix uninitialized memory access when writing to writing to oprofilefs by Robert Richter · 13 years ago
  65. 64b3dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  66. 3f5fcf6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  67. 98bf55c Merge branch 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 13 years ago
  68. 8a5f0f8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 13 years ago
  69. ddf5a25 ARM: unwinder: fix bisection to find origin in .idx section by Uwe Kleine-König · 13 years ago
  70. 42ebfc6 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  71. d3db728 xen: only limit memory map to maximum reservation for domain 0. by Ian Campbell · 13 years ago
  72. b1f44e1 sparc32: Be less strict in matching %lo part of relocation. by David S. Miller · 13 years ago
  73. 373da0a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  74. e5fe29c ARM: OMAP: rx51: fix USB by Felipe Contreras · 13 years ago
  75. 442ee5a Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  76. 738384a Merge branch 'imx-fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Arnd Bergmann · 13 years ago
  77. 0c8551e ARM: OMAP: mcbsp: Fix possible memory corruption by Jarkko Nikula · 13 years ago
  78. e1ad783 Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid" by Keith Packard · 13 years ago
  79. 9811ccd ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlier by Arnaud Patard · 13 years ago
  80. 6d3e32e x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-aware by Matt Fleming · 13 years ago
  81. a776878 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  82. 53523d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  83. 592d44a Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  84. b6999b19 thp: add compound tail page _mapcount when mapped by Youquan Song · 13 years ago
  85. 847a2ee arm/imx: fix power button on imx51 babbage board by Shawn Guo · 13 years ago
  86. 300a47b ARM: imx: fix cpufreq build errors by Richard Zhao · 13 years ago
  87. 16b3647 ARM: mx5: add __initconst for fec pdata by Dong Aisheng · 13 years ago
  88. c0d96ae MXC PWM: should active during DOZE/WAIT/DBG mode by Jason Chen · 13 years ago
  89. e8c7106 x86, efi: Calling __pa() with an ioremap()ed address is invalid by Matt Fleming · 13 years ago
  90. 8bd1c88 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  91. 2ded6e6 x86, hpet: Immediately disable HPET timer 1 if rtc irq is masked by Mark Langsdorf · 13 years ago
  92. 073c460 Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixes by Arnd Bergmann · 13 years ago
  93. c564a0c ARM: sa1100: fix build error by Jett.Zhou · 13 years ago
  94. b981f98 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 13 years ago
  95. 991a6c7 ARM: EXYNOS: Fix build error without CONFIG_LOCAL_TIMERS by Kukjin Kim · 13 years ago
  96. e248cd5 ARM: EXYNOS: Fix for stall in case of cpu hotplug or sleep by Amit Daniel Kachhap · 13 years ago
  97. de611dd ARM: S5PV210: Set 1000ns as PWM backlight period on SMDKV210 by Jingoo Han · 13 years ago
  98. d7a4c45 ARM: SAMSUNG: remove duplicated header include by Jingoo Han · 13 years ago
  99. 22c6b32 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  100. e3a36c4 Merge branch 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 13 years ago